API - Integration

API - Integration

Professional Development

9 Qs

quiz-placeholder

Similar activities

fastest finger

fastest finger

Professional Development

10 Qs

Guess who..?

Guess who..?

Professional Development

11 Qs

Xmas OSP Spain 2022

Xmas OSP Spain 2022

Professional Development

11 Qs

CARTOONIA SANTA MONICA ANCONA

CARTOONIA SANTA MONICA ANCONA

Professional Development

11 Qs

4 THN AKHLAK BUMN

4 THN AKHLAK BUMN

Professional Development

10 Qs

CHALLENGE 2: TĂNG TỐC

CHALLENGE 2: TĂNG TỐC

Professional Development

10 Qs

Out Of The Box

Out Of The Box

Professional Development

10 Qs

Dies Natalis Memorachbilia #1

Dies Natalis Memorachbilia #1

KG - Professional Development

10 Qs

API - Integration

API - Integration

Assessment

Quiz

Fun

Professional Development

Practice Problem

Hard

Created by

Qasim Shah

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does REST stand for in REST API?

  • A) Rapid Endpoint Structured Transfer

  • B) Reliable Exchange of Secure Tokens

  • C) Representational State Transfer

  • D) Resource State Transfer

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What year was the first iPhone released?

  • A) 2005

  • B) 2007

  • C) 2009

  • D) 2010

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What format are most modern APIs documented in?

  • A) XML

  • B) Swagger / OpenAPI

  • C) Markdown

  • D) CSV

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In an API response, what does status code 404 mean?

  • A) Error

  • B) Not Found

  • C) Forbidden

  • D) Timeout

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What’s the chemical symbol for gold?

  • A) Gd

  • B) Au

  • C) Ag

  • D) Go

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In OpenAPI (Swagger), what does allOf do?

  • A) Defines an enum

  • B) Combines multiple schemas

  • C) Declares a new path

  • D) Disables validation

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In RESTful design, what should a PUT request to /user/123 do?

  • A) Append a new field

  • B) Fully replace the user resource

  • C) Partially update the user

  • D) Delete the user

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What does JSON stand for?

  • A) Java Simple Object Naming

  • B) JavaScript Oriented Notation

  • C) JavaScript Object Notation

  • D) Java Serialization Output Network

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What’s one key difference between REST and GraphQL?

  • A) GraphQL uses XML

  • B) GraphQL allows you to request exactly what you need

  • C) REST doesn’t support authentication

  • D) REST can only return JSON