Postman APIs 101 Quiz JUET

Postman APIs 101 Quiz JUET

University

5 Qs

quiz-placeholder

Similar activities

19EC2031 - QA2

19EC2031 - QA2

University

10 Qs

IoT in week 7

IoT in week 7

University

10 Qs

SD- SOAP y ESB

SD- SOAP y ESB

University

10 Qs

CMP7174 Introduction

CMP7174 Introduction

University

6 Qs

Microprocessor

Microprocessor

University

10 Qs

API

API

University - Professional Development

10 Qs

Workshop API

Workshop API

University

10 Qs

Quiz COP GraphQL

Quiz COP GraphQL

University - Professional Development

10 Qs

Postman APIs 101 Quiz JUET

Postman APIs 101 Quiz JUET

Assessment

Quiz

Computers

University

Hard

Created by

Tanishq Agarwal

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which HTTP methods are commonly used in API requests?

GET, POST, PUT, DELETE
GET, POST, DELETE, UPDATE
GET, POST, UPDATE, REMOVE
GET, POST, DELETE, REMOVE

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which authentication method is commonly used with APIs?

API Keys

JWT (JSON Web Tokens)

OAuth

Fingerprint

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which format is commonly used to exchange data in APIs?

XML
CSV
HTML
JSON

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does the acronym REST stand for?

Representational Static Transfer

Representational State Transfer

Representational State Transform

Representational State Traffic

5.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

What are the differences between SOAP and REST APIs?

Hint: Select all correct options.

SOAP stands for Simplified Object Access Protocol and REST stands for Representational State Transfer.

SOAP follows a strict standard to allow communication between the client and the server whereas REST is an architectural style that doesn’t follow any strict standard.

SOAP stands for Simple Object Access Protocol and REST stands for Representational State Transfer.

REST is restricted to XML and its not the choice of implementer which Media-Type to use.