API - Integration

API - Integration

Professional Development

9 Qs

quiz-placeholder

Similar activities

The Last Round

The Last Round

Professional Development

14 Qs

CAMP FUTURA

CAMP FUTURA

1st Grade - Professional Development

10 Qs

Ngoneksi Quiz II

Ngoneksi Quiz II

University - Professional Development

10 Qs

GraphQL Meetup 10.0 Quiz 2

GraphQL Meetup 10.0 Quiz 2

Professional Development

10 Qs

Mine craft

Mine craft

KG - Professional Development

10 Qs

Belajar Bareng Areolla

Belajar Bareng Areolla

Professional Development

10 Qs

Company LOGOS

Company LOGOS

1st Grade - Professional Development

10 Qs

Minecraft 1.16.40

Minecraft 1.16.40

KG - Professional Development

10 Qs

API - Integration

API - Integration

Assessment

Quiz

Fun

Professional Development

Hard

Created by

Qasim Shah

FREE Resource

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