Skip to content

Commit 2afc516

Browse files
Improve: add remaining questions with images
1 parent a9fea94 commit 2afc516

File tree

7 files changed

+49
-53
lines changed

7 files changed

+49
-53
lines changed

README.md

Lines changed: 49 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,28 +2422,19 @@
24222422
- [ ] Required secrets: Shared Access Authorization token. Storage location: Azure Storage with HTTP access.
24232423
- [x] Required secrets: Username and password. Storage location: Azure Key Vault.
24242424

2425-
### How should you confrere the release retention policy for the investment planning depletions suite? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
2425+
### You are designing an Azure DevOps strategy for your company's development team. You suspect that the team's productivity is low due to accumulate technical debt. You need to recommend a metric to assess the amount of the team's technical debt. What should you recommend?
24262426

2427-
![Question 92](images/question922.jpg)
2427+
- [ ] Number of code modules in an application.
2428+
- [ ] Number of unit test failures.
2429+
- [ ] Percentage of unit test failures.
2430+
- [x] Percentage of overall time spent on rework.
24282431

2429-
- [ ] Required secrets: Azure Storage with HTTPS access. Storage location: Shared Access Authorization token.
2430-
- [ ] Required secrets: Azure Data Lake. Storage location: Personal access token.
2431-
- [x] Required secrets: Shared Access Authorization token. Storage location: Azure Storage with HTTPS access.
2432-
- [ ] Required secrets: Azure Storage with HTTPS access. Storage location: Certificate.
2432+
### You have an Azure subscription that contains multiple Azure pipelines. You need to deploy a monitoring solution for the pipelines. The solution must meet the following requirements: Parse logs from multiple sources. Identify the root cause of issues. What advanced feature of a monitoring tool should include in the solution?
24332433

2434-
### You are designing an Azure DevOps strategy for your company’s development team. You suspect that the team’s productivity is low due to accumulate technical debt. You need to recommend a metric to assess the amount of the team’s technical debt. What should you recommend?
2435-
2436-
- [ ] the number of code modules in an application.
2437-
- [ ] the number of unit test failures.
2438-
- [ ] the percentage of unit test failures.
2439-
- [x] the percentage of overall time spent on rework.
2440-
2441-
### You have an Azure subscription that contains multiple Azure pipelines. You need to deploy a monitoring solution for the pi*lines. The solution must meet the following requirements: ✑ Parse logs from multiple sources. ✑ identify the root cause of issues. What advanced feature of a monitoring tool should include in the solution?
2442-
2443-
- [ ] directed monitoring
2444-
- [x] synthetic monitoring
2445-
- [ ] analytics
2446-
- [ ] Alert Management
2434+
- [ ] Directed monitoring.
2435+
- [x] Synthetic monitoring.
2436+
- [ ] Analytics.
2437+
- [ ] Alert Management.
24472438

24482439
### You manage code by using GitHub. You need to ensure that repository owners are notified if a new vulnerable dependency or malware is found in their repository. What should you do?
24492440

@@ -2454,15 +2445,20 @@
24542445

24552446
### You have a project in Azure DevOps named Project1. You need to ensure that all new pipelines in Project1 execute three specific tasks during pipeline execution. What should you create?
24562447

2457-
- [x] a task group
2458-
- [ ] a JSON template
2459-
- [ ] a YAML template
2460-
- [ ] a PowerShell task
2448+
- [x] Task group.
2449+
- [ ] JSON template.
2450+
- [ ] YAML template.
2451+
- [ ] PowerShell task.
2452+
2453+
### You use Azure Pipelines to build and test a React.js application. You have a pipeline that has a single job. You discover that installing JavaScript packages from npm takes approximately five minutes each time you run the pipeline. You need to recommend a solution to reduce the pipeline execution time. Solution: You recommend enabling pipeline caching. Does this meet the goal?
2454+
2455+
- [x] Yes.
2456+
- [ ] No.
24612457

2462-
### After you answer a question in this section, you will NOT be able to return to it As a result, these questions will not appear in the review screen. You use Azure Pipelines to build and test a React js application You have a pipeline that has a single job. You discover that installing JavaScript packages from npm lakes approximately five minutes each time you run the pipeline. You need to recommend a solution to reduce the pipeline execution time. Solution: You recommend enabling pipeline caching. Does this meet the goal?
2458+
### You use Azure Pipelines to build and test a React.js application. You have a pipeline that has a single job. You discover that installing JavaScript packages from npm takes approximately five minutes each time you run the pipeline. You need to recommend a solution to reduce the pipeline execution time. Solution: You recommend defining a container job that uses a custom container that has the JavaScript packages preinstalled. Does this meet the goal?
24632459

2464-
- [x] Yes
2465-
- [ ] No
2460+
- [ ] Yes.
2461+
- [x] No.
24662462

24672463
### You have a project in Azure DevOps named Project1. Project1 contains a build pipeline named Pipe1 that builds an application named Appl. You have an agent pool named Pool1 that contains a Windows Server 2019-based self-hosted agent. Pipe1 uses Pool1. You plan to implement another project named Project2. Project2 will have a build pipeline named Pipe2 that builds an application named App2. App1 and App2 have conflicting dependencies. You need to minimize the possibility that the two build pipelines will conflict with each other. The solution must minimize infrastructure costs. What should you do?
24682464

@@ -2471,6 +2467,32 @@
24712467
- [ ] Add another self-hosted agent.
24722468
- [ ] Add a Docker Compose task to the build pipelines.
24732469

2470+
### You have an Azure subscription that uses Azure Automation State Configuration to manage the configuration of virtual machines. You need to identify which nodes are noncompliant. How should you complete the query?
2471+
2472+
![Question 333](images/question333.jpg)
2473+
2474+
- [x] Box 1: Category. Box 2: OperationName. Box 3: ResultType.
2475+
- [ ] Box 1: Category. Box 2: ResultType. Box 3: OperationName.
2476+
- [ ] Box 1: OperationName. Box 2: Category. Box 3: ResultType.
2477+
- [ ] Box 1: ResultType. Box 2: OperationName. Box 3: Category.
2478+
2479+
### You have the services shown in the following table. You manage a project by using Azure Boards. You need to notify the services Of build Status changes. Which services can be notified by using a web hook?
2480+
2481+
![Question 334](images/question334.png)
2482+
2483+
- [ ] Service1 only.
2484+
- [ ] Service2 only.
2485+
- [x] Service1 and Service2 only.
2486+
2487+
### You have an Azure subscription that contains the resources shown in the following table. Project1 produces npm packages that are published to Feed1. Feed1 is consumed by multiple projects. You need to ensure that only tested packages are available for consumption. The solution must minimize development effort. What should you do?
2488+
2489+
![Question 335](images/question335.png)
2490+
2491+
- [ ] Create a feed view named @default. After the npm packages test successfully, configure a release pipeline that tags the packages as release.
2492+
- [ ] Create a feed view named @release and set @release as the default view. After the npm packages test successfully, configure a release pipeline that tags the packages as release.
2493+
- [x] Create a feed view named @release and set @release as the default view. After the npm packages test successfully, configure a release pipeline that promotes a package to the @release view.
2494+
- [ ] Create a feed view named @default. After the npm packages test successfully, configure a release pipeline that promotes a package to the @default view.
2495+
24742496
### You have a brand policy in a project in Azure DevOps. The policy requires that code always builds successfully. You need to ensure that a specific user can always merge change to the master branch, even if the code fails to compile. The solution must use the principle of least privilege. What should you do?
24752497

24762498
- [ ] From the Security setting of the repository, modify the access control tor the user.
@@ -2494,7 +2516,7 @@
24942516
- [ ] Expose a virtual network service endpoint for Azure Storage.
24952517
- [ ] Install a Prometheus server on a Linux virtual machine in Azure.
24962518

2497-
### You have a private project in Azure DevOps. You need to ensure that a project manager can create custom work item queries to report on the projects progress. The solution must use the principle of least privilege. To which security group should you add the project manager?
2519+
### You have a private project in Azure DevOps. You need to ensure that a project manager can create custom work item queries to report on the project's progress. The solution must use the principle of least privilege. To which security group should you add the project manager?
24982520

24992521
- [ ] Project Collection Administrators.
25002522
- [ ] Reader.
@@ -2534,32 +2556,6 @@
25342556
- [ ] From Queries, open the context menu, select Add link, and then select Existing item.
25352557
- [ ] From item A, open the Links tab, and then select Add link. Set Link type to References and add the ID Of item B.
25362558

2537-
### DRAG DROP You have an Azure subscription that uses Azure Automation State Configuration to manage the configuration of virtual machines. You need to identify which nodes are noncompliant. How should you complete the query?
2538-
2539-
![Question 926](images/question926.jpg)
2540-
2541-
- [x] Box 1: Category. Box 2: OperationName. Box 3: ResultType.
2542-
- [ ] Box 1: Category. Box 2: ResultType. Box 3: OperationName.
2543-
- [ ] Box 1: OperationName. Box 2: Category. Box 3: ResultType.
2544-
- [ ] Box 1: ResultType. Box 2: OperationName. Box 3: Category.
2545-
2546-
### You have the services shown in the following table. You manage a project by using Azure Boards. You need to notify the services Of build Status changes. Which services can be notified by using a web hook?
2547-
2548-
![Question 927](images/question927.jpg)
2549-
2550-
- [ ] Service1 only
2551-
- [ ] Service2 only
2552-
- [x] Service1 and Service2 only
2553-
2554-
### You have an Azure subscription that contains the resources shown in the following table. Project1 produces 9pm packages that are published to Feed1. Feed1 is consumed by multiple projects. You need to ensure that only tested packages are available for consumption. The solution must minimize development effort. What should you do?
2555-
2556-
![Question 928](images/question928.jpg)
2557-
2558-
- [ ] Create a feed view named @default. After the 9pm packages test successfully, configure a release pipeline that tags the packages as release.
2559-
- [ ] Create a feed view named @release and set @release as the default view. After the 9pm packages test successfully, configure a release pipeline that tags the packages as release.
2560-
- [x] Create a feed view named @release and set @release as the default view After the 9pm packages test successfully, configure a release pipeline that promotes a package to the @release view.
2561-
- [ ] Create a feed view named @default. After the 9pm packages test successfully, configure a release pipeline that promotes a package to the @default view.
2562-
25632559
### You have an on-premises app named App1 that accesses Azure resources by using credentials stored in a configuration file. You plan to upgrade App1 to use an Azure service principal. What is required for App1 to programmatically sign in to Azure Active Directory (Azure AD)?
25642560

25652561
- [ ] the application ID, a client secret, and the object ID.

images/?question40.jpg

-23.8 KB
Binary file not shown.
File renamed without changes.

images/question334.png

7.42 KB
Loading

images/question335.png

3.22 KB
Loading

images/question927.jpg

-9.09 KB
Binary file not shown.

images/question928.jpg

-7.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)