|
1964 | 1964 | - [x] No.
|
1965 | 1965 |
|
1966 | 1966 | ### When moving to Azure DevOps, JIRA must be replaced with the build pipelines Azure [DevOps] service.
|
| 1967 | + |
1967 | 1968 | - [ ] No adjustment required.
|
1968 | 1969 | - [ ] Repos.
|
1969 | 1970 | - [ ] Release pipelines.
|
|
2027 | 2028 |
|
2028 | 2029 | ### You need to create an instance of Azure Application Insights named az400-123456789-main and configure the instance to receive telemetry data from an Azure web app named az400-123456789-main. To complete this task, sign in to the Microsoft Azure portal.
|
2029 | 2030 |
|
2030 |
| - |
| 2031 | +- [x] 1. Login to Az Portal 2. Create an App Insights resource. 3. Locate your Az Web App, if it does not exist, create it. 4. Go to the resource, to Settings, to Application Insights and enable it. Select the App Insights resource you created earlier and Apply. |
| 2032 | + |
2031 | 2033 |
|
2032 |
| -### Your company wants to use Azure Application Insights to understand how user behaviors affect an application. Which Application Insights tool should you use to analyze each behavior?. |
| 2034 | +### Your company wants to use Azure Application Insights to understand how user behaviors affect an application. Which Application Insights tool should you use to analyze each behavior? |
2033 | 2035 |
|
2034 |
| - |
| 2036 | + |
2035 | 2037 |
|
2036 | 2038 | - [ ] Feature usage: Impact. Number of people who used the actions and its features: Impact. The effect that the performance of the application has on the usage of a page or a feature: User Flows.
|
2037 |
| -- [ ] Feature usage: Users. Number of people who used the actions and its features: User Flows. The effect that the performance of the application has on the usage of a page or a feature: Impact. |
2038 |
| -- [x] Feature usage: User Flows. Number of people who used the actions and its features: Users. The effect that the performance of the application has on the usage of a page or a feature: Impact. |
| 2039 | +- [x] Feature usage: Users. Number of people who used the actions and its features: User Flows. The effect that the performance of the application has on the usage of a page or a feature: Impact. |
| 2040 | +- [ ] Feature usage: User Flows. Number of people who used the actions and its features: Users. The effect that the performance of the application has on the usage of a page or a feature: Impact. |
2039 | 2041 | - [ ] Feature usage: Users. Number of people who used the actions and its features: User Flows. The effect that the performance of the application has on the usage of a page or a feature: Impact.
|
2040 | 2042 |
|
2041 | 2043 | ### You have an Azure DevOps project named Project1 and an Azure subscription named Sub1. Sub1 contains an Azure virtual machine scale set named VMSS1. VMSS1 hosts a web application named WebApp1. WebApp1 uses stateful sessions. The WebApp1 installation is managed by using the Custom Script extension. The script resides in an Azure Storage account named sa1. You plan to make a minor change to a UI element of WebApp1 and to gather user feedback about the change. You need to implement limited user testing for the new version of WebApp1 on VMSS1. Which three actions should you perform?
|
2042 | 2044 |
|
2043 | 2045 | - [ ] Modify the load balancer settings of VMSS1.
|
2044 |
| -- [x] Redeploy VMSS1. |
| 2046 | +- [ ] Redeploy VMSS1. |
2045 | 2047 | - [x] Upload a custom script file to sa1.
|
2046 | 2048 | - [x] Modify the Custom Script extension settings of VMSS1.
|
2047 |
| -- [ ] Update the configuration of a virtual machine in VMSS1. |
| 2049 | +- [x] Update the configuration of a virtual machine in VMSS1. |
2048 | 2050 |
|
2049 |
| -### You have several Azure virtual machines that run Windows Server 2019. You need to identify the distinct event IDs of each virtual machine as shown in the following table. How should you complete the Azure Monitor query? To answer, drag the appropriate values to the correct locations. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. |
| 2051 | +### You have several Azure virtual machines that run Windows Server 2019. You need to identify the distinct event IDs of each virtual machine as shown in the following table. How should you complete the Azure Monitor query? |
2050 | 2052 |
|
2051 |
| - |
| 2053 | + |
| 2054 | + |
2052 | 2055 |
|
2053 |
| -- [ ] Box 1: count (). Box 2: summarize. |
| 2056 | +- [ ] Box 1: count(). Box 2: summarize. |
2054 | 2057 | - [ ] Box 1: mv-expand. Box 2: render.
|
2055 |
| -- [x] Box 1: summarize. Box 2: makelist (EventID). |
2056 |
| -- [ ] Box 1: render. Box 2: count (). |
| 2058 | +- [ ] Box 1: summarize. Box 2: makelist(EventID). |
| 2059 | +- [x] Box 1: summarize. Box 2: makeset(EventID). |
| 2060 | + |
| 2061 | +### You have a GitHub repository that contains the source code for an app named App1. You need to create process documentation for App1. The solution must include a diagram that displays the relationships between the phases of App1 as shown in the following exhibit. How should you complete the markdown code? |
| 2062 | + |
| 2063 | + |
| 2064 | + |
| 2065 | + |
| 2066 | +- [ ] Box 1: sequenceDiagram. Box 2: flowChart. |
| 2067 | +- [x] Box 1: stateDiagram. Box 2: Processing. |
| 2068 | +- [ ] Box 1: stateDiagram. Box 2: Failed. |
| 2069 | +- [ ] Box 1: sequenceDiagram. Box 2: Waiting. |
2057 | 2070 |
|
2058 | 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?
|
2059 | 2072 |
|
|
0 commit comments