AZ-203 Developing Solutions for Microsoft Azure

Loading demo links...

Showing 10–12 of 13 questions

Question 10 (Mixed Questions)

You develop and deploy a Java RESTful API to Azure App Service.

You open a browser and navigate to the URL for the API. You receive the following error message:

You need to resolve the error.

What should you do?

Select an option, then click Submit answer.

  • Bind an SSL certificate

  • Enable authentication

  • Enable CORS

  • Map a custom domain

  • Add a CDN

Question 11 (Mixed Questions)

HOTSPOT

You are developing a .NET Core MVC application for customers to research hotels. The application will use Azure Search. The application will search the index by using various criteria to locate documents related to hotels. The index will include search fields for rate, a list of amenities, and distance to the nearest airport.

The application must support the following scenarios for specifying search criteria and organizing results:

Search the index by using regular expressions.

Organize results by counts for name-value pairs.

List hotels within a specified distance to an airport and that fall within a specific price range.

You need to configure the SearchParameters class.

Which properties should you configure? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer is in the explanation below.

Question 12 (Mixed Questions)

HOTSPOT

A company is developing a Node.js web app. The web app code is hosted in a GitHub repository located at https://github.com/TailSpinToys/webapp.

The web app must be reviewed before it is moved to production. You must deploy the initial code release to a deployment slot named review.

You need to create the web app and deploy the code.

How should you complete the commands? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer is in the explanation below.