You need to implement the messaging solution.
You are developing an Azure Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently. You have the following requirements: ⦁ Queue size must not grow larger than 80 gigabytes (GB). ⦁ Use first-in-first-out (FIFO) ordering of messages. ⦁ Minimize Azure […]
You need to ensure that dependency tracking works for calls to the third-party database.
You are developing an ASP.NET Core Web API web service. The web service uses Azure Application Insights for all telemetry and dependency tracking. The web service reads and writes data to a database other than Microsoft SQL Server. You need to ensure that dependency tracking works for calls to the third-party database. Which two dependency […]
Which two actions should you perform? Each correct answer presents part of the solution.
You have a new Azure subscription. You are developing an internal website for employees to view sensitive data. The website uses Azure Active Directory (Azure AD) for authentication. You need to implement multifactor authentication for the website. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection […]
Which API Management policy should you implement?
You are a developer for a SaaS company that offers many web services. All web services for the company must meet the following requirements: ⦁ Use API Management to access the services ⦁ Use OpenID Connect for authentication ⦁ Prevent anonymous usage A recent security audit found that several web services can be called without […]
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. Basic B. Anonymous C. Managed identity D. Client […]
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); Explanation: Example: // Create a new […]
You need to design the process that starts the photo processing.
You develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos in Azure Storage Blob storage. The storage account type is General-purpose V2. When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The […]
Which two actions should you perform? Each correct answer presents part of the solution.
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 Azure Application Gateway instance is […]
You need to process the transaction logs asynchronously.
You are developing an application that uses Azure Blob storage. The application must read the transaction logs of all the changes that occur to the blobs and the blob metadata in the storage account for auditing purposes. The changes must be in the order in which they occurred, include only create, update, delete, and copy […]
You need to design the process that starts the photo processing.
You develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos in Azure Storage Blob storage. The storage account type is General-purpose V2. When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The […]