Micro-Credential Part 2 Mock Exam

Micro-Credential Part 2 Mock Exam

Professional Development

20 Qs

quiz-placeholder

Similar activities

STS 101 - Short PRETEST Activity

STS 101 - Short PRETEST Activity

Professional Development

20 Qs

Mock Exam v.2

Mock Exam v.2

Professional Development

20 Qs

Software Testing Fundamentals

Software Testing Fundamentals

Professional Development

20 Qs

Micro-Credential Part 2 Quiz 1

Micro-Credential Part 2 Quiz 1

Professional Development

20 Qs

Mock Exam

Mock Exam

Professional Development

20 Qs

Web Development Fundamentals

Web Development Fundamentals

Professional Development

15 Qs

Chapter-1- Introduction to Web Development

Chapter-1- Introduction to Web Development

Professional Development

25 Qs

BACKEND.24.2 QUIZ 2 PARTE 2

BACKEND.24.2 QUIZ 2 PARTE 2

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?