|
2493 | 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 | 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 | 2495 |
|
2496 |
| -### 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? |
2497 |
| - |
2498 |
| -- [ ] From the Security setting of the repository, modify the access control tor the user. |
2499 |
| -- [x] From the Security settings of the branch, modify the access control for the user. |
2500 |
| -- [ ] Add the user to the Build Administrators group. |
2501 |
| -- [ ] Add the user to the Project Administrators group. |
2502 |
| - |
2503 |
| -### You use GitHub for source control and project-related discussions. You receive a notification when an entry is made to any team discussion. You need to ensure that you receive email notifications only for discussions in which you commented or in which you are mentioned. Which two Notifications settings should you clear? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. |
| 2496 | + ### You use GitHub for source control and project-related discussions. You receive a notification when an entry is made to any team discussion. You need to ensure that you receive email notifications only for discussions in which you commented or in which you are mentioned. Which two Notifications settings should you clear? |
2504 | 2497 |
|
2505 | 2498 | - [ ] Participating.
|
2506 | 2499 | - [x] Automatically watch repositories.
|
2507 |
| -- [ ] Automatically watch teams. |
2508 |
| -- [x] Watching |
| 2500 | +- [x] Automatically watch teams. |
| 2501 | +- [ ] Watching. |
2509 | 2502 |
|
2510 |
| -### You have an Azure subscription. The subscription contains virtual machines that run either Windows Server or Linux. You plan to use Prometheus to monitor performance metrics. You need to integrate Prometheus and Azure Monitor. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. |
| 2503 | +### You have an Azure subscription. The subscription contains virtual machines that run either Windows Server or Linux. You plan to use Prometheus to monitor performance metrics. You need to integrate Prometheus and Azure Monitor. Which two actions should you perform? |
2511 | 2504 |
|
2512 | 2505 | - [x] Install a Prometheus server on a Windows virtual machine in Azure.
|
2513 | 2506 | - [x] On each virtual machine, expose the metrics endpoint.
|
|
2523 | 2516 | - [ ] Project Administrators.
|
2524 | 2517 | - [x] Contributor.
|
2525 | 2518 |
|
2526 |
| -### You need !0 the merge the POC branch into the default branch. The solution must meet the technical requirements. Which command should you run? |
| 2519 | +### You need to the merge the POC branch into the default branch. The solution must meet the technical requirements. Which command should you run? |
2527 | 2520 |
|
2528 |
| -- [ ] it push. |
2529 |
| -- [ ] git merge — allow-unrelated-histories. |
2530 |
| -- [ ] git rebase. |
2531 |
| -- [x] git merge –squash. |
| 2521 | +- [ ] git push. |
| 2522 | +- [ ] git merge —-allow-unrelated-histories. |
| 2523 | +- [x] git rebase. |
| 2524 | +- [ ] git merge --squash. |
2532 | 2525 |
|
2533 | 2526 | ### You need to recommend changes to reduce the accumulated technical debt. Solution: You recommend increasing the code duplication. Does this meet the goal?
|
2534 | 2527 |
|
|
0 commit comments