AZ-104-skillcertpro 79 possible questions with 100% correct answers 2022
"VNet1 is in RG1. VNet2 is in RG2. There is no connectivity between VNet1 and VNet2.
An administrator named Admin1 creates an Azure virtual ma
...
AZ-104-skillcertpro 79 possible questions with 100% correct answers 2022
"VNet1 is in RG1. VNet2 is in RG2. There is no connectivity between VNet1 and VNet2.
An administrator named Admin1 creates an Azure virtual machine named VM1 in RG1.
VM1 uses a disk named Disk1 and connects to VNet1. Admin1 then installs a custom application in VM1.
You need to move the custom application to VNet2. The solution must minimize administrative effort. Which two actions should you perform? Detach VM1 network interface
Attach a new network interface
Move network interface to RG2
Move VM1 to RG2
Delete VM1
Create a new virtual machine in VNet2 -Answer- " "1. Detach VM1 network interface
2. Create a new virtual machine in VNet2
"
"Subscription1 contains an Azure virtual machine named VM1 that has the following configurations:
-> Private IP address: 10.0.0.4 (dynamic)
-> Network security group (NSG): NSG1
-> Public IP address: None
-> Availability set: AVSet
-> Subnet: 10.0.0.0/24
-> Managed disks: No
Location: East US -
You need to record all the successful and failed connection attempts to VM1.
Which three actions should you perform?
Enable Azure Network Watcher in the East US Azure region.
Add an Azure Network Watcher connection monitor.
Register the MicrosoftLogAnalytics provider.
Create an Azure Storage account.
Register the Microsoft.Insights resource provider.
Enable Azure Network Watcher flow logs. -Answer- " "Enable Azure Network Watcher in the East US Azure region.
Enable Azure Network Watcher in the East US Azure region.
"
"You have an Azure subscription named Subscription1 and an on-premises deployment of Microsoft System Center Service Manager.
Subscription1 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?
Create an automation runbook
Deploy a function app
Deploy the IT Service Management Connector (ITSM)
Create a notification -Answer- " Deploy the IT Service Management Connector (ITSM)
"You have an Azure Active Directory (Azure AD) tenant.
You need to create a conditional access policy that requires all users to use multi-factor authentication when they access the Azure portal.
Which three settings should you configure?
Users and Groups
Cloud Apps
Conditions
Grant
Session -Answer- " "Users and Groups
Cloud Apps
Grant
"
"You have an Azure virtual machine named VM1 that runs Windows Server 2016.
You need to create an alert in Azure when more than two error events are logged to the System event log on VM1 within an hour.
Solution: You create an Azure Log Analytics workspace and configure the data settings. You install the Microsoft Monitoring Agent on VM1. You create an alert in Azure Monitor and specify the Log Analytics workspace as the source.
Does this meet the goal? -Answer- " Yes
"You have an Azure virtual machine named VM1 that runs Windows Server 2016.
You need to create an alert in Azure when more than two error events are logged to the System event log on VM1 within an hour.
Solution: You create an event subscription on VM1. You create an alert in Azure Monitor and specify VM1 as the source
Does this meet the goal? -Answer- " No
"Rate limiting for Voice, SMS, emails, Azure App push notifications and webhook posts
what is the rate limit for SMS messages per hour?
1) 60
2) 30
3) 6
4) 12 -Answer- " 4) 12
"Rate limiting for Voice, SMS, emails, Azure App push notifications and webhook posts
what is the rate limit for Email messages per hour?
1) 120
2) 60
3) 80
4) 100 -Answer- " 4) 100
"Rate limiting for Voice, SMS, emails, Azure App push notifications and webhook posts
what is the rate limit for Voice messages per hour?
1) 60
2) 30
3) 6
4) 12 -Answer- " 4) 12
"You have several servers running a microservice, and you want to make sure that all the servers have connectivity to each other. You need to calculate network performance metrics like packet loss and link latency. Which two Azure resources do you need to meet this requirement?
Azure Traffic Manager
Azure Monitor
Network Performance Monitor
Log Analytics Workspace -Answer- " "Azure Monitor
Log Analytics Workspace
"
"You have an Azure subscription that contains an Azure Active Directory (Azure AD) tenant named preparationlabs.com and an Azure Kubernetes Service (AKS) cluster named AKS1.
An administrator reports that she is unable to grant access to AKS1 to the users in preparationlabs.com.
You need to ensure that access to AKS1 can be granted to the preparationlabs.com users.
What should you do first?
From preparationlabs.com, modify the Organization relationships settings.
From preparationlabs.com, create an OAuth 2.0 authorization endpoint.
Recreate AKS1.
From AKS1, create a namespace. -Answer- " "From preparationlabs.com, create an OAuth 2.0 authorization endpoint.
In this regard, Kubernetes does not have objects which represent normal user accounts. Normal users cannot be added to a cluster through an API call.
Kubernetes uses client certificates, bearer tokens, an authenticating proxy, or HTTP basic auth to authenticate API requests through authentication plugins.
[Show More]