Thursday 25 November 2021

Az-900 Practice Test-8 From

Question 1: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Platform as a Service (PaaS) service offering provides full control of the operation system that hosts your applications.

Explanation

A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications. Behind the scenes, the web apps are hosted on virtual machines running IIS. However, you have no direct access to the virtual machine, the operating system or IIS.

Reference:

https://azure.microsoft.com/en-gb/overview/what-is-paas/

Quick Preview:

Question 2: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

While using an Azure PaaS solution that hosts your web apps, you can change the pricing tier to add additional memory.

Explanation

Multiple pricing plans are available for Azure App Service and it's really easy to choose an option that can accommodate your business and technical needs.

Reference:

https://azure.microsoft.com/en-us/pricing/details/app-service/windows/

Quick Preview:

Question 3: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

While using a PaaS Azure service that hosts your web apps, you can configure your solution to automatically scale the number VM instances, based on demand.

Explanation

A PaaS solution that hosts web apps in Azure does provide the ability to scale the platform automatically. This is known as autoscaling. Behind the scenes, the web apps are hosted on virtual machines running IIS. Autoscaling means adding more load balanced virtual machines to host the web apps.

Reference:

https://docs.microsoft.com/en-us/azure/app-service/manage-scale-up

Quick Preview:

Question 4: Skipped

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

Your company has decided to migrate some of its services to Microsoft Azure. The company CTO wants to make sure that services deployed to Azure virtual machines are available if a single data center fails.

Solution: You deploy the virtual machines to a scale set.

Does this meet the goal?

Explanation

This answer does not specify that the scale set will be configured across multiple data centers so this solution does not meet the goal. Azure virtual machine scale sets let you create and manage a group of load balanced VMs.

The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update many VMs.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview

Quick Preview:

Question 5: Skipped

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

Your company has decided to migrate some of its services to Microsoft Azure. The company CTO wants to make sure that services deployed to Azure virtual machines are available if a single data center fails.

Solution: You deploy the virtual machines to two or more scale sets.

Does this meet the goal?

Explanation

This answer does not specify that the scale set will be configured across multiple data centers so this solution does not meet the goal. Azure virtual machine scale sets let you create and manage a group of load balanced VMs.

The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update many VMs.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview

Quick Preview:

Question 6: Skipped

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

Your company has decided to migrate some of its services to Microsoft Azure. The company CTO wants to make sure that services deployed to Azure virtual machines are available if a single data center fails.

Solution: You deploy the virtual machines to two or more availability zones.

Does this meet the goal?

Explanation

Availability zones expand the level of control you have to maintain the availability of the applications and data on your VMs. An Availability Zone is a physically separate zone, within an Azure region. There are three Availability Zones per supported Azure region.

Each Availability Zone has a distinct power source, network, and cooling. By architecting your solutions to use replicated VMs in zones, you can protect your apps and data from the loss of a datacenter. If one zone is compromised, then replicated apps and data are instantly available in another zone.

Reference:

https://docs.microsoft.com/en-us/azure/availability-zones/az-overview

Quick Preview:

Question 7: Skipped

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

Your company has decided to migrate some of its services to Microsoft Azure. The company CTO wants to make sure that services deployed to Azure virtual machines are available if a single data center fails.

Solution: You deploy the virtual machines to two or more regions.

Does this meet the goal?

Explanation

By deploying the virtual machines to two or more regions, you are deploying the virtual machines to multiple datacenters. This will ensure that the services running on the virtual machines are available if a single data center fails.

Azure operates in multiple datacenters around the world. These datacenters are grouped in to geographic regions, giving you flexibility in choosing where to build your applications.

You can create Azure resources in defined geographic regions like 'West US', 'North Europe', or 'Southeast Asia'. You can review the list of regions and their locations. Within each region, multiple datacenters exist to provide for redundancy and availability.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machines/regions

Quick Preview:


A resource group is a logical container for Azure resources. When you create a resource group, you specify which location to create the resource group in. However, when you create a virtual machine and place it in the resource group, the virtual machine can still be in a different location (different data center).

Therefore, creating multiple resource groups, even if they are in separate data centers does not ensure that the services running on the virtual machines are available if a single data center fails.

Reference:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups

Quick Preview:

Question 8: Skipped

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

Your company has decided to migrate some of its services to Microsoft Azure. The company CTO wants to make sure that services deployed to Azure virtual machines are available if a single data center fails.

Solution: You deploy the virtual machines to two or more resource groups.

Does this meet the goal?

Explanation

A resource group is a logical container for Azure resources. When you create a resource group, you specify which location to create the resource group in. However, when you create a virtual machine and place it in the resource group, the virtual machine can still be in a different location (different data center).

Therefore, creating multiple resource groups, even if they are in separate data centers does not ensure that the services running on the virtual machines are available if a single data center fails.

Reference:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups

Quick Preview:

Question 9: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Functions represents a serverless computing Azure service offering.

Explanation

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

Reference:

https://azure.microsoft.com/en-gb/services/functions/

Quick Preview:

Question 10: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure App Service hosts web applications.

Explanation

Azure App Service hosts web apps.

Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments.

Reference:

https://docs.microsoft.com/en-us/azure/app-service/overview

Quick Preview:

Question 11: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Databricks is a big data analysis Azure service used for machine learning.

Explanation

Azure Databricks is a big analysis service for machine learning.

Azure Databricks is an Apache Spark-based analytics platform. The platform consists of several components including ‘MLib’. 'Mlib' is a Machine Learning library consisting of common learning algorithms and utilities, including classification, regression, clustering, collaborative filtering, dimensionality reduction, as well as underlying optimization primitives.

Reference:

https://docs.microsoft.com/en-us/azure/databricks/scenarios/what-is-azure-databricks#apache-spark-based-analytics-platform

Quick Preview:

Question 12: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Application Insights detects and diagnoses anomalies in web applications.

Explanation

Application Insights, a feature of Azure Monitor, is an extensible Application Performance Management (APM) service for developers and DevOps professionals. Use it to monitor your live applications. It will automatically detect performance anomalies, and includes powerful analytics tools to help you diagnose issues and to understand what users actually do with your app.

Reference:

https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview

Quick Preview:

uestion 13: Skipped

You are working on a project in Azure and multiple business units are involved. Each business unit uses the same 25 Azure resources. You have been tasked to implement a solution to automate the creation of the Azure resources.

What should you use?

Explanation

You can use Azure Resource Manager templates to automate the creation of the Azure resources. Deploying resource through templates is known as "Infrastructure as code".

To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates. The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources.

Reference:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview

Quick Preview:

Question 14: Skipped

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

You have an Azure subscription named AZ-900-Subscription. You sign in to the Azure portal and create a resource group named RG-AZ-900.

You intend to use the following command that creates a virtual machine named VirtualMachine01.

az vm create --resource-group RG-AZ-900 --name VirtualMachine01 --image UbuntuLTS --generate-ssh-keys

You need to create VirtualMachine01 in AZ-900-Subscription by using the command.

Solution: Launch Azure Cloud Shell from Azure Portal and select Bash. Run the command in Cloud Shell.

Does this meet the goal?

Explanation

The command can be run in the Azure Cloud Shell. The Azure Cloud Shell is a free interactive shell. It has common Azure tools preinstalled and configured to use with your account.

To open the Cloud Shell, just select Try it from the upper right corner of a code block. You can also launch Cloud Shell in a separate browser tab by going to https://shell.azure.com/bash.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-cli

Quick Preview:

Question 15: Skipped

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

You have an Azure subscription named AZ-900-Subscription. You sign in to the Azure portal and create a resource group named RG-AZ-900.

You intend to use the following command that creates a virtual machine named VirtualMachine01.

az vm create --resource-group RG-AZ-900 --name VirtualMachine01 --image UbuntuLTS --generate-ssh-keys

You need to create VirtualMachine01 in AZ-900-Subscription by using the command.

Solution: Launch Azure Cloud Shell from Azure Portal and select PowerShell. Run the command in Cloud Shell.

Does this meet the goal?

Explanation

The command can be run in the Azure Cloud Shell. Although this question says you select PowerShell rather than Bash, the Az commands will work in PowerShell.

The Azure Cloud Shell is a free interactive shell. It has common Azure tools preinstalled and configured to use with your account.

To open the Cloud Shell, just select Try it from the upper right corner of a code block. You can also launch Cloud Shell in a separate browser tab by going to https://shell.azure.com/bash.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-cli

Quick Preview:

Question 16: Skipped

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

You have an Azure subscription named AZ-900-Subscription. You sign in to the Azure portal and create a resource group named RG-AZ-900.

You intend to use the following command that creates a virtual machine named VirtualMachine01.

az vm create --resource-group RG-AZ-900 --name VirtualMachine01 --image UbuntuLTS --generate-ssh-keys

You need to create VirtualMachine01 in AZ-900-Subscription by using the command.

Solution: Install Azure CLI on your computer that runs Windows 10. From PowerShell, sign in to Azure and then run the command.

Does this meet the goal?

Explanation

The command can be run from PowerShell or the command prompt if you have the Azure CLI installed.

Reference:

https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest&tabs=azure-cli

Quick Preview:

Question 17: Skipped

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

You have an Azure subscription named AZ-900-Subscription. You sign in to the Azure portal and create a resource group named RG-AZ-900.

You intend to use the following command that creates a virtual machine named VirtualMachine01.

az vm create --resource-group RG-AZ-900 --name VirtualMachine01 --image UbuntuLTS --generate-ssh-keys

You need to create VirtualMachine01 in AZ-900-Subscription by using the command.

Solution: Install Azure CLI on your computer that runs Windows 10. From Command Prompt, sign in to Azure and then run the command.

Does this meet the goal?

Explanation

The command can be run from PowerShell or the command prompt if you have the Azure CLI installed.

Reference:

https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest

Quick Preview:

Question 18: Skipped

Which of the following Azure services provides serverless computing in Azure?

Explanation

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

Reference:

https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview

Quick Preview:

Question 19: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure virtual machines provide operating system virtualization.

Explanation

Azure virtual machines provide hardware virtualization. Azure Virtual Machines (VM) is one of several types of on-demand, scalable computing resources that Azure offers. Typically, you choose a VM when you need more control over the computing environment than the other choices offer.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/overview

Quick Preview:

Question 20: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Container Instances provide a portable environment for virtualized applications.

Explanation

Azure Container Instances provide portable environments for virtualized applications. Containers are becoming the preferred way to package, deploy, and manage cloud applications. Azure Container Instances offers the fastest and simplest way to run a container in Azure, without having to manage any virtual machines and without having to adopt a higher-level service.

Containers offer significant startup benefits over virtual machines (VMs). Azure Container Instances can start containers in Azure in seconds, without the need to provision and manage VMs.

Reference:

https://docs.microsoft.com/en-us/azure/container-instances/container-instances-overview

Quick Preview:

Question 21: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure App Service is an Azure service that you can use to build, deploy and scale web apps.

Explanation

Azure App Service is used to build, deploy and scale web apps.

Azure App Service is a platform-as-a-service (PaaS) offering that lets you create web and mobile apps for any platform or device and connect to data anywhere, in the cloud or on-premises. App Service includes the web and mobile capabilities that were previously delivered separately as Azure Websites and Azure Mobile Services.

Reference:

https://docs.microsoft.com/en-us/azure/app-service/overview

Quick Preview:

Question 22: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Firewall encrypts network traffic sent from Azure to outside destinations.

Explanation

Azure firewall does not encrypt network traffic. It is used to block or allow traffic based on source/destination IP address, source/destination ports and protocol.

Reference:

https://docs.microsoft.com/en-us/azure/firewall/overview

Quick Preview:

Question 23: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Network Security Groups (NSGs) encrypt traffic sent from Azure to outside destinations.

Explanation

A network security group does not encrypt network traffic. It works in a similar way to a firewall and is used to block or allow traffic based on source/destination IP address, source/destination ports and protocol.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-network/security-overview

Quick Preview:

Question 24: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Windows server virtual machines encrypt by default the traffic sent to a host on the Internet.

Explanation

The question is rather vague as it would depend on the configuration of the host on the Internet. Windows Server does come with a VPN client and it also supports other encryption methods such IPSec encryption or SSL/TLS, so it could encrypt the traffic if the Internet host was configured to require or accept the encryption.

However, the VM could not encrypt the traffic to an Internet host that is not configured to require the encryption. Anyway, some configuration needs to be done, outbound traffic encryption doesn't happen by default.

Reference:

https://docs.microsoft.com/en-us/azure/security/fundamentals/data-encryption-best-practices#protect-data-in-transitQUESTION

Quick Preview:

Question 25: Skipped

You are currently working in an Azure virtual network named AZ-900-VNET in a resource group named AZ-900-RG.

You receive an email from your manager and you assign an Azure policy specifying that virtual networks are not an allowed resource type in AZ-900-RG.

What happens with your AZ-900-VNET ?

Explanation

The AZ-900-VNET will be marked as "Non-compliant" when the policy is assigned. However, it will not be deleted and will continue to function normally.

Azure Policy is a service in Azure that you use to create, assign, and manage policies. These policies enforce different rules and effects over your resources, so those resources stay compliant with your corporate standards and service level agreements.

If there are any existing resources that aren't compliant with a new policy assignment, they appear under Non-compliant resources.

References:

https://docs.microsoft.com/en-us/azure/governance/policy/overview

https://docs.microsoft.com/en-us/azure/governance/policy/assign-policy-portal

Quick Preview:

Question 26: Skipped

You need to investigate which user has turned off a specific virtual machine in the last 14 days.

What Azure service can help you during your investigation?

Explanation

You would use the Azure Activity Log to view which user turned off a specific virtual machine during the last 14 days. Activity logs are kept for 90 days. You can query for any range of dates, as long as the starting date isn't more than 90 days in the past.

As related to this question, you would need to create a filter to display shutdown operations on the virtual machine, in the last 14 days.

Reference:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/view-activity-logs

Quick Preview:

Question 27: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Advisor generates a list of Azure virtual machines that are protected by Azure Backup.

Explanation

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.

Reference:

https://azure.microsoft.com/en-gb/blog/advisor-backup-recommendations/

Quick Preview:

Question 28: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

After you finish implementing the security recommendations provided by Azure Advisor, your company's secure score has decreased.

Explanation

If you implement the security recommendations, you company’s score will increase, not decrease.

Reference:

https://docs.microsoft.com/en-us/azure/security-center/secure-score-security-controls

Quick Preview:

 Question 29: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Security recommendations provided by Azure Advisor must be implemented in maximum 7 days.

Explanation

There is no requirement to implement the security recommendations provided by Azure Advisor. The recommendations are just that, "recommendations", they are not "requirements".

Reference:

https://docs.microsoft.com/en-us/azure/advisor/advisor-overview

Quick Preview:

Question 30: Skipped

Which statement accurately describes the Modern Lifecycle Policy for Azure services?

Explanation

For products governed by the Modern Lifecycle Policy, Microsoft will provide a minimum of 12 months' notification prior to ending support if no successor product or service is offered—excluding free services or preview releases.

Reference:

https://docs.microsoft.com/en-us/lifecycle/policies/modern

Quick Preview:

Question 31: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure SLAs guarantee a minimum uptime of 99.9% for vast majority of Azure paid services.

Explanation

SLA’s vary based on the resource type and the location distribution of the resource. However, the minimum uptime for the vast majority of Azure services is 99.9 percent.

Reference:

https://azure.microsoft.com/en-us/support/legal/sla/summary/

Quick Preview:

Question 32: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Azure Service Level Agreement (SLA) guaranteed uptime can be increased by adding Azure resources to multiple regions.

Explanation

The SLA guaranteed uptime is increased (usually to 99.95 percent) when resources are deployed across multiple regions.

Reference:

https://azure.microsoft.com/en-us/support/legal/sla/summary/

Quick Preview:

Question 33: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

You received a new task to increase the Service Level Agreement (SLA) guaranteed uptime, so you decided to purchase multiple subscriptions.

Explanation

The number of subscriptions is unrelated to uptime SLA’s.

You can deploy resources to multiple regions under a single subscription or you can have multiple subscriptions with resources deployed to the same region.

Reference:

https://azure.microsoft.com/en-us/support/legal/sla/summary/

Quick Preview:

Question 34: Skipped

Please evaluate the following statement and select Yes if the statement is true, otherwise select No.

Using your Microsoft account, you can manage multiple Azure subscriptions.

Explanation

You can use the same account to manage multiple subscriptions. You can create an additional subscription for your account in the Azure portal. You may want an additional subscription to avoid hitting subscription limits, to create separate environments for security, or to isolate data for compliance reasons.

Reference:

https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/create-subscription

Quick Preview:

Question 35: Skipped

Please evaluate the second statement and select Yes if the statement is true, otherwise select No.

You are currently working on two Azure subscriptions. You decide to merge the two subscriptions intro a single subscription, so you open an Azure service request.

Explanation

You can't merge two subscriptions into a single subscription. However, you can move some Azure resources from one subscription to another or you can also transfer ownership of a subscription and change the billing type for a subscription.

Reference:

https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/create-subscription

Quick Preview:

Question 36: Skipped

Please evaluate the statement and select Yes if the statement is true, otherwise select No.

A Microsoft customer can store resources in multiple subscriptions.

Explanation

A company can have multiple subscriptions and store resources in the different subscriptions. However, a resource can exist in only one subscription.

Reference:

https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/create-subscription

Quick Preview:

Question 37: Skipped

Please evaluate the statement and select Yes if the statement is true, otherwise select No.

Azure services in private preview are release to all customers.

Explanation

Most services go to private preview then public preview before being released to general availability (GA). The private preview is only available to certain Azure customers for evaluation purposes.

Reference:

https://azure.microsoft.com/en-gb/support/legal/preview-supplemental-terms/

Quick Preview:

Question 38: Skipped

Please evaluate the statement and select Yes if the statement is true, otherwise select No.

Azure services in public preview are released to all Azure customers.

Explanation

Public Preview means that the service is in public beta and can be tried out by anyone with an Azure subscription. Services in public preview are often offered at a discount price.

Public previews are excluded from SLAs and in some cases, no support is offered.

Reference:

https://azure.microsoft.com/en-gb/support/legal/preview-supplemental-terms/

Quick Preview:

Question 39: Skipped

Please evaluate if the following statement is True or False.

From Azure Service Health, an administrator can view the health of all the services in an Azure environment.

Explanation

Service Health provides a personalized view of the health of the Azure services and regions you're using. This is the best place to look for service impacting communications about outages, planned maintenance activities, and other health advisories because the authenticated Service Health experience knows which services and resources you currently use.

Reference:

https://docs.microsoft.com/en-us/azure/service-health/overview

https://docs.microsoft.com/en-us/azure/service-health/service-health-overview

Quick Preview:

Question 40: Skipped

Please evaluate if the following statement is True or False.

From Azure Service Health, an administrator can create a rule to be alerted if an Azure service fails.

Explanation

Azure Service Health is a combination of three separate smaller services and one of them is Resource Health.

Resource Health provides information about the health of your individual cloud resources such as a specific virtual machine instance. Using Azure Monitor, you can also configure alerts to notify you of availability changes to your cloud resources. Resource Health along with Azure Monitor notifications will help you stay better informed about the availability of your resources minute by minute and quickly assess whether an issue is due to a problem on your side or related to an Azure platform event.

Reference:

https://docs.microsoft.com/en-us/azure/service-health/overview

Quick Preview:

Question 41: Skipped

Please evaluate if the following statement is True or False.

Azure Advisor provides recommendations on how to improve the security of an Azure Active Directory (Azure AD) environment.

Explanation

Advisor is a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments. It doesn't include recommendations targeting Azure Active Directory (Azure AD).

The Advisor dashboard displays personalized recommendations for all your subscriptions. You can apply filters to display recommendations for specific subscriptions and resource types.

The recommendations are divided into five categories:

Reliability (formerly called High Availability): To ensure and improve the continuity of your business-critical applications

Security: To detect threats and vulnerabilities that might lead to security breaches.

Performance: To improve the speed of your applications.

Cost: To optimize and reduce your overall Azure spending.

Operational Excellence: To help you achieve process and workflow efficiency, resource manageability and deployment best practices

Reference:

https://docs.microsoft.com/en-us/azure/advisor/advisor-overview

Quick Preview:

Question 42: Skipped

Please evaluate if the following statement is True or False.

Azure Advisor provides recommendations on how to reduce the cost of running Azure virtual machines.

Explanation

Advisor is a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments. Once your VMs run for a bit in Azure, Advisor will start making recommendations on how to reduce your running VM costs.

The Advisor dashboard displays personalized recommendations for all your subscriptions. You can apply filters to display recommendations for specific subscriptions and resource types.

The recommendations are divided into five categories:

Reliability (formerly called High Availability): To ensure and improve the continuity of your business-critical applications

Security: To detect threats and vulnerabilities that might lead to security breaches.

Performance: To improve the speed of your applications.

Cost: To optimize and reduce your overall Azure spending.

Operational Excellence: To help you achieve process and workflow efficiency, resource manageability and deployment best practices

Reference:

https://docs.microsoft.com/en-us/azure/advisor/advisor-overview

Quick Preview:

Question 43: Skipped

Please evaluate if the following statement is True or False.

Azure Advisor provides recommendations on how to configure the network settings on Azure virtual machines.

Explanation

Advisor is a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments. It doesn't include recommendations on how to configure the network settings on Azure virtual machines. Why? Because it really depends on how you want to use your VMs, so Azure Advisor wouldn't know what you want to implement.

The Advisor dashboard displays personalized recommendations for all your subscriptions. You can apply filters to display recommendations for specific subscriptions and resource types.

The recommendations are divided into five categories:

Reliability (formerly called High Availability): To ensure and improve the continuity of your business-critical applications

Security: To detect threats and vulnerabilities that might lead to security breaches.

Performance: To improve the speed of your applications.

Cost: To optimize and reduce your overall Azure spending.

Operational Excellence: To help you achieve process and workflow efficiency, resource manageability and deployment best practices

Reference:

https://docs.microsoft.com/en-us/azure/advisor/advisor-overview

Quick Preview:

Question 44: Skipped

Which of the following services provides a cloud-based Enterprise Data Warehouse (EDW) ?

Explanation

Azure Synapse (formerly known as Data Warehouse) is an analytics service that brings together enterprise data warehousing and Big Data analytics. It gives you the freedom to query data on your terms, using either serverless on-demand or provisioned resources—at scale. Azure Synapse brings these two worlds together with a unified experience to ingest, prepare, manage, and serve data for immediate BI and machine learning needs.

Reference:

https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is

Quick Preview:

Question 45: Skipped

Which of the following services uses past trainings to provide predictions that have high probability?

Explanation

Azure Machine Learning is a cloud-based environment that you can use to train, deploy, automate, manage, and track machine learning (ML) models.

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.

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/overview-what-is-azure-ml

Quick Preview:

Question 46: Skipped

Which of the following services processes data from millions of sensors?

Explanation

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.

Reference:

https://docs.microsoft.com/en-us/azure/iot-hub/about-iot-hub

Quick Preview:

Question 47: Skipped

Your company has decided to add a watermark to Microsoft Word documents that contain credit card information.

Which of the following Azure services would you use in order to accomplish this task?

Explanation

Azure Information Protection is used to automatically add a watermark to Microsoft Word documents that contain credit card information.

You use Azure Information Protection labels to apply classification to documents and emails. When you do this, the classification is identifiable regardless of where the data is stored or with whom it’s shared. The labels can include visual markings such as a header, footer, or watermark.

Labels can be applied automatically by administrators who define rules and conditions, manually by users, or a combination where users are given recommendations. In this question, we would configure a label to be automatically applied to Microsoft Word documents that contain credit card information. The label would then add the watermark to the documents.

Reference:

https://docs.microsoft.com/en-us/azure/information-protection/what-is-information-protection

Quick Preview:

uestion 48: Skipped

Please evaluate the statement and select Yes if the statement is true, otherwise select No.

Azure services in general availability (GA) are released to only a group of customers.

Explanation

An Azure service in general availability is available to all Azure customers, not just a subset of the customers.

Reference:

https://azure.microsoft.com/en-gb/support/legal/preview-supplemental-terms/

Quick Preview:


No comments:

Post a Comment