nerdexam
CiscoCisco

350-701 · Question #370

350-701 Question #370: Real Exam Question with Answer & Explanation

The correct answer is B: The application runs from an ephemeral, event-triggered, and stateless container that is fully. A serverless application is characterized by code running in ephemeral, event-triggered, stateless containers that are fully managed by a cloud provider, abstracting away server management from the developer.

Submitted by devops_kid· Mar 30, 2026

Question

Which statement describes a serverless application?

Options

  • AThe application delivery controller in front of the server farm designates on which server the
  • BThe application runs from an ephemeral, event-triggered, and stateless container that is fully
  • CThe application is installed on network equipment and not on physical servers.
  • DThe application runs from a containerized environment that is managed by Kubernetes or Docker

Explanation

A serverless application is characterized by code running in ephemeral, event-triggered, stateless containers that are fully managed by a cloud provider, abstracting away server management from the developer.

Common mistakes.

  • A. This describes a traditional load-balancing setup for server farms, not a serverless architecture where the underlying servers are abstracted away.
  • C. Applications running on network equipment are typically network services or control plane functions, not what is commonly understood as a serverless application.
  • D. While serverless functions can conceptually run in containers, the key distinction of serverless is that the management of these containers and the underlying infrastructure is handled entirely by the cloud provider, making it fully managed and abstracted.

Concept tested. Serverless Application Characteristics (FaaS)

Reference. https://azure.microsoft.com/en-us/solutions/serverless/

Topics

#Serverless#FaaS#Cloud Computing Concepts

Community Discussion

No community discussion yet for this question.

Full 350-701 PracticeBrowse All 350-701 Questions