LinkedIn skill assessment answers and questions — REST APIs
“REST APIs have become the standard for building scalable and maintainable web services, facilitating seamless communication between clients and servers. Dans ce guide complet, nous sommes ravis de présenter une collection organisée de questions d'évaluation des compétences et réponses pour REST APIs.
Whether you’re a backend developer looking to enhance your skills or a newcomer eager to explore the world of web service development, this resource is designed to help you master REST APIs and its innovative principles. Join us as we delve into the fundamentals of REST APIs, including HTTP methods, Ressources, request-response cycle, et plus, empowering you to leverage the full potential of this popular protocol.”
Q1. What type of relationship is defined as one resource existing only if another parent resource exist-for example, pages in a book?
-
Partial
-
dependent
-
associative
-
linked
Which URL pattern is recommended when working with one resource and a collection of resources?
Q2.-
/companies/{id} and /company
-
/company/{id} and /companies
-
/companies/{id} and /companies
-
/company/{id} and /company
When dealing with JSON web Tokens (JWTs), what is a claim?
T3.-
data in the token
-
Ownership
-
a permission
-
and integer
Which REST constraint specifies that knowledge and understanding obtained from one component of the API should be generally applicable elsewhere in the API?
T4.-
Uniform Interface
-
Client-Server
-
Stateless
-
Chacheable
What would you enable to allow a browser on another site to make an AJAX request to your API?
Q5.-
HTTP
-
REST
-
OPTIONS
-
CORS
APIs commonly use webhooks to _.
Q6.-
notify other systems of an event
-
catch error faster
-
improve error logging
-
log additional data
What is the underlying goal of all APIs?
Q7.-
to add new technologies to an organization's infrastructure.
-
to share features and functionality with other system.
-
to move infrastructure to the cloud.
-
to appease the latest digital transformation effort.
Which is a common command-line tool for using or exploring an API?
Q8.-
bash
-
curl
-
ssh
-
powerShell
What is the modern specification for describing an API?
Q9.-
OpenAPI (Swagger)
-
WADL
-
WSDL
-
OAuth
Which HTTP verb is normally used to update or create a resource in an API?
Q10.-
SUBMIT
-
WRITE
-
POST
-
CREATE
What is one benefit of server-side caching in APIs?
Vous devrez atteindre au moins.-
Mobile app work better.
-
It improves uptime.
-
It offers better security.
-
It reduce load on servers.
Your API resource does not allow deletion, and a client application attempted to delete the resource. What HTTP response code should you return?
Q12.-
409 Conflict
-
400 Bad Request
-
406 Not Acceptable
-
405 Method Not Allowed
What is OpenID Connect?
Q13.-
an identify layer on top of OAuth 2.0
-
the new name for SAML 3.0
-
a modern replacement for API keys
-
an SSO competitor for OAuth 2.0
What is one benefit of GraphQl over REST approaches?
Q14.-
flexible querying/responses
-
more stable APIs
-
compatible with more gateways
-
more secure by default
Which REST constraint specifies that there should be no shared context?
Q15.-
Stateless
-
Client-Server
-
Uniform Interface
-
Cacheable
What purpose does a User-Agent serve?
Q16.-
It identifies the user ID.
-
It identifies the client application or SDK.
-
It identifies if the API should expect a user authentication.
-
It identifies if the API should accept microservice traffic.
If you were to add versioning by using the Accept and Content-Type header, what would be the correct format of the header value?
Q17.-
application/json
-
application/json_version2
-
text/html
-
application/vnd.myapp.v2+json
What is one benefit that OAuth provides over an API key approach?
Q18.-
A token is encrypted.
-
A token is encoded.
-
A token is scoped to the use case.
-
A token can be shared between systems.
How to easily secure your APIs with API keys and OAuth
The ability to execute the same API request over and over again without changing the resource’s state is an example of _.
Q19.-
stateless architecture
-
idempotency
-
a uniform interface
-
cacheability
What component can you use to wrap legacy architectures or protocols into a REST interface for easier consumption and integration?
Q20.-
API proxy
-
API gateway
-
OpenAPI
-
OAuth authorization server
What protection does a JSON Web Token (JWT) offer to mitigate tampering with its contents?
Q21.-
transport over SSL
-
encrypted payload
-
a signature
-
encoded payload
What OAuth term is used to represent permissions?
Q22.-
token
-
scope
-
claim
-
back channel
What additional type of token would you see when using OpenID Connect?
Q23.-
ID token
-
refresh token
-
access token
-
auth code token
What should you add to a Cache-Control response header to specify that a response should not be stored in an intermediary cache?
Q24.-
no-proxy
-
client-only
-
restricted
-
private
Which OAuth grant type can support a refresh token?
Q25.-
Authorization Code Grant
-
Client Credentials Grant
-
Implicit Grant
-
Authentication Grant
Using OAuth, what scope would you request for write access to the API?
Q26.-
It varies from API to API.
-
admin
-
write
-
read-write
Which property would you use to include subresources directly into a JSON document?
Q27.-
_embedded
-
resources
-
subresources
-
_links
What is the best way to track SDK and version usage?
Q28.-
tracking downloads
-
Accept headers
-
user agents
-
polling users
Which REST constraint allows for the presence of caching, routing, and other systems between the client and server?
Q29.-
Layered System
-
Stateless
-
Client-Server
-
Cacheable
Which content is best to include in your documentation?
Q30.-
your tech stack
-
reasoning for your naming schema
-
your mission statement
-
sample code
What metric tracks overall availability for your API?
Q31.-
Response Time
-
Time to First Hello World
-
TTL
-
Uptime
What is the recommended method and URL pattern for retrieving a specific user?
Q32.-
GET /user/{id}
-
GET /users/{id}
-
GET /user?id={id}
-
GET /users?id={id}
What is the purpose of a link relation?
sur un ___.-
to describe relationships between resources or actions
-
to describe subresources related to the current one
-
to link two resources together
-
to describe a resource and its purpose
When building SDKs, which languages should you support?
Q34.- Java, Javascript, and .NET
- and you can support
- PHP, Python, and Go
- the languages that your target users use
Which property would you use to include references to other resources in a JSON document?
Chaque calque et ceux-ci sont tous alignés en même temps.-
resources
-
_embedded
-
subresources
-
_links
What is OAuth?
Q36.- an authorization framework for granted delegated access
- an approach to single sign-on for APIs
- a method for API authentication
- HTTP Basic Authentication 2.0
What should your API documentation describe?
Q37.- JSON
- HTTP
- common use cases
- your tech stack
What is the purpose of an OAuth refresh token?
Q38.- to share user profile information
- to update an API configuration
- to keep a web session active
- to retrieve an access token
What is Time to First Hello World?
Q39.- how long it takes for a developer to do something with your API
- how long it takes to start a new programming language
- how long it takes to install your SDK
- how long it takes to read your documentation
Which response header tells the client and intermediaries that the response is not to be cached anywhere?
Q40.- Cache-State: rien
- Expires:-1
- Cache-Control: no-cache
- Cache-Control: no-store
What component hides the distinctions or boundaries between various microservices from end-client applications?
Q41.-
API gateway
-
API logging
-
a layered system
-
API proxy
The textbook approach to api versioning is to use _.
Q42.-
common knowledge
-
URLs
-
no versioning
-
the Accept header
Which is the most secure method to transmit an API key?
Q43.-
URL parameter
-
Authorization header
-
Base64 encoding
-
Basic Auth
Within Oauth, what component validates the user’s identity?
Q44.-
client
-
not specified
-
authorization server
-
resource server
API traffic that is entirely internal to your organization is normally called _?
Q45.-
inbound traffic
-
north-south traffic
-
internal traffic
-
east-west traffic
What is the best approach for requesting JSON instead of XML from an API?
Q46.-
Add .json to the URL.
-
APIs do not use XML.
-
Use the Content-Type header.
-
Use the Accept header.
When a user attempts to access a record that is not their own, which HTTP response code is the most appropriate?
Q47.-
403
-
404
-
401
-
405
Which is a benefit of using an API gateway?
Q48.-
HTTP verbs
-
JSON payloads
-
HTTP response codes
-
rate limiting/throttling
API testing must be treated as _?
Q49.-
red team testing
-
white box testing
-
blue box testing
-
black box testing
Which HTTP verb is used in a CORS preflight request?
Q50.-
PUT
-
POST
-
GET
-
OPTIONS
Which response header will tell the client that the response is cached for 1 minute ?
Q51.-
Expires: 1 minute
-
Cache-Control: max-age=60
-
Expires: 1 January 2020
-
Cache-Expires: max-age=60
What is the concept that allows an API client to explore an API via links embedded in payloads?
Q52.-
hypermedia
-
link relations
-
parsing
-
browsing
To create a new resource, what HTTP response code should you receive?
Q53.-
405
-
201
-
204
-
202
Which is an example of Code on Demand?
Q54.- AWS Lambda
- downloading open-source software
- Serverless
- JavaScript on a webpage
Which URL pattern should you follow for accessing a subresource attached to a specific resource?
Q55.- /companies/employees/{companyId}/{employeeId}
- /company/{companyId}/employees/{employeeId}
- /companies/{companyId}/employees/{employeeId}
- /companies/{companyId}/employee/{employeeId}
Which REST constraint essentially prohibits the use of cookies?
Q56.- Stateless
- Cacheable
- Layered System
- Uniform Interface
Which HTTP verb is used to delete a resource?
Q57.- FLUSH
- EFFACER
- CLEAR
- DESTROY
Which verb is ne pas considered idempotent?
Q58.- EFFACER
- OBTENIR
- METTRE
- PUBLIER
Which REST constraint specifies that each request should stand on its own and not have a specific required order?
Q59.- Uniform Interface
- Cacheable
- Stateless
- Client-Server
REST Architectural Constraints
When you get a 429 response code, what should you do next?
Q60.- Check you JSON structure.
- Slow down your requests.
- Check the API uptime status.
- Check you API key.
When exploring record sets, what is the best approach for pagination?
Q61.- date-based filtering
- next/previous cursors
- page size and filters
- database IDs
a method for API authentication or authorization?
Q62. Quel est ne pas- OAuth
- biométrie
- API Keys
- username and password
Which HTTP response code usually means the requested work is still processing and may or may not result in an error later?
Q63.- 200 D'accord
- 204 No Content
- 201 Created
- 202 Accepté
When validating a JWT, what are some of the claims that you must confirm? (Select all that apply.)
Q64.A. The exp (expiration) has not passed.
B. The algorithm is sufficient.
C. The signature matches the payload.
D. The token was Base64 encoded.
E. The iss (issuer) is the auth server you expect.
F. There is a refresh token.
G. The cid (client ID) is the client you expect.
H. The token was encrypted.
- UNE,B,E,H
- B,C,F,g
- UNE,ré,g,H
- UNE,C,E,g
API traffic that enters and leaves your organization is normally called _?
Q65.-
east-west traffic
-
inbound traffic
-
north-south traffic
-
external traffic
North-South vs East-West Traffic
Which OAuth grant type is appropriate for mobile apps?
Q66.- Authorization Code with PKCE
- Client Credentials
- Device
- Resource Owner Password
OAuth 2.0 for Native and Mobile Apps
Which datetime format is the easiest or most predictable to parse and process?
Q67.-
YY-M-D hh:mm:ss+TZ
-
YY-M-D h:mm:ss
-
YYYY-MM-DDThh:mm:ssZ
-
YYYY-M-D hh:mm:ss
le 5 laws of API dates and times
Which header is ne pas used in cache management?
Q68.- Rate-Limit
- Expires
- Etag
- Cache-Control
Cache-Control Expires Etag Rate limiting your RESTful API
A client application uses a filter or a search in your API correctly but there are zero results. What is the best response code?
Q69.- 204 No Content
- 400 Bad Request
- 200 D'accord
- 404 Not Found
Which HTTP verb is normally used to retrieve or create a resource in an API?
Q70.-
RETRIEVE
-
FORM
-
GET
-
READ
To create a new resource, what HTTP response code should you receive?
Q71.-
200
-
405
-
201
-
204
You are developing a RESTful API for a new project on GitHub. Security is a top priority, and you want to ensure that only authorized users can access specific endpoints. Which of the following mechanisms should you use to achieve this goal?
Contrôle des risques liés à la sécurité des processus.- API rate limiting
- OAuth 2.0
- Basic Authentication
- HTTP Basic Auth
Laisser une réponse
Vous devez s'identifier ou S'inscrire ajouter un nouveau commentaire .