Skip to content

Commit 37d7cd3

Browse files
Improve: next 3 questions
1 parent d2206a7 commit 37d7cd3

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,6 +2383,27 @@
23832383
- [x] BACPAC.
23842384
- [ ] DACPAC.
23852385

2386+
### To resolve the current technical issue, what should you do to the Register-AzureRmAutomationDscNode command?
2387+
2388+
- [x] Change the value of the ConfigurationMode parameter.
2389+
- [ ] Replace the Register-AzureRmAutomationDscNode cmdlet with Register-AzureRmAutomationScheduledRunbook.
2390+
- [ ] Add the AllowModuleOverwrite parameter.
2391+
- [ ] Add the DefaultProfile parameter.
2392+
2393+
### Your team uses Azure Pipelines to deploy applications. You need to ensure that when a failure occurs during the build or release process, all the team members are notified by using Microsoft Teams. The solution must minimize development effort. What should you do?
2394+
2395+
- [ ] Use Azure Automation to connect to the Azure DevOps REST API and notify the team members.
2396+
- [x] Install the Azure Pipelines app for Teams and configure a subscription to receive notifications in a channel.
2397+
- [ ] Install the Azure Boards app for Teams and configure a subscription to receive notifications in a channel.
2398+
- [ ] Use an Azure function to connect to the Azure DevOps REST API and notify the team members.
2399+
2400+
### You have an Azure DevOps project that uses many package feeds. You need to simplify the project by using a single feed that stores packages produced by your company and packages consumed from remote feeds. The solution must support public feeds and authenticated feeds. What should you enable in DevOps?
2401+
2402+
- [ ] Universal Packages.
2403+
- [ ] Views in Azure Artifacts.
2404+
- [x] Upstream sources.
2405+
- [ ] Symbol server.
2406+
23862407
### Litware, Inc. an independent software vendor (ISV) Litware has a main office and five branch offices. Application Architecture The company' s primary application is a single monolithic retirement fund management system based on ASP.NE T web forms that use logic written in V8.NET. Some new sections of the application are written in C#. Variations of the application are created for individual customers. Currently, there are more than 80 have code branches in the application's code base. The application was developed by using Microsoft Visual Studio. Source code is stored in Team Foundation Server (TFS) in the main office. The branch offices access of the source code by using TFS proxy servers. Architectural Issues Litware focuses on writing new code for customers. No resources are provided to refactor or remove existing code. Changes to the code base take a long time, AS dependencies are not obvious to individual developers. Merge operations of the code often take months and involve many developers. Code merging frequently introduces bugs that are difficult to locate and resolve. Customers report that ownership costs of the retirement fund management system increase continually. The need to merge unrelated code makes even minor code changes expensive. Requirements Planned Changes Litware plans to develop a new suite of applications for investment planning. The investment planning Applications will require only minor integration with the easting retirement fund management system. The investment planning applications suite will include one multi-tier web application and two iOS mobile applications. One mobile application will be used by employees; the other will be used by customers. Litware plans to move to a more agile development methodology. Shared code will be extracted into a series of package. Litware has started an internal cloud transformation process and plans to use cloud based services whenever suitable. Litware wants to become proactive m detecting failures, rather than always waning for customer bug reports. Technical Requirements The company's investment planning applications suite must meet the following technical requirements: New incoming connections through the firewall must be minimized. Members of a group named Developers must be able to install packages. The principle of least privilege must be used for all permission assignments A branching strategy that supports developing new functionality in isolation must be used. Members of a group named Team leaders must be able to create new packages and edit the permissions of package feeds Visual Studio App Center must be used to centralize the reporting of mobile application crashes and device types in use. By default, all App Center must be used to centralize the reporting of mobile application crashes and device types in use. Code quality and release quality are critical. During release, deployments must not proceed between stages if any active bugs are logged against the release. The mobile applications must be able to call the share pricing service of the existing retirement fund management system. Until the system is upgraded, the service will only support basic authentication over HUPS. The required operating system configuration tor the test servers changes weekly. Azure Automation State Configuration must be used to ensure that the operating system on each test servers configured the same way when the servers are created and checked periodically. The test servers are configured correctly when first deployed, but they experience configuration drift over time. Azure Automation State Configuration fails to correct the configurations. Azure Automation State Configuration nodes are registered by using the following command. You need to configure a cloud service to store the secrets required by the mobile applications to call the share pricing service. What should you include in the solution?
23872408

23882409
![Question 11](images/question11.jpeg)
@@ -2393,13 +2414,6 @@
23932414
- [ ] Required secrets: Shared Access Authorization token. Storage location: Azure Storage with HTTPS access.
23942415
- [ ] Required secrets: Username and password. Storage location: Azure Storage with HTTP access.
23952416

2396-
### To resolve the current technical issue, what should you do to the Register-AzureRmAutomationDscNode command?
2397-
2398-
- [x] Change the value of the ConfigurationMode parameter.
2399-
- [ ] Replace the Register-AzureRmAutomationDscNode cmdlet with Register-AzureRmAutomationScheduledRunbook.
2400-
- [ ] Add the AllowModuleOverwrite parameter.
2401-
- [ ] Add the DefaultProfile parameter.
2402-
24032417
### 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.
24042418

24052419
![Question 92](images/question922.jpg)
@@ -2409,20 +2423,6 @@
24092423
- [x] Required secrets: Shared Access Authorization token. Storage location: Azure Storage with HTTPS access.
24102424
- [ ] Required secrets: Azure Storage with HTTPS access. Storage location: Certificate.
24112425

2412-
### Your team uses Azure Pipelines to deploy applications. You need to ensure that when a failure occurs during the build or release process. all the team members are notified by using Microsoft Teams. The solution must minimize development effort. What should you do?
2413-
2414-
- [ ] Use Azure Automation to connect to the Azure DevOps REST API and notify the team members.
2415-
- [ ] Install the Azure Pipelines app for Teams and configure a subscription to receive notifications in a channel.
2416-
- [x] Install the Azure Boards app for Teams and configure a subscription to receive notifications in a channel.
2417-
- [ ] Use an Azure function to connect to the Azure DevOps REST API and notify the team members.
2418-
2419-
### You have an Azure DevOps project that uses many package feeds. You need to simplify the project by using a single feed that stores packages produced by your company and packages consumed from remote feeds. The solution must support public feeds and authenticated feeds. What should you enable in DevOps?
2420-
2421-
- [ ] Universal Packages
2422-
- [x] views in Azure Artifacts
2423-
- [ ] upstream sources
2424-
- [ ] a symbol server
2425-
24262426
### 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?
24272427

24282428
- [ ] the number of code modules in an application.

0 commit comments

Comments
 (0)