exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 5 question 102 discussion

Actual exam question from Microsoft's AZ-303
Question #: 102
Topic #: 5
[All AZ-303 Questions]

HOTSPOT -
You have an Azure Resource Manager template for a virtual machine named Template1. Template1 has the following parameters section.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Yes -
The Resource group is not specified.

Box 2: No -
The default value for the operating system is Windows 2016 Datacenter.

Box 3: Yes -
Location is no default value.
References:
https://docs.microsoft.com/bs-latn-ba/azure/virtual-machines/windows/ps-template

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Kraviecc
Highly Voted 4 years, 6 months ago
Correct
upvoted 25 times
...
NebulousNeo
Highly Voted 4 years, 6 months ago
correct
upvoted 6 times
...
nd78
Most Recent 3 years, 6 months ago
on Exam today 21st Jan, 2022
upvoted 1 times
...
adsdadasdad
3 years, 11 months ago
the question is incomplete , it should be if you deploy these resources from the portal and then the following .
upvoted 2 times
...
souvik123
4 years ago
No-No-Yes
upvoted 4 times
...
SnakePlissken
4 years, 2 months ago
1 - No. When you deploy an ARM template, you MUST provide a resource group (az deployment group create --resource-group RGName --template-file ARMTName) or set it in advance (az configure --defaults group=RGName). By the way, a resource group can NEVER be defined in an ARM template. 2 - No. The parameter windowsOSVersion has a default value. 3 - Yes. The parameter location doesn't have a default value. Duplicate question: topic 1 question 10 https://www.examtopics.com/exams/microsoft/az-303/view/2/
upvoted 1 times
jnlhj
3 years, 10 months ago
Do you mean the first is 'Yes'
upvoted 2 times
...
BoxGhost
4 years ago
But surely the given answers are correct then. The guide outlines these steps. You deploy the template and then it prompts your for the RG and location after you hit save. https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/quickstart-create-templates-use-the-portal From the Azure portal menu, in the search box, type deploy, and then select Deploy a custom template. Azure Resource Manager templates library Select Build your own template in the editor. Select Load file, and then follow the instructions to load template.json you downloaded in the last section. Make the following three changes to the template Select Save. Enter the following values: TABLE 2 Name Value Resource group Select the resource group name you created in the last section. Region Select a location for the resource group. For example, Central US. Location Select a location for the storage account. For example, Central US.
upvoted 2 times
tteesstt
3 years, 11 months ago
I think the given question implies that you're either using PS or CLI. There was another similar question that asks the same question except specifies the use of Azure Portal. In my opinion, it's N/N/Y
upvoted 1 times
haitao1234
3 years, 7 months ago
I do not see any information related to PS or CLI, I will choose Y for Q1
upvoted 1 times
...
...
...
...
demonite
4 years, 4 months ago
N,N,N all of the RG and location are required parameter when you deploy. Even though RG is missing it will inherit the value. Location may bomb out if you do not specify one of the allowed values
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...