Skip to content

Commit ebc7846

Browse files
Improve: next several questions
1 parent 745a641 commit ebc7846

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

README.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2493,21 +2493,14 @@
24932493
- [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.
24942494
- [ ] Create a feed view named @default. After the npm packages test successfully, configure a release pipeline that promotes a package to the @default view.
24952495

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

25052498
- [ ] Participating.
25062499
- [x] Automatically watch repositories.
2507-
- [ ] Automatically watch teams.
2508-
- [x] Watching
2500+
- [x] Automatically watch teams.
2501+
- [ ] Watching.
25092502

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

25122505
- [x] Install a Prometheus server on a Windows virtual machine in Azure.
25132506
- [x] On each virtual machine, expose the metrics endpoint.
@@ -2523,12 +2516,12 @@
25232516
- [ ] Project Administrators.
25242517
- [x] Contributor.
25252518

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

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.
25322525

25332526
### You need to recommend changes to reduce the accumulated technical debt. Solution: You recommend increasing the code duplication. Does this meet the goal?
25342527

0 commit comments

Comments
 (0)