Subdomain 1.1: Create live connections and extracts
1.You are traveling on a flight without internet access and need to build a dashboard using a company database. Which connection type must you use?
- A.Live Connection
- B.Tableau Data Source (.tds)
- C.Tableau Extract
- D.Cross-database join
Show answer & explanation
Correct answer: C — Tableau Extract
- A. A live connection requires a continuous, active network connection to the original data source to query data in real-time. Without internet access or network connectivity to the company database, a live connection will not function.
- B. A Tableau Data Source (.tds) file is a shortcut that stores connection details, metadata, and field definitions (like aliases or calculations) but does not include the actual data itself. Without a connection to the original source, it cannot provide data for building dashboards.
- C. A Tableau Extract is a local snapshot of the data (stored as a .hyper file) on your machine. Because it contains the data needed to build and interact with dashboards independently of the original source, it is the only option that allows for offline work.
- D. A cross-database join is a feature used to combine data from multiple different sources. It is not a standalone storage or connection type and still requires active access to each underlying source unless they are individually extracted.