API Architecture Styles Quiz

API Architecture Styles Quiz

University

8 Qs

quiz-placeholder

Similar activities

SGBDs NoSQL orientado a documentos

SGBDs NoSQL orientado a documentos

University

12 Qs

IP essential protocol

IP essential protocol

University

10 Qs

SE_MQuiz

SE_MQuiz

University

13 Qs

Session 1 - Node Intro Check-in

Session 1 - Node Intro Check-in

University

5 Qs

Enterprise system_Quiz_Pertemuan4

Enterprise system_Quiz_Pertemuan4

University

12 Qs

CMP7174 Introduction

CMP7174 Introduction

University

6 Qs

Middleware

Middleware

University

10 Qs

Pengembangan Aplikasi Terdistribusi

Pengembangan Aplikasi Terdistribusi

University

10 Qs

API Architecture Styles Quiz

API Architecture Styles Quiz

Assessment

Passage

Computers

University

Hard

Created by

Steve Rich

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API architecture style is heavily used in financial services and payment gateways?

RESTful APIs

SOAP

gRPC

GraphQL

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API architecture style is popular, easy to implement, and uses HTTP methods?

GraphQL

RESTful APIs

gRPC

SOAP

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API architecture style allows clients to ask for specific data as they need, eliminating over-fetching or under-fetching of data?

SOAP

RESTful APIs

GraphQL

gRPC

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API architecture style is a favorite for microservices architectures and uses Protocol Buffers?

gRPC

GraphQL

WebSocket

RESTful APIs

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API architecture style is perfect for live chat applications and real-time gaming?

gRPC

WebSocket

Webhook

RESTful APIs

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API architecture style is all about event-driven, HTTP callbacks, and asynchronous operation?

gRPC

SOAP

GraphQL

Webhook

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API architecture style is used by GitHub to notify other systems whenever a new commit is pushed?

SOAP

RESTful APIs

gRPC

Webhook

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API architecture style is a veteran in the field, mature, comprehensive, and XML-based?

GraphQL

SOAP

gRPC

Webhook