|
2255 | 2255 |
|
2256 | 2256 | ### You are building an ASP.NET Core application. You plan to create an application utilization baseline by capturing telemetry data. You need to add code to the application to capture the telemetry data. The solution must minimize the costs of storing the telemetry data. Which two actions should you perform?
|
2257 | 2257 |
|
2258 |
| -- [ ] Add the 99 parameter to the ApplicationInsights.config file. |
2259 |
| -- [x] From the code of the application, enable adaptive sampling. |
2260 |
| -- [ ] From the code of the application, add Azure Application Insights telemetry. |
2261 |
| -- [x] Add the 5 parameter to the ApplicationInsights.config file. |
2262 |
| -- [ ] From the code of the application, disable adaptive sampling. |
| 2258 | +- [ ] Add the <InitialSamplingPercentage>99</InitialSamplingPercentage> parameter to the ApplicationInsights.config file. |
| 2259 | +- [ ] From the code of the application, enable adaptive sampling. |
| 2260 | +- [x] From the code of the application, add Azure Application Insights telemetry. |
| 2261 | +- [ ] Add the <MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond> parameter to the ApplicationInsights.config file. |
| 2262 | +- [x] From the code of the application, disable adaptive sampling. |
2263 | 2263 |
|
2264 |
| -### Your company uses the following resources: Windows Server 2019 container images hosted in an Azure Container Registry. Azure virtual machines that run the latest version of Ubuntu. An Azure Log Analytics workspace. Azure Active Directory (Azure AD). An Azure key vault For which two resources can you receive vulnerability assessments in Azure Security Center? |
| 2264 | +### Your company uses the following resources: Windows Server 2019 container images hosted in an Azure Container Registry. Azure virtual machines that run the latest version of Ubuntu. An Azure Log Analytics workspace. Azure Active Directory (Azure AD). An Azure key vault. For which two resources can you receive vulnerability assessments in Azure Security Center? |
2265 | 2265 |
|
2266 | 2266 | - [ ] Azure Log Analytics workspace.
|
2267 |
| -- [x] Azure key vault. |
| 2267 | +- [ ] Azure key vault. |
2268 | 2268 | - [x] Azure virtual machines that run the latest version of Ubuntu.
|
2269 | 2269 | - [ ] Azure Active Directory (Azure AD).
|
2270 |
| -- [ ] Windows Server 2019 container images hosted in the Azure Container Registry. |
| 2270 | +- [x] Windows Server 2019 container images hosted in the Azure Container Registry. |
| 2271 | + |
| 2272 | +### Your company uses GitHub for source control. GitHub repositories store source code and store process documentation. The process documentation is saved as Microsoft Word documents that contain simple flow charts stored as .bmp files. You need to optimize the integration and versioning of the process documentation and the flow charts. The solution must meet the following requirements: Store documents as plain text. Minimize the number of files that must be maintained. Simplify the modification, merging, and reuse of flow charts. Simplify the modification, merging, and reuse of documents. |
| 2273 | + |
| 2274 | + |
| 2275 | + |
| 2276 | +- [ ] Convert the .docx files to: LaTex Typesetting (.tex). Convert the flow charts to: Markdown (.md). |
| 2277 | +- [x] Convert the .docx files to: Markdown (.md). Convert the flow charts to: Mermaid diagrams. |
| 2278 | +- [ ] Convert the .docx files to: Portable Document Format (.pdf). Convert the flow charts to: Portable Network Graphics (.png). |
| 2279 | +- [ ] Convert the .docx files to: LaTex Typesetting (tex). Convert the flow charts to: Markdown (.md). |
| 2280 | + |
| 2281 | +### You have a project in Azure DevOps that uses packages from multiple public feeds. Some of the feeds are unreliable. You need to consolidate the packages into a single feed. Which three actions should you perform in sequence? |
| 2282 | + |
| 2283 | + |
| 2284 | + |
| 2285 | +- [ ] Box 1: Create a Microsoft Visual Studio project that includes all the packages. Box 2: Create a NuGet package. Box 3: Create an Azure Artifacts feed that uses upstream sources. |
| 2286 | +- [ ] Box 1: Create a NuGet package. Box 2: Create an Azure Artifacts feed that uses upstream sources. Box 3: Create a Microsoft Visual Studio project that includes all the packages. |
| 2287 | +- [x] Box 1: Create an Azure Artifacts feed that uses upstream sources. Box 2: Modify the configuration files to reference the Azure Artifacts feed. Box 3: Run an initial package restore. |
| 2288 | +- [ ] Box 1: Create a Microsoft Visual Studio project that includes all the packages. Box 2: Create a NuGet package. Box 3: Create a NuGet package. |
| 2289 | + |
2271 | 2290 |
|
2272 | 2291 | ### You use Azure Pipelines to manage build pipelines, GitHub to store source code, and Dependabot to manage dependencies. You have an app named App1. Dependabot detects a dependency in App1 that requires an update. What should you do first to apply the update?
|
2273 | 2292 |
|
|
2331 | 2350 | - [ ] Yes
|
2332 | 2351 | - [x] No
|
2333 | 2352 |
|
2334 |
| -### HOTSPOT - Your company uses GitHub for source control. GitHub repositories store source code and store process documentation. The process documentation is saved as Microsoft Word documents that contain simple flow charts stored as .bmp files. You need to optimize the integration and versioning of the process documentation and the flow charts. The solution must meet the following requirements: -> Store documents as plain text. -> Minimize the number of files that must be maintained. -> Simplify the modification, merging, and reuse of flow charts. -> Simplify the modification, merging, and reuse of documents. Hot Area: |
2335 |
| - |
2336 |
| - |
2337 |
| - |
2338 |
| -- [ ] Convert the docx files to: Mermaid diagrams. Convert the flow charts to: Markdown (.md). |
2339 |
| -- [x] Convert the docx files to: Markdown (.md). Convert the flow charts to: Mermaid diagrams. |
2340 |
| -- [ ] Convert the docx files to: Mermaid diagrams. Convert the flow charts to: Portable Network Graphics (png). |
2341 |
| -- [ ] Convert the docx files to: LaTex Typesetting (tex). Convert the flow charts to: Markdown (.md). |
2342 |
| - |
2343 | 2353 | ### You use GitHub for source control. A file that contains sensitive data is committed accidentally to the Git repository of a project. You need to delete the file and its history form the repository. Which two tools can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
|
2344 | 2354 |
|
2345 | 2355 | - [x] Git filter-branch command.
|
|
2402 | 2412 | - [ ] upstream sources
|
2403 | 2413 | - [ ] a symbol server
|
2404 | 2414 |
|
2405 |
| -### DRAG DROP You have a project in Azure DevOps that uses packages from multiple public feeds. Some of the feeds are unreliable. You need to consolidate the packages into a single feed. Which three actions should you perform in sequence? |
2406 |
| - |
2407 |
| - |
2408 |
| - |
2409 |
| -- [ ] Box 1: Create a Microsoft Visual Studio project that includes all the packages. Box 2: Create a NuGet package. Box 3: Create an Azure Artifacts feed that uses upstream sources. |
2410 |
| -- [x] Box 1: Create a NuGet package. Box 2: Create an Azure Artifacts feed that uses upstream sources. Box 3: Create a Microsoft Visual Studio project that includes all the packages. |
2411 |
| -- [ ] Box 1: Create an Azure Artifacts feed that uses upstream sources. Box 2: Create a NuGet package. Box 3: Create a NuGet package. |
2412 |
| -- [ ] Box 1: Create a Microsoft Visual Studio project that includes all the packages. Box 2: Create a NuGet package. Box 3: Create a NuGet package. |
2413 |
| - |
2414 | 2415 | ### 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?
|
2415 | 2416 |
|
2416 | 2417 | - [ ] the number of code modules in an application.
|
|
0 commit comments