Free DP-420 Exam Braindumps (page: 3)

Page 3 of 23

You need to implement a trigger in Azure Cosmos DB Core (SQL) API that will run before an item is inserted into a container. Which two actions should you perform to ensure that the trigger runs? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  1. Append pre to the name of the JavaScript function trigger.
  2. For each create request, set the access condition in RequestOptions.
  3. Register the trigger as a pre-trigger.
  4. For each create request, set the consistency level to session in RequestOptions.
  5. For each create request, set the trigger name in RequestOptions.

Answer(s): C

Explanation:

C: When triggers are registered, you can specify the operations that it can run with.
F: When executing, pre-triggers are passed in the RequestOptions object by specifying PreTriggerInclude and then passing the name of the trigger in a List object.


Reference:

https://docs.microsoft.com/en-us/azure/cosmos-db/sql/how-to-use-stored-procedures-triggers-udfs



HOTSPOT (Drag and Drop is not supported).
You have a container in an Azure Cosmos DB Core (SQL) API account.
You need to use the Azure Cosmos DB SDK to replace a document by using optimistic concurrency. What should you include in the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Box 1: ConsistencyLevel
The ItemRequestOptions Class ConsistencyLevel property gets or sets the consistency level required for the request in the Azure Cosmos DB service.
Azure Cosmos DB offers 5 different consistency levels. Strong, Bounded Staleness, Session, Consistent Pre x and Eventual - in order of strongest to weakest consistency.

Box 2: _etag
The ItemRequestOptions class helped us implement optimistic concurrency by specifying that we wanted the SDK to use the If-Match header to allow the server to decide whether a resource should be updated. The If-Match value is the ETag value to be checked against. If the ETag value matches the server ETag value, the resource is updated.


Reference:

https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.itemrequestoptions https://cosmosdb.github.io/labs/dotnet/labs/10- concurrency-control.html



HOTSPOT (Drag and Drop is not supported).
You are creating a database in an Azure Cosmos DB Core (SQL) API account. The database will be used by an application that will provide users with the ability to share online posts. Users will also be able to submit comments on other users' posts.
You need to store the data shown in the following table.



The application has the following characteristics:
Users can submit an unlimited number of posts.
The average number of posts submitted by a user will be more than 1,000.
Posts can have an unlimited number of comments from different users.
The average number of comments per post will be 100, but many posts will exceed 1,000 comments.
Users will be limited to having a maximum of 20 interests.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Box 1: Yes
Non-relational data increases write costs, but can decrease read costs.

Box 2: Yes
Non-relational data increases write costs, but can decrease read costs.

Box 3: No
Non-relational data increases write costs, but can decrease read costs.



DRAG DROP (Drag and Drop is not supported).
You have an app that stores data in an Azure Cosmos DB Core (SQL) API account The app performs queries that return large result sets. You need to return a complete result set to the app by using pagination. Each page of results must return 80 items. 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.
Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Step 1: Con gure the MaxItemCount in QueryRequestOptions
You can specify the maximum number of items returned by a query by setting the MaxItemCount. The MaxItemCount is speci ed per request and tells the query engine to return that number of items or fewer.
Box 2: Run the query and provide a continuation token
In the .NET SDK and Java SDK you can optionally use continuation tokens as a bookmark for your query's progress. Azure Cosmos DB query executions are stateless at the server side and can be resumed at any time using the continuation token. If the query returns a continuation token, then there are additional query results.
Step 3: Append the results to a variable


Reference:

https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-pagination



Page 3 of 23



Post your Comments and Discuss Microsoft DP-420 exam with other Community members:

Aditi commented on January 14, 2025
very useful
Anonymous
upvote

TJ commented on January 13, 2025
Still Valid
Anonymous
upvote

Swapnesh Jain commented on January 13, 2025
most Helpful
INDIA
upvote

hiwi commented on January 13, 2025
this web site help me to prepare for my exams
Anonymous
upvote

Moresio commented on January 13, 2025
This is valid study guide. Most questions are relevant to real exam. I passed mine today. Worth to pay for the full version.
Spain
upvote

Wiseman commented on January 13, 2025
This is very helpfull
EUROPEAN UNION
upvote

a commented on January 13, 2025
great qns so far
Anonymous
upvote

Efi commented on January 12, 2025
Very helpful - thank you
GREECE
upvote

Sumeet Gawde commented on January 12, 2025
Thanks for this. i wish to give this ADM201 exam by Feb end or so. Does question will come from this.
Anonymous
upvote

PJ commented on January 12, 2025
very helpful
Anonymous
upvote

sam commented on January 12, 2025
helpful questions also in other forums
Anonymous
upvote

Ramesh commented on January 11, 2025
Good question
UNITED ARAB EMIRATES
upvote

SW commented on January 11, 2025
Preparing for exam
CANADA
upvote

scaramouche commented on January 11, 2025
Is this dump still valid? I'm taking it on Feb 2025
UNITED STATES
upvote

SK SHAKIL AHMED commented on January 11, 2025
Nice to be learnt
Anonymous
upvote

Jamal commented on January 11, 2025
Wonderful site and very helpful content. It was useful and helped me pass.
Anonymous
upvote

brad pit commented on January 11, 2025
good nowedge and prop guidance
Anonymous
upvote

Alex commented on January 11, 2025
Great material
UNITED KINGDOM
upvote

Andrei commented on January 11, 2025
Very useful
Anonymous
upvote

Amar commented on January 11, 2025
preparing for AI specialist
Anonymous
upvote

Hima commented on January 11, 2025
Good Practice
Anonymous
upvote

Suvarna commented on January 10, 2025
Helpful question
Anonymous
upvote

Anir commented on January 10, 2025
all good so far
Anonymous
upvote

Shyam Decosta commented on January 10, 2025
Good ones to start for preparation.
Anonymous
upvote

Tshego commented on January 10, 2025
Good explanations
SOUTH AFRICA
upvote

Umesh commented on January 10, 2025
Good ones to start for preparation.
Anonymous
upvote

SURPRISE commented on January 10, 2025
THEY ARE HELPING A LTO.
Anonymous
upvote

Rahul commented on January 10, 2025
Is it updated Q&A, and has anyone recently cleared the exam with this dump?
Anonymous
upvote

Christian commented on January 09, 2025
Very interesting
UNITED STATES
upvote

Anonymous commented on January 09, 2025
helpful dumps
Anonymous
upvote

JJ commented on January 09, 2025
Can anyone confirm if these questions are relevant to the actual N10-009 exam?
UNITED STATES
upvote

Jose35 commented on January 09, 2025
Yes looking for the update version or is it part of these questions/?
EUROPEAN UNION
upvote

V commented on January 09, 2025
Question 82 - Answer should be B, not D.
Anonymous
upvote

Albert Bijabibola commented on January 09, 2025
Very helpful
Anonymous
upvote