Skip to content

Commit 9b5f74c

Browse files
Improve: questions until 295 incl.
1 parent dae8766 commit 9b5f74c

File tree

8 files changed

+53
-53
lines changed

8 files changed

+53
-53
lines changed

README.md

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@
20702070

20712071
### You have an Azure web app named Webapp1. You need to use an Azure Monitor query to create a report that details the top 10 pages of Webapp1 that failed. How should you complete the query?
20722072

2073-
![Question 580](images/question580.jpg)
2073+
![Question 281](images/question281.jpg)
20742074

20752075
- [x] Box 1: requests. Box 2: success == false.
20762076
- [ ] Box 1: itemType == "availabilityResult". Box 2: traces.
@@ -2085,9 +2085,9 @@
20852085
- [x] Smart Detection.
20862086
- [ ] Continuous export.
20872087

2088-
### HOTSPOT - You have a project in Azure DevOps named Contoso App that contains pipelines in Azure Pipelines for GitHub repositories. You need to ensure that developers receive Microsoft Teams notifications when there are failures in a pipeline of Contoso App. What should you run in Teams?
2088+
### You have a project in Azure DevOps named Contoso App that contains pipelines in Azure Pipelines for GitHub repositories. You need to ensure that developers receive Microsoft Teams notifications when there are failures in a pipeline of Contoso App. What should you run in Teams?
20892089

2090-
![Question 581](images/question581.jpg)
2090+
![Question 283](images/question283.jpg)
20912091

20922092
- [ ] Box 1: signin. Box 2: https://dev.azure.com/contoso/contoso-app/_work-items.
20932093
- [ ] Box 1: feedback. Box 2: https://dev.azure.com/contoso/contoso-app/_packaging.
@@ -2096,22 +2096,22 @@
20962096

20972097
### You are integrating Azure Pipelines and Microsoft Teams. You install the Azure Pipelines app in Microsoft Teams. You have an Azure DevOps organization named Contoso that contains a project name Project1. You subscribe to Project1 in Microsoft Teams. You need to ensure that you only receive events about failed builds in Microsoft Teams. What should you do first?
20982098

2099-
- [x] From Microsoft Teams, run @azure pipelines subscribe https://dev.azure.com/Contoso/Project1.
2099+
- [ ] From Microsoft Teams, run @azure pipelines subscribe https://dev.azure.com/Contoso/Project1.
21002100
- [ ] From Azure Pipelines, add a Publish Build Artifacts task to Project1.
2101-
- [ ] From Microsoft Teams, run @azure pipelines subscriptions.
2101+
- [x] From Microsoft Teams, run @azure pipelines subscriptions.
21022102
- [ ] From Azure Pipelines, enable continuous integration for Project1.
21032103

2104-
### You have an Azure DevOps organization named Contoso. You need to receive Microsoft Teams notifications when work items are updated. What should you do
2104+
### You have an Azure DevOps organization named Contoso. You need to receive Microsoft Teams notifications when work items are updated. What should you do?
21052105

2106-
- [x] From Azure DevOps, configure a service hook subscription.
2107-
- [ ] From Microsoft Teams, configure a connector.
2106+
- [ ] From Azure DevOps, configure a service hook subscription.
2107+
- [x] From Microsoft Teams, configure a connector.
21082108
- [ ] From the Microsoft Teams admin center, configure external access.
21092109
- [ ] From Microsoft Teams, add a channel.
21102110
- [ ] From Azure DevOps, install an extension.
21112111

2112-
### You create an alert rule in Azure Monitor as shown in the following exhibit.
2112+
### You create an alert rule in Azure Monitor as shown in the following exhibit. Which action will trigger an alert?
21132113

2114-
![Question 582](images/question582.jpg)
2114+
![Question 286](images/question286.jpg)
21152115

21162116
- [x] Failed attempt to delete the ASP-9bb7 resource.
21172117
- [ ] Change to a role assignment for the ASP-9bb7 resource.
@@ -2131,25 +2131,61 @@
21312131

21322132
### You configure an Azure Application Insights availability test. You need to notify the customer services department at your company by email when availability is degraded. You create an Azure logic app that will handle the email and follow up actions. Which type of trigger should you use to invoke the logic app?
21332133

2134-
- [x] HTTPWebhook trigger.
2134+
- [ ] HTTPWebhook trigger.
21352135
- [ ] HTTP trigger.
2136-
- [ ] Request trigger.
2136+
- [x] Request trigger.
21372137
- [ ] ApiConnection trigger.
21382138

21392139
### You have an Azure DevOps organization named Contoso and an Azure subscription. You use Azure DevOps to build a containerized app named App1 and deploy App1 to an Azure container instance named ACI1. You need to restart ACI1 when App1 stops responding. What should you do?
21402140

2141-
- [ ] Add a liveness probe to the YAML configuration of App1.
2142-
- [x] Add a readiness probe to the YAML configuration of App1.
2141+
- [x] Add a liveness probe to the YAML configuration of App1.
2142+
- [ ] Add a readiness probe to the YAML configuration of App1.
21432143
- [ ] Use Connection Monitor in Azure Network Watcher.
21442144
- [ ] Use IP flow verify in Azure Network Watcher.
21452145

2146+
### You use Azure Pipelines to automate Continuous Integration/Continuous Deployment (CI/CD) for an Azure web app named WebApp1. You configure an Azure Monitor alert that is triggered when WebApp1 generates an error. You need to configure the alert to forward details of the error to a third-party system. The solution must minimize administrative effort. Which three actions should you perform in sequence?
2147+
2148+
![Question 291](images/question291.jpg)
2149+
2150+
- [x] Box 1: Create an Azure logic app. Box 2: Select the HTTP request trigger. Box 3: Update the action group in Azure Monitor.
2151+
- [ ] Box 1: Select the HTTP request trigger. Box 2: Select the Recurrence trigger. Box 3: Update the action group in Azure Monitor.
2152+
- [ ] Box 1: Select the HTTP request trigger. Box 2: Select the Recurrence trigger. Box 3: Create an Azure logic app.
2153+
- [ ] Box 1: Update the action group in Azure Monitor. Box 2: Create an Azure logic app. Box 3: Select the Recurrence trigger.
2154+
2155+
### Your company has an Azure subscription named Subscription1. Subscription1 is associated to an Azure Active Directory tenant named contoso.com. You need to provision an Azure Kubernetes Services (AKS) cluster in Subscription1 and set the permissions for the cluster by using RBAC roles that reference the identities in contoso.com. Which three objects should you create in sequence?
2156+
2157+
![Question 292](images/question292.jpg)
2158+
2159+
- [ ] Box 1: a cluster. Box 2: an RBAC binding. Box 3: a system-assigned managed identity.
2160+
- [ ] Box 1: a cluster. Box 2: a system-assigned managed identity. Box 3: an RBAC binding.
2161+
- [x] Box 1: an application registration in contoso.com. Box 2: a cluster. Box 3: an RBAC binding.
2162+
- [ ] Box 1: a system-assigned managed identity. Box 2: an RBAC binding. Box 3: a cluster.
2163+
21462164
### You have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 that is configured for autoscaling. You use Azure DevOps to build a web app named App1 and deploy App1 to VMSS1. App1 is used heavily and has usage patterns that vary on a weekly basis. You need to recommend a solution to detect an abnormal rise in the rate of failed requests to App1. The solution must minimize administrative effort. What should you include in the recommendation?
21472165

21482166
- [x] Smart Detection feature in Azure Application Insights.
21492167
- [ ] Failures feature in Azure Application Insights.
21502168
- [ ] Azure Service Health alert.
21512169
- [ ] Azure Monitor alert that uses an Azure Log Analytics query.
21522170

2171+
### You manage build and release pipelines by using Azure DevOps. Your entire managed environment resides in Azure. You need to configure a service endpoint for accessing Azure Key Vault secrets. The solution must meet the following requirements: Ensure that the secrets are retrieved by Azure DevOps. Avoid persisting credentials and tokens in Azure DevOps. How should you configure the service endpoint?
2172+
2173+
![Question 294](images/question294.jpg)
2174+
2175+
- [ ] Service connection type: Managed Service Identity Authentication. Authentication/authorization method for the connection: Team Foundation Server / Azure Pipelines service connection.
2176+
- [ ] Service connection type: Team Foundation Server / Azure Pipelines service connection. Authentication/authorization method for the connection: Azure Active Directory Auth 2.0.
2177+
- [ ] Service connection type: Team Foundation Server / Azure Pipelines service connection. Authentication/authorization method for the connection: Managed Service Identity Authentication.
2178+
- [x] Service connection type: Azure Resource Manager. Authentication/authorization method for the connection: Managed Service Identity Authentication.
2179+
2180+
### You have the following Azure policy. You assign the policy to the Tenant root group. What is the effect of the policy?
2181+
2182+
![Question 295](images/question295.jpg)
2183+
2184+
- [ ] Prevents all HTTP traffic to existing Azure Storage accounts.
2185+
- [x] Ensures that all traffic to new Azure Storage accounts is encrypted.
2186+
- [ ] Prevents HTTPS traffic to new Azure Storage accounts when the accounts are accessed over the Internet.
2187+
- [ ] Ensures that all data for new Azure Storage accounts is encrypted at rest.
2188+
21532189
### You have an Azure subscription that contains resources in several resource groups. You need to design a monitoring strategy that will provide a consolidated view. The solution must support the following requirements: Support role-based access control (RBAC) by using Azure Active Directory (Azure AD) identifies. Include visuals from Azure Monitor that are generated by using the Kusto query language. Support documentation written in markdown. Use the latest data available for each visual. What should you use to create the consolidated view?
21542190

21552191
- [ ] Azure Monitor.
@@ -2201,15 +2237,6 @@
22012237
- [ ] the Azure Network Watcher Agent for Windows
22022238
- [x] the Dependency agent
22032239

2204-
### DRAG DROP - You use Azure Pipelines to automate Continuous Integration/Continuous Deployment (CI/CD) for an Azure web app named WebApp1. You configure an Azure Monitor alert that is triggered when WebApp1 generates an error. You need to configure the alert to forward details of the error to a third-party system. The solution must minimize administrative effort. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
2205-
2206-
![Question 583](images/question583.jpg)
2207-
2208-
- [x] Box 1: Create an Azure logic app. Box 2: Select the HTTP request trigger. Box 3: Update the action group in Azure Monitor.
2209-
- [ ] Box 1: Select the HTTP request trigger. Box 2: Select the Recurrence trigger. Box 3: Update the action group in Azure Monitor.
2210-
- [ ] Box 1: Select the HTTP request trigger. Box 2: Select the Recurrence trigger. Box 3: Create an Azure logic app.
2211-
- [ ] Box 1: Update the action group in Azure Monitor. Box 2: Create an Azure logic app. Box 3: Select the Recurrence trigger.
2212-
22132240
### You plan to provision a self-hosted Linux agent. Which authentication mechanism should you use to register the self-hosted agent?
22142241

22152242
- [x] Personal Access Token (PAT)
@@ -2232,34 +2259,7 @@
22322259
- [ ] user accounts in Azure Active Directory (Azure AD).
22332260
- [ ] managed identities in Azure Active Directory (Azure AD).\
22342261

2235-
### DRAG DROP - Your company has an Azure subscription named Subscription1. Subscription1 is associated to an Azure Active Directory tenant named contoso.com. You need to provision an Azure Kubernetes Services (AKS) cluster in Subscription1 and set the permissions for the cluster by using RBAC roles that reference the identities in contoso.com. Which three objects should you create in sequence? To answer, move the appropriate objects from the list of objects to the answer area and arrange them in the correct order. Select and Place:
2236-
2237-
![Question 584](images/question584.jpg)
2238-
2239-
- [ ] Box 1: a cluster. Box 2: an RBAC binding. Box 3: a system-assigned managed identity.
2240-
- [x] Box 1: a cluster. Box 2: a system-assigned managed identity. Box 3: an RBAC binding.
2241-
- [ ] Box 1: an RBAC binding. Box 2: a cluster. Box 3: a system-assigned managed identity.
2242-
- [ ] Box 1: a system-assigned managed identity. Box 2: an RBAC binding. Box 3: a cluster.
2243-
2244-
### HOTSPOT - You manage build and release pipelines by using Azure DevOps. Your entire managed environment resides in Azure. You need to configure a service endpoint for accessing Azure Key Vault secrets. The solution must meet the following requirements: -> Ensure that the secrets are retrieved by Azure DevOps. -> Avoid persisting credentials and tokens in Azure DevOps. How should you configure the service endpoint? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
2245-
2246-
![Question 585](images/question585.jpg)
2247-
2248-
- [ ] Box 1: Managed Service Identity Authentication. Box 2: Team Foundation Server / Azure Pipelines service connection.
2249-
- [ ] Box 1: Team Foundation Server / Azure Pipelines service connection. Box 2: Azure Active Directory Auth 2.0.
2250-
- [x] Box 1: Team Foundation Server / Azure Pipelines service connection. Box 2: Managed Service Identity Authentication.
2251-
- [ ] Box 1: Azure Active Directory Auth 2.0. Box 2: Managed Service Identity Authentication.
2252-
2253-
### You have the following Azure policy. You assign the policy to the Tenant root group. What is the effect of the policy?
2254-
2255-
![Question 586](images/question586.jpg)
2256-
2257-
- [ ] prevents all HTTP traffic to existing Azure Storage accounts.
2258-
- [x] ensures that all traffic to new Azure Storage accounts is encrypted.
2259-
- [ ] prevents HTTPS traffic to new Azure Storage accounts when the accounts are accessed over the Internet.
2260-
- [ ] ensures that all data for new Azure Storage accounts is encrypted at rest.
2261-
2262-
### DRAG DROP - You use GitHub Enterprise Server as a source code repository. You create an Azure DevOps organization named Contoso. In the Contoso organization, you create a project named Project1. You need to link GitHub commits, pull requests, and issues to the work items of Project1. The solution must use OAuth-based authentication. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
2262+
### DRAG DROP - You use GitHub Enterprise Server as a source code repository. You create an Azure DevOps organization named Contoso. In the Contoso organization, you create a project named Project1. You need to link GitHub commits, pull requests, and issues to the work items of Project1. The solution must use OAuth-based authentication. Which three actions should you perform in sequence?
22632263

22642264
![Question 587](images/question587.jpg)
22652265

@@ -2281,7 +2281,7 @@
22812281

22822282
![Question 590](images/question590.jpg)
22832283

2284-
### DRAG DROP - You have a project in Azure DevOps named Project1 that contains two Azure DevOps pipelines named Pipeline1 and Pipeline2. You need to ensure that Pipeline1 can deploy code successfully to an Azure web app named webapp1. The solution must ensure that Pipeline2 does not have permission to webapp1. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
2284+
### DRAG DROP - You have a project in Azure DevOps named Project1 that contains two Azure DevOps pipelines named Pipeline1 and Pipeline2. You need to ensure that Pipeline1 can deploy code successfully to an Azure web app named webapp1. The solution must ensure that Pipeline2 does not have permission to webapp1. Which three actions should you perform in sequence?
22852285

22862286
![Question 591](images/question591.jpg)
22872287

@@ -2373,7 +2373,7 @@
23732373
- [ ] upstream sources
23742374
- [ ] a symbol server
23752375

2376-
### DRAG DROP You have a project in Azure DevOps that uses packages from multiple public feeds. Some of the feeds are unreliable. You need to consolidate the packages into a single feed. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
2376+
### DRAG DROP You have a project in Azure DevOps that uses packages from multiple public feeds. Some of the feeds are unreliable. You need to consolidate the packages into a single feed. Which three actions should you perform in sequence?
23772377

23782378
![Question 597](images/question597.jpg)
23792379

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)