4.2 Implement data integration concepts and solutions for F&O Flashcards

1
Q

Data entity?

A

De-normalized view of data that is spread across multiple normalized tables

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

What do data entities provide?

A

A single stack to capture business logic and to enable scenarios such as import and export and integrations

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

Primary method for importing and exporting data packages?

A

Data entities

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

How can existing code be exposed as a custom service?

A

By adding an attribute to the code

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

Where is the custom service attribute set?

A

Data Contract class

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

OData?

A

Standard protocol for creating and consuming data

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

What is OData based on?

A

Representational State Transfer (REST) for create, read, update, and delete (CRUD) operations

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

What web technologies does OData apply?

A

HTTP and JSON to provide access to information from various programs

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

What tool is used frequently with RESTful services?

A

Postman

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

How can you consume web services?

A

By adding new class libraries to finance and operations apps

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

What do F&O apps integrate with and why?

A

Microsoft Power Apps, it allows for developers and non-technical users to build custom business apps for mobile devices, tablets, and web without writing code

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

EDI?

A

Electronic Document Interchange

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

What does integrating EDI with F&O allows you to do?

A

Lets you format EDI transactions so that they comply with specific requirements from your partners

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

Data validation checklist?

A

It is a workspace that is used to track data validation processes during a new implementation, after an upgrade, or after a migration

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

How to troubleshoot service authentication issues?

A

Inspecting JSON Web Tokens (JWTs)

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

Tool to capture JWTs from HTTP request?

A

Fiddler

17
Q

Steps to troubleshoot service authentication issues?

A

Capture JWT from an HTTP request
Find OAuth JWT

18
Q

AUD (service authentication troubleshooting)

A

Azure AD resource concept
Contains a Uniform Resource Identifier (URI) that has trailing slash or the aud uses incorrect capitalization

19
Q

AppId (service authentication troubleshooting)

A

Azure AD Native Client App ID

20
Q

UPN (service authentication troubleshooting)

A

User who is being authenticated through a Native Client App