- | Page
CDW110V CABOODLE DAT A
MODEL FUNDAMENTALS (100%
VERIFIED) A+ GRADED BY
EXPERTS
(a) Question: How many SSIS packages can populate a
single table in Caboodle.
- A single SSIS package
- Multiple SSIS packages all from Clarity
- Multiple SSIS packages from multiple sources
Correct answer: A, B, and C
(b) Question: Consider the following query: SELECT DurableKey FROM
- This query will only run if
is a snapshot - This query will run regardless of whether
table
- | Page
- The value in the DurableKey column could repeat in
- There is no table in Caboodle for which this query will
multiple rows of the results
run
Correct answer: A. This query will only run if
(c) Question: A row in a Caboodle table has a primary
key value of -2. What value will be stored in columns with a data type of "Date" for this row that are not lookup columns?
- -2
B. NULL
C. 12/31/1840
- *Not Applicable
Correct answer: b. NULL, For the row with a primary key
of -2, lookup columns will store a value of -2, string columns will store '*Not Applicable', and all other data type columns will store NULL.
- | Page
Question: What is the relationship between SlicerDicer
and Caboodle?
Correct answer: SlicerDicer is Epic's self-service
reporting tool in Hyperspace that dynamically queries Caboodle data.
Question: Explain the relationship between the dbo and
FullAccess schemas.
Correct answer: The Cogito Dictionary reflects the dbo
schema. The FullAccess schema contains almost everything in the dbo schema (minus a few metadata columns) plus additional columns in some tables. Since FullAccess has more data, report writers should use it when writing queries. However, report writers should also be familiar with dbo due to its relationship with the Cogito Dictionary.
Question: True or False: A column can either be a primary key or a surrogate key, but not both.
- | Page
Correct answer: False. A column can be both a primary
key (the column(s) used to uniquely identify a row) and a surrogate key (a key created during ETL that does not exist in the source database). In Caboodle, primary key columns are also surrogate keys.
Question: True or False: Naming conventions are enforced in Caboodle.