Practice Free AZ-305 Exam Online Questions
HOTSPOT
You have an Azure subscription that contains the storage accounts shown in the following table.

You plan to implement two new apps that have the requirements shown in the following table.

Which storage accounts should you recommend using for each app? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation:
https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview
https://www.edureka.co/community/40011/different-storage-accounts-there-major-difference-between
https://insidemstech.com/tag/general-purpose-v2/
In conclusion the correct answers are:
Box1 –> Storage1 and Storage3 only
Box2 –> Storage1 and Storage4 only
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share?tabs=azure-portal#basics
What should you include in the identity management strategy to support the planned changes?
- A . Move all the domain controllers from corp.fabrikam.com to virtual networks in Azure.
- B . Deploy domain controllers for corp.fabrikam.com to virtual networks in Azure.
- C . Deploy a new Azure AD tenant for the authentication of new R&D projects.
- D . Deploy domain controllers for the rd.fabrikam.com forest to virtual networks in Azure.
B
Explanation:
Directory synchronization between Azure Active Directory (Azure AD) and corp.fabrikam.com must not be affected by a link failure between Azure and the on-premises network. (This requires domain controllers in Azure)
Users on the on-premises network must be able to authenticate to corp.fabrikam.com if an Internet link fails. (This requires domain controllers on-premises)
HOTSPOT
You have an Azure subscription.
You plan to deploy a high-throughput transactional workload that will use PostgreSQL.
You need to recommend a managed solution for storing relational data.
The solution must meet the following requirements:
• Support the horizontal scaling of transactional writes by using row-based sharding.
• Minimize administrative effort.


HOTSPOT
You have five .NET Core applications that run on 10 Azure virtual machines in the same subscription.
You need to recommend a solution to ensure that the applications can authenticate by using the same Azure Active Directory (Azure AD) identity.
The solution must meet the following requirements:
✑ Ensure that the applications can authenticate only when running on the 10 virtual machines.
✑ Minimize administrative effort.
What should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


DRAG DROP
You have an on-premises datacenter named Site1. Site1 contains a VMware vSphere cluster named Cluster1 that hosts 100 virtual machines. Cluster1 is managed by using VMware vCenter.
You have an Azure subscription named Sub1.
You plan to migrate the virtual machines from Cluster1 to Sub1.
You need to identify which resources are required to run the virtual machines in Azure. The solution must minimize administrative effort.
What should you configure? To answer, drag the appropriate resources to the correct targets. Each resource may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.


You plan to deploy an Azure App Service web app that will have multiple instances across multiple Azure regions.
You need to recommend a load balancing service for the planned deployment.
The solution must meet the following requirements:
✑ Maintain access to the app in the event of a regional outage.
✑ Support Azure Web Application Firewall (WAF).
✑ Support cookie-based affinity.
✑ Support URL routing.
What should you include in the recommendation?
- A . Azure Front Door
- B . Azure Load Balancer
- C . Azure Traffic Manager
- D . Azure Application Gateway
A
Explanation:
Azure Traffic Manager performs the global load balancing of web traffic across Azure regions, which have a regional load balancer based on Azure Application Gateway. This combination gets you the benefits of Traffic Manager many routing rules and Application Gateway’s capabilities such as WAF, TLS termination, path-based routing, cookie-based session affinity among others.
Reference: https://docs.microsoft.com/en-us/azure/application-gateway/features
You need to recommend a data storage strategy for WebApp1.
What should you include in in the recommendation?
- A . an Azure SQL Database elastic pool
- B . a vCore-based Azure SQL database
- C . an Azure virtual machine that runs SQL Server
- D . a fixed-size DTU AzureSQL database.
You have an Azure subscription.
You plan to deploy a monitoring solution that will include the following:
• Azure Monitor Network Insights
• Application Insights
• Microsoft Sentinel
• VM insights
The monitoring solution will be managed by a single team.
What is the minimum number of Azure Monitor workspaces required?
- A . 1
- B . 2
- C . 3
- D . 4
You are designing a microservices architecture that will support a web application.
The solution must meet the following requirements:
✑ Allow independent upgrades to each microservice
✑ Deploy the solution on-premises and to Azure
✑ Set policies for performing automatic repairs to the microservices
✑ Support low-latency and hyper-scale operations
You need to recommend a technology.
What should you recommend?
- A . Azure Service Fabric
- B . Azure Container Service
- C . Azure Container Instance
- D . Azure Virtual Machine Scale Set
A
Explanation:
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-overview
A company needs a datastore created in Azure for an application.
Below are the key requirements for the data store.
Ability to store JSON based items
Ability to use SQL like queries on the datastore
Ability to provide low latency access to data items
Which of the following would you consider as the data store?
- A . Azure BLOB storage
- B . Azure CosmosDB
- C . Azure HDInsight
- D . Azure Redis
