Pre-Winter Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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 need to implement trace correlation according to the business requirements.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you se lect.

You are developing a solution that uses several Azure Service Bus queues. You create an Azure Event Grid subscription for the Azure Service Bus namespace. You use Azure Functions as subscribers to process the messages.

You need to ensure that events can be sent to Azure Event Grid from the queues. The solution must use the principle of least privilege and minimize costs.

Which Azure Service Bus role and tier level should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

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 optimize an AI inference API that uses Redis caching.

You must reduce the risk of serving outdated data while minimizing cache management overhead. You need to implement the caching strategy that satisfies the requirements. What should you do?

A.

Reset expiration on each read.

B.

Disable expiration for cache keys.

C.

Set eviction policy to allkeys-lru.

D.

Trigger invalidation when source data changes

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 are developing an AI search API that caches semantic search results in Redis.

Search results must remain cached for 10 minutes. If the underlying data changes, cached entries must NOT be returned.

You need to implement a cache aside strategy to ensure data consistency.

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.

Configure a 10-minute Time to Live on each key.

B.

Implement sliding expiration based on key access.

C.

Configure a cache notification for key space events.

D.

Delete related cache keys when the source data changes

You are developing a .NET application that uses Azure Cosmos DB for NoSQL to store application data The application uses the Azure Cosmos DB for NoSQL SDK to interact with the database account. The application must perform the following tasks

• Initialize the connection by using the account endpoint and key.

• Define shared throughput.

• Perform create, read, update, and delete (CRUD) operations on items stored in a container

You deploy a new revision of an app in Azure Container Apps.

You need to gradually shift production traffic to the revision while monitoring performance. In addition, you need to be able to quickly roll back. 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.

Use traffic splitting

B.

Increase replica count.

C.

Restart the revision.

D.

Use single revision mode

E.

Enable multiple revision mode.

A Python API retrieves a document from Azure Database for PostgreSQL by using a SQL statement. The API accepts the document ID from user input. The current implementation inserts the document ID directly into the SQL statement.

You need to secure the SQL statement execution by using a parameterized query. You must minimize the possibility of SQL injection.

How should you update the implementation to execute the SQL statement safely? To answer, move the appropriate configurations to the correct requirements. You may use each configuration once, more than once, or not at all. you may need to move the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.