Visit Official SkillCertPro Website :-
For a full set of 580+ questions. Go to
https://skillcertpro.com/product/microsoft-azure-architect-technologies-az-303-exam-questions/
SkillCertPro offers detailed explanations to each question which helps to understand the concepts better.
It is recommended to score above 85% in SkillCertPro exams before attempting a real exam.
SkillCertPro updates exam questions every 2 weeks.
You will get life time access and life time free updates
SkillCertPro assures 100% pass guarantee in first attempt.
Question 1:
A company wants to host a web application using the Azure Web App service. It also needs to be ensured that the web application can scale based on demand. You also have to ensure that costs are minimized.
You decide to allocate the Azure Web App to a Standard App Service Plan
Would this solution fulfil the requirement?
A. Yes
B. No
Answer: A
Explanation:
Yes, the Standard App service plan does support Auto scaling and would be the most cost-effective App service plan for this purpose
For more information on Azure App Service Plans, please visit the below URL
https://azure.microsoft.com/en-us/pricing/details/app-service/plans/
Question 2:
A company wants to host a web application using the Azure Web App service. It also needs to be ensured that the web application can scale based on demand. You also have to ensure that costs are minimized.
You decide to allocate the Azure Web App to a Premium App Service Plan
Would this solution fulfil the requirement?
A. Yes
B. No
Answer: B
Explanation:
Even though the Premium App Service plan would allow the auto scaling feature, it would not be cost effective. You need to choose the Standard App Service plan for this.
For more information on Azure App Service Plans, please visit the below URL
https://azure.microsoft.com/en-us/pricing/details/app-service/plans/
Question 3:
A company has setup a storage account in Azure. They have the following storage requirements
Ensure that administrators can recover any BLOB data if it has been accidentally deleted
Have the ability to recover data over a period of 14 days after the deletion has occurred
Which of the following feature of Azure storage could be used for this requirement?
A. CORS
B. Static web site
C. Azure CDN
D. Soft Delete
Answer: D
Explanation:
You have to use the feature of Soft Delete. The Microsoft documentation mentions the following
Since this is clearly mentioned in the documentation, all other options are incorrect
For more information on Azure BLOB soft delete, please visit the below URL
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-soft-delete
Question 4:
A company needs to deploy a Windows Virtual Machine to Azure. The Virtual Machine needs to have data disks in place which can support a maximum IOPS of up to 7000. Which of the following disk type would you use for this purpose?
A. Premium SSD
B. Standard SSD
C. Standard HDD
D. Primary SSD
Answer: A
Explanation:
You need to use Premium SSD for this purpose. Here you can have disks which can support a maximum IOPS of 20,000.
Since, as per the documentation, this is the only option, all others are incorrect
For more information on disk types, please visit the below URL
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/disks-types
Question 5:
A company currently has the following Virtual Network deployed to Azure
Name Address space
skillcertlabs-net 10.1.0.0/16
The Network has the following subnet in place
Name Address space
Default 10.1.0.0/24
There is a requirement to deploy a Site-to-Site VPN connection to an on-premise network which has an address space of 10.2.0.0/16. The VPN device in your on-premise network has an IP address of 120.1.8.9.
Which of the following needs to be implemented for the Virtual Network for the Site-to-Site VPN connection?
A. Addition of an address space
B. Addition of a gateway subnet
C. Addition of an address space to the default subnet
D. Change to the address space to the default subnet
Answer: B
Explanation:
You have to ensure that the Virtual Network has a subnet called the Gateway Subnet for the Site-to-Site VPN connection. The Microsoft documentation mentions the following
Option A is incorrect since you don’t need to add another address space, since it does not clash with the on-premise address space.
Options C and D are incorrect since you don’t need to make any changes to the default subnet
For more information on the site to site VPN connection, please visit the below URL
For a full set of 580+ questions. Go to
https://skillcertpro.com/product/microsoft-azure-architect-technologies-az-303-exam-questions/
SkillCertPro offers detailed explanations to each question which helps to understand the concepts better.
It is recommended to score above 85% in SkillCertPro exams before attempting a real exam.
SkillCertPro updates exam questions every 2 weeks.
You will get life time access and life time free updates
SkillCertPro assures 100% pass guarantee in first attempt.
Question 6:
A company currently has the following Virtual Network deployed to Azure
Name Address space
skillcertlabs-net 10.1.0.0/16
The Network has the following subnet in place
Name Address space
Default 10.1.0.0/24
There is a requirement to deploy a Site-to-Site VPN connection to an on-premise network which has an address space of 10.2.0.0/16. The VPN device in your on-premise network has an IP address of 120.1.8.9.
Which of the following is the IP address that needs to be set for the local network gateway?
A. 10.1.0.4
B. 10.2.0.4
C. 120.1.8.9
D. 0.0.0.0
Answer: C
Explanation:
You have to assign the IP address of the VPN device to the local network gateway. The Microsoft documentation mentions the following
Since this is clearly mentioned in the documentation, all other options are incorrect
For more information on the site to site VPN connection, please visit the below URL
Question 7:
A company needs a data store 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 data store
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
Answer: B
Explanation:
You can use CosmosDB to provide low latency access to data. You can use the SQL API to store JSON based objects. The Microsoft documentation mentions the following
Option A is incorrect since this is used for object level storage
Option C is incorrect since this is used for open source analytics
Option D is incorrect since this is used for storing data in a low memory cache
For more information on how to use SQL queries, please visit the below URL
https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-sql-query
Question 8:
A company has setup a storage account in Azure. They need to ensure that only devices within the IP address range of 14100.1.0 to 141.100.1.254 has access to the storage account. Which of the following area of the storage account must you configure this setting?
A. CORS
B. Shared Access signature
C. Firewalls and virtual networks
D. Access control
Answer: C
Explanation:
First go to the Firewalls and virtual networks section of the storage account and click on selected networks
Next add the IP address range and click on Save
Since this is clear from the implementation, all other options are incorrect
For more information on configuring network security for storage accounts, please visit the below URL
https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security
Question 9:
Your company currently has 2 virtual networks as defined below
Name IP address range
skillcertlabs-vnet1 10.1.0.0/16
skillcertlabs-vnet2 10.2.0.0/16
There is a requirement to ensure that virtual machines hosted in these virtual networks can communicate across both virtual networks by using their private IP address. Which of the following can be used to fulfil this requirement?
A. Virtual Network Peering
B. VPN gateway
C. Local gateway
D. ExpressRoute
Answer: A
Explanation:
The requirement is communication between resources in both VNets.
Option A: Peering is used to facilitate communication between resources of 2 VNet’s using Azure infrastructure: Correct answer
Option B: VPN Gateway: A VPN gateway is a specific type of virtual network gateway that is used to send encrypted traffic between an Azure virtual network and an on-premises location over the public Internet. It supports data encryption in transit and installation is a very easy task. It can be installed on any public Internet. So this is not helping to solve the requirement
Option C: Local Gateway: The local network gateway (LNG) typically refers to your on-premises location. It is not the same as a virtual network gateway. So this is not helping to meet the requirement.
Option D: ExpressRoute: Azure ExpressRoute is used to create private connections between Azure datacenters and infrastructure on your On-premises or in a collocation environment over Private network with desired bandwidth.
it do not supports data encryption in transit and installation is not easy. its time consuming. So this is not helping to meet our requirement
Question 10:
A company is planning on deploying 100 virtual machines to their subscription. These machines will be hosting applications for various departments such as Finance, Logistics, Sales etc. It needs to be ensured that the cost for the virtual machines are borne by the departments that the virtual machine belongs to. Which of the following can be used to establish the link between the billing of the virtual machines and the respective departments?
A. Add an extension for each virtual machine
B. Assign tags for each virtual machine
C. Configure locks as per each department for each virtual machine
D. Configure the Security option for each virtual machine
Answer: B
Explanation:
The ideal way to segregate the billing process is to use Azure tags. The Microsoft documentation mentions the following
In Azure, for any Virtual Machine you can
Go to the Tags section
Give a name and value for the Tag
Click on Save
Since this is the ideal approach, all other options are incorrect
For more information on using resource tags, please visit the below URL
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags
For a full set of 580+ questions. Go to
https://skillcertpro.com/product/microsoft-azure-architect-technologies-az-303-exam-questions/
SkillCertPro offers detailed explanations to each question which helps to understand the concepts better.
It is recommended to score above 85% in SkillCertPro exams before attempting a real exam.
SkillCertPro updates exam questions every 2 weeks.
You will get life time access and life time free updates
SkillCertPro assures 100% pass guarantee in first attempt.