Skip to Content

AZ-900 Microsoft Azure Fundamentals Exam Questions and Answers – Page 9 Part 1

The latest Microsoft AZ-900 Azure Fundamentals certification actual real practice exam question and answer (Q&A) dumps are available free, which are helpful for you to pass the Microsoft AZ-900 Azure Fundamentals exam and earn Microsoft AZ-900 Azure Fundamentals certification.

Question 801

Match the Azure service to the correct description. Each service may be used once, more than once, or not at all.

Azure Services:

  • Azure Machine Learning
  • Azure IoT Hub
  • Azure Bot Services
  • Azure Functions

Descriptions:

  • Provides a digital online assistant that provides speech support
  • Uses past trainings to provide predictions that have high probability
  • Provides serverless computing functionalities
  • Processes data from millions of sensors

Answer:

Azure Bot Services: Provides a digital online assistant that provides speech support
Azure Machine Learning: Uses past trainings to provide predictions that have high probability
Azure Functions: Provides serverless computing functionalities
Azure IoT Hub: Processes data from millions of sensors

Explanation

Azure Bot Services: Provides a digital online assistant that provides speech support
Bots provide an experience that feels less like using a computer and more like dealing with a person — or at least an intelligent robot. They can be used to shift simple, repetitive tasks, such as taking a dinner reservation or gathering profile information, on to automated systems that may no longer require direct human intervention. Users converse with a bot using text, interactive cards, and speech. A bot interaction can be a quick question and answer, or it can be a sophisticated conversation that intelligently provides access to services.

Azure Machine Learning: Uses past trainings to provide predictions that have high probability
Machine learning is a data science technique that allows computers to use existing data to forecast future behaviors, outcomes, and trends. By using machine learning, computers learn without being explicitly programmed.

Forecasts or predictions from machine learning can make apps and devices smarter. For example, when you shop online, machine learning helps recommend other products you might want based on what you’ve bought.

Azure Functions: Provides serverless computing functionalities
Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.

Azure IoT Hub: Processes data from millions of sensors
IoT Hub is a managed service, hosted in the cloud, that acts as a central message hub for bi-directional communication between your IoT application and the devices it manages. You can use Azure IoT Hub to build IoT solutions with reliable and secure communications between millions of IoT devices and a cloud-hosted solution backend. You can connect virtually any device to IoT Hub.

Question 802

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

__________ a common platform for deploying objects to a cloud infrastructure and for implementing consistency across the Azure environment.

Answer Area:
A. Azure policies provide
B. Resource groups provide
*C. Azure Resource Manager templates provide
D. Management groups provide

Explanation

Azure Resource Manager templates provides a common platform for deploying objects to a cloud infrastructure and for implementing consistency across the Azure environment.

Azure policies are used to define rules for what can be deployed and how it should be deployed. Whilst this can help in ensuring consistency, Azure policies do not provide the common platform for deploying objects to a cloud infrastructure.

Question 803

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

You can access Compliance Manager from the __________.

Answer Area:
A. Azure Active Directory admin center
*B. Azure portal
C. Microsoft 365 admin center
D. Microsoft Service Trust Portal

Question 804

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Statement 1: Azure Advisor provides recommendations on how to improve the security of an Azure Active Directory (Azure AD) environment: No
Statement 2: Azure Advisor provides recommendations on how to reduce the cost of running Azure virtual machines: Yes
Statement 3: Azure Advisor provides recommendations on how to configure the network settings on Azure virtual machines: No

Explanation

Statement 1: Azure Advisor provides recommendations on how to improve the security of an Azure Active Directory (Azure AD) environment: No
Azure Advisor provides you with a consistent, consolidated view of recommendations for all your Azure resources. It integrates with Azure Security Center to bring you security recommendations. You can get security recommendations from the Security tab on the Advisor dashboard. Examples of recommendations include restricting access to virtual machines by configuring Network Security Groups, enabling storage encryption, installing vulnerability assessment solutions.

However, Azure Advisor does not provide recommendations on how to improve the security of an Azure AD environment.

Statement 2: Azure Advisor provides recommendations on how to reduce the cost of running Azure virtual machines: Yes
Advisor helps you optimize and reduce your overall Azure spend by identifying idle and underutilized resources. You can get cost recommendations from the Cost tab on the Advisor dashboard.

Statement 3: Azure Advisor provides recommendations on how to configure the network settings on Azure virtual machines: No
Azure Advisor does not provide recommendations on how to configure network settings on Azure virtual machines.

Question 805

A team of developers at your company plans to deploy, and then remove, 50 virtual machines each week. All the virtual machines are configured by using Azure Resource Manager templates.

You need to recommend which Azure service will minimize the administrative effort required to deploy and remove the virtual machines.

What should you recommend?

A. Azure Reserved Virtual Machine (VM) Instances
*B. Azure DevTest Labs
C. Azure virtual machine scale sets
D. Microsoft Managed Desktop

Explanation

DevTest Labs creates labs consisting of pre-configured bases or Azure Resource Manager templates. By using DevTest Labs, you can test the latest versions of your applications by doing the following tasks:

  • Quickly provision Windows and Linux environments by using reusable templates and artifacts.
  • Easily integrate your deployment pipeline with DevTest Labs to provision on-demand environments.
  • Scale up your load testing by provisioning multiple test agents and create pre-provisioned environments for training and demos.

Question 806

You have an Azure environment.

You need to create a new Azure virtual machine from a tablet that runs the Android operating system.

What are three possible solutions? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

*A. Use Bash in Azure Cloud Shell.
*B. Use PowerShell in Azure Cloud Shell.
C. Use the PowerApps portal.
D. Use the Security & Compliance admin center.
*E. Use the Azure portal.

Explanation

The Android tablet device will have a web browser (Chrome). That’s enough to connect to the Azure portal. The Azure portal offers three ways to create a VM:

  • Using the graphical portal.
  • Using the Azure Cloud Shell using Bash.
  • Using the Azure Cloud Shell using PowerShell.

Question 807

Match the Azure services to the correct descriptions. Each service may be used once, more than once, or not at all.

Azure Services:

  • Azure Machine Learning
  • Azure Synapse Analytics
  • Azure IoT Hub
  • Azure Functions

Descriptions:

  • Provides a cloud-based Enterprise Data Warehouse (EDW).
  • Uses past trainings to provide predictions that have high probability.
  • Provides serverless computing functionalities.
  • Processes data from millions of sensors.

Answer:

Azure Synapse Analytics: Provides a cloud-based Enterprise Data Warehouse (EDW).
Azure Machine Learning: Uses past trainings to provide predictions that have high probability.
Azure Functions: Provides serverless computing functionalities.
Azure IoT Hub: Processes data from millions of sensors.

Explanation

Azure Synapse Analytics: Provides a cloud-based Enterprise Data Warehouse (EDW).

Azure SQL Synapse Analytics (previously called Data Warehouse) is a cloud-based Platform-as-a-Service (PaaS) offering from Microsoft. It is a large-scale, distributed, MPP (massively parallel processing) relational database technology in the same class of competitors as Amazon Redshift or Snowflake. Azure SQL Synapse Analytics is an important component of the Modern Data Warehouse multi-platform architecture. Because Azure SQL Synapse Analytics is an MPP system with a shared-nothing architecture across distributions, it is meant for large-scale analytical workloads which can take advantage of parallelism.

Azure Machine Learning: Uses past trainings to provide predictions that have high probability.

Machine learning is a data science technique that allows computers to use existing data to forecast future behaviors, outcomes, and trends. By using machine learning, computers learn without being explicitly programmed.

Forecasts or predictions from machine learning can make apps and devices smarter. For example, when you shop online, machine learning helps recommend other products you might want based on what you’ve bought.

Azure Functions: Provides serverless computing functionalities.

Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.

Azure IoT Hub: Processes data from millions of sensors.

IoT Hub is a managed service, hosted in the cloud, that acts as a central message hub for bi-directional communication between your IoT application and the devices it manages. You can use Azure IoT Hub to build IoT solutions with reliable and secure communications between millions of IoT devices and a cloud-hosted solution backend. You can connect virtually any device to IoT Hub.

Question 808

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Statement 1: Azure Advisor can generate a list of Azure virtual machines that are protected by Azure Backup: No
Statement 2: If you implement the security recommendations provided by Azure Advisor, your company’s secure score will decrease: No
Statement 3: To maintain Microsoft support, you must implement the security recommendations provided by Azure Advisor within a period of 30 days: No

Explanation

Statement 1: Azure Advisor can generate a list of Azure virtual machines that are protected by Azure Backup: No
Azure Advisor does not generate a list of virtual machines that ARE protected by Azure Backup. Azure Advisor does however, generate a list of virtual that ARE NOT protected by Azure Backup. You can view a list of virtual machines that are protected by Azure Backup by viewing the Protected Items in the Azure Recovery Services Vault.

Statement 2: If you implement the security recommendations provided by Azure Advisor, your company’s secure score will decrease: No
If you implement the security recommendations, you company’s score will increase, not decrease.

Statement 3: To maintain Microsoft support, you must implement the security recommendations provided by Azure Advisor within a period of 30 days: No
There is no requirement to implement the security recommendations provided by Azure Advisor. The recommendations are just that, ‘recommendations’. They are not ‘requirements’.

Enhance protection of VMs with Azure Advisor backup recommendations

Question 809

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

Explanation

Azure Machine Learning designer lets you visually connect datasets and modules on an interactive canvas to create machine learning models.

Question 810

To answer, select the appropriate options in the answer area.

You need to identify which blades in the Azure portal must be used to perform the following tasks:

  • View security recommendations.
  • Monitor the health of Azure services.
  • Browse available virtual machine images.

Which blade should you identify for each task?

Monitor the health of Azure services: __________

Answer Area:

  • Monitor
  • Subscriptions
  • Marketplace
  • Advisor

Browse available virtual machine images: __________

Answer Area:

  • Monitor
  • Subscriptions
  • Marketplace
  • Advisor

View security recommendations: __________

Answer Area:

  • Monitor
  • Subscriptions
  • Marketplace
  • Advisor

Answer:
Monitor the health of Azure services: Monitor
Browse available virtual machine images: Marketplace
View security recommendations: Advisor

Explanation

Monitor the health of Azure services: Monitor
Azure Monitor maximizes the availability and performance of your applications and services by delivering a comprehensive solution for collecting, analyzing, and acting on telemetry from your cloud and on-premises environments. It helps you understand how your applications are performing and proactively identifies issues affecting them and the resources they depend on.
Azure Marketplace provides access and information on solutions and services available from Microsoft and their partners. Customers can discover, try, or buy cloud software solutions built on or for Azure. The catalog of 8,000+ listings provides Azure building blocks, such as Virtual Machines (VMs), APIs, Azure apps, Solution Templates and managed applications, SaaS apps, containers, and consulting services.
Browse available virtual machine images: Marketplace
View security recommendations: Advisor
Azure Advisor provides you with a consistent, consolidated view of recommendations for all your Azure resources. It integrates with Azure Security Center to bring you security recommendations. You can get security recommendations from the Security tab on the Advisor dashboard.
Security Center helps you prevent, detect, and respond to threats with increased visibility into and control over the security of your Azure resources. It periodically analyzes the security state of your Azure resources. When Security Center identifies potential security vulnerabilities, it creates recommendations. The recommendations guide you through the process of configuring the controls you need.