JSON Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 27% Most missed: “In order to find the price of everything in the store - which of the JSONPath co…”

Practice this Upwork Skill Test. Freelancers take skill tests on Upwork to show their skills to potential clients and to make themselves more marketable. Upwork suggests you take as many tests as you want -  your skills are shown on your Upwork profile page.

JSON Test
Time left 00:00
25 Questions

1. Which of the following correctly describes the function of the JSON.stringify method in JSON?
2. What does the [start:end:step] element of JSONPath signify?
3. Which of the following methods is/are provided by JSONRequest?
4. Which of the following schema properties always has a unique value for all its instances in JSON?
5. Which of the following correctly describes the disallow property of the JSON Schema?
6. Which of the following serialization formats is/are supported by JSON?
7. In order to find the price of everything in the store - which of the JSONPath codes will you use?
8. Which of the following parameters of JSONRequest hold/s the information of implicit authentication and cookies during post operation?
9. Which of the following is the correct syntax for declaring a tag in JSON?
10. Which of the following elements of JSONPath can be used to apply the filter(script) expression?
11. State whether true or false. JSONRequest allows the connection when the Content-Type in both directions is an application/jsonrequest.
12. Which of the following JSONPath elements represents the root object/element?
13. While using JSONRequest.cancel - what will happen to the request if it is still in the outgoing message queue?
14. Which of the following statements is correct about JSON?
15. Which of the following parameters can be passed in the JSONRequest.post request?
16. Which of the following correctly describes the JSON Schema?
17. Which of the following schema properties takes schema as value in JSON?
18. In order to find the last book - which of the JSONPath codes will you use?
19. Which syntax is correct for the jsonPath() function during the implementation of JSONPath?
20. Which of the following properties form part of the response to a JSON-RPC method invocation?
21. Which of the following is/are true with regard to JSONRequest?
22. What is the significance of the arrow before the following code in JSON? --> { "method": "echo" - "params": ["Hello JSON-RPC"] - "id": 1}
23. In order to find the authors of all the books in the store - which of the JSONPath codes will you use?
24. Which of the following JSONPath syntaxes will you use in order to filter all books where price is less than $10?
25. Which of the following properties should be declared first in order to define a schema from an instance?