4.6 Manage data sources with external data stores in F&O apps Flashcards

1
Q

What external source to use when only looking into using data for Power BI reporting and analytical workspaces?

A

Entity Store

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

What external source to use when exporting data from F&O to your own db?

A

BYOD

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

What does BYOD and Entity store depend on?

A

Creation and management of custom entities and data sources to provide the correct data for your needs

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

Things to consider when optimizing a data entity?

A

Entity encapsulation
Have one single public contract
Keep your entity simple

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

Entity encapsulation?

A

Provide an abstraction between the actual data model and the consumer of the entity
Encapsulate multiple related tables to represent the object

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

Have one single public contract?

A

The public contract for your data entity should be the same across all integration endpoints
When an entity is consumed, the business logic that’s performed within the entity during CRUD operations should not vary based on the type of consumer

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

Keep your entity simple?

A

The behavior details of the entity should be kept hidden and should be prevented from distorting the interaction
The consumer of the entity should be able to interact with the entity by using the natural key of the entity

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