Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/66384eb6677d974e02af573b.md

latest2.0 KB
Original Source
<!-- (Audio) Lisa: It's especially useful when we need to handle variable workloads and want to save on server management tasks. -->

--description--

Please answer the question below.

--questions--

--text--

According to Lisa, where is serverless computing especially useful?

--answers--

In situations where constant server uptime is required

--feedback--

While serverless computing does ensure availability, Lisa specifically mentions its usefulness in managing changing workloads, not constant uptime.


For tasks that require extensive data storage

--feedback--

Serverless computing is not highlighted by Lisa for extensive data storage; she focuses on workload management and cost savings.


When handling variable workloads and wanting to save on server management tasks


In environments where the workload is consistent and predictable

--feedback--

Lisa points out that serverless computing is more beneficial in variable, not consistent, workload conditions.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.82,
      "finishTimestamp": 31.64
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "It's especially useful when we need to handle variable workloads",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 4.36,
      "finishTime": 6.82,
      "dialogue": {
        "text": "and want to save on server management tasks.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.32
    }
  ]
}