Application Networks and API-led Connectivity Flashcards

(59 cards)

1
Q

Mule Application

A
  • -Mule apps perform system integrations.
  • -They are configured to run in the Mule runtime.
  • -A request to a Mule app triggers Mule to encode the request and data in a Mule Event, and to pass it to either single or multiple threads.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Application Network

A

a way to connect applications, data, and devices through APIs that exposes some or all of their assets and data on the network. That network allows other consumers from other parts of the business to come in and discover and use those assets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

API-led Connectivity

A

a methodical way to connect data to applications through reusable and purposeful APIs. These APIs are developed to play a specific role – unlocking data from systems, composing data into processes, or delivering an experience.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

API

A

Application Programming Interface

a software intermediary that allows two applications to talk to each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

API Operations

A

operations define what to call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

API inputs

A

inputs define what to send with a call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

API outputs

A

define what you get back from a call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Data Types

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Implementation

A

the implementation xml is where the business logic is done

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Interface

A

the interface is where the HTTP listener is present but there is no business logic happening here

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Web service

A

a method of communication that allows two software systems to exchange data over the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Secure API

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Unsecure API

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Authentication

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Credentials

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Token

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Anypoint Platform

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

LOB

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

LOB IT

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Central IT

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Developer

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Production-Consumption Cycle

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Modern API

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Experience APIs

25
Process APIs
26
System APIs
27
Center for Enablement
28
Nodes
29
Silos
30
Network Effect
31
API proxy
32
SOAP web service
33
REST
34
RESTful web service
35
WSDL
36
HTTP communication protocol
37
Query Parameter
38
URI parameter
39
Response
40
GET
41
PUT
42
POST
43
DELETE
44
PATCH
45
JSON
46
API documentation
47
API refrence
48
API portals
49
API console
50
Mocking Service
51
API proxy endpoint
52
API directories and marketplaces
53
Client Tool
54
HTTP request
55
Request header
56
request body
57
HTTP status code
58
API development lifecycle
59
validation