Skip to content

Commit dae8766

Browse files
Improve: questions until 280 incl.
1 parent bb6add6 commit dae8766

File tree

7 files changed

+25
-12
lines changed

7 files changed

+25
-12
lines changed

README.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,7 @@
19641964
- [x] No.
19651965

19661966
### When moving to Azure DevOps, JIRA must be replaced with the build pipelines Azure [DevOps] service.
1967+
19671968
- [ ] No adjustment required.
19681969
- [ ] Repos.
19691970
- [ ] Release pipelines.
@@ -2027,33 +2028,45 @@
20272028

20282029
### 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.
20292030

2030-
![Question 577](images/question577.jpg)
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+
![Question 276 answer](images/question276_answer.jpg)
20312033

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?
20332035

2034-
![Question 578](images/question578.jpg)
2036+
![Question 277](images/question277.jpg)
20352037

20362038
- [ ] 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.
20392041
- [ ] 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.
20402042

20412043
### 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?
20422044

20432045
- [ ] Modify the load balancer settings of VMSS1.
2044-
- [x] Redeploy VMSS1.
2046+
- [ ] Redeploy VMSS1.
20452047
- [x] Upload a custom script file to sa1.
20462048
- [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.
20482050

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?
20502052

2051-
![Question 579](images/question579.jpg)
2053+
![Question 279 part 1](images/question279_1.jpg)
2054+
![Question 279 part 2](images/question279_2.png)
20522055

2053-
- [ ] Box 1: count (). Box 2: summarize.
2056+
- [ ] Box 1: count(). Box 2: summarize.
20542057
- [ ] 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+
![Question 280 part 1](images/question280_1.png)
2064+
![Question 280 part 2](images/question280_2.png)
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.
20572070

20582071
### 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?
20592072

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

images/question279_2.png

8.82 KB
Loading

images/question280_1.png

32.3 KB
Loading

images/question280_2.png

55.9 KB
Loading

0 commit comments

Comments
 (0)