Application Networks and API-led Connectivity Flashcards

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
Q

Process APIs

26
Q

System APIs

27
Q

Center for Enablement

28
Q

Nodes

29
Q

Silos

30
Q

Network Effect

31
Q

API proxy

32
Q

SOAP web service

34
Q

RESTful web service

36
Q

HTTP communication protocol

37
Q

Query Parameter

38
Q

URI parameter

39
Q

Response

43
Q

DELETE

44
Q

PATCH

46
Q

API documentation

47
Q

API refrence

48
Q

API portals

49
Q

API console

50
Q

Mocking Service

51
Q

API proxy endpoint

52
Q

API directories and marketplaces

53
Q

Client Tool

54
Q

HTTP request

55
Q

Request header

56
Q

request body

57
Q

HTTP status code

58
Q

API development lifecycle

59
Q

validation