Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: estly75

You need to deploy Azure function resources and apps by using an automated, version-controlled CI/CD pipeline that supports declarative infrastructure deployment. What should you use?

A.

Local Git deployment

B.

GitHub Actions

C.

Azure Functions Core Tools

D.

Azure CLI

You need to configure a connection string for the partner-facing service according to the technical requirements.

What should you use?

A.

Azure Key Vault references in App Service settings

B.

GitHub secrets

C.

Azure Container Registry Helm chart package

D.

Dockerfile ENV instructions

You are developing a solution for a hospital to support the following use cases:

•The most recent patient status details must be retrieved even if multiple users in different locations have updated the patient record.

•Patient health monitoring data retrieved must be the current version or the prior version.

•After a patient is discharged and all charges have been assessed, the patient billing record contains the final charges.

You provision a Cosmos DB NoSQL database and set the default consistency level for the database account to Strong. You set the value for Indexing Mode to Consistent.

You need to minimize latency and any impact to the availability of the solution. You must override the default consistency level at the query level to meet the required consistency guarantees for the scenarios.

Which consistency levels should you implement? To answer, drag the appropriate consistency levels to the correct requirements. Each consistency level may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

You are designing a message based order processing system by using Azure Service Bus.

Each order message must be processed in the same sequence it was received. In addition, a separate audit service must receive copies of all order messages far compliance tracking

You need to configure a Service Bus namespace and its entities to meet the ordering and audit requirements

Which service bus options should you use? To answer, select the appropriate options m the answer area

NOTE: Each correct selection is worth one point.

You are using Azure Monitor Application Insights to collect dependency data.

You must be able to:

    Correlate failed requests with dependency calls during the last hour.

    Calculate the average dependency duration per operation.

You need to construct the KQL query by using the minimum number of statements.

Which three operators should you use? Each correct answer presents part of the solution.

A.

extend

B.

summarize

C.

join

D.

where

E.

distinct

You need to deploy Azure Function resources and apps to meet the business and technical requirements.

What should you use?

A.

GitHub Actions

B.

Azure Functions Core Tools

C.

Azure CLI

D.

Local Git deployment

You need to address the known issue resulting from vector similarity queries.

Which two actions should you perform? Each correct answer presents part of the solution. Choose two.

NOTE: Each correct selection is worth one point.

A.

Add a composite index on the vector fields and metadata properties of the container.

B.

Reduce the numeric precision of the vector embeddings where supported.

C.

Set the account consistency level to Strong.

D.

Change the vector index type from flat to quantizedFlat or diskANN.

You must ensure an Azure OpenAI-powered application never exceeds a defined token-per-minute budget across all users to avoid runaway costs.

What should you configure?

A.

Content filtering severity levels

B.

Deployment-level rate limits (TPM/RPM) in Azure AI Foundry

C.

A vector index size limit in Azure AI Search

D.

Model temperature

You need to configure image build automation based on the technical requirements.

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

NOTE: Each correct selection is worth one point.

You are implementing semantic retrieval for a chatbot.

Embeddings are already stored in Redis. However, vector similarity queries do not return matches.

You need to resolve the vector similarity search issue.

What should you do?

A.

Set a 24-hour Time to Live (TTL) on embedding keys.

B.

Reset expiration on each read.

C.

Enable geo-replication.

D.

Create an HNSW vector index on the embedding field.