Fundamental of Mulesoft

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Page 1

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

It is a way of two machines to communicate each other over the Network / Internet

Web services

2
New cards

Used for secure communication over a computer network. It will send hypertext for request and response

HTTP

3
New cards

Encrypts the data exchanged between a user's web browser and the web server, helping to protect against eavesdropping and man-in-the-middle attacks.

HTTPS

4
New cards

API stands for?

Application Programming Interface

5
New cards

Enables communication and data exchange between client-server systems.

API

6
New cards

True/False: Every web service is an API but not every API is a web service.

True

7
New cards

Is an architectural style for designing networked applications, allowing interaction through stateless requests and using standard HTTP methods.

REST API

8
New cards

REST API stands for?

Representational State Transfer API

9
New cards

It is the engine of Mulesoft allowing developers to easily connect various applications for data exchange.

Anypoint Platform

10
New cards

An architectural approach emphasizes well-defined APIs for different layers of an organization's IT infrastructure.

API-Led connectivity

11
New cards

Built to combine or transform data from two or more system APIs.

System API

12
New cards

Provide a tailored interface for clients to interact with system or process APIs, while abstracting raw data.

Experience API

13
New cards

Connect to underlying systems containing raw data.

System API

14
New cards

What are the 3 layers of API-Led Connectivity

System API, Process API, Experience API

15
New cards

Able to connect API to the application directly

System API

16
New cards

Clients interact with Experience APIs, with minimal exposure to raw data.

Experience API

17
New cards

Can format responses according to client needs

JSON , XML

18
New cards

Outlines behavior, request types, and responses of the API.

API Specification