200-901 · Question #646
A small business company hires an engineer to deploy and manage a new application. The company must keep costs as low as possible while achieving the highest performance. The application is handling…
The correct answer is B. bare metal. Bare metal deployment means running the application directly on dedicated physical hardware inside the corporate data center, with no hypervisor or cloud layer. This guarantees sensitive data never transits outside the corporate network (ruling out cloud), while also delivering…
Question
A small business company hires an engineer to deploy and manage a new application. The company must keep costs as low as possible while achieving the highest performance. The application is handling highly sensitive data that must never transit outside the corporate network. Which deployment model must be chosen?
Options
- Acloud
- Bbare metal
- Cvm
- Dcontainers
How the community answered
(30 responses)- A17% (5)
- B73% (22)
- C3% (1)
- D7% (2)
Explanation
Bare metal deployment means running the application directly on dedicated physical hardware inside the corporate data center, with no hypervisor or cloud layer. This guarantees sensitive data never transits outside the corporate network (ruling out cloud), while also delivering the highest possible performance since there is no virtualization overhead. VMs and containers add abstraction layers that reduce performance. Cloud deployments by definition involve external infrastructure, violating the data-transit requirement.
Topics
Community Discussion
No community discussion yet for this question.