Web Application Solved Questions About API
Q. Which components hide the distinctions or boundaries between various micro-services from end client applications?
- API logging
- API Proxy
- A layered system
- API gateway
Q. What component can you use to wrap legacy architecture or protocols into a REST interface for easier consumption and integration?
- API Proxy
- Open API
- OAuth authorization server
- API Gateway
Web related Post:
- React JS Interview Solved Questions
- MongoDB Interview Questions And Answers
- Vue.JS Online Interview Questions And Answers
Q. What is the purpose of an OAuth refresh token?
- To share user profile information
- To update an API configuration
- To keep the web session active
- To retrieve the access token
Q. Choose the correct option with reference to REST API?
- The default media type for requests and responses is application / json.
- The default media type for requests and responses is domain / json.
- The default media type for requests and responses to media type and json
- None of above
Q. which HTTP method is supported by Azure REST API.?
- GET
- POST
- PUT
- ALL OF ABOVE
Q. Which rest constraints specifies that knowledge and understanding obtained from one component of the API should be generally applicable elsewhere in the API?
- Uniform interface
- Client-Server
- Stateless
- Cacheable
Q. which property would you use to include sub resource directly into a JSON document.?
- Sub resources
- Resource
- /-links
- None
Q. what is the best way to track SDK and version usage?
- Tracking downloads
- Accept header
- User agents
- None of above
Q. What is the underlying goal of all APIs?
- To add new technologies to an organizations infrastructure
- To share features and functionality with other system
- To add best technologies to an organization infrastructure
- All of above
Q. which property would you use to include reference to other resources in a JSON document?
- Resources
- sub resources
- _links
- _embedded
Q. API traffic that entirely internal to your organisation is normally called —?
- Inbound traffic
- Internal traffic
- North-south traffic
- North traffic