11.) Which of these web technologies heavily relies on JSON for communication?
A) WebSockets
B) HTTP/2
C) GraphQL
D) SOAP
12.) What is the advantage of using JSON in IoT (Internet of Things) devices?
A) It reduces power consumption
B) It provides a lightweight and flexible data format
C) It is faster than wireless communication
D) It encrypts all data automatically
13.) What does the .eslintrc.json file configure in JavaScript projects?
A) Project dependencies
B) Database schemas
C) Linting rules and code quality settings
D) Server configurations
14.) How does Elasticsearch use JSON?
A) To define relational tables
B) To store and query documents
C) To render dashboards
D) To validate user input
15.) What is the primary role of JSON in GraphQL APIs?
A) To define the schema
B) To handle authentication
C) To format query results
D) To manage subscriptions
16.) Which messaging protocol often uses JSON for message payloads?
A) MQTT
B) SMTP
C) POP3
D) FTP
17.) What is a common use of JSON in analytics platforms?
A) Defining UI components
B) Generating static reports
C) Compiling JavaScript files
D) Storing raw event data
18.) Which testing tools commonly use JSON for request and response data?
A) Postman and JMeter
B) Selenium and Puppeteer
C) Figma and Sketch
D) Jenkins and Kubernetes
19.) How is JSON used in data interchange for machine learning models?
A) To compile machine learning libraries
B) To train models directly
C) To serialize model configurations and results
D) To render visualizations
Related