Practice Questions - exam-az-900 Flashcards
(486 cards)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
- A resource can interact with resources in other resource groups.
- Deleting the resource group will remove the resource group as well as all the resources in that resource group. This can be useful for the management of resources. For example, a virtual machine has several components (the VM itself, virtual disks, network adapter etc.). By placing the VM in its own resource group, you can delete the VM along with all its associated components by deleting the resource group. Another example is when creating a test environment. You could place the entire test environment (Network components, virtual machines etc.) in one resource group. You can then delete the entire test environment by deleting the resource group.
- Resources from multiple different regions can be placed in a resource group. The resource group only contains metadata about the resources it contains.
- No
- Yes
- Yes
Explanation:
- A resource can interact with resources in other resource groups: This statement is false. Resources in different resource groups can absolutely interact with each other. This is a common practice, especially when resources have different lifecycles or purposes.
- Deleting the resource group will remove the resource group as well as all the resources in that resource group: This statement is true. Deleting a resource group deletes all resources within it. This is a key feature for managing and cleaning up related resources.
- Resources from multiple different regions can be placed in a resource group: This statement is true. A resource group is a logical container, and resources within it can reside in different Azure regions. The resource group itself has a location, which determines where its metadata is stored, but this doesn’t restrict the regions of the resources it contains.
Your company plans to automate the deployment of servers to Azure. Your manager is concerned that you may expose administrative credentials during the deployment. You need to recommend an Azure solution that encrypts the administrative credentials during the deployment.
What should you include in the recommendation?
A. Azure Key Vault
B. Azure Information Protection
C. Azure Security Center
D. Azure Multi-Factor Authentication (MFA)
A. Azure Key Vault
Explanation:
Azure Key Vault is designed to securely store secrets like passwords, API keys, and certificates, and it can be used to encrypt the administrative credentials during deployment, preventing their exposure in plain text.
- A. Azure Key Vault: Correct. Azure Key Vault is a secure store for secrets, keys, and certificates.
- B. Azure Information Protection: Incorrect. Azure Information Protection focuses on classifying and protecting documents and emails by applying labels and encryption, which is not the primary requirement for securing deployment credentials.
- C. Azure Security Center: Incorrect. Azure Security Center provides security management and threat protection across Azure and hybrid environments but does not directly address the encryption of deployment credentials.
- D. Azure Multi-Factor Authentication (MFA): Incorrect. Azure Multi-Factor Authentication adds an extra layer of security to user sign-ins but does not encrypt credentials during deployment.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Statement | Yes | No |
| :———————————————————————————————————– | :– | :– |
| An Azure free account comes with a ‘standard’ support plan. | | |
| You can purchase the Professional Direct, Standard, and Developer support plans with the Microsoft Customer Agreement. | | |
| Users with any type of Azure subscription can get support from the MSDN forums. | | |
Box 1: No Box 2: Yes Box 3: No
DISCUSSION:
* Statement 1: An Azure free account comes with a ‘standard’ support plan. This is incorrect. An Azure free account comes with a Basic support plan.
* Statement 2: You can purchase the Professional Direct, Standard, and Developer support plans with the Microsoft Customer Agreement. This is correct according to the reference documentation.
* Statement 3: Users with any type of Azure subscription can get support from the MSDN forums. This is incorrect. While MSDN forums are available, they aren’t tied to any specific support plan, and all users can access them. However, the statement implies that any type of Azure subscription only gets support from MSDN forums which is false, because all subscriptions get Basic support.
Which Azure service should you use to store certificates?
A.
Azure Security Center
B.
an Azure Storage account
C.
Azure Key Vault
D.
Azure Information Protection
C. Azure Key Vault
DISCUSSION:
Azure Key Vault is the correct service for storing certificates. It is specifically designed for securely storing secrets, keys, and certificates.
A. Azure Security Center is for security management and threat protection.
B. Azure Storage account is for storing data objects like blobs, files, queues, and tables.
D. Azure Information Protection is for classifying and protecting sensitive documents and emails.
This question requires that you evaluate the underlined text to determine if it is correct.
If Microsoft plans to end support for an Azure service that does NOT have a successor service, Microsoft will provide notification at least <u>12 months</u> before.
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.
A.
No change is needed.
B.
6 months
C.
90 days
D.
30 days
A. No change is needed.
DISCUSSION:
The underlined text “12 months” is correct according to the Microsoft Modern Lifecycle Policy. Microsoft provides a minimum of 12 months’ notification before ending support for a service without a successor. Therefore, no change is needed.
Options B, C, and D are incorrect because they offer shorter notification periods than the 12 months stipulated by Microsoft’s policy.
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 Germany can be used by legal residents of Germany only.
A.
no change is needed
B.
only enterprises that are registered in Germany
C.
only enterprises that purchase their azure licenses from a partner based in Germany
D.
any user or enterprise that requires its data to reside in Germany
D. any user or enterprise that requires its data to reside in Germany
DISCUSSION:
The original statement “Azure Germany can be used by legal residents of Germany only” is incorrect. Azure Germany is available to a broader audience than just legal residents of Germany. According to the provided context and supporting links, Azure Germany caters to “eligible customers and partners globally who intend to do business in the EU/EFTA, including the United Kingdom” and importantly, provides “customer data residency.” Therefore, option D, “any user or enterprise that requires its data to reside in Germany,” most accurately reflects the purpose and accessibility of Azure Germany.
Options A, B, and C are incorrect because they either maintain the original incorrect statement or impose overly restrictive conditions that do not align with the service’s actual availability.
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.
A. Azure Data Lake
B. Azure Cosmos DB
C. Azure SQL Data Warehouse
D. Azure SQL Database
E. Azure Database for PostgreSQL
A, C
DISCUSSION:
The correct answers are A and C.
* A. Azure Data Lake: Azure Data Lake Storage is suitable for storing large volumes of data, especially when the data is accessed infrequently. It is designed for big data analytics and integrates well with Power BI.
* C. Azure SQL Data Warehouse: Azure SQL Data Warehouse (now Azure Synapse Analytics) is a good choice for data warehousing scenarios, where data is used for analysis and reporting with tools like Power BI. It’s designed for large datasets and complex queries, fitting the 20 TB requirement.
Incorrect Options:
* B. Azure Cosmos DB: Azure Cosmos DB is a NoSQL database designed for transactional workloads requiring low latency and high availability. It is not ideal for infrequently accessed data.
* D. Azure SQL Database: Azure SQL Database is a relational database service that is suitable for transactional workloads, but it might not be the most cost-effective solution for storing and analyzing 20 TB of infrequently accessed data.
* E. Azure Database for PostgreSQL: Similar to Azure SQL Database, Azure Database for PostgreSQL is a relational database service and may not be the best choice for storing large volumes of infrequently accessed data for Power BI visualizations compared to Azure Data Lake or Azure SQL Data Warehouse.
You need to ensure that when Azure Active Directory (Azure AD) users connect to Azure AD from the Internet by using an anonymous IP address, the users are prompted automatically to change their password.
Which Azure service should you use?
A. Azure AD Connect Health
B. Azure AD Privileged Identity Management
C. Azure Advanced Threat Protection (ATP)
D. Azure AD Identity Protection
D. Azure AD Identity Protection
DISCUSSION:
Azure AD Identity Protection is the correct answer because it’s designed to detect and remediate identity-based risks. It can identify sign-ins from anonymous IP addresses and automatically trigger actions like prompting users to change their passwords.
A. Azure AD Connect Health is incorrect because it’s used for monitoring and gaining insights into your on-premises identity infrastructure.
B. Azure AD Privileged Identity Management (PIM) is incorrect because it’s used to manage, control, and monitor access to important resources in your organization.
C. Azure Advanced Threat Protection (ATP) (now Microsoft Defender for Cloud Apps) is incorrect because it focuses on protecting against advanced threats and malware, rather than managing identity-based risks like anonymous IP addresses.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes, Yes, Yes
You have on-premises servers that run Windows Server.
What should you implement to manage the servers by using the Azure portal?
A.
Azure Kubernetes Service (AKS)
B.
Azure Arc
C.
Docker
D.
role-based access control (RBAC)
B. Azure Arc
DISCUSSION:
Azure Arc allows you to manage on-premises servers (including Windows Servers) from the Azure portal.
Option A is incorrect because Azure Kubernetes Service (AKS) is for managing containerized applications, not on-premises servers directly.
Option C is incorrect because Docker is a containerization platform, not a management tool for on-premises servers within the Azure portal.
Option D is incorrect because role-based access control (RBAC) is an authorization system, not a tool to connect on-premises servers to Azure.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes
Yes
Yes
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
No
No
Yes
DISCUSSION:
The correct answer is NNY (No, No, Yes).
- Statement 1: Azure Virtual Desktop only supports the Windows 10 and Windows 11 operating systems. This statement is false because Azure Virtual Desktop also supports Windows Server operating systems.
- Statement 2: The maximum session limit for a host pool is 20. This is incorrect. The maximum session limit for a host pool can be much higher than 20, depending on the configuration and resources. By default, it can be set to a very high number like 999999 when using breadth-first load balancing.
- Statement 3: A virtual desktop is a workstation existing in a virtual form that’s separated from physical devices that use it. This statement is true. A virtual desktop provides a preconfigured operating system and application environment accessible from various devices.
Select the answer that correctly completes the sentence.
Image
DISCUSSION:
The correct answer is “must be rehydrated before the data can be accessed.” Data stored in the Archive tier is considered offline and inaccessible until it is rehydrated to a Hot or Cool tier. The term “rehydrated” is specifically used in the context of moving data out of the Archive tier to an online tier. The other options do not accurately describe the process for accessing data stored in the Archive tier.
Your company plans to deploy several web servers and several database servers to Azure.
You need to recommend an Azure solution to limit the types of connections from the web servers to the database servers.
What should you include in the recommendation?
A. network security groups (NSGs)
B. Azure Service Bus
C. a local network gateway
D. a route filter
A. Network Security Groups (NSGs) are the correct choice. NSGs allow you to filter network traffic to and from Azure resources within an Azure virtual network. This is ideal for limiting the types of connections (e.g., protocols, ports, source IPs) between web servers and database servers.
B. Azure Service Bus is a messaging service and not designed for limiting network connections between servers.
C. A local network gateway is used to connect an on-premises network to an Azure virtual network, not to control traffic between servers within Azure.
D. A route filter is used to filter routes advertised to Azure ExpressRoute or VPN connections, not to control traffic between servers within Azure.
What can Azure Information Protection encrypt?
A.
network traffic
B.
documents and email messages
C.
an Azure Storage account
D.
an Azure SQL database
B. documents and email messages
DISCUSSION:
The correct answer is B. Azure Information Protection (AIP) is designed to classify and protect documents and email messages. It uses Azure Rights Management (Azure RMS) for encryption and access control.
Options A, C, and D are incorrect because AIP is not designed to directly encrypt network traffic, Azure Storage accounts, or Azure SQL databases. Other Azure services and features handle the encryption of these resources. For example, network traffic can be protected using VPNs or Network Security Groups, and Azure Storage and Azure SQL databases have their own encryption features.
Your company plans to deploy an Artificial Intelligence (AI) solution in Azure.
What should the company use to build, test, and deploy predictive analytics solutions?
A. Azure Logic Apps
B. Azure Machine Learning Designer
C. Azure Batch
D. Azure Cosmos DB
B. Azure Machine Learning Designer
DISCUSSION:
The question asks for the best service to build, test, and deploy predictive analytics solutions within Azure.
Option B, Azure Machine Learning Designer, is the correct choice. Azure Machine Learning Designer provides a visual, drag-and-drop interface for building and deploying machine learning models, making it suitable for predictive analytics.
Here’s why the other options are incorrect:
- A. Azure Logic Apps: Azure Logic Apps is an integration platform for automating workflows and integrating applications, services, and systems. It is not designed for building or deploying machine learning models.
- C. Azure Batch: Azure Batch is a service for running large-scale parallel and high-performance computing (HPC) applications. While it can be used for machine learning tasks, it doesn’t provide the specific tools and environment for building, testing, and deploying predictive models like Azure Machine Learning Designer does.
- D. Azure Cosmos DB: Azure Cosmos DB is a globally distributed, multi-model database service. It’s a data storage solution and not directly involved in the development or deployment of machine learning models.
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.
A.
No change is needed
B.
automatic scaling
C.
data compression
D.
versioning
A. No change is needed
DISCUSSION:
The question asks whether “high availability is built into the platform” is a correct statement about Azure SQL Data Warehouse. The discussion and documentation confirm that high availability is indeed a built-in feature of Azure SQL Data Warehouse (now part of Azure Synapse Analytics). Options B, C, and D, while potentially related to Azure SQL Data Warehouse, do not accurately replace “high availability” in the sentence to make it a true statement about a fundamental benefit of the platform. Therefore, “No change is needed” is the correct answer.
You plan to implement several security services for an Azure environment. You need to identify which Azure services must be used to meet the following security requirements:
* Monitor threats by using sensors
* Enforce Azure Multi-Factor Authentication (MFA) based on a condition
Which Azure service should you identify for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Box 1: Azure Advanced Threat Protection (ATP)
Box 2: Azure Active Directory Identity Protection
The first requirement, “Monitor threats by using sensors”, is best met by Azure Advanced Threat Protection (ATP). Azure ATP utilizes sensors installed on domain controllers to monitor network traffic and identify suspicious activities.
The second requirement, “Enforce Azure Multi-Factor Authentication (MFA) based on a condition”, is best met by Azure Active Directory Identity Protection. Azure AD Identity Protection allows you to configure Conditional Access policies that enforce MFA based on various conditions, such as location, device, or user risk.
Your company plans to move several servers to Azure.
The company’s compliance policy states that a server named FinServer must be on a separate network segment.
You are evaluating which Azure services can be used to meet the compliance policy requirements.
Which Azure solution should you recommend?
A. a resource group for FinServer and another resource group for all the other servers
B. a virtual network for FinServer and another virtual network for all the other servers
C. a VPN for FinServer and a virtual network gateway for each other server
D. one resource group for all the servers and a resource lock for FinServer
B. a virtual network for FinServer and another virtual network for all the other servers
DISCUSSION:
The question requires isolating FinServer on a separate network segment. Virtual networks (VNets) in Azure provide network isolation and segmentation. Placing FinServer in its own VNet ensures it is logically separated from other servers in another VNet.
Option A is incorrect because resource groups are logical containers for resources but do not provide network segmentation. All resources in different resource groups within the same VNet can communicate with each other.
Option C is incorrect because VPNs are used to connect on-premises networks to Azure or to create site-to-site connections. Using a VPN for each server does not meet the requirement of network segmentation within Azure.
Option D is incorrect because resource locks prevent accidental deletion or modification of resources but do not provide network segmentation.
A support plan solution that gives you best practice information, health status and notifications, and 24/7 access to billing information at the lowest possible cost is a Standard
support plan.
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.
A.
No change is needed
B.
Developer
C.
Basic
D.
Premier
C. Basic
The question describes the features of the Basic support plan, which includes best practice information (via Azure Advisor), health status and notifications, and 24/7 access to billing information, all at the lowest cost (often free). The Standard, Developer, and Premier support plans all offer more comprehensive support options at a higher cost.
You have a web app that runs in Azure.
You need to identify the amount of time it takes for web pages to load in a user’s browser.
What should you use?
A.
Azure Monitor alerts
B.
Application Insights in Azure Monitor
C.
Log Analytics
D.
Azure Network Watcher
B. Application Insights in Azure Monitor
DISCUSSION:
Option B is the correct answer because Application Insights, a feature of Azure Monitor, is specifically designed for application performance monitoring (APM) and can track page load times in a user’s browser.
Option A is incorrect because Azure Monitor alerts are for proactively notifying you of potential issues, not specifically for measuring page load times.
Option C is incorrect because Log Analytics is used for querying and analyzing logs, not directly measuring page load times.
Option D is incorrect because Azure Network Watcher is used for monitoring and troubleshooting network health for IaaS resources, not for application performance monitoring or web analytics.
Which two features or services can be integrated with Azure Monitor? Each correct answer presents part of the solution.
NOTE: Each correct answer is worth one point.
A. Azure status
B. Application Insights
C. Azure Advisor
D. Log Analytics
E. Azure Service Health
B. Application Insights
D. Log Analytics
DISCUSSION:
The correct answers are B and D. Azure Monitor encompasses Application Insights and Log Analytics as key features, providing comprehensive monitoring of applications and their underlying components. These services are deeply integrated, not just loosely coupled.
Options A and E, Azure status and Azure Service Health, provide information about the health of Azure services themselves, but are not features integrated with Azure Monitor for monitoring your applications and infrastructure. Azure Advisor (option C) provides recommendations on Azure resources but isn’t directly integrated as a monitoring feature within Azure Monitor.