AZ104 50 Questions Flashcards
Replication modes need to be specified for storage accounts. Read-access georedundant storage, zone redundancy, georedundancy, and locally redundant storage are available options.
True or False
TRUE
You are a tenant of Azure Active Directory (Azure AD).To gain access to the Azure site, all administrators need to input a verification code.Make sure that the administrators can only use your on-premises network to access the Azure interface.What configuration should you make?
- An Azure AD Identity Protection user risk policy
- The default for all the roles in Azure AD Privileged Identity Management
- The multi-factor authentication service settings.
The multi-factor authentication service settings.
App1 is your application, and it operates on VM1 and VM2 virtual machines in Azure. For App1, you intend to implement an Azure Availability Set. The solution needs to guarantee that App1 is accessible when the hardware supporting VMs 1 and 2 is undergoing scheduled repair. What ought to be a part of the availability set?
- one update domain
- one fault domain
- two fault domains
- two update domains
two update domains
Three virtual machines are connected to a public load balancer that distributes traffic across ports 80 and 443. All Remote Desktop Protocol (RDP) connections must be made only to VM3. What configuration should you make?
1.a frontend IP configuration
2. an inbound NAT rule
3. a new public load balancer for VM3
4. a load balancing rule
an inbound NAT rule
Because they align with availability sets and offer storage in redundant storage units, unmanaged disks offer more availability than managed disks.
True or False
False
Azure Active Directory (Azure AD) tenant contoso.onmicrosoft.com is what you have.You work with a contract vendor. The vendor logs in with user1@outlook.com to a Microsoft account.Make sure the vendor may use user1@outlook.com to authenticate to the tenant.How ought one to proceed?
- From Windows PowerShell, run the New-AzureADUser cmdlet and specify the “UserPrincipalName user1@outlook.com parameter.
- From Azure Cloud Shell, run the New-AzureADUser cmdlet and specify the “UserPrincipalName user1@outlook.com parameter.
- From the Azure portal, add a custom domain name, create a new Azure AD user, and then specify user1@outlook.com as the username.
4.From the Azure portal, add a new guest user, and then specify user1@outlook.com as the email address.
From the Azure portal, add a new guest user, and then specify user1@outlook.com as the email address.
Subscription1 is the name of your Azure subscription. There is a resource group called RG1 in Subscription1. Resources that were delivered using templates can be found in RG1. You must see the time and date when the resources in RG1 were created. Resolution: After selecting the RG1 blade, select Automation script. Does this accomplish the goal?
Yes or No
No
To keep an eye on the status of your storage accounts, let ________________.
Pick correct Answers
1. Diagnostics
2. Alerts
3. Special classes
4. Exceptions
- Diagnostics
- Alerts
For a user with the email address admin1@contoso.com, you have enabled multi-factor authentication.Admin1 uses a web browser to access the Azure interface. Which other security checks is Admin1 able to do via the Azure portal?
1.An app password, a text message that contains a verification code, and a verification code sent from the Microsoft Authenticator app
- An app password, a text message that contains a verification code, and a notification sent from the Microsoft Authenticator app
- An app password, a text message that contains a verification code, and a notification sent from the Microsoft Authenticator app
- A phone call, a text message that contains a verification code, and a notification or a verification code sent from the Microsoft Authenticator app
- A phone call, a text message that contains a verification code, and a notification or a verification code sent from the Microsoft Authenticator app
Custom domains are supported by both CDNs and storage accounts. Only on custom domains is it possible to enable SSL while accessing the blob over a CDN.
TRUE or FALSE
TRUE
Using diagnostics similar to those used by Connection Troubleshoot, Connection Monitor allows for long-term connection monitoring.
TRUE or FALSE
TRUE
100 client PCs are located at your company’s London main office.You switched to Azure Active Directory (Azure AD) three years ago.All personal devices and corporate-owned devices need to be registered or linked to Azure AD, according to the company’s security policy.It is not possible for User1, a distant user, to connect a personal device from a home network to Azure AD.You confirm that users can connect other users’ devices to Azure AD.Make that User1 is able to connect the device to Azure AD.How ought one to proceed?
- From the Device settings blade, modify the Users may join devices to Azure AD setting.
- Assign the User administrator role to User1.
- From the Device settings blade, modify the Maximum number of devices per user setting.
4.Create a point-to-site VPN from the home network of User1 to Azure.
From the Device settings blade, modify the Maximum number of devices per user setting.
Images and disks can be managed or unmanaged. Azure does this for you with both managed and unmanaged disks, which makes managing disks and images much easier.
TRUE or FALSE
FALSE
Metric alerts (obtained from Azure Diagnostics) and Activity Log alerts that can be triggered by email, voice, web hooks, SMS, Logic Apps, or even an Azure Automation Runbook can be used to set up alerts.
TRUE or FALSE
TRUE
Workspace1 is the Azure Log Analytics workspace that is part of your Subscription1 Azure subscription.The error events must be viewed via the Event table.In Workspace1, which query should you execute?
- search in (Event) “error”
- select *from Event where EventType == “error”
- search in (Event) * | where EventType “eq “error”
4.Get-Event Event | where ($_.EventType == “error”)
search in (Event) “error”
You intend to use the Windows Server 2016 Datacenter image to automate the deployment of a virtual machine scale set. Make sure that web server components are installed on the scale set virtual machines when they are provisioned. Which two things ought you to do? Part of the solution is presented in each accurate response. NOTE: One point is awarded for each correct answer.
- Modify the extension Profile section of the Azure Resource Manager template.
- Upload a configuration script.
- Create an Azure policy.
- Create a new virtual machine scale set in the Azure portal.
- Create an automation account.
- Modify the extension Profile section of the Azure Resource Manager template.
- Create a new virtual machine scale set in the Azure portal.
File transfers between storage accounts or from external, publicly accessible places to your Azure storage account are not supported by the async blob copy service.
TRUE or FALSE
FALSE
Azure Active Directory (Azure AD) tenant contosocloud.onmicrosoft.com is what you have. You have a public DNS zone set up for contoso.com. You add contoso.com to Azure AD as a custom domain name. Make sure Azure is able to validate the domain name. Which kind of DNS record ought to be set up?
- DNSKEY
- SRV
- NSEC
- MX
MX
You test backups using a Recovery Service vault that you own. There are two protected virtual computers in the test backups. The Recovery Services vault must be deleted. What ought to you do initially?
- Modify the disaster recovery properties of each virtual machine.
- From the Recovery Service vault, stop the backup of each backup item
- Modify the locks of each virtual machine
- From the Recovery Service vault, delete the backup data.
From the Recovery Service vault, stop the backup of each backup item
For an on-premises network, you set up Azure AD Connect for Azure Active Directory Seamless Single Sign-On (Azure AD Seamless SSO).
Users claim that they are required to use an account name that ends in onmicrosoft.com and are repeatedly prompted to sign in when they try to access myapps.microsoft.com. You find that the on-premises Active Directory and Azure AD have different UPNs. It is imperative to confirm that users are able to access Azure resources through single-sign-on (SSO). What ought to you do initially?
- From Azure AD, add and verify a custom domain name.
- From the on-premises network, request a new certificate that contains the Active Directory domain name.
- From the on-premises network, deploy Active Directory Federation Services (AD FS).
- From the server that runs Azure AD Connect, modify the filtering options.
From Azure AD, add and verify a custom domain name.