NEW
Font size
WorksheetsApplication Programming Interfaces (APIs)
Total questions: 20
Worksheet time: 10mins
What does API stand for?
Application Process Interface
Application Programming Interface
Application Protocol Interface
Advanced Programming Interface
Which of the following is a type of Web API?
REST
Windows API
Bluetooth API
Android Camera API
What is the preferred response format for APIs?
HTML
JSON
CSV
XML
Which HTTP method is used to create data?
GET
POST
PUT
DELETE
What is OAuth 2.0 primarily used for?
API versioning
Data storage
Secure authorization
Data retrieval
Which of the following is a library-based API?
Google Maps API
jQuery
Windows API
Bluetooth API
What does JWT stand for in API security?
JavaScript Web Token
JSON Web Token
Java Web Token
Java Web Technology
Which of the following is NOT a common HTTP method?
DELETE
FETCH
POST
GET
What is the purpose of rate limiting in APIs?
To enhance security
To prevent excessive API calls
To increase data retrieval speed
To manage user authentication
Which backend framework is commonly used with Node.js?
Laravel
Express.js
Flask
Django
What is the main function of the Google Maps API?
Data analysis
Social media integration
Location services integration
Payment processing
Which API is used for secure online transactions?
Social Media API
Payment Gateway API
Weather API
Google Maps API
What type of API is the Android Camera API?
Web API
Library-Based API
Operating System API
Hardware API
Which of the following is a common database used in API development?
HTML
JavaScript
MongoDB
CSS
What is the purpose of API keys?
To store user data
To track API usage
To enhance user interface
To manage database connections
Which mobile API is used for iOS development?
Retrofit
Volley
Express.js
Alamofire
What does REST stand for in RESTful APIs?
Remote State Transfer
Real-time State Transfer
Resource State Transfer
Representational State Transfer
Which of the following is a use case for Social Media APIs?
Location services
Payment processing
Data storage
Authentication and posting
What is a characteristic of stateless communication in APIs?
Maintains user state
Uses cookies for tracking
Each request contains all necessary information
Requires session management
Which of the following is an example of a Library-Based API?
Google Maps API
TensorFlow
Windows API
Payment Gateway API
