ExamGecko
Home Home / Microsoft / AZ-600

Microsoft AZ-600 Practice Test - Questions Answers, Page 7

Question list
Search
Search

List of questions

Search

Related questions


Topic 2, Northwind Traders Case study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided. To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study. At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section. To start the case study To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Qbutton to return to the question. Overview A company named Northwind Traders has a main office and a datacenter. All development occurs at the main office. Existing Environment Identity Environment The network contains an Active Directory forest named northwind.com. The forest and an Azure Active Directory (Azure AD) tenant named northwind.onmicrosoft.com are integrated by using Active Directory Federation Service (AD FS). All Azure subscriptions use the northwind.onmicrosoft.com Azure AD tenant. Northwind Traders uses an Enterprise Agreement (EA) subscription. All operators are global administrators in northwind.onmicrosoft.com. Azure Stack Hub Environment Northwind Traders has the following five Azure Stack Hub integrated systems: One integrated system that connects to an internet-facing network and has the following configurations: - The region name is int1. - The operators do not have access to the user subscriptions. - The integrated system is used for customer and partner applications. - The partners and customers of NorthWind Traders use guest user accounts to access various user resources. Two integrated systems that connect to a private network, are accessed only from inside the company, and have the following configurations: - The integrated systems are dedicated to research and development. - One integrated system has a region name of priv1, and the other has a region name of priv2. - The integrated systems are used for various data rendering, AI workloads, inference, and data visualization. Two integrated systems that are dedicated to application development and have the following configurations: - The integrated systems are disconnected from the Internet. The workloads in the user subscriptions have Internet access. - One integrated system has a region name of dev1, and the other has a region name of dev2. - Both regions are used only by developers at Northwind Traders. The external domain name of all the integrated systems is northwind.com. All the integrated systems have Azure App Service and the Azure Kubernetes Service (AKS) engine deployed. The computer of the operator in each region has all the prerequisite software installed for managing Azure Stack Hub. Current Problems You identify the following issues in the current environment: The priv2 region recently experienced a catastrophic failure. The developers report high chargeback costs for the dev1 region. The int1 region runs a high number of Windows virtual machines that use pay-as-you-use images. The Northwind Traders partners and customers report that use of the guest user accounts is too complex. Users in the priv1 region recently deployed NCas_v4 virtual machines for various AI workload. The users discover that the virtual machines do not use GPUs. Requirements Planned Changes Northwind Traders plans to implement the following changes: Remove all guest user accounts. Change the DNS forwarder of the priv1 region. Change the billing model and registration name of the int1 region. After the catastrophic failure, restore the priv2 region to its original state. Provide each partner with its own dedicated user subscription that will use its own dedicated Azure AD tenant. Technical Requirements Northwind Traders identifies the following technical requirements: Minimize hardware and software costs. Standardize all datacenter workloads on Azure Stack Hub. In the priv1 region, implement a disaster recovery plan for App Service. Whenever possible, implement solutions by using the minimum amount of administrative effort. In the dev2 region, update the AKS Base Ubuntu image to the latest version in Azure Stack Hub Marketplace. Whenever possible, implement solutions by using built-in tools, features, and services without acquiring additional third-party tools. For the users’ virtual machines and the associated resources in the dev1 and dev2 regions, implement a business continuity and disaster recovery plan that includes an automated failback process. If changes to the Azure Stack Hub infrastructure cause workload downtime outside of planned maintenance windows, notify all users in the region where the downtime occurred and schedule a maintenance window.









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.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You deploy a disconnected Azure Stack Hub integrated system.

You need to identify the IP address of the privileged endpoint (PEP).

Solution: From the administrator portal of Azure Stack Hub, you review the Region management blade. Does this meet the goal?

A.
Yes
A.
Yes
Answers
B.
No
B.
No
Answers
Suggested answer: A

Explanation:


You have an Azure Stack Hub integrated system that is enabled for multi-tenancy.

You receive an alert that one or more guest Azure Active Directory (Azure AD) tenants requires updates to support new features. You need to identify which Azure AD tenants you must update.

Which two options can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.
the App registrations blade of the public Azure portal
A.
the App registrations blade of the public Azure portal
Answers
B.
the Get-AzureADTenancDecail cmdlet
B.
the Get-AzureADTenancDecail cmdlet
Answers
C.
the User subscriptions blade of the administrator portal in Azure Stack Hub
C.
the User subscriptions blade of the administrator portal in Azure Stack Hub
Answers
D.
the Gec-AzsDireccoryTenancidentif ier cmdlet
D.
the Gec-AzsDireccoryTenancidentif ier cmdlet
Answers
E.
the Directories blade of the administrator portal in Azure Stack Hub
E.
the Directories blade of the administrator portal in Azure Stack Hub
Answers
F.
the Gec-AzsHealchReporc cmdlet
F.
the Gec-AzsHealchReporc cmdlet
Answers
G.
the Gec-AzsAlercs cmdlet
G.
the Gec-AzsAlercs cmdlet
Answers
Suggested answer: E, F

Explanation:

E: You can determine whether an update is required for home or guest directories by viewing the directories pane in the admin portal. Each directory listing shows the type of directory. The type can be a home or guest directory, and its status is shown.

F: .Synopsis

Gets the health report of identity application in the Azure Stack home and guest directories .DESCRIPTION Gets the health report for Azure Stack identity applications in the home directory as well as guest directories of Azure Stack. Any directories with an unhealthy status need to have their permissions updated.

.EXAMPLE

$adminResourceManagerEndpoint = "https://adminmanagement.local.azurestack.external"$homeDirectoryTenantName = "<homeDirectoryTenant>.onmicrosoft.com"Get-AzsHealthReport -AdminResourceManagerEndpoint $adminResourceManagerEndpoint `-DirectoryTenantName $homeDirectoryTenantName -VerboseExamples.

Example 1: Get details for a tenant

PS C:\>Get-AzureADTenantDetail

ObjectId DisplayName VerifiedDomains

-------- ----------- ---------------

85b5ff1e-0402-400c-9e3c-0f9e965325d1 Coho Vineyard & Winery {class VerifiedDomain {..

Reference: https://learn.microsoft.com/en-us/azure-stack/operator/enable-multitenancy

https://github.com/Azure/AzureStack-Tools/blob/master/Identity/AzureStack.Identity.psm1

You have an Azure Stack Hub integrated system.

You need to add GPUs to the integrated system. The solution must minimize downtime of the existing Azure Stack Hub workloads. Which PowerShell cmdlet should you run first?

A.
Scop-AzureScack
A.
Scop-AzureScack
Answers
B.
Resec-DacacencerlncegrationConfiguration
B.
Resec-DacacencerlncegrationConfiguration
Answers
C.
Rescarc-AzsInfrascruccureRolelnscance
C.
Rescarc-AzsInfrascruccureRolelnscance
Answers
D.
Disable-AzsScaleUnitNode
D.
Disable-AzsScaleUnitNode
Answers
Suggested answer: A

Explanation:

Note: Upgrade GPUs or add to an existing node

The following section provides a high-level overview of the process to add a GPU.

The entire scale unit must be shut down, as a rolling GPU upgrade isn't supported. Stop Azure Stack Hub using the steps documented in the Start and stop Azure Stack Hub article. Add or upgrade the memory on each physical computer using your hardware manufacturer's documentation. Start Azure Stack Hub using the steps in Start and stop Azure Stack Hub.

Note: Stop Azure Stack Hub

Stop or shut down Azure Stack Hub with the following steps:

1. Prepare all workloads running on your Azure Stack Hub environment's tenant resources for the upcoming shutdown.

2. Open a privileged endpoint session (PEP) from a machine with network access to the Azure Stack Hub ERCS VMs. For instructions, see Using the privileged endpoint in Azure Stack Hub.

3. From the PEP, run:

Stop-AzureStack

Wait for all physical Azure Stack Hub nodes to power off.

Note

You can verify the power status of a physical node by following the instructions from the original equipment manufacturer (OEM) who supplied your Azure Stack Hub hardware.

4. (Optional) If the stop operation times out, you can monitor its progress using the following PowerShell cmdlet:

Get-ActionStatus Stop-AzureStack

Reference: https://learn.microsoft.com/en-us/azure-stack/operator/manage-gpu-capacity

https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-start-and-stop

You have an Azure Stack Hub integrated system that is disconnected from the internet. The integrated system contains an Azure App Service deployment. You anticipate a major increase in new App Service workloads. The integrated system has the required hardware to handle the increased demand. You need to ensure that App Service can support the increased workloads.

Which three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.
Increase the user subscription quotas.
A.
Increase the user subscription quotas.
Answers
B.
Add an additional scale unit node.
B.
Add an additional scale unit node.
Answers
C.
From the user portal, increase workers in App Service.
C.
From the user portal, increase workers in App Service.
Answers
D.
Enable new identity and access management roles for the user subscription.
D.
Enable new identity and access management roles for the user subscription.
Answers
E.
From the administrator portal, increase workers in App Service.
E.
From the administrator portal, increase workers in App Service.
Answers
Suggested answer: A, B, E

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-app-service-add-workerroles?view=azs-2008&tabs=az

You have an Azure Stack Hub integrated system that is disconnected from the internet. The integrated system has an Azure App Service resource provider. You generate a new certificate.

You need to rotate the certificate of the App Service identity application to use the new certificate. Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.
From the administrator portal, get the value of the default provider subscription object ID.
A.
From the administrator portal, get the value of the default provider subscription object ID.
Answers
B.
From a privileged endpoint (PEP) session, run the Export-Cercificace cmdlet. and then run the Import-Certificace cmdlet
B.
From a privileged endpoint (PEP) session, run the Export-Cercificace cmdlet. and then run the Import-Certificace cmdlet
Answers
C.
From a privileged endpoint (PEP) session, run the New-Object cmdlet. and then run the import- PfxCertificace cmdlet
C.
From a privileged endpoint (PEP) session, run the New-Object cmdlet. and then run the import- PfxCertificace cmdlet
Answers
D.
From a privileged endpoint (PEP) session, run the New-Objecc cmdlet, and then run the Sec- GraphApplicacion cmdlet
D.
From a privileged endpoint (PEP) session, run the New-Objecc cmdlet, and then run the Sec- GraphApplicacion cmdlet
Answers
E.
From the administrator portal, get the value of the AzureStack-AppService object ID.
E.
From the administrator portal, get the value of the AzureStack-AppService object ID.
Answers
Suggested answer: D, E

Explanation:

Your choice of either Azure AD or AD FS is determined by the mode in which you deploy Azure Stack Hub:

When you deploy it in a connected mode, you can use either Azure AD or AD FS.

When you deploy it in a disconnected mode, without a connection to the internet, only AD FS is supported. E:

Rotate certificate for AD FS identity application

The identity application is created by the operator before deployment of Azure App Service on Azure Stack Hub. If the application's object ID is unknown, follow these steps to discover it:

Go to the Azure Stack Hub administrator portal.

Go to Subscriptions and select Default Provider Subscription.

Select Access Control (IAM) and select the AzureStack-AppService-<guid> application.

Take a note of the Object ID, this value is the ID of the Service Principal that must be updated in AD FS. D: To rotate the certificate for the application in AD FS, you need to have access to the privileged endpoint (PEP). Then you update the certificate credential using PowerShell. # Sign in to PowerShell interactively, using credentials that have access to the VM running the

Privileged Endpoint

$Creds = Get-Credential

# Create a new Certificate object from the identity application certificate exported as .cer file

$Cert = New-Object

System.Security.Cryptography.X509Certificates.X509Certificate2("<CertificateFileLocation>")

# Create a new PSSession to the PrivelegedEndpoint VM

$Session = New-PSSession -ComputerName "<PepVm>" -ConfigurationName PrivilegedEndpoint - Credential $Creds -SessionOption (New-PSSessionOption -Culture en-US -UICulture en-US) # Use the privileged endpoint to update the certificate thumbprint, used by the service principal associated with the App Service identity application $SpObject = Invoke-Command -Session $Session -ScriptBlock {Set-GraphApplication -

ApplicationIdentifier "<ApplicationObjectId>" -ClientCertificates $using:Cert}

$Session | Remove-PSSession

# Output the updated service principal details

$SpObject

Reference:

https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-identity-overview

https://learn.microsoft.com/en-us/azure-stack/operator/app-service-rotate-certificates

You have a disconnected Azure Stack Hub integrated system.

You deploy an Operator Access Workstation (OAW) virtual machine image.

Which management tool should be installed manually on the image?

A.
AzureStack-Tools
A.
AzureStack-Tools
Answers
B.
Azure Storage Explorer
B.
Azure Storage Explorer
Answers
C.
Windows Admin Center
C.
Windows Admin Center
Answers
D.
AzCopy
D.
AzCopy
Answers
Suggested answer: C

Explanation:

Windows Admin Center is a new, locally-deployed, browser-based management tool set that lets you manage your Windows Servers with no Azure or cloud dependency. Windows Admin Center gives you full control over all aspects of your server infrastructure and is particularly useful for managing servers on private networks that are not connected to the Internet.

Reference:

https://learn.microsoft.com/en-us/azure-stack/operator/operator-access-workstation

You plan to deploy an Azure Stack Hub integrated system that will be disconnected from the internet. The integrated system region name is region1, and the external domain is name is contoso.local.

You need to ensure that the generated certificate signing request (CSR) has the correct subjects and subject alternative names (SAN). Which name must you include in the CSR?

A.
graph.region1.contoso.local
A.
graph.region1.contoso.local
Answers
B.
graph.local.azurestack.external
B.
graph.local.azurestack.external
Answers
C.
*.hosting.region1.azurestack.local
C.
*.hosting.region1.azurestack.local
Answers
D.
*.adminhosting.region 1.azurestack.local
D.
*.adminhosting.region 1.azurestack.local
Answers
Suggested answer: D

Explanation:

You can deploy and use Azure Stack Hub without a connection to the internet. However, with a disconnected deployment, you're limited to an Active Directory Federation Services (AD FS) identity store and the capacity-based billing model. Because multitenancy requires the use of Azure Active Directory (Azure AD), multitenancy isn't supported for disconnected deployments. The implementation of Extension Host requires two wild card SSL certificates, one for the Admin portal and one for the Tenant portal. Note: Certificate requirements

The extension host implements two new domain namespaces to guarantee unique host entries for each portal extension. The new domain namespaces require two additional wildcard certificates to ensure secure communication. The table shows the new namespaces and the associated certificates:

Example:

$regionName = 'east' # The region name for your Azure Stack Hub deployment $externalFQDN = 'azurestack.contoso.com' # The external FQDN for your Azure Stack Hub deployment Starting Certificate Request Process for Deployment CSR generating for following SAN(s):

*.adminhosting.east.azurestack.contoso.com,*.adminvault.east.azurestack.contoso.com,*.blob.east. azurestack.contoso.com,*.hosting.east.azurestack.contoso.com,*.queue.east.azurestack.contoso.co m,*.table.east.azurestack.contoso.com,*.vault.east.azurestack.contoso.com,adminmanagement.east .azurestack.contoso.com,adminportal.east.azurestack.contoso.com,management.east.azurestack.co ntoso.com,portal.east.azurestack.contoso.com Present this CSR to your Certificate Authority for Certificate Generation:

C:\Users\username\Documents\AzureStackCSR\Deployment_east_azurestack_contoso_com_Single CSR_CertRequest_20200710165538.req Certreq.exe output: CertReq: Request Created

Reference:

https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-disconnected-deployment

https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-extension-host-prepare

https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-get-pki-certs

You have an Azure Stack Hub integrated system that is enabled for multi-tenancy.

You deploy a new computer named Computer1 that runs Windows 11.

You need to connect to the Azure Stack Hub Resource Manager (user) endpoint from Computer1 by using PowerShell. Which command should you run?

A.
Add-AzEnvironment –Name “AzureStackUser” –ArmEndpoint“https://adminmanagement.region1.fabrikam.com”Connect-AzAccount –EnvironmentName “AzureStackUser”
A.
Add-AzEnvironment –Name “AzureStackUser” –ArmEndpoint“https://adminmanagement.region1.fabrikam.com”Connect-AzAccount –EnvironmentName “AzureStackUser”
Answers
B.
Add-AzEnvironment –Name “AzureStackUser” –ArmEndpoint“https://management.region1.fabrikam.com”Connect-AzureRmAccount –EnvironmentName “AzureStackUser”
B.
Add-AzEnvironment –Name “AzureStackUser” –ArmEndpoint“https://management.region1.fabrikam.com”Connect-AzureRmAccount –EnvironmentName “AzureStackUser”
Answers
C.
Add-AzEnvironment –Name “AzureStackUser” –ArmEndpoint“https://portal.region1.fabrikam.com”Connect-AzAccount –EnvironmentName “AzureStackUser”
C.
Add-AzEnvironment –Name “AzureStackUser” –ArmEndpoint“https://portal.region1.fabrikam.com”Connect-AzAccount –EnvironmentName “AzureStackUser”
Answers
D.
Add-AzureEnvironment –Name “AzureStackUser” –ArmEndpoint“https://adminmanagement.region1.fabrikam.com”Connect-AzureRmAccount –EnvironmentName “AzureStackUser”
D.
Add-AzureEnvironment –Name “AzureStackUser” –ArmEndpoint“https://adminmanagement.region1.fabrikam.com”Connect-AzureRmAccount –EnvironmentName “AzureStackUser”
Answers
Suggested answer: B

Explanation:

A DNS entry is created for each endpoint in the external DNS zone that's specified at deployment time. For example, the user portal is assigned the DNS host entry of portal.<region>.<fqdn>. * Azure Resource Manager (user)

Management.<region>.<fqdn>

Incorrect:

Not C: Portal (user)

Portal.<region>.<fqdn>

Not A, Not D: Azure Resource Manager (administrator)

Adminmanagement.<region>.<fqdn>

Note: Portal (administrator)

Adminportal.<region>.<fqdn>

Reference:

https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-integrate-endpoints

You have a connected Azure Stack Hub integrated system.

You deploy an Operator Access Workstation (OAW).

You need to sign in to the OAW.

Which account should you use?

A.
AdminUser
A.
AdminUser
Answers
B.
AzureStackAdmin
B.
AzureStackAdmin
Answers
C.
CloudAdmin
C.
CloudAdmin
Answers
D.
GUser
D.
GUser
Answers
Suggested answer: A

Explanation:

User account policy

The following user account policy is applied to the OAW VM:

Built-in Administrator username: AdminUser

MinimumPasswordLength = 14

PasswordComplexity is enabled

MinimumPasswordAge = 1 (day)

MaximumPasswordAge = 42 (days)

NewGuestName = GUser (disabled by default)

Reference:

https://github.com/MicrosoftDocs/azure-stack-docs/blob/main/azure-stack/operator/operatoraccess-workstation.md

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.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You plan to install an update to an Azure Stack Hub integrated system.

You need to verify whether the integrated system is healthy, and whether you can apply the update.

You must achieve the goal as quickly as possible.

Solution: From the administrator management endpoint, you run Test-AzureStack –Group "Default".

Does this meet the goal?

A.
Yes
A.
Yes
Answers
B.
No
B.
No
Answers
Suggested answer: B

Explanation:

Correct: Solution: From a privileged endpoint (PEP) session, you run

Test-AzureStack –Group "UpdateReadiness".

Use a privileged endpoint (PEP) session and Test-AzureStack with UpdateReadiness.

Note:

Running the validation tool and accessing results

You can use the PEP to run the validation tool. The tool can take a while to run. The length of the time depends on the number of virtual machines in your system. Each test returns a PASS/FAIL status in the PowerShell window. Here's an outline of the end-to-end validation testing process:

1. Establish the trust. On an integrated system, run the following command from an elevated Windows PowerShell session to add the PEP as a trusted host on the hardened VM running on the hardware lifecycle host or the Privileged Access Workstation.

2. Access the PEP.

3. Once you're in the PEP, run:

Test-AzureStack

Groups

To improve the operator experience, a Group parameter has been enabled to run multiple test categories at the same time. Currently, there are three groups defined: Default, UpdateReadiness, and SecretRotationReadiness. UpdateReadiness: A check to see if the Azure Stack Hub instance can be updated. When the UpdateReadiness group is run, warnings are displayed as errors in the console output, and they should be considered as blockers for the update.

Reference:

https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-diagnostic-test?view=azs-2008

Total 179 questions
Go to page: of 18