AZ400 quiz 3

AZ400 quiz 3

Professional Development

20 Qs

quiz-placeholder

Similar activities

MONETARY BUTCHER 2

MONETARY BUTCHER 2

University - Professional Development

20 Qs

Chinatown Product Refresher  Quiz part 1

Chinatown Product Refresher Quiz part 1

Professional Development

20 Qs

LAT2. Trivial Quiz (TM PE 303)

LAT2. Trivial Quiz (TM PE 303)

Professional Development

15 Qs

Dashboard Rules

Dashboard Rules

Professional Development

20 Qs

Subjunctive Mood

Subjunctive Mood

Professional Development

20 Qs

Photography

Photography

10th Grade - Professional Development

20 Qs

Mapping Cognitive Domains with Related Classroom Activities

Mapping Cognitive Domains with Related Classroom Activities

Professional Development

20 Qs

AZ204 quiz1 bootcamp

AZ204 quiz1 bootcamp

Professional Development

25 Qs

AZ400 quiz 3

AZ400 quiz 3

Assessment

Quiz

Specialty

Professional Development

Medium

Created by

Faith Muwishi

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You intend to make use of Azure Artifacts to share packages that you wrote, tested, validated, and deployed.

You want to use a solitary feed to release several builds of each package. You have to make sure that the release of packages that are in development is restricted.

Which of the following actions should you take?

A. You should make use of static code analysis.

B. You should make use of views.

C. You should make use of dynamic code analysis.

D. You should make use of upstream sources.

Answer explanation

Feed views enable developers to share a subset of package-versions with their consumers. A common use of feed views is to share package versions that have been tested and validated but hold back on packages that are still under development and/or didn't meet a certain quality bar.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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.

Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

A. No adjustment required.

B. SourceGear Vault

C. WhiteSource

D. OWASP ZAP

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company has an Azure DevOps project, which includes a build pipeline that makes use of roughly fifty open source libraries.

You have been tasked with making sure that you are able to scan project for common security weaknesses in the open source libraries. Which of the following actions should you take?

A. You should create a build task and use the WhiteSource Bolt service.

B. You should create a deployment task and use the WhiteSource Bolt service.

C. You should create a build task and use the Chef service.

D. You should create a deployment task and use the Chef service.

Answer explanation

WhiteSource integrates with your CI servers, build tools and repositories to detect all open source components in your software, without ever scanning your code. It provides you with real-time alerts on vulnerable or problematic components, generates comprehensive up-to-date reports in one-click and enables you to streamline your entire open source management process with automated policies.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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.

A. No adjustment required.

B. Maven

C. Bamboo

D. CMAKE

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have an Azure subscription that contains resources in several resource groups.

You need to design a monitoring strategy that will provide a consolidated view. The solution must support the following requirements:

✑ Support role-based access control (RBAC) by using Azure Active Directory (Azure AD) identifies.

✑ Include visuals from Azure Monitor that are generated by using the Kusto query language.

✑ Support documentation written in markdown.

✑ Use the latest data available for each visual.

What should you use to create the consolidated view?

A. Azure Monitor

B. Microsoft Power BI

C. Azure Data Explorer

D. Azure dashboards

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are automating the testing process for your company. You need to automate UI testing of a web application.

Which framework should you use?

A. JaCoco

B. Selenium

C. Xamarin.UITest

D. Microsoft.CodeAnalysis

Answer explanation

Correct Answer: B

Performing user interface (UI) testing as part of the release pipeline is a great way of detecting unexpected changes, and need not be difficult. Selenium can be used to test your website during a continuous deployment release and test automation.

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

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? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point

A. Add the <InitialSamplingPercentage>99</InitialSamplingPercentage> parameter to the ApplicationInsights.config file.

B. From the code of the application, enable adaptive sampling.

C. From the code of the application, add Azure Application Insights telemetry.

D. Add the <MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond> parameter to the ApplicationInsights.config file.

E. From the code of the application, disable adaptive sampling.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?