Micro-Credential Part 2 Mock Exam

Micro-Credential Part 2 Mock Exam

Professional Development

20 Qs

quiz-placeholder

Similar activities

Quiz sobre Ordenação em Python

Quiz sobre Ordenação em Python

Professional Development

20 Qs

Understanding Scaffolding in Coding

Understanding Scaffolding in Coding

Professional Development

15 Qs

5G Optimization Analysis Quiz

5G Optimization Analysis Quiz

Professional Development

15 Qs

Drilling Quiz AEM

Drilling Quiz AEM

Professional Development

15 Qs

Web 1

Web 1

Professional Development

15 Qs

Computer 101

Computer 101

Professional Development

20 Qs

JavaScript Control Flow – MCQ Quiz (With Answers)

JavaScript Control Flow – MCQ Quiz (With Answers)

Professional Development

20 Qs

Quiz Informatika Kelas 10 Semester 1

Quiz Informatika Kelas 10 Semester 1

Professional Development

15 Qs

Micro-Credential Part 2 Mock Exam

Micro-Credential Part 2 Mock Exam

Assessment

Quiz

Information Technology (IT)

Professional Development

Easy

Created by

Sarah Panganiban

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

REST is a protocol that dictates a strict structure for data exchange.

True
False

Answer explanation

REST is a set of architectural constraints, not a protocol.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

JSON is the most commonly used format for REST APIs.

True
False

Answer explanation

JSON is popular for being lightweight, human-readable, and language-independent.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

JWT tokens used for API authorization must never expire.

True
False

Answer explanation

JWT tokens have expiration times and must be refreshed regularly.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

gRPC uses HTTP/2 and .proto files to define data contracts.

True
False

Answer explanation

This enables efficient communication and standardized contracts.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

GraphQL allows clients to request only the data they need.

True
False

Answer explanation

This reduces data over-fetching and improves query efficiency.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTTP method is used to update a resource in REST?

GET

POST

PUT

DELETE

Answer explanation

PUT is commonly used for updating an existing resource.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header specifies the expected format of the API response?

Authorization

Content-Type

Accept

Cookie

Answer explanation

The Accept header tells the server which response formats are acceptable.

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?