|
2070 | 2070 |
|
2071 | 2071 | ### 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?
|
2072 | 2072 |
|
2073 |
| - |
| 2073 | + |
2074 | 2074 |
|
2075 | 2075 | - [x] Box 1: requests. Box 2: success == false.
|
2076 | 2076 | - [ ] Box 1: itemType == "availabilityResult". Box 2: traces.
|
|
2085 | 2085 | - [x] Smart Detection.
|
2086 | 2086 | - [ ] Continuous export.
|
2087 | 2087 |
|
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? |
2089 | 2089 |
|
2090 |
| - |
| 2090 | + |
2091 | 2091 |
|
2092 | 2092 | - [ ] Box 1: signin. Box 2: https://dev.azure.com/contoso/contoso-app/_work-items.
|
2093 | 2093 | - [ ] Box 1: feedback. Box 2: https://dev.azure.com/contoso/contoso-app/_packaging.
|
|
2096 | 2096 |
|
2097 | 2097 | ### 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?
|
2098 | 2098 |
|
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. |
2100 | 2100 | - [ ] 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. |
2102 | 2102 | - [ ] From Azure Pipelines, enable continuous integration for Project1.
|
2103 | 2103 |
|
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? |
2105 | 2105 |
|
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. |
2108 | 2108 | - [ ] From the Microsoft Teams admin center, configure external access.
|
2109 | 2109 | - [ ] From Microsoft Teams, add a channel.
|
2110 | 2110 | - [ ] From Azure DevOps, install an extension.
|
2111 | 2111 |
|
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? |
2113 | 2113 |
|
2114 |
| - |
| 2114 | + |
2115 | 2115 |
|
2116 | 2116 | - [x] Failed attempt to delete the ASP-9bb7 resource.
|
2117 | 2117 | - [ ] Change to a role assignment for the ASP-9bb7 resource.
|
|
2131 | 2131 |
|
2132 | 2132 | ### 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?
|
2133 | 2133 |
|
2134 |
| -- [x] HTTPWebhook trigger. |
| 2134 | +- [ ] HTTPWebhook trigger. |
2135 | 2135 | - [ ] HTTP trigger.
|
2136 |
| -- [ ] Request trigger. |
| 2136 | +- [x] Request trigger. |
2137 | 2137 | - [ ] ApiConnection trigger.
|
2138 | 2138 |
|
2139 | 2139 | ### 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?
|
2140 | 2140 |
|
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. |
2143 | 2143 | - [ ] Use Connection Monitor in Azure Network Watcher.
|
2144 | 2144 | - [ ] Use IP flow verify in Azure Network Watcher.
|
2145 | 2145 |
|
| 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 | + |
| 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 | + |
| 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 | + |
2146 | 2164 | ### 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?
|
2147 | 2165 |
|
2148 | 2166 | - [x] Smart Detection feature in Azure Application Insights.
|
2149 | 2167 | - [ ] Failures feature in Azure Application Insights.
|
2150 | 2168 | - [ ] Azure Service Health alert.
|
2151 | 2169 | - [ ] Azure Monitor alert that uses an Azure Log Analytics query.
|
2152 | 2170 |
|
| 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 | + |
| 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 | + |
| 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 | + |
2153 | 2189 | ### 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?
|
2154 | 2190 |
|
2155 | 2191 | - [ ] Azure Monitor.
|
|
2201 | 2237 | - [ ] the Azure Network Watcher Agent for Windows
|
2202 | 2238 | - [x] the Dependency agent
|
2203 | 2239 |
|
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 |
| - |
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 |
| - |
2213 | 2240 | ### You plan to provision a self-hosted Linux agent. Which authentication mechanism should you use to register the self-hosted agent?
|
2214 | 2241 |
|
2215 | 2242 | - [x] Personal Access Token (PAT)
|
|
2232 | 2259 | - [ ] user accounts in Azure Active Directory (Azure AD).
|
2233 | 2260 | - [ ] managed identities in Azure Active Directory (Azure AD).\
|
2234 | 2261 |
|
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 |
| - |
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 |
| - |
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 |
| - |
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? |
2263 | 2263 |
|
2264 | 2264 | 
|
2265 | 2265 |
|
|
2281 | 2281 |
|
2282 | 2282 | 
|
2283 | 2283 |
|
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? |
2285 | 2285 |
|
2286 | 2286 | 
|
2287 | 2287 |
|
|
2373 | 2373 | - [ ] upstream sources
|
2374 | 2374 | - [ ] a symbol server
|
2375 | 2375 |
|
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? |
2377 | 2377 |
|
2378 | 2378 | 
|
2379 | 2379 |
|
|
0 commit comments