Cisco
300-415 · Question #330
300-415 Question #330: Real Exam Question with Answer & Explanation
The correct answer is B: SCALAR, OBJECT, and ARRAY. When Cisco APIC REST API utilizes JavaScript with JSON, the three primary data types JSON uses are SCALAR, OBJECT, and ARRAY.
Management and Operations
Question
What are three types of data that JSON uses when Cisco APIC REST API uses JavaScript?
Options
- AGET, PUT, and DELETE
- BSCALAR, OBJECT, and ARRAY
- CGET, PUT, and POST
- DSCALAR, POST, and OBJECT
Explanation
When Cisco APIC REST API utilizes JavaScript with JSON, the three primary data types JSON uses are SCALAR, OBJECT, and ARRAY.
Common mistakes.
- A. GET, PUT, and DELETE are HTTP methods used in REST APIs for operations, not JSON data types.
- C. GET, PUT, and POST are HTTP methods used in REST APIs for operations, not JSON data types.
- D. POST is an HTTP method, not a JSON data type; SCALAR and OBJECT are valid JSON data types.
Concept tested. JSON data types in REST API context
Reference. https://www.w3schools.com/js/js_json_datatypes.asp
Topics
#JSON#REST API#Data Types#API Basics
Community Discussion
No community discussion yet for this question.