Retake the Quiz

Results

#1. You have an on-premises network that contains several servers. You plan to migrate all the servers to Azure. You need to recommend a solution to ensure that some of the servers are available if a single Azure data center goes offline for an extended period. What should you include in the recommendation?

A

Fault tolerance is the ability of a system to continue to function in the event of a failure of some of its components.

For an in-depth explanation check the following link:

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability

Next

#2. What are two characteristics of the public cloud? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Select all that apply:

Next

#3. HOTSPOT - You are a Dynamics 365 Finance system administrator. Data must be filtered based on given criteria to help users quickly reduce the number of records. You need to identify the appropriate syntax to solve user requirements. Which query filter syntax should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

T Today’s date Type T. T matches today’s date.

? (question mark) Having one or more unknown characters/ Type a question mark at the position of the unknown
character in the value. T?na finds “Tina” and “Tyna”.

Reference: https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/get-started/advanced-filtering-query-options 

 

 

 

Next

#4. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area:

 

1: No

A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications.

Behind the scenes, the web apps are hosted on virtual machines running IIS. However, you have no direct access to the virtual machine or the operating systems.

2: Yes

A PaaS solution that hosts web apps in Azure does provide the ability to scale the platform automatically. This is known as autoscaling.

3: Yes

PaaS provides a framework that developers can build upon to develop or customize cloud-based applications. PaaS development tools can cut the time it takes to code new apps with pre-coded application components built into the platform, such as workflow, directory services, security features, search and so on.

Reference: https://azure.microsoft.com/en-gb/overview/what-is-paas/

Next

#5. To complete the sentence, select the appropriate option in the answer area.

When planning to migrate a public website to Azure, you must plan to pay monthly usage costs. This is because Azure uses the pay-as-you-go model.

Next

#6. Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. Your company plans to migrate all its data and resources to Azure. The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You need to deploy an Azure environment that meets the company migration plan. Solution: You create an Azure App Service and Azure SQL databases. Does this meet the goal?

Yes

Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore, this solution does meet the goal.

Azure App Service enables developers to build, deploy, and scale web apps and APIs.

It provides features such as automatic scaling, load balancing, and application lifecycle management.

Azure SQL Database offers high availability, security, and scalability. It provides built-in backup and disaster recovery, automated patching, and monitoring.

Azure App Service and Azure SQL Database are both examples of Platform as a Service (PaaS) solutions. In simple terms, this means that Azure takes care of the technical infrastructure and management aspects, so developers can concentrate on building their applications without worrying about the underlying details.

Next

#7. You have an on-premises network that contains 100 servers. You need to recommend a solution that provides additional resources to your users. The solution must minimize capital and operational expenditure costs. What should you include in the recommendation?

D

A hybrid cloud is a combination of a private cloud and a public cloud.

Capital expenditure is the spending of money up-front for infrastructure such as new servers.

With a hybrid cloud, you can continue to use the on-premises servers while adding new servers in the public cloud (Azure for example). Adding new servers in

Azure minimizes the capital expenditure costs as you are not paying for new servers as you would if you deployed new server on-premises.

Next

#8. You are responsible for regulatory compliance for a Dynamics 365 Finance environment. You need to be able to search for regulatory features in Microsoft Dynamics Lifecycle Services (LCS) What should you use?

To search for regulatory features in Microsoft Dynamics Lifecycle Services (LCS), the most appropriate option would be the “Issue search” functionality.

“Issue search” in LCS is a helpful tool that allows you to find solutions for specific problems or challenges you may face in your Dynamics 365 environment.

With this tool, you can search for solutions using keywords, error codes, or other criteria to quickly address any issues you encounter.

To utilize the “Issue search” feature to find regulatory features, simply input relevant keywords associated with the specific compliance requirements your organization must meet.

For instance, if GDPR compliance is necessary, you can search for terms like “GDPR compliance” or “GDPR features” using the “Issue search” functionality.

The remaining choices in the question: Intelligent Data Management Framework (IDMF), System diagnostics, and Application Object Tree (AOT), do not pertain directly to the search functionality for regulatory features in LCS.

IDMF: is a data management tool, in your Dynamics 365 environment, it’s not a regulatory compliance feature.

System diagnostics: tests for issues in your Dynamics 365 environment, it doesn’t provide compliance information.

AOT: is a development tool, used to access the code and customize application and it’s not a regulatory compliance feature.

Reference: https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/issue-search-lcs

Next

#9. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. Your company plans to migrate all its data and resources to Azure. The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You need to deploy an Azure environment that meets the company migration plan. Solution: You create an Azure App Service and Azure virtual machines that have Microsoft SQL Server installed. Does this meet the goal?

No

Azure App Service is a PaaS (Platform as a Service) service. However, Azure virtual machines are an IaaS (Infrastructure as a Service) service. Therefore, this solution does not meet the goal.

Next

#10. Your company hosts an accounting application named App1 that is used by all the customers of the company. App1 has low usage during the first three weeks of each month and very high usage during the last week of each month. Which benefit of Azure Cloud Services supports cost management for this type of usage pattern?

Elasticity

Elasticity in this case is the ability to provide additional compute resource when needed and reduce the compute resource when not needed to reduce costs.

Autoscaling is an example of elasticity.

https://azure.microsoft.com/en-gb/overview/what-is-elastic-computing/

Next

#11. Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You plan to deploy several Azure virtual machines. You need to ensure that the services running on the virtual machines are available if a single data center fails. Solution: You deploy the virtual machines to two or more availability zones. Does this meet the goal?

Deploying virtual machines to two or more availability zones will meet the goal of ensuring that the services running on the virtual machines are available if a single data centre fails.

 

 

 

 

Next

#12. Which cloud deployment solution is used for Azure virtual machines and Azure SQL databases? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

 

Azure virtual machines are Infrastructure as a Service (IaaS)

Azure SQL databases are Platform as a Service (Paas).

 

Reference: https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/5-types-of-cloud-services https://docs.microsoft.com/en-us/azure/sql-database/sql-database-paas-index

Next

#13. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

 

1. No

A company doesn’t necessarily have to transition from a private cloud model to adopt a hybrid cloud. Instead, they can initially opt for a public cloud and later combine it with an on-premise infrastructure to implement a hybrid cloud solution.

2. Yes

By leveraging the public cloud, a company can enhance the capacity of its internal network. This practice is widely employed. Rather than investing in new on-premises infrastructure when additional capacity is required, configuring a cloud environment and establishing a connection between the on-premises network and the cloud environment using a VPN can serve the purpose.

3. No

The claim that only guest users can access cloud resources is unfounded. Access to cloud resources can be granted to anyone who possesses an account in Azure Active Directory. Various authentication scenarios exist, with one common method being the replication of on-premises Active Directory accounts to Azure Active Directory, thus providing access to the Azure Active Directory accounts. Another commonly used authentication approach is ‘Federation,’ where authentication for cloud resource access is delegated to another authentication provider, such as an on-premises Active Directory. More information can be found at:

https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/

Next

#14. In which type of cloud model are all the hardware resources owned by a third-party and shared between multiple tenants?

B

Microsoft Azure, Amazon Web Services and Google Cloud are three examples of public cloud services.

Microsoft, Amazon and Google own the hardware. The tenants are the customers who use the public cloud services.

The type of cloud model in which all hardware resources are owned by a third-party and shared between multiple tenants is known as the Public Cloud model.

Next

#15. To complete the sentence, select the appropriate option in the answer area.

Next

#16. You have 1,000 virtual machines hosted on the Hyper-V hosts in a data center. You plan to migrate all the virtual machines to an Azure pay-as-you-go subscription. You need to identify which expenditure model to use for the planned Azure solution. Which expenditure model should you identify?

C

When transitioning from an on-premises cloud to the public cloud, one notable transformation you will encounter is the shift from capital expenditure, involving hardware purchases, to operating expenditure, where you pay for services based on usage. This transition necessitates more meticulous cost management. The advantage of utilizing the cloud is that you can significantly and favorably impact the cost of a service by simply shutting it down or adjusting its size when it is not required.

Reference:  https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/appendix/azure-scaffold

 

 

Next

#17. Match the Azure Cloud Services benefit to the correct description. Instructions: To answer, drag the appropriate benefit from the column on the left to its description on the right. Each benefit may be used once, more than once, or not at all. NOTE: Each correct match is worth one point.

 

Box 1:

Fault tolerance is the ability of a service to remain available after a failure of one of the components of the service. For example, a service running on multiple servers can withstand the failure of one of the servers.

Box 2:

Disaster recovery is the recovery of a service after a failure. For example, restoring a virtual machine from backup after a virtual machine failure.

Box 3:

Dynamic scalability is the ability for compute resources to be added to a service when the service is under heavy load. For example, in a virtual machine scale set, additional instances of the virtual machine are added when the existing virtual machines are under heavy load.

Box 4:

Latency is the time a service to respond to requests. For example, the time it takes for a web page to be returned from a web server. Low latency means low response time which means a quicker response.

https://msdn.microsoft.com/en-us/magazine/mt422582.aspx https://searchdisasterrecovery.techtarget.com/definition/cloud-disaster-recovery-cloud-DR http://www.siasmsp.com/the-benefit-of-scalability-in-cloud-computing-2/ https://azure.microsoft.com/en-in/overview/what-is-cloud-computing/

Next

#18. You plan to migrate a web application to Azure. The web application is accessed by external users. You need to recommend a cloud deployment solution to minimize the amount of administrative effort used to manage the web application. What should you include in the recommendation?

A

Azure App Service is a platform-as-a-service (PaaS) offering that lets you create web and mobile apps for any platform or device and connect to data anywhere, in the cloud or on-premises. App Service includes the web and mobile capabilities that were previously delivered separately as Azure Websites and Azure Mobile

 

https://docs.microsoft.com/en-us/azure/security/fundamentals/paas-applications-using-app-services

Next

#19. You plan to migrate several servers from an on-premises network to Azure. What is an advantage of using a public cloud service for the servers over an on-premises network?

B

The public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud. The hardware resources (servers, infrastructure etc.) are managed by the cloud provider. Multiple companies create resources such as virtual machines and virtual networks on the hardware resources.

Next

#20. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

 

1: No

It is not true that a company must always migrate from an internal network to implement a hybrid cloud. You could start with a public cloud and then combine that with an on-premise infrastructure to implement a hybrid cloud.

2: Yes

A company can extend the computing resources of its internal network by using the public cloud. This is very common. When you need more resources, rather than pay out for new on-premises infrastructure, you can configure a cloud environment and connect your on-premises network to the cloud environment by using a VPN.

3: No

It is not true that only guest users can access cloud resources. You can give anyone with an account in Azure Active Directory access to the cloud resources.

There are many authentication scenarios but a common one is to replicate your on-premises Active Directory accounts to Azure Active Directory and provide access to the Azure Active Directory accounts. Another commonly used authentication method is ‘Federation’ where authentication for access to cloud resources is passed to another authentication provider such as an on-premises Active Directory.

Reference: https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/

Next

#21. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

1: No

A  company can migrate from an internal network to implement a hybrid cloud. It can start with a public cloud and then combine that with an on-premise infrastructure to implement a hybrid cloud.

2: Yes

A company can extend the computing resources of its internal network by using the public cloud.

3: No

It is not true that only guest users can access cloud resources. You can give anyone with an account in Azure Active Directory access to the cloud resources.

Reference: https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/

Next

#22. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

 

1: No

With the pay-as-go model, you pay for services as you use them. This is Opex (Operational Expenditure), not CapEx (Captial Expenditure). CapEx is where you pay for something upfront.

Paying for electricity for your own datacenter will be classed as CapEx, not OpEx.

3: Yes

Deploying your own datacenter is an example of CapEx. This is because you need to purchase all the infrastructure upfront before you can use it.

 

Next

#23. You plan to provision Infrastructure as a Service (IaaS) resources in Azure. Which resource is an example of IaaS?

C

An Azure virtual machine is an example of Infrastructure as a Service (IaaS).

Azure web app, Azure logic app and Azure SQL database are all examples of Platform as a Service (Paas).

Reference: https://azure.microsoft.com/en-gb/overview/what-is-iaas/ https://azure.microsoft.com/en-gb/overview/what-is-paas/

Next

#24. You plan to store 20 TB of data in Azure. The data will be accessed infrequently and visualized by using Microsoft Power BI. You need to recommend a storage solution for the data. Which two solutions should you recommend? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

AD

You can use Power BI to analyse and visualize data stored in Azure Data Lake and Azure SQL Data Warehouse.

Azure Data Lake includes all of the capabilities required to make it easy for developers, data scientists and analysts to store data of any size and shape and at any speed, and do all types of processing and analytics across platforms and languages.

 

Next

#25. To which cloud models can you deploy physical servers?

C

A private cloud is on-premises so you can deploy physical servers.

A hybrid cloud is a mix of on-premise and public cloud resources. You can deploy physical servers on-premises.

https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/

Next

#26. Match the cloud model to the correct advantage. Instructions: To answer, drag the appropriate cloud model from the column on the left to its advantage on the right. Each cloud model may be used once, more than once, or not at all.

Public Cloud

With a public cloud, there is no capital expenditure on server hardware etc. You only pay for cloud resources that you use as you use them.

Private Cloud

A private cloud exists on premises, so you have complete control over security.

Hybrid Cloud

A hybrid cloud is a mix of public cloud resources and on-premises resources. Therefore, you have a choice to use either.

 

 

 

Next

#27. You have 50 virtual machines hosted on-premises and 50 virtual machines hosted in Azure. The on-premises virtual machines and the Azure virtual machines connect to each other. Which type of cloud model is this?

Next

#28. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. Your company plans to migrate all its data and resources to Azure. The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You need to deploy an Azure environment that meets the company migration plan. Solution: You create Azure virtual machines, Azure SQL databases, and Azure Storage accounts. Does this meet the goal?

Next

#29. Your company plans to deploy several custom applications to Azure. The applications will provide invoicing services to the customers of the company. Each application will have several prerequisite applications and services installed. You need to recommend a cloud deployment solution for all the applications. What should you recommend?

A

Infrastructure as a service (IaaS) is an instant computing infrastructure, provisioned and managed over the internet. The IaaS service provider manages the infrastructure, while you purchase, install, configure, and manage your own software.

https://azure.microsoft.com/en-us/overview/what-is-iaas/ https://azure.microsoft.com/en-us/overview/what-is-saas/ https://azure.microsoft.com/en-us/overview/what-is-paas/

Next

#30. To complete the sentence, select the appropriate option in the answer area.

 

Azure Cosmos DB is an example of a platform as a service (PaaS) cloud database provider.

https://docs.microsoft.com/en-us/azure/cosmos-db/database-security

Next

#31. Select Yes if the statement is true. Otherwise, select No: You can create a resource group inside of another resource group.

No

Each resource can exist in only one resource group.

 

Next

#32. Select Yes if the statement is true. Otherwise, select No : An Azure virtual machine can be in multiple resorce groups.

No

Each resource can exist in only one resource group.

Next

#33. You need to identify the type of failure for which an Azure Availability Zone can be used to protect access to Azure services. What should you identify?

A

Azure Availability Zones are designed to protect access to Azure services from failures that occur at the data center level. An Availability Zone is a physically separate zone, within an Azure region.

If one zone is compromised, then replicated apps and data are instantly available in another zone.

https://docs.microsoft.com/en-us/azure/virtual-machines/availability

Next

#34. Your company plans to migrate all its data and resources to Azure. The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You need to deploy an Azure environment that meets the company's migration plan. What should you create?

B

Platform as a Service (PaaS) is a cloud computing model in which customers are provided with a complete platform by the cloud provider, enabling them to effortlessly develop, execute, and oversee their applications. By taking care of the underlying infrastructure, PaaS allows customers to focus solely on managing their applications and data.

The question states that only PaaS solutions should be used in Azure. Therefore virtual machines, which are infrastructure as a service (IaaS) solutions do not meet the goal.

The other options are not correct because include IaaS solutions (virtual machines).

 

Next

#35. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You plan to deploy several Azure virtual machines. You need to ensure that the services running on the virtual machines are available if a single data center fails. Solution: You deploy the virtual machines to a scale set. Does this meet the goal?

The particular scale set is not specified.

The use of a scale set alone does not inherently provide protection against a single data center failure.

Reference: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/availability

Next

#36. Resource groups provide organizations with the ability to manage the compliance of Azure resources across multiple subscriptions. Instructions: Review the underlined text. If it makes the statement correct, select No change is needed. If the statement is incorrect, select the answer choice that makes the statement correct.

Azure Policies are a feature in Microsoft Azure can be used to define requirements for resource properties during deployment and for already existing resources. Azure Policy controls properties such as the types or locations of resources.

 

https://docs.microsoft.com/en-us/azure/governance/policy/overview

Next

#37. Select Yes if the statement is true. Otherwise, select No : A resource group can contain resources from multiple Azure regions.

Resources from multiple different regions can be placed in a resource group. The resource group only contains metadata about the resources it contains.

https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview https://www.codeisahighway.com/effective-ways-to-delete-resources-in-a-resource-group-on-azure/

Next

#38. To complete the sentence, select the appropriate option in the answer area. A Microsoft SQL Sever database that is hosted in the cloud and has software updates managed by Azure is an example of:

C

Reference: https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview

Next

#39. To complete the sentence, select the appropriate option in the answer area. You plan to deploy 20 virtual machines to an Azure environment. To ensure that a virtual machine named VM1 cannot connect to the other virtual machines, VM1 must:

A

To ensure that a virtual machine cannot connect to the other virtual machines, the virtual machine must be deployed to a separate virtual network.

https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview

Next

#40. Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You plan to deploy several Azure virtual machines. You need to ensure that the services running on the virtual machines are available if a single data center fails. Solution: You deploy the virtual machines to two or more regions. Does this meet the goal?

Yes

When you deploy virtual machines to multiple regions, you are essentially deploying them to multiple datacenters. This approach guarantees the availability of services running on these virtual machines, even in the event of a failure in one data centre.

Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/regions

Next

#41. This question requires that you evaluate the underlined text to determine if it is correct. One of the benefits of Azure SQL Data Warehouse is that high availability is built into the platform. Instructions: Review the underlined text. If it makes the statement correct, select No change is needed. If the statement is incorrect, select the answer choice that makes the statement correct.

B

Azure Data Warehouse (now known as Azure Synapse Analytics) is a PaaS offering from Microsoft. As with all PaaS services from Microsoft, SQL Data

Warehouse offers an availability SLA of 99.9%. Microsoft can offer 99.9% availability because it has high availability features built into the platform.

https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-overview-faq

Next

#42. You plan to extend your company's network to Azure. The network contains a VPN appliance that uses an IP address of 131.107.200.1. You need to create an Azure resource that defines the VPN appliance in Azure. Which Azure resource should you create? To answer, select the appropriate resource in the answer area.

 

A Local Network Gateway in Azure is like a virtual representation of your VPN device located on your premises.

On the other hand, a Virtual Network Gateway is the VPN object situated within Azure, connecting your virtual network to external networks.

Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal

Next

#43. Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You plan to deploy several Azure virtual machines. You need to ensure that the services running on the virtual machines are available if a single data center fails. Solution: You deploy the virtual machines to two or more resource groups. Does this meet the goal?

No

No, deploying the virtual machines to two or more resource groups does not meet the goal of ensuring availability in case of a single data center failure.

Resource groups are logical containers for organizing and managing Azure resources, but they do not provide any inherent fault tolerance or redundancy across data centers.

To achieve high availability in case of a data center failure, you should deploy the virtual machines across Azure Availability Zones.

Availability Zones are physically separate data centers within an Azure region, each with independent power, cooling, and networking infrastructure. By distributing your virtual machines across multiple Availability Zones, you can ensure that your services remain accessible even if one of the data centers experiences an outage.

 

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups

 

 

Next

#44. Your company plans to migrate to Azure. The company has several departments. All the Azure resources used by each department will be managed by a department administrator. What are two possible techniques to segment Azure for the departments? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Next

#45. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

 

Yes

You can use the same account to manage multiple subscriptions.

No

Combining two subscriptions into a single subscription is not supported in Azure. When it comes to Azure resources, while you can’t merge entire subscriptions, you can move specific resources from one subscription to another.

Yes

Each subscription acts as a separate container for organizing and managing resources. Resources cannot be simultaneously present in multiple subscriptions.

https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/create-subscription

Next

#46. You have an Azure environment that contains multiple Azure virtual machines. You plan to implement a solution that enables the client computers on your on-premises network to communicate to the Azure virtual machines. You need to recommend which Azure resources must be created for the planned solution. Which two Azure resources should you include in the recommendation? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

CD

To enable communication between client computers on your local network and Azure virtual machines, you must set up a VPN (Virtual Private Network) connecting the local network to the Azure virtual network.

 

The Azure Virtual Network Gateway, which serves as the Azure VPN device, should be placed in a specific subnet within the Azure virtual network. This subnet is referred to as the gateway subnet and must be named ‘GatewaySubnet’.

https://docs.microsoft.com/en-us/office365/enterprise/connect-an-on-premises-network-to-a-microsoft-azure-virtual-network

Next

#47. You attempt to create several managed Microsoft SQL Server instances in an Azure environment and receive a message that you must increase your Azure subscription limits. What should you do to increase the limits?

B

Answer B is correct because creating a new support request is the appropriate action to take when encountering limits on Azure subscription, as it allows you to reach out to Azure support for assistance in increasing the limits.

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-managed-instance-resource-limits#obtaining-a-larger-quota-for-sql-managed-instance

Next

#48. You plan to map a network drive from several computers that run Windows 10 to Azure Storage. You need to create a storage solution in Azure for the planned mapped drive. What should you create?

Next

#49. You plan to implement an Azure database solution. You need to implement a database solution that meets the following requirements: - Can add data concurrently from multiple regions -Can store JSON documents Which database service should you deploy? To answer, select the appropriate service in the answer area.

Azure Cosmos DB is a globally distributed, multi-model database service that can handle concurrent data addition from multiple regions.

It provides support for storing JSON documents, making it suitable for storing and querying structured data in JSON format.

Azure SQL Database is not the correct choice as it is a relational database service and may not provide the desired scalability and flexibility for storing JSON documents.

Azure Database for PostgreSQL and Azure Database for MySQL are also not the best options as they are specific to PostgreSQL and MySQL database management systems, respectively, and may not offer native support for storing and querying JSON documents.

Azure Table storage is a NoSQL key-value store but may not provide the same level of querying and indexing capabilities as Azure Cosmos DB for storing and retrieving JSON documents.

Therefore, Azure Cosmos DB is the most appropriate choice for the given requirements.

https://docs.microsoft.com/en-us/azure/cosmos-db/introduction https://docs.microsoft.com/en-us/azure/azure-functions/functions-integrate-store-unstructured-data-cosmosdb?tabs=csharp

Next

#50. Your company plans to migrate all its network resources to Azure. You need to start the planning process by exploring Azure. What should you create first?

B

To kickstart the Azure planning process, the first essential step is to create an Azure subscription.

A subscription grants you access to one or multiple Microsoft cloud platforms or services. Charges are incurred based on either a per-user license fee or or by the consumption of cloud-based resources.

 

Reference: https://docs.microsoft.com/en-us/office365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings 

Finish