Fundamentals Exam Latest Updated
,What is the relationship between SlicerDicer and Caboodle?
c c c c c c c - (CORRECT ANSWER)-
c c c
SlicerDicer is Epic's self-service reporting tool in Hyperspace that dynamically queries
c c c c c c c c c c
Caboodle data.
c c
Explain the relationship between the dbo and FullAccess schemas. - (CORRECT ANSWER)-
c c c c c c c c c c c
The Cogito Dictionary reflects the dbo schema. The FullAccess
c c c c c c c c c schema contains almost c c
c everything in the dbo schema (minus a few metadata columns) plus
c c c c c c c c c c c additional columns in c c
c some tables. Since FullAccess has more data, report writers should use
c c c c c c c c c c c it when writing
c c
c queries. c However, report writers should also be familiar with dbo due to its relationship
c c c c c c c c c c c c
with the Cogito Dictionary.
c c c c
True or False: A column can either be a primary key or a surrogate key, but not both. -
c c c c c c c c c c c c c c c c c c
c (CORRECT ANSWER)-False. A column can be both a primary key (the column(s) used to
c c c c c c c c c c c c c
uniquely identify a row) and a surrogate key (a key created during ETL that does not exist
c c c c c c c c c c c c c c c c c
c in the source database). In Caboodle, primary key columns are also surrogate keys.
c c c c c c c c c c c c
True or False: Naming conventions are enforced in Caboodle.
c c c c c c c c - (CORRECT ANSWER)-True.
c c c
c Naming conventions, such as <name>Fact, are enforced in Caboodle.
c c c c c c c c
Identify the Caboodle table and column for the
c c c c c c c c following data c point: The Primary Key of
c c c c c
c AllergyFact - (CORRECT ANSWER)-AllergyFact.AllergyKey
c c c
,