nerdexam
Linux_Foundation

LFCA · Question #7

An IT associate is researching technology options to use at a company. The company's application requires a Linux server, features a small memory footprint, and runs mostly web services and a few…

The correct answer is A. Containers. For an application requiring a Linux server, small memory footprint, web services, and fast startup, containers offer the most efficient use of system resources and rapid deployment.

Submitted by asante_acc· May 4, 2026System Administration

Question

An IT associate is researching technology options to use at a company. The company's application requires a Linux server, features a small memory footprint, and runs mostly web services and a few back-end applications. Which of the following would allow for the most efficient use of system resources and fast startup speeds?

Options

  • AContainers
  • BHybrid Cloud
  • CPhysical hardware
  • DVirtualization

How the community answered

(30 responses)
  • A
    93% (28)
  • B
    3% (1)
  • C
    3% (1)

Why each option

For an application requiring a Linux server, small memory footprint, web services, and fast startup, containers offer the most efficient use of system resources and rapid deployment.

AContainersCorrect

Containers encapsulate an application and its dependencies, sharing the host OS kernel rather than requiring a full guest OS for each instance. This shared kernel approach results in significantly lower overhead, smaller memory footprint, and much faster startup times compared to virtual machines, making them highly efficient for resource utilization.

BHybrid Cloud

Hybrid Cloud is a deployment model for infrastructure and doesn't directly relate to the efficiency of running individual applications or their startup speed.

CPhysical hardware

While running directly on physical hardware can offer performance benefits, it lacks the agility, resource isolation, and scalability benefits provided by containerization for multiple applications.

DVirtualization

Virtualization (e.g., VMs) creates a full operating system instance for each application, which has higher overhead in terms of memory and startup time compared to containers due to each VM needing its own kernel.

Concept tested: Container benefits for resource efficiency

Source: https://learn.microsoft.com/en-us/dotnet/architecture/containerized-lifecycle/introduction-to-containers#advantages-of-containers

Topics

#Containers#Resource optimization#Application deployment#System efficiency

Community Discussion

No community discussion yet for this question.

Full LFCA Practice