Knowledge quiz

It's time to put what you've learned to the test, get 8 right to pass this unit.

1.

What do you need to add to the OData base URI to get exactly one entity of an entity set?

Choose the correct answer.
2.

The number of entries that a list contains in total is retrieved by the$inlinecount=allpages statement.

Choose the correct answer.
3.

$select can be used to limit the result set for a consumer application by limiting the number of columns that are retrieved by the consumer. It can also be used by a developer to limit the amount of data that is retrieved from the back-end system if the interface is being called. It also supports the use of select options.

Choose the correct answer.
4.

What does CRUD stand for?

There are four correct answers.
5.

What is JavaScript Object Notation (JSON)?

Choose the correct answer.
6.

Because OData uses the HTTP protocol, only Mozilla Firefox and Google Chrome can be used with OData.

Choose the correct answer.
7.

What is the equivalent of a database join in OData?

Choose the correct answer.
8.

What is Representational State Transfer (REST)?

Choose the correct answer.
9.

Which of the following query options can be used to limit the size of the result set?

There are two correct answers.
10.

The World Wide Web is an example of a fully RESTful software system.

Choose the correct answer.