Question 6 of 462

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.

You are tasked with deploying Azure virtual machines for your company.

You need to make use of the appropriate cloud deployment solution.

Solution: You should make use of Infrastructure as a Service (IaaS).

Does the solution meet the goal?

    Correct Answer: A

    Using Infrastructure as a Service (IaaS) is the appropriate solution for deploying Azure virtual machines because IaaS offers the benefit of providing and managing the underlying infrastructure such as virtual servers, storage, and networking, while still allowing you to maintain control over the operating systems and applications. This makes it suitable for tasks that require flexibility and control over the computing environment.

Question 7 of 462

Your developers have created 10 web applications that must be host on Azure.

You need to determine which Azure web tier plan to host the web apps. The web tier plan must meet the following requirements:

✑ The web apps will use custom domains.

✑ The web apps each require 10 GB of storage.

✑ The web apps must each run in dedicated compute instances.

✑ Load balancing between instances must be included.

✑ Costs must be minimized.

Which web tier plan should you use?

    Correct Answer: A

    To host the web apps, the Standard web tier plan is the most appropriate choice. It supports custom domains, offers sufficient storage of up to 50 GB, provides dedicated compute instances, and includes load balancing between instances—all essential for the requirements. Additionally, while the Basic plan offers some of the needed features, it does not support load balancing and has limited instance support, which makes it a less viable option. Hence, the Standard plan meets all the specified requirements more comprehensively.

Question 8 of 462

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.

You are planning to migrate a company to Azure. Each of the company's numerous divisions will have an administrator in place to manage the Azure resources used by their respective division.

You want to make sure that the Azure deployment you employ allows for Azure to be segmented for the divisions, while keeping administrative effort to a minimum.

Solution: You plan to make use of several Azure Active Directory (Azure AD) directories.

Does the solution meet the goal?

    Correct Answer: B

    The solution does not meet the goal. Using several Azure Active Directory (Azure AD) directories to segment Azure resources for each division is not efficient and increases administrative complexity. Instead, a more effective approach would be to utilize Azure Resource Manager to create separate resource groups for each division. This allows for resource segregation while maintaining centralized management. Additionally, Azure Role-Based Access Control (RBAC) can be used to assign appropriate permissions to each division's administrator within the same Azure AD directory, thereby minimizing administrative effort.

Question 9 of 462

Your developers have created a portal web app for users in the Miami branch office. The web app will be publicly accessible and used by the Miami users to retrieve customer and product information. The web app is currently running in an on-premises test environment.

You plan to host the web app on Azure.

You need to determine which Azure web tier plan to host the web app. The web tier plan must meet the following requirements:

✑ The website will use the miami.weyland.com URL.

✑ The website will be deployed to two instances.

✑ SSL support must be included.

✑ The website requires 12 GB of storage.

✑ Costs must be minimized.

Which web tier plan should you use?

    Correct Answer: A

    The web tier plan that meets all the specified requirements is the Standard plan. It supports using a custom domain (miami.weyland.com), allows deployment to multiple instances, includes SSL support, and offers sufficient storage (more than 12 GB). While it may not be the lowest cost option, it provides the necessary features and capacity required for the web app, making it the most appropriate choice.

Question 10 of 462

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.

Your company is planning to migrate all their virtual machines to an Azure pay-as-you-go subscription. The virtual machines are currently hosted on the Hyper-V hosts in a data center.

You are required make sure that the intended Azure solution uses the correct expenditure model.

Solution: You should recommend the use of the elastic expenditure model.

Does the solution meet the goal?

    Correct Answer: B

    The term 'elastic expenditure model' is not a recognized expenditure model in Azure or cloud computing in general. The correct expenditure models in Azure include 'pay-as-you-go' and 'reserved instances.' 'Pay-as-you-go' is appropriate for a flexible and scalable usage model where you pay based on resources consumed. In this scenario, migrating virtual machines to an Azure pay-as-you-go subscription meets the requirements for using a flexible payment approach. Therefore, the suggested solution does not meet the goal.