4.1 Identify data integration patterns and scenarios in F&O apps Flashcards

1
Q

F&O apps APIs that support file-based integration scenarios?

A

OData
Custom services
External web services
Office integrations
Recurring integrations
Data management package API

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

Recurring integrations?

A

Supports both data import and exports

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

Recurring integrations capabilities?

A

Job scheduling
Multiple data formats
Transformation
Protocols
Service type
Availability

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

Recurring integrations Job scheduling?

A

Job scheduling for recurring integrations is performed in F&O apps

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

Recurring integrations Multiple data formats?

A

Support file and data packages for import and export

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

Recurring integrations Protocols?

A

SOAP and REST

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

Recurring integrations Service type?

A

Part of data management API and are available OOB

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

Recurring integrations availability?

A

Not supported for on-prem

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

Data management framework package API?

A

File based integration scenario that is supported with F&O apps

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

Data management framework package API scheduling?

A

Scheduling is done outside of F&O apps

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

Data management framework package API formats?

A

Data packages only

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

Data management framework package API transformation?

A

Data transformations that are external to the system

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

Data management framework package API protocols?

A

REST is supported

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

Data management framework package API service type?

A

OData is used for the data management framework
OAuth 2.0 is used for the authorization and access

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

Data management framework package API availability?

A

Available at F&O apps platform 5 and later

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

Types of data integrations?

A

Sync
Async

17
Q

Sync integration pattern?

A

Uses OData with continous flow of data, they are blocking request and response pattern

18
Q

Async integration pattern?

A

Uses batch data API and runs through a batch service, it is a non-blocking pattern

19
Q

What needs to be considered when choosing integration pattern?

A

Frequency of pattern
Real time or not
Requirements for the peak data volume