DevNet Associate Module 4: Understanding and Using APIs Quiz

DevNet Associate Module 4: Understanding and Using APIs Quiz

University

15 Qs

quiz-placeholder

Similar activities

ReactJS Quiz

ReactJS Quiz

University

15 Qs

Servlets

Servlets

University

15 Qs

Graph-Q?

Graph-Q?

University

15 Qs

Restful API

Restful API

University

20 Qs

Operating System Quiz

Operating System Quiz

University

20 Qs

JSP

JSP

University

10 Qs

HTTP Response Codes and RESTful Architecture

HTTP Response Codes and RESTful Architecture

University

12 Qs

APi Security webinar

APi Security webinar

University

10 Qs

DevNet Associate Module 4: Understanding and Using APIs Quiz

DevNet Associate Module 4: Understanding and Using APIs Quiz

Assessment

Quiz

Computers

University

Easy

Created by

Minase Aoi

Used 22+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A network administrator is using a Python script to test a REST API request. The traceback message indicates that there is an error in the URI. What is a possible issue?

The SSL certificate is invalid.

The protocol is wrong.

The query component is missing.

The destination host address is wrong.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an architectural constraint to which a true RESTful API web service must adhere?

It must operate along with a DNS server.

It uses HTTPS to transport data.

It operates in a stateless way.

It operates as a cloud service.

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A client is sending a REST API request to a web server. The request includes the need for data compression. Which three values are acceptable for the Accept-Encoding request header?

br

*

tar

gzip

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the line of code resp = requests.get(url, verify = False) in a Python script sending a REST API request?

It bypasses the certificate validation check.

It tests the function of the Python requests library.

It omits the sending URL in the response.

It skips the URL verification step and tests the resource path.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of the term flow as it relates to the OAuth 2.0 authorization framework?

It is a process for an API user to obtain an access token from the authorization server.

It is the sequence of data exchanged between a REST API request and a response.

It is a process for an API request to send authentication credentials to a web service.

It is the number of requests contained in the token bucket.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a characteristic of a RESTful API?

It facilitates the configuration changes from a network controller to end devices.

It supports a secure data transmission between a remote user and an enterprise network.

It is a southbound API.

It uses HTTP methods to gather and manipulate data.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which characteristic of the SOAP architecture specifies communication between all similar and dissimilar application types?

Extensibility

Neutrality

Interface uniformity

Independence

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?