|
1014 | 1014 | - [x] The elapsed time from the creation of work items to their completion: Lead Time. The elapsed time to complete work items once they are active: Cycle Time. The remaining work: Burndown.
|
1015 | 1015 | - [ ] The elapsed time from the creation of work items to their completion: Burndown. The elapsed time to complete work items once they are active: Lead Time. The remaining work: Velocity.
|
1016 | 1016 |
|
1017 |
| -### You need to consider the underlined segment to establish whether it is accurate. To find when common open source libraries are added to the code base, you should add [Jenkins] to the build pipeline. |
| 1017 | +### To find when common open source libraries are added to the code base, you should add [Jenkins] to the build pipeline. |
1018 | 1018 |
|
1019 | 1019 | - [ ] No adjustment required.
|
1020 | 1020 | - [ ] SourceGear Vault.
|
|
1599 | 1599 | - [x] Yes.
|
1600 | 1600 | - [ ] No.
|
1601 | 1601 |
|
1602 |
| -### You need to consider the underlined segment to establish whether it is accurate. Your company has a multi-tier application that has its front end hosted in Azure App Service. To pinpoint the average load times of the application pages, you should make use of Azure Event Hubs. |
| 1602 | +### Your company has a multi-tier application that has its front end hosted in Azure App Service. To pinpoint the average load times of the application pages, you should make use of [Azure Event Hubs]. |
1603 | 1603 |
|
1604 | 1604 | - [ ] No adjustment required.
|
1605 | 1605 | - [x] Azure Application Insights.
|
|
1712 | 1712 | - [ ] Scrum.
|
1713 | 1713 | - [x] CMMI.
|
1714 | 1714 |
|
1715 |
| -### You need to consider the underlined segment to establish whether it is accurate. The [Burnup widget] measures the elapsed time from creation of work items to their completion. |
| 1715 | +### The [Burnup widget] measures the elapsed time from creation of work items to their completion. |
1716 | 1716 |
|
1717 | 1717 | - [ ] No adjustment required.
|
1718 | 1718 | - [x] Lead time.
|
|
1948 | 1948 | - [x] 1. Open Microsoft Azure Portal and Log into your Azure account. 2. Select network security group (NSG) named az400-123456789-nsg1. 3. Select Settings, Outbound security rules, and click Add 4. Click Advanced. 5. Change the following settings: Name: Allow-Outbound. Priority: 100 (or any number lower than 65000). Source: Any. Source Port Range: *. Destination: Any. Destination Port Range: 443. Protocol: TCP. Action: Allow.
|
1949 | 1949 | 
|
1950 | 1950 |
|
1951 |
| -### You plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources: Two resource groups Four Azure virtual machines in one resource group Two Azure SQL databases in other resource group You need to recommend a solution to deploy the resources. Solution: Create a single standalone template that will deploy all the resources. Does this meet the goal? |
| 1951 | +### You plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources: Two resource groups. Four Azure virtual machines in one resource group. Two Azure SQL databases in other resource group. You need to recommend a solution to deploy the resources. Solution: Create a single standalone template that will deploy all the resources. Does this meet the goal? |
1952 | 1952 |
|
1953 | 1953 | - [ ] Yes.
|
1954 | 1954 | - [x] No.
|
1955 | 1955 |
|
1956 |
| -### You plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources: Two resource groups Four Azure virtual machines in one resource group Two Azure SQL databases in other resource group You need to recommend a solution to deploy the resources. Solution: Create two standalone templates, each of which will deploy the resources in its respective group. Does this meet the goal? |
| 1956 | +### You plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources: Two resource groups. Four Azure virtual machines in one resource group. Two Azure SQL databases in other resource group. You need to recommend a solution to deploy the resources. Solution: Create two standalone templates, each of which will deploy the resources in its respective group. Does this meet the goal? |
1957 | 1957 |
|
1958 |
| -- [ ] Yes. |
1959 |
| -- [x] No. |
| 1958 | +- [x] Yes. |
| 1959 | +- [ ] No. |
1960 | 1960 |
|
1961 |
| -### You plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources: Two resource groups Four Azure virtual machines in one resource group Two Azure SQL databases in other resource group You need to recommend a solution to deploy the resources. Solution: Create a main template that will deploy the resources in one resource group and a nested template that will deploy the resources in the other resource group. Does this meet the goal? |
| 1961 | +### You plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources: Two resource groups. Four Azure virtual machines in one resource group. Two Azure SQL databases in other resource group. You need to recommend a solution to deploy the resources. Solution: Create a main template that will deploy the resources in one resource group and a nested template that will deploy the resources in the other resource group. Does this meet the goal? |
1962 | 1962 |
|
1963 | 1963 | - [ ] Yes.
|
1964 | 1964 | - [x] No.
|
1965 | 1965 |
|
| 1966 | +### When moving to Azure DevOps, JIRA must be replaced with the build pipelines Azure [DevOps] service. |
| 1967 | +- [ ] No adjustment required. |
| 1968 | +- [ ] Repos. |
| 1969 | +- [ ] Release pipelines. |
| 1970 | +- [x] Boards. |
| 1971 | + |
1966 | 1972 | ### You currently use JIRA, Jenkins, and Octopus as part of your DevOps processes. You plan to use Azure DevOps to replace these tools. Which Azure DevOps service should you use to replace each tool?
|
1967 | 1973 |
|
1968 |
| - |
| 1974 | + |
1969 | 1975 |
|
1970 |
| -- [x] Box 1: Release pipelines. Box 2: Repos. Box 3: Build pipelines. |
1971 |
| -- [ ] Box 1: Repos. Box 2: Release pipelines. Box 3: Repos. |
1972 |
| -- [ ] Box 1: Build pipelines. Box 2: Boards. Box 3: Build pipelines. |
1973 |
| -- [ ] Box 1: Boards. Box 2: Release pipelines. Box 3: Release pipelines. |
| 1976 | +- [ ] JIRA: Release pipelines. Jenkins: Repos. Octopus: Build pipelines. |
| 1977 | +- [ ] JIRA: Repos. Jenkins: Release pipelines. Octopus: Repos. |
| 1978 | +- [ ] JIRA: Build pipelines. Jenkins: Boards. Octopus: Build pipelines. |
| 1979 | +- [x] JIRA: Boards. Jenkins: Build pipelines. Octopus: Release pipelines. |
1974 | 1980 |
|
1975 | 1981 | ### You are developing a full Microsoft .NET Framework solution that includes unit tests. You need to configure SonarQube to perform a code quality validation of the C# code as part of the build pipelines. Which four tasks should you perform in sequence?
|
1976 | 1982 |
|
1977 |
| - |
| 1983 | + |
1978 | 1984 |
|
1979 | 1985 | - [ ] Box 1: Visual Studio Build. Box 2: Run Code Analysis. Box 3: Publish Build Artifacts. Box 4: Prepare Analysis Configuration.
|
1980 | 1986 | - [ ] Box 1: Visual Studio Test. Box 2: Visual Studio Build. Box 3: Prepare Analysis Configuration. Box 4: Visual Studio Test.
|
1981 | 1987 | - [ ] Box 1: Publish Build Artifacts. Box 2: Prepare Analysis Configuration. Box 3: Visual Studio Build. Box 4: Run Code Analysis.
|
1982 | 1988 | - [x] Box 1: Prepare Analysis Configuration. Box 2: Visual Studio Build. Box 3: Visual Studio Test. Box 4: Run Code Analysis.
|
1983 | 1989 |
|
1984 |
| -### You need to consider the underlined segment to establish whether it is accurate. To compile an Internet Information Services (IIS) web application that runs docker, you should use a Default build agent pool. Select No adjustment required if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option. |
| 1990 | +### To compile an Internet Information Services (IIS) web application that runs docker, you should use a [Default build agent pool]. |
1985 | 1991 |
|
1986 | 1992 | - [ ] No adjustment required.
|
1987 |
| -- [ ] Hosted Windows Container. |
1988 |
| -- [x] Hosted. |
| 1993 | +- [x] Hosted Windows Container. |
| 1994 | +- [ ] Hosted. |
1989 | 1995 | - [ ] Hosted macOS
|
1990 | 1996 |
|
1991 |
| -### You need to consider the underlined segment to establish whether it is accurate. When moving to Azure DevOps, JIRA must be replaced with the build pipelines Azure DevOps service. Select No adjustment required if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option. |
| 1997 | +### To deploy an application to a number of Azure virtual machines, you should create a [universal] group. |
1992 | 1998 |
|
1993 | 1999 | - [ ] No adjustment required.
|
1994 |
| -- [ ] repos |
1995 |
| -- [x] release pipelines |
1996 |
| -- [ ] boards |
| 2000 | +- [ ] Security. |
| 2001 | +- [x] Deployment. |
| 2002 | +- [ ] Resource. |
1997 | 2003 |
|
1998 |
| -### You need to consider the underlined segment to establish whether it is accurate. To deploy an application to a number of Azure virtual machines, you should create a universal group. Select No adjustment required if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option. |
1999 |
| - |
2000 |
| -- [ ] No adjustment required. |
2001 |
| -- [ ] security. |
2002 |
| -- [x] deployment. |
2003 |
| -- [ ] resource. |
2004 |
| - |
2005 |
| -### You need to consider the underlined segment to establish whether it is accurate. Black Duck can be used to make sure that all the open source libraries conform to your company's licensing criteria. Select No adjustment required if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option. |
| 2004 | +### [Black Duck] can be used to make sure that all the open source libraries conform to your company's licensing criteria. |
2006 | 2005 |
|
2007 | 2006 | - [x] No adjustment required.
|
2008 |
| -- [ ] Maven |
2009 |
| -- [ ] Bamboo |
2010 |
| -- [ ] CMAKE |
| 2007 | +- [ ] Maven. |
| 2008 | +- [ ] Bamboo. |
| 2009 | +- [ ] CMAKE. |
2011 | 2010 |
|
2012 |
| -### You manage an Azure web app that supports an e-commerce website. You need to increase the logging level when the web app exceeds normal usage patterns. The solution must minimize administrative overhead. Which two resources should you include in the solution? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. |
| 2011 | +### You manage an Azure web app that supports an e-commerce website. You need to increase the logging level when the web app exceeds normal usage patterns. The solution must minimize administrative overhead. Which two resources should you include in the solution? |
2013 | 2012 |
|
2014 |
| -- [x] an Azure Automation runbook. |
2015 |
| -- [x] an Azure Monitor alert that has a dynamic threshold. |
2016 |
| -- [ ] an Azure Monitor alert that has a static threshold. |
2017 |
| -- [ ] the Azure Monitor autoscale settings. |
2018 |
| -- [ ] an Azure Monitor alert that uses an action group that has an email action. |
| 2013 | +- [x] Azure Automation runbook. |
| 2014 | +- [x] Azure Monitor alert that has a dynamic threshold. |
| 2015 | +- [ ] Azure Monitor alert that has a static threshold. |
| 2016 | +- [ ] Azure Monitor autoscale settings. |
| 2017 | +- [ ] Azure Monitor alert that uses an action group that has an email action. |
2019 | 2018 |
|
2020 |
| -### HOTSPOT - You have an Azure Kubernetes Service (AKS) pod. You need to configure a probe to perform the following actions: -> Confirm that the pod is responding to service requests. -> Check the status of the pod four times a minute. -> Initiate a shutdown if the pod is unresponsive. How should you complete the YAML configuration file? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: |
| 2019 | +### You have an Azure Kubernetes Service (AKS) pod. You need to configure a probe to perform the following actions: Confirm that the pod is responding to service requests. Check the status of the pod four times a minute. Initiate a shutdown if the pod is unresponsive. How should you complete the YAML configuration file? |
2021 | 2020 |
|
2022 |
| - |
| 2021 | + |
2023 | 2022 |
|
2024 |
| -- [ ] Box 1: timeoutSeconds: 15. Box 2: readinessProbe. |
2025 |
| -- [ ] Box 1: livenessProbe. Box 2: startupProbe. |
2026 |
| -- [ ] Box 1: initialDelaySeconds: 15. Box 2: livenessProbe. |
2027 |
| -- [x] Box 1: readinessProbe. Box 2: periodSeconds: 15. |
| 2023 | +- [ ] Box 1: readinessProbe: 15. Box 2: timeoutSeconds: 15. |
| 2024 | +- [x] Box 1: livenessProbe. Box 2: periodSeconds: 15. |
| 2025 | +- [ ] Box 1: ShutdownProbe: 15. Box 2: initialDelaySeconds: 15. |
| 2026 | +- [ ] Box 1: readinessProbe. Box 2: periodSeconds: 15. |
2028 | 2027 |
|
2029 | 2028 | ### 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.
|
2030 | 2029 |
|
|
0 commit comments