Client Script Web API Quiz

5 questions Pass: 70% +25 pts

Quiz covering Apply Business Logic in Model-Driven Apps

Client Script Web API Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which method is the primary entry point for using the Web API within a model-driven app client script?

  2. 2

    When using Xrm.WebApi.createRecord, what is the expected return type of the promise?

  3. 3

    Which of the following syntax is correct for retrieving a single record using Xrm.WebApi.retrieveRecord?

  4. 4

    You need to update a record but want to ensure the update only happens if the record has not been modified by someone else since you retrieved it. Which header should you include in your request?

  5. 5

    When performing a batch operation using Xrm.WebApi.executeBatch, what is the correct format for the request array passed as a parameter?