nerdexam
CompTIA

CV0-004 · Question #12

A cloud engineer is designing a cloud-native, three-tier application. The engineer must adhere to the following security best practices: - Minimal services should run on all layers of the stack…

The correct answer is B. Micro services. Microservices architecture is the most suitable design principle that aligns with the security best practices mentioned. It involves developing a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API…

Cloud architecture

Question

A cloud engineer is designing a cloud-native, three-tier application. The engineer must adhere to the following security best practices:

  • Minimal services should run on all layers of the stack.
  • The solution should be vendor agnostic.
  • Virealization could be used over physical hardware.

Which of the following concepts should the engineer use to design the system to best meet these requirements?

Options

  • AVirtual machine
  • BMicro services
  • CFan-out
  • DCloud-provided managed services

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    76% (16)
  • C
    14% (3)
  • D
    5% (1)

Explanation

Microservices architecture is the most suitable design principle that aligns with the security best practices mentioned. It involves developing a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. This architecture minimizes the services running on each layer, allows for vendor-agnostic solutions, and is well-suited for virtualization over physical hardware.

Topics

#Microservices architecture#Cloud-native design#Vendor agnosticism#Application security

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice