ExamGecko
Home Home / Microsoft / AZ-104

Microsoft AZ-104 Practice Test - Questions Answers, Page 3

Question list
Search
Search

List of questions

Search

Related questions











You need to move the blueprint files to Azure.

What should you do?

A.
Generate a shared access signature (SAS). Map a drive, and then copy the files by using File Explorer.
A.
Generate a shared access signature (SAS). Map a drive, and then copy the files by using File Explorer.
Answers
B.
Use the Azure Import/Export service.
B.
Use the Azure Import/Export service.
Answers
C.
Generate an access key. Map a drive, and then copy the files by using File Explorer.
C.
Generate an access key. Map a drive, and then copy the files by using File Explorer.
Answers
D.
Use Azure Storage Explorer to copy the files.
D.
Use Azure Storage Explorer to copy the files.
Answers
Suggested answer: D

Explanation:

Azure Storage Explorer is a free tool from Microsoft that allows you to work with Azure Storage data on Windows, macOS, and Linux. You can use it to upload and download data from Azure blob storage.

Scenario:

Planned Changes include: move the existing product blueprint files to Azure Blob storage.

Technical Requirements include: Copy the blueprint files to Azure over the Internet.

Reference: https://docs.microsoft.com/en-us/azure/machine-learning/team-data-scienceprocess/ move-data-to-azure-blob-using-azure-storage-explorer

You need to implement a backup solution for App1 after the application is moved.

What should you create first?

A.
a recovery plan
A.
a recovery plan
Answers
B.
an Azure Backup Server
B.
an Azure Backup Server
Answers
C.
a backup policy
C.
a backup policy
Answers
D.
a Recovery Services vault
D.
a Recovery Services vault
Answers
Suggested answer: D

Explanation:

A Recovery Services vault is a logical container that stores the backup data for each protected resource, such as Azure VMs. When the backup job for a protected resource runs, it creates a recovery point inside the Recovery Services vault.

Scenario:

There are three application tiers, each with five virtual machines.

Move all the virtual machines for App1 to Azure.

Ensure that all the virtual machines for App1 are protected by backups.

Reference: https://docs.microsoft.com/en-us/azure/backup/quick-backup-vm-portal

HOTSPOT

You need to recommend a solution for App1. The solution must meet the technical requirements.

What should you include in the recommendation? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 23
Correct answer: Question 23

Explanation:

This reference architecture shows how to deploy VMs and a virtual network configured for an N-tier application, using SQL Server on Windows for the data tier.

Scenario: You have a public-facing application named App1. App1 is comprised of the following three tiers:

A SQL database

A web front end

A processing middle tier

Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

Technical requirements include:

Move all the virtual machines for App1 to Azure.

Minimize the number of open ports between the App1 tiers.

Reference: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/ntier-sql-server

HOTSPOT

You need to configure the Device settings to meet the technical requirements and the user requirements.

Which two settings should you modify? To answer, select the appropriate settings in the answer area.


Question 24
Correct answer: Question 24

Explanation:

Box 1: Selected

Only selected users should be able to join devices

Box 2: Yes

Require Multi-Factor Auth to join devices.

From scenario:

Ensure that only users who are part of a group named Pilot can join devices to Azure AD

Ensure that when users join devices to Azure Active Directory (Azure AD), the users use a mobile phone to verify their identity.

You need to recommend an identify solution that meets the technical requirements.

What should you recommend?

A.
federated single-on (SSO) and Active Directory Federation Services (AD FS)
A.
federated single-on (SSO) and Active Directory Federation Services (AD FS)
Answers
B.
password hash synchronization and single sign-on (SSO)
B.
password hash synchronization and single sign-on (SSO)
Answers
C.
cloud-only user accounts
C.
cloud-only user accounts
Answers
D.
Pass-through Authentication and single sign-on (SSO)
D.
Pass-through Authentication and single sign-on (SSO)
Answers
Suggested answer: A

Explanation:

Active Directory Federation Services is a feature and web service in the Windows Server Operating

System that allows sharing of identity information outside a company's network.

Scenario: Technical Requirements include:

Prevent user passwords or hashes of passwords from being stored in Azure.

Reference: https://www.sherweb.com/blog/active-directory-federation-services/

You are planning the move of App1 to Azure.

You create a network security group (NSG).

You need to recommend a solution to provide users with access to App1.

What should you recommend?

A.
Create an outgoing security rule for port 443 from the Internet. Associate the NSG to all the subnets.
A.
Create an outgoing security rule for port 443 from the Internet. Associate the NSG to all the subnets.
Answers
B.
Create an incoming security rule for port 443 from the Internet. Associate the NSG to all the subnets.
B.
Create an incoming security rule for port 443 from the Internet. Associate the NSG to all the subnets.
Answers
C.
Create an incoming security rule for port 443 from the Internet. Associate the NSG to the subnet that contains the web servers.
C.
Create an incoming security rule for port 443 from the Internet. Associate the NSG to the subnet that contains the web servers.
Answers
D.
Create an outgoing security rule for port 443 from the Internet. Associate the NSG to the subnet that contains the web servers.
D.
Create an outgoing security rule for port 443 from the Internet. Associate the NSG to the subnet that contains the web servers.
Answers
Suggested answer: C

Explanation:

As App1 is public-facing we need an incoming security rule, related to the access of the web servers.

Scenario: You have a public-facing application named App1. App1 is comprised of the following three tiers: a SQL database, a web front end, and a processing middle tier.

Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

HOTSPOT

You need to identify the storage requirements for Contoso.

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

NOTE: Each correct selection is worth one point.


Question 27
Correct answer: Question 27

Explanation:

Statement 1: Yes

Contoso is moving the existing product blueprint files to Azure Blob storage which will ensure that the blueprint files are stored in the archive storage tier.

Use unmanaged standard storage for the hard disks of the virtual machines. We use Page Blobs for these.

Statement 2: No

Azure Table storage stores large amounts of structured dat a. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. Azure tables are ideal for storing structured, non-relational data. Common uses of Table storage include:

1. Storing TBs of structured data capable of serving web scale applications

2. Storing datasets that don't require complex joins, foreign keys, or stored procedures and can be denormalized for fast access

3. Quickly querying data using a clustered index

4. Accessing data using the OData protocol and LINQ queries with WCF Data Service .NET Libraries

Statement 3: No

File Storage can be used if your business use case needs to deal mostly with standard File extensions like *.docx, *.png and *.bak then you should probably go with this storage option.

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/team-data-science-process/move-datato-azure-blob-using-azure-storage-explorer

https://docs.microsoft.com/en-us/azure/storage/tables/table-storage-overview

https://www.serverless360.com/blog/azure-blob-storage-vs-file-storage


HOTSPOT

You need to create storage5. The solution must support the planned changes.

Which type of storage account should you use, and which account should you configure as the destination storage account? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 28
Correct answer: Question 28

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/storage/blobs/object-replication-configure?tabs=portal

HOTSPOT

You need to ensure that User1 can create initiative definitions, and User4 can assign initiatives to RG2. The solution must meet the technical requirements.

Which role should you assign to each user? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 29
Correct answer: Question 29

Explanation:

Reference:

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

You need to ensure that you can grant Group4 Azure RBAC read-only permissions to all the A2ure file shares. What should you do?

A.
On storagel and storage4, change the Account kind type to StorageV2 (general purpose v2).
A.
On storagel and storage4, change the Account kind type to StorageV2 (general purpose v2).
Answers
B.
Recreate storage2 and set Hierarchical namespace to Enabled.
B.
Recreate storage2 and set Hierarchical namespace to Enabled.
Answers
C.
On storage2, enable identity-based access for the file shares.
C.
On storage2, enable identity-based access for the file shares.
Answers
D.
Create a shared access signature (SAS) for storagel, storage2, and storage4.
D.
Create a shared access signature (SAS) for storagel, storage2, and storage4.
Answers
Suggested answer: A
Total 644 questions
Go to page: of 65