Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Document preview thumbnail
Voorbeeld 4 van de 91 pagina's
Tentamen (uitwerkingen)

AZ 104 Exam Questions and Answers Updated 2026/2027 Version | Verified Answers

Document preview thumbnail
Voorbeeld 4 van de 91 pagina's

AZ 104 Exam Questions and Answers Updated 2026/2027 Version | Verified Answers You have an Azure Active Directory (Azure AD) domain that contains 5,000 user accounts. You create a new user account named AdminUser1. You need to assign the User administrator administrative role to AdminUser1. What should you do from the user account properties? A. From the Directory role blade, modify the directory role. B. From the Groups blade, invite the user account to a new group. C. From the Licenses blade, assign a new license. - ANSWER Answer: A Explanation: Assign a role to a user Sign in to the Azure portal with an account that's a global admin or privileged role admin for the directory. Select Azure Active Directory, select Users, and then select a specific user from the list. For the selected user, select Directory role, select Add role, and then pick the appropriate admin roles from the Directory roles list, such as Conditional access administrator. Press Select to save. You have an Azure Active Directory (Azure AD) tenant named that contains 100 user accounts. You purchase 10 Azure AD Premium P2 licenses for the tenant. You need to ensure that 10 users can use all the Azure AD Premium features. What should you do? A. From the Groups blade of each user, invite the users to a group. B. From the Licenses blade of Azure AD, assign a license. C. From the Directory role blade of each user, modify the directory role. D. From the Azure AD domain, add an enterprise application. - ANSWER Answer: B Many Azure Active Directory (Azure AD) services require you to license each of your users or groups (and associated members) for that service. Only users with active licenses will be able to access and use the licensed Azure AD services for which that's true. Licenses are applied per tenant and do not transfer to other tenants. Not all Microsoft services are available in all locations. Before a license can be assigned to a group, you must specify the Usage location for all members. You can set this value in the Azure Active Directory Users Profile Settings area in Azure AD. Any user whose usage location is not specified inherits the location of the Azure AD organization. You can add the licensing rights to users or to an entire group. You have an Azure subscription named Subscription 1 and an on-premises deployment of Microsoft System Center Service Manager Subscription! contains a virtual machine named VM1. You need to ensure that an alert is set in Service Manager when the amount of available memory on VM1 is below 10 percent. What should you do first? A. Create a notification. B. Create an automation runbook. C. Deploy the IT Service Management Connector (ITSM). D. Deploy a function app. - ANSWER Answer: C Explanation: The IT Service Management Connector (ITSMC) allows you to connect Azure and a supported IT Service Management (ITSM) product/service, such as the Microsoft System Center Service Manager. With ITSMC, you can create work items in ITSM tool, based on your Azure alerts (metric alerts, Activity Log alerts and Log Analytics alerts). You have an on-premises server that contains a folder named D:Folder1. You need to copy the contents of D:Folder1 to the public container in an Azure Storage account named contoso data. Which command should you run? A. B. azcopy sync D:folder1 snapshot C. azcopy copy D:folder1 recursive D. az storage blob copy start-batch D:Folder1 https:// Explanation: The azcopy copy command copies a directory (and all of the files in that directory) to a blob container. The result is a directory in the container by the same name. Incorrect Answers: B: The azcopy sync command replicates the source location to the destination location. However, the file is skipped if the last modified time in the destination is more recent. D: The az storage blob copy start-batch command copies multiple blobs to a blob container. You have an Azure Storage account named storage1. You plan to use AzCopy to copy data to storage1. You need to identify the storage services in storage1 to which you can copy the data. What should you identify? A. blob, file, table, and queue B. blob and file only C. file and table only D. file only E. blob, table, and queue only - ANSWER Answer: B Explanation: AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account. Incorrect Answers: A, C, E: AzCopy does not support table and queue storage services. D: AzCopy supports file storage services, as well as blob storage services. You have an Azure subscription that contains an Azure Storage account. You plan to create an Azure container instance named container1 that will use a Docker image namedImage1. Image1 contains a Microsoft SQL Server instance that requires persistent storage. You need to configure a storage service for Container1. What should you use? A. Azure Files B. Azure Blob storage C. Azure Queue storage D. Azure Table storage - ANSWER Answer: A Explanation: Microsoft have Docker Volume Plugin for Azure file storage which provides exactly this and it is used for Azure file shares. Azure File Storage volume plugin is not limited to ease of container migration. It also allows a file share to be shared among multiple containers (even though they are on different hosts) to collaborate on workloads, share configuration or secrets of an application running on multiple hosts. Another use case is uploading metrics and diagnostics data such as logs from applications to a file share for further processing.

Voorbeeld van de inhoud

AZ 104 Exam Questions and Answers
Updated 2026/2027 Version | Verified
Answers


You have an Azure Active Directory (Azure AD) domain that contains 5,000 user
accounts. You create a new user account named AdminUser1. You need to assign
the User administrator administrative role to AdminUser1. What should you do
from the user account properties?


A. From the Directory role blade, modify the directory role.
B. From the Groups blade, invite the user account to a new group.
C. From the Licenses blade, assign a new license. - ANSWER ✅ Answer: A


Explanation: Assign a role to a user Sign in to the Azure portal with an account
that's a global admin or privileged role admin for the directory. Select Azure
Active Directory, select Users, and then select a specific user from the list. For the
selected user, select Directory role, select Add role, and then pick the appropriate
admin roles from the Directory roles list, such as Conditional access administrator.
Press Select to save.


You have an Azure Active Directory (Azure AD) tenant named
contoso.onmicrosoft.com that contains 100 user accounts. You purchase 10 Azure
AD Premium P2 licenses for the tenant. You need to ensure that 10 users can use
all the Azure AD Premium features. What should you do?
A. From the Groups blade of each user, invite the users to a group.
B. From the Licenses blade of Azure AD, assign a license.
C. From the Directory role blade of each user, modify the directory role.

,D. From the Azure AD domain, add an enterprise application. - ANSWER ✅
Answer: B


Many Azure Active Directory (Azure AD) services require you to license each of
your users or groups (and associated members) for that service. Only users with
active licenses will be able to access and use the licensed Azure AD services for
which that's true. Licenses are applied per tenant and do not transfer to other
tenants. Not all Microsoft services are available in all locations. Before a license
can be assigned to a group, you must specify the Usage location for all members.
You can set this value in the Azure Active Directory > Users > Profile > Settings
area in Azure AD. Any user whose usage location is not specified inherits the
location of the Azure AD organization. You can add the licensing rights to users or
to an entire group.


You have an Azure subscription named Subscription 1 and an on-premises
deployment of Microsoft System Center Service Manager Subscription! contains a
virtual machine named VM1. You need to ensure that an alert is set in Service
Manager when the amount of available memory on VM1 is below 10 percent.
What should you do first?


A. Create a notification.
B. Create an automation runbook.
C. Deploy the IT Service Management Connector (ITSM).
D. Deploy a function app. - ANSWER ✅ Answer: C


Explanation: The IT Service Management Connector (ITSMC) allows you to
connect Azure and a supported IT Service Management (ITSM) product/service,
such as the Microsoft System Center Service Manager. With ITSMC, you can
create work items in ITSM tool, based on your Azure alerts (metric alerts, Activity
Log alerts and Log Analytics alerts).

, You have an on-premises server that contains a folder named D:\Folder1. You
need to copy the contents of D:\Folder1 to the public container in an Azure Storage
account named contoso data. Which command should you run?


A. https://contosodata.blob.core.windows.net/public
B. azcopy sync D:\folder1 https://contosodata.blob.core.windows.net/public --
snapshot
C. azcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public --
recursive
D. az storage blob copy start-batch D:\Folder1 https://
contosodata.blob.core.windows.net/public - ANSWER ✅ Answer: C


Explanation:
The azcopy copy command copies a directory (and all of the files in that directory)
to a blob container. The result is a directory in the container by the same name.
Incorrect Answers: B: The azcopy sync command replicates the source location to
the destination location. However, the file is skipped if the last modified time in
the destination is more recent. D: The az storage blob copy start-batch command
copies multiple blobs to a blob container.


You have an Azure Storage account named storage1. You plan to use AzCopy to
copy data to storage1. You need to identify the storage services in storage1 to
which you can copy the data. What should you identify?
A. blob, file, table, and queue
B. blob and file only
C. file and table only
D. file only
E. blob, table, and queue only - ANSWER ✅ Answer: B

, Explanation: AzCopy is a command-line utility that you can use to copy blobs or
files to or from a storage account. Incorrect Answers: A, C, E: AzCopy does not
support table and queue storage services. D: AzCopy supports file storage services,
as well as blob storage services.


You have an Azure subscription that contains an Azure Storage account. You plan
to create an Azure container instance named container1 that will use a Docker
image namedImage1. Image1 contains a Microsoft SQL Server instance that
requires persistent storage. You need to configure a storage service for Container1.
What should you use?


A. Azure Files
B. Azure Blob storage
C. Azure Queue storage
D. Azure Table storage - ANSWER ✅ Answer: A


Explanation:
Microsoft have Docker Volume Plugin for Azure file storage which provides
exactly this and it is used for Azure file shares. Azure File Storage volume plugin
is not limited to ease of container migration. It also allows a file share to be shared
among multiple containers (even though they are on different hosts) to collaborate
on workloads, share configuration or secrets of an application running on multiple
hosts. Another use case is uploading metrics and diagnostics data such as logs from
applications to a file share for further processing.


You have an app named App1 that runs on two Azure virtual machines named
VM1 and VM2. You plan to implement an Azure Availability Set for App1. The
solution must ensure that App1 is available during planned maintenance of the
hardware hosting VM1 and VM2. What should you include in the Availability Set?

Documentinformatie

Geüpload op
15 juli 2026
Aantal pagina's
91
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden
€11,23

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Seller avatar
DrMwendwa
2,0
(2)
Verkocht
4
Volgers
0
Items
518
Laatst verkocht
1 week geleden

Echte notities, van echte studenten
Elk document op Stuvia is geschreven door een medestudent die hetzelfde vak deed. Zo leer je van iemand die het al heeft gehaald.



Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen