Web Application Solved Questions About API

WEB APPLICATION SOLVED API MCQS

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
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
API Proxy

Web related Post:


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
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
The default media type for request and responses is application/json

Q. which HTTP method is supported by Azure REST API.?

  • GET
  • POST
  • PUT
  • ALL OF ABOVE
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
Uniform interface

Q. which property would you use to include sub resource directly into a JSON document.?

  • Sub resources
  • Resource
  • /-links
  • None
Sub resources

Q. what is the best way to track SDK and version usage?

  • Tracking downloads
  • Accept header
  • User agents
  • None of above
Tracking downloads

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
To share features and functionality with other system

Q. which property would you use to include reference to other resources in a JSON document?

  • Resources
  • sub resources
  • _links
  • _embedded
Resources

Q. API traffic that entirely internal to your organisation is normally called —?

  • Inbound traffic
  • Internal traffic
  • North-south traffic
  • North traffic
Internal traffic

Leave a Reply

Your email address will not be published. Required fields are marked *