Does the solution meet the goal?

Case Study 2 - Coho Winery LabelMaker app Coho Winery produces bottles, and distributes a variety of wines globally. You are developer implementing highly scalable and resilient applications to support online order processing by using Azure solutions. Coho Winery has a LabelMaker application that prints labels for wine bottles. The...

July 20, 2020 No Comments READ MORE +

Does the solution meet the goal?

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you...

July 20, 2020 No Comments READ MORE +

How should you complete the code?

Case Study 3 - Proseware, Inc Background You are a developer for Proseware, Inc. You are developing an application that applies a set of governance policies for Proseware’s internal services, external services, and applications. The application will also provide a shared library for common functionality. Requirements Policy service You develop...

July 20, 2020 No Comments READ MORE +

Which Azure CLI or PowerShell command should you run?

A company is developing a solution that allows smart refrigerators to send temperature information to a central location. You have an existing Service Bus. The solution must receive and store message until they can be processed. You create an Azure Service Bus Instance by providing a name, pricing tier, subscription,...

July 20, 2020 No Comments READ MORE +

Which authentication mechanism should you use?

Your company is developing an Azure API. You need to implement authentication for the Azure API. You have the following requirements: - All API calls must be secure. - Callers to the API must not send credentials to the API. Which authentication mechanism should you use?A . BasicB . AnonymousC...

July 20, 2020 No Comments READ MORE +

What should you do?

Case Study 2 - Coho Winery LabelMaker app Coho Winery produces bottles, and distributes a variety of wines globally. You are developer implementing highly scalable and resilient applications to support online order processing by using Azure solutions. Coho Winery has a LabelMaker application that prints labels for wine bottles. The...

July 20, 2020 No Comments READ MORE +

Which two actions should you perform?

You are developing a web app that is protected by Azure Web Application Firewall (WAF). All traffic to the web app is routed through an Azure Application Gateway instance that is used by multiple web apps. The web app address is contoso.azurewebsites.net. All traffic must be secured with SSL. The...

July 20, 2020 No Comments READ MORE +

Which of the following would you use to implement a single public IP endpoint to route traffic to multiple microservices?

You have to deploy a microservice based application to Azure. The application needs to be deployed to an Azure Kubernetes cluster. The solution has the following requirements: - Reverse proxy capabilities - Ability to configure traffic routing - Termination of TLS with a custom certificate Which of the following would...

July 20, 2020 No Comments READ MORE +

Which code segment should you use?

You develop Azure solutions. You must connect to a No-SQL globally-distributed database by using the .NET API. You need to create an object to configure and execute requests in the database. Which code segment should you use?A . new Container(EndpointUri, PrimaryKey);B . new Database(Endpoint, PrimaryKey);C . new CosmosClient(EndpointUri, PrimaryKey);View AnswerAnswer:...

July 20, 2020 No Comments READ MORE +

Which of the following would you use as the Permission for the Microsoft Graph API?

You have to develop an ASP.Net Core application. The application is used to work with blobs in an Azure storage account. The application authenticates via Azure AD credentials. Role based access has been implemented on the containers that contain the blobs. These roles have been assigned to the users. You...

July 19, 2020 No Comments READ MORE +