HomeTriviaTech & GamesAPI
concept🎮 Tech & Games

API Trivia Questions

How much do you really know about API? Below are 8 true or false statements. Click each one to reveal the answer and explanation.

1.

Every public API must have a dedicated mobile app to work.

Click to reveal answer ›

Easy
✗ FALSE

APIs are backend services; they work independently of any app. Many APIs are used by web, desktop, or IoT clients.

2.

Many modern APIs use a technique called 'rate limiting' to prevent abuse.

Click to reveal answer ›

Easy
✓ TRUE

Rate limiting controls how many requests a client can make in a timeframe, protecting servers from overload and misuse.

3.

GraphQL APIs can reduce 'over-fetching' of data compared to REST.

Click to reveal answer ›

Easy
✓ TRUE

GraphQL lets clients request exactly the fields they need, avoiding the extra data often sent by REST endpoints.

4.

A single API can be called by multiple programming languages simultaneously.

Click to reveal answer ›

Easy
✓ TRUE

APIs are language-agnostic; any language that can make HTTP requests can call the same endpoint at the same time.

5.

The term 'API' was first coined by Salesforce in the early 2000s.

Click to reveal answer ›

Medium
✗ FALSE

The term API predates Salesforce by decades; it was used in the 1960s for operating system libraries and formally defined in the 1970s.

6.

REST APIs require the use of JSON for all data exchange.

Click to reveal answer ›

Medium
✗ FALSE

REST is an architectural style, not a format. It supports XML, plain text, and other formats, though JSON is most common.

7.

API keys are always encrypted when sent over HTTP.

Click to reveal answer ›

Medium
✗ FALSE

API keys are often sent in plain text as query parameters or headers unless HTTPS is enforced, which is a common security risk.

8.

The first web API was created by Salesforce in 2002.

Click to reveal answer ›

Hard
✓ TRUE

Salesforce launched its API in 2002, widely considered the first major web API, allowing external apps to access its CRM data.

More in Tech & Games

MinecraftTrivia Questions →ChessTrivia Questions →TetrisTrivia Questions →Super MarioTrivia Questions →The Legend of ZeldaTrivia Questions →
View all Tech & Games topics →

Want to test yourself in real time?

Swipe right for True, left for False. New questions every day on PopBluff.

Play PopBluff Free →