8 real Analytics-DA-201 flashcards, sampled across every domain the exam tests. Each concept card is paired with the misconception card built from the tempting wrong answer - the trap most decks skip. No account, no card.
The full deck has 672 flashcards. For a domain-by-domain breakdown and a study plan, read the Analytics-DA-201 study guide.
schoolConceptExplore and Analyze Data
When DATEDIFF uses the 'month' part, what exactly does it count between two dates, and why can that over-count complete elapsed months?
arrow_downward
DATEDIFF('month', start, end) counts how many times a calendar-month boundary is crossed between the dates, ignoring the day component. So 15 January to 14 March reports two even though only one full month has elapsed. To get complete elapsed months, subtract one whenever the end day has not yet reached the start day.
errorMisconceptionExplore and Analyze Data
To count complete months subscribed, write DATEDIFF('month', [Cancel Date], [Signup Date]) minus the day adjustment.
arrow_downward
The day-adjustment is correct, but the two date arguments are reversed. DATEDIFF returns a negative value for any customer who cancels after signing up. The arguments must run start then end.
schoolConceptCreate Content
Why is a dual-axis chart the right choice when plotting two measures whose scales differ greatly in one view?
arrow_downward
A dual-axis chart synchronises two measures over the same dimension while giving each its own independently scaled vertical axis, so a large currency value and a small percentage stay legible together instead of one swamping the other.
errorMisconceptionCreate Content
Can a single-axis line chart drawing both measures against the same scale show revenue and margin clearly?
arrow_downward
Drawing both on one axis is the natural first attempt, but the percentage line would be flattened against the much larger revenue scale, defeating the comparison.
schoolConceptConnect to and Transform Data
When offline access and fast in-memory querying matter more than real-time freshness, should you choose an extract or a live connection?
arrow_downward
An extract. It materialises the source into a local, compressed, columnar store queried in memory, so it serves analysis offline and reduces repeated load on a source that throttles live reads.
errorMisconceptionConnect to and Transform Data
A live connection works for offline analysts because every interaction simply reflects the database's current real-time state.
arrow_downward
Tempting because live connections do show current data, but a live connection sends a query to the source on every interaction. That fails the offline requirement and worsens the throttling the team is trying to avoid.
schoolConceptPublish and Manage Content on Tableau Server and Tableau Cloud
Why must a workbook built on a local Excel file include an extract before publishing it to Tableau Cloud for others to view?
arrow_downward
A local file connection is only resolvable from the authoring machine. An extract embeds a snapshot of the data inside the published workbook, so the data resides on Tableau Cloud and stays available to all viewers independent of the author's device.
errorMisconceptionPublish and Manage Content on Tableau Server and Tableau Cloud
Can you just publish the workbook with a live connection to the local Excel file path so colleagues can view it?
arrow_downward
Tempting because nothing seems to need changing, but a live connection to a local file path is only reachable from the analyst's own machine. Colleagues on Tableau Cloud would see an error when the laptop is off, which is the very problem being avoided.
Examworthy is not affiliated with or endorsed by Tableau. All flashcards are original, drawn from our own blueprint-aligned practice questions. We never reproduce live exam items. Analytics-DA-201 and related marks belong to their respective owners.