
Answer-first summary for fast verification
Answer: App1 - PaaS, App2 - IaaS
For App1, the requirement to modify the code and minimize administrative effort for managing the operating system aligns with using Azure Platform as a Service (PaaS). PaaS provides a development environment that allows developers to build, deploy, and manage applications without dealing with the underlying infrastructure. Therefore, the correct option for App1 is A: App1 - PaaS. For App2, since it needs to run interactively with the operating system of the server, Infrastructure as a Service (IaaS) is the appropriate choice. IaaS provides full control over the operating system and hardware, making it possible to run applications that require interaction with the OS. Thus, the correct option for App2 is D: App2 - IaaS.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with hosting two applications, App1 and App2, on Azure. App1 requires the ability to modify its code and minimal administrative effort for managing its operating system. App2, on the other hand, needs to interact directly with the server's operating system. Considering these requirements, which type of Azure cloud service should be selected for each application?
A
App1 - PaaS
B
App1 - IaaS
C
App2 - PaaS
D
App2 - IaaS