Visit Official SkillCertPro Website :-
For a full set of 450+ questions. Go to
https://skillcertpro.com/product/microsoft-azure-fundamentals-az-900-practice-exam-tests/
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
Which Azure Storage option is better for storing data for backup and restore disaster recovery, and archiving?
Select the correct option.
A. Azure Files Storage
B. Azure Queue Storage
C. Azure Blob Storage
D. Azure Disk Storage
Answer: C
Explanation:
Correct answer is Azure Blob Storage
Azure Blob Storage is your best option for storing disaster recovery files and archives.
Other options are not correct.
Question 2
Your company has an on-premises network that contains multiple servers and plans to reduce the administrative responsibilities of network administrators by migrating several servers to Azure virtual machines.
Identify which two administrative responsibilities will be reduced after the planned migration.
A. Replacing failed server hardware
B. Updating server operating systems
C. Backing up application data
D. Managing physical server security
E. Managing permissions to shared documents
Answer: A, D
Explanation: Correct answers are Replacing failed server hardware & Managing physical server security. In this scenario, the company will be using VMs on Azure, which is the Infrastructure as a Service (IaaS) model. In an on-premises datacenter, you own the whole stack. As you move to the cloud some responsibilities transfer to Microsoft. The following diagram illustrates the areas of responsibility between you and Microsoft, according to the type of deployment of your stack.
Reference: https://docs.microsoft.com/en-us/azure/security/fundamentals/shared-responsibility
Other options are not correct.
Option Backing up application data is incorrect - Its the responsibility of Azure users to plan and configure solution which is highly available and backup data properly for Disaster recovery.
Option Updating server operating systems is incorrect - In Infrastructure as a Service (IaaS) model, its the responsibility of Azure users to timely update operating systems installed on Virtual Machines.
Option Managing permissions to shared documents is incorrect - Its the responsibility of Azure users to manage permissions of infrastructure, and documents, and other content hosted on it.
Question 3
Exam note: This question requires you to select the correct option from the dropdown
A. Network Security Group
B. Azure Active Directory
C. Live Connect
D. Social Connect
Answer: B
Explanation:
Correct answer is Azure Active Directory
Azure Active Directory is a cloud-based identity and access management service. Azure AD helps employees of an organization sign in and access resources. Azure AD provides services such as authentication, Single sign-on (SSO), Application management, Device Management.
Reference: https://docs.microsoft.com/en-us/learn/modules/examine-core-identity-services/3-explore-azure-active-directory
Other options are not correct.
Question 4
You have an Azure environment that contains 10 virtual networks and 100 virtual machines. You need to limit the amount of inbound traffic to all the Azure virtual networks.
What solution you will recommend, which is cost-effective and require less administrative effort?
A. One Network Security Group (NSG)
B. 10 Virtual Network Gateways
C. 10 Azure ExpressRoute circuits
D. One Azure firewall
Answer: D
Explanation:
Correct answer is One Azure firewall The Azure Firewall grants server access based on the originating IP address of each request. You create firewall rules that specify ranges of IP addresses. Only clients from these granted IP addresses will be allowed to access the server. Azure Firewall provides many features, including:
o Built-in high availability.
o Unrestricted cloud scalability.
o Inbound and outbound filtering rules.
o Azure Monitor logging.
Reference: https://docs.microsoft.com/en-us/learn/modules/secure-network-connectivity/4-explore-azure-firewall
Other options are not correct.
Option 10 Azure ExpressRoute circuits is incorrect - ExpressRoute circuit represents a logical connection between your on-premises infrastructure and Microsoft cloud services through a connectivity provider. Each circuit can be in the same or different regions and can be connected to your premises through different connectivity providers.
Reference: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-circuit-peerings
Option 10 Virtual Network Gateways is incorrect - Virtual network gateway is used to send encrypted traffic between an Azure Virtual Network and an on-premises location over the public internet. It provides a more secure connection from on-premises to Azure over the internet.
Option One Network Security Group (NSG) is incorrect - Network Security Group (NSG) can perform this function but in this scenario, 10 virtual networks are involved. You can use one NSG for a single Virtual network. You can filter network traffic to and from Azure resources in an Azure virtual network with a network security group.
Reference: https://docs.microsoft.com/en-us/azure/virtual-network/security-overview#network-security-groups
Question 5
Which European nation has it's own Azure Region that is specifically set for strict adherence to data privacy standard, unlike any other region?
Select the correct option.
A. UK
B. Germany
C. France
D. Norway
Answer: B
Explanation:
Keywords: Europe, region, data privacy => Germany
Correct Answer is Germany
Microsoft Azure Germany is a cloud platform built on the foundational principles of security, privacy, compliance, and transparency. Azure Germany is a physically isolated instance of Microsoft Azure. It uses world-class security and compliance services that are critical to German data privacy regulations for all systems and applications built on its architecture.
Reference: https://docs.microsoft.com/en-us/azure/germany/germany-welcome
Other options are not correct as Norway, France, and UK regions use Azure Public cloud offering.
For a full set of 450+ questions. Go to
https://skillcertpro.com/product/microsoft-azure-fundamentals-az-900-practice-exam-tests/
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 is planning on hosting 2 Virtual Machines in Azure as shown below
Virtual Machine Name Virtual Machine Size
demovm B1S
demovm1 B1S
When the virtual machine demovm is stopped, you will still incur costs for the storage attached to the Virtual Machine?
A. Yes
B. No
Answer: A
Explanation:
"The Disks attached to a Virtual Machine have different costs associated with them.
Below is a screenshot from the pricing calculator for a Virtual Machine. You can see that there is a dependency on the OS Disk.
For more information on the pricing calculator, please visit the below URL
https://azure.microsoft.com/en-us/pricing/calculator/"
Question 7
"A company is planning on setting up a solution in Azure. The solution would have the following key requirement
An Integration solution for the deployment of code
Which of the following would be best suited for this requirement?"
A. Azure Advisor
B. Azure Cognitive Services
C. Azure Application Insights
D. Azure Devops
Answer: D
Explanation:
"Azure Devops consists of a large set of tools. Amongst these you have Azure Pipelines which can be used to build, test and deploy code.
Since this is a clear feature on the tool, all other options are incorrect
For more information on Azure Devops, please visit the below URL
https://azure.microsoft.com/en-us/services/devops/"
Question 8
An IT Engineer needs to create a Virtual Machine in Azure. Currently the IT Engineer has a Windows desktop and has installed the Azure Command Line interface. From which of the following could the IT engineer use the Azure Command Line Interface. Choose 2 answers from the options given below
A. Powershell
B. File and Print Explorer
C. Command Prompt
D. Google Chrome
Answer: A, C
Explanation:
Options B and D are incorrect because you can’t launch Azure Command Line from any of these options.
For more information on Azure Command Line Interface, please visit the below URL
https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli?view=azure-cli-latest"
Question 9
A company wants to try out some services which are being offered by Azure in Public Preview. Should the company deploy resources which are part of Public Preview in their production environment?
A. Yes
B. No
Answer: B
Explanation:
"As mentioned below in the Microsoft documentation, there is no SLA or guarantee for any service in Public Preview. So, you should not look at deploying such services in production
For more information on Azure services preview terms, please visit the below URL
https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/"
Question 10
"A company is planning on using Azure Storage Accounts. They have the following requirement
Storage of 2 TB of data
Storage of a million files
Would using Azure Storage fulfil these requirements?"
A. Yes
B. No
Answer: A
Explanation:
"If you look at the Microsoft documentation, Azure storage has a high limit on the amount that can be stored and no limit on the number of files
For more information on Azure storage capabilities, please visit the below URL
https://docs.microsoft.com/en-us/azure/storage/common/storage-scalability-targets"
For a full set of 460+ questions. Go to
https://skillcertpro.com/product/microsoft-azure-fundamentals-az-900-practice-exam-tests/
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.