The skill “3.3. Describe Features and Tools for Managing and Deploying Azure Resources” focuses on the Azure services related to deploying and managing resources in the cloud, including automation, orchestration, and monitoring.
Understanding Azure features and tools for managing and deploying Azure resources is essential for anyone working with Azure infrastructure and services. These services provide a range of tools and capabilities that enable users to automate the deployment and management of resources, monitor their performance and usage, and optimize their use of Azure resources.
0 of 31 Questions completed
Questions:
You have already completed the skill exam before. Hence you can not start it again.
Skill Exam is loading…
You must sign in or sign up to start the skill exam.
You must first complete the following:
0 of 31 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
An Azure administrator plans to run a PowerShell script that creates Azure resources. You need to recommend which computer configuration to use to run the script.
Solution: Run the script from a computer that runs Chrome OS and uses Azure Cloud Shell.
Does this meet the goal?
What can you use to launch the Azure Cloud Shell?
An Azure administrator plans to run a PowerShell script that creates Azure resources. You need to recommend which computer configuration to use to run the script.
Solution: Run the script from a computer that runs macOS and has PowerShell Core 6.0 installed.
Does this meet the goal?
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
You can use Availability zones in Auzre to protect Azure virtual machines from a data center failure.
You have an Azure environment. You need to create a new Azure virtual machine from a tablet that runs the Android operating system.
Solution: You use Bash in Azure Cloud Shell.
Does this meet the goal?
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
You can use Availability Zones in Azure to protect Azure Virtual machines from a region failure.
You have an Azure web app. You need to manage the settings of the web app from an iPhone.
What are two Azure management tools that you can use? (Select two.)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
You can use Availability zones in Azure to protect Azure-managed disks from a datacenter failure.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
You can add an ARM template to an Azure blueprint.
You have an Azure environment that contains 10 web apps.
To which URL should you connect to manage all the Azure resources? (To answer, select the appropriate options in the answer area.)
https://XXXXXXX.YYYYYYYYY.com
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
You can assign an Azure blueprint to a resource group.
You have an Azure subscription named Subscription1. You sign in to the Azure portal and create a resource group named RG1. From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create –resource-group RG1 –name VM1 –image UbuntuLTS –generate-ssh- keys
You need to create VM1 in Subscription1 by using the command.
Solution: From the Azure portal, launch Azure Cloud Shell and select PowerShell. Run the command in Cloud Shell.
Does this meet the goal?
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
You can use Azure blueprints to grant permissions to a resource.
You have an Azure subscription named Subscription1. You sign in to the Azure portal and create a resource group named RG1. From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create –resource-group RG1 –name VM1 –image UbuntuLTS –generate-ssh-keys
You need to create VM1 in Subscription1 by using the command.
Solution: From a computer that runs Windows 10, install Azure CLI. From PowerShell, sign in to Azure and then run the command.
Does this meet the goal?
This question requires that you evaluate the text to determine if it is correct. You can use Advisor recommendations in Azure to send email alerts when the cost of the current billing period for an Azure subscription exceeds a specified limit.
Review the 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.
You have an Azure subscription named Subscription1. You sign in to the Azure portal and create a resource group named RG1. From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create –resource-group RG1 –name VM1 –image UbuntuLTS –generate-ssh-keys
You need to create VM1 in Subscription1 by using the command.
Solution: From a computer that runs Windows 10, install Azure CLI. From a command prompt, sign in to Azure and then run the command.
Does this meet the goal?
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
From the Azure portal, you can distinguish between services that are generally available and services that are in public preview.
Several support engineers plan to manage Azure by using the computers shown in the following table:
You need to identify which Azure management tools can be used from each computer.
What should you identify for each computer? (To answer, select the appropriate options in the answer area.)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
After an Azure service becomes generally available, the service is no longer updated with new features.
Several support engineers plan to manage Azure by using the computers shown in the following table: You need to identify which Azure management tools can be used from each computer. What should you identify for each computer? (To answer, select the appropriate options in the answer area.) Name: Computer1 -> os windows 10. name computer2 -> os Ubuntu name computer3 -> MacOS mojave. What should you identify for computer 3
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
When you create Azure resources for a service in public preview, you must recreate the resources once the services becomes generally available.
To complete the sentence, select the appropriate option in the answer area.
Xxxxxxx a common platform for deploying objects to a cloud infrastructure and for implementing consistency across the Azure environment.
You have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource Manager template named ARM1.json. You receive a notification that VM1 will be affected by maintenance. You need to move VM1 to a different host immediately.
Solution: From the Redeploy blade, you click Redeploy.
Does this meet the goal?
An Azure administrator plans to run a PowerShell script that creates Azure resources. You need to recommend which computer configuration to use to run the script.
Solution: Run the script from a computer that runs Windows 10 and has the Azure PowerShell module installed.
Does this meet the goal?
You administer an Azure environment that includes six Azure Resource Manager (ARM) virtual machines (VMs) that support development. The development team uses Azure SQL databases and Azure Queues for application storage. All Azure resources are grouped within a single subscription and resource group. You need to reduce the recurring monthly Azure costs without degrading server performance. You must minimize the administrative effort involved.
What should you do?
You have an Azure subscription named Subscription1. You sign in to the Azure portal and create a resource group named RG1. From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create –resource-group RG1 –name VM1 –image UbuntuLTS –generate-ssh- keys
You need to create VM1 in Subscription1 by using the command.
Solution: From the Azure portal, launch Azure Cloud Shell and select Bash. Run the command in Cloud Shell.
Does this meet the goal?
Your company has an Azure subscription that contains resources in several regions. You need to ensure that administrators can only create resources in those regions.
What should you use?
You need to manage Azure by using Azure Cloud Shell.
Which Azure portal icon should you select? (To answer, select the appropriate icon in the answer area.)
When you need to delegate permissions to several Azure virtual machines simultaneously, you must deploy the Azure virtual machines to the same Azure region
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.
An Azure administrator plans to run a PowerShell script that creates Azure resources. You need to recommend which computer configuration to use to run the script.
Solution: Run the script from a computer that runs Linux and has the Azure CLI tools installed.
Does this meet the goal?
When can you use an Azure Resource Manager template?