API introduction

API introduction

University

9 Qs

quiz-placeholder

Similar activities

Comp4 Quiz

Comp4 Quiz

University

10 Qs

TY A Web Technologies -II (Chapter 1 and 2) Quiz

TY A Web Technologies -II (Chapter 1 and 2) Quiz

University

12 Qs

XML Grundlagen

XML Grundlagen

University

6 Qs

Pemrograman Mobile

Pemrograman Mobile

University

10 Qs

Configuración de Servidores Web Unidad2

Configuración de Servidores Web Unidad2

University

14 Qs

Software Development Frameworks Quiz

Software Development Frameworks Quiz

University

8 Qs

2.5 Broadband Internet Service (Wireless)

2.5 Broadband Internet Service (Wireless)

University

8 Qs

MQ2 MIS 02182021

MQ2 MIS 02182021

University

10 Qs

API introduction

API introduction

Assessment

Quiz

Computers

University

Medium

Created by

Danial Aswad

Used 80+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Where can we find information on AMA API design?

ADMG space

Rail Knowledge Center

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an API?

A file extension

A communication protocol

A backend in Rail

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these describe the main characteristics of an API?

They are not productized, they are treated as code

They adhere to specific standards, typically HTTP and REST

They have zero discipline for standardization and security

They are difficult to understand and are not developer-friendly

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can a component be both a client and a server ?

Yes

No

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is backward compatibility in API?

Allowing previous release of the API to continue working with the new changes introduce

Allowing future release of the API to work with the current release

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Increasing input length of a string from 10 to 12

Backward compatible

Non backward compatible

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Renaming a field. Example: from "name" to "firstName"

Backward compatible

Non backward compatible

8.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the use of the SI in AMA API

Secure the incoming traffic

Orchestrate the traffic

Segregate the traffic

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the mark up languages available in REST Services?

HTML & XML

XML & Java

JSON & XML

HTML & VBSCRIPT