Since trend analysis involves examining cyclical, seasonal, and irregular components, the correct answer is Option E (All of the above).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Analytics: Time Series Decomposition and Trend Analysis.]
Question 10
The Big Data Vision Workshop process is ideal for organizations who:
Options:
A.
Have a desire to leverage Big Data to transform their business but do not know where and how to start
B.
Have a wealth of data that they do not know how to monetize
C.
Have a desire to leverage the Big Data Vision Workshop to identify where and how to leverage data and analytics to power their business models
D.
Both A and B
E.
All of the above
Answer:
E
Explanation:
The Big Data Vision Workshop is an early-phase framework designed to help organizations shape their data-driven transformation journey. It is particularly beneficial when:
Option A: Organizations want to leverage big data but lack clarity on where to start.
Option B: Organizations already have large volumes of data but struggle to derive monetization strategies from it.
Option C: Organizations want to identify use cases where data and analytics can enhance or even redefine their business models.
Since all three statements apply, the correct answer is Option E (All of the above).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Business Applications of Data Science: Big Data Vision Workshop., ]
Question 11
Which of the following is NOT an example of graphical model?
Options:
A.
Road maps
B.
Electrical circuits
C.
Computer networks
D.
Geographical networks
E.
Flow charts
Answer:
E
Explanation:
Graphical models represent relationships between objects using nodes (entities) and edges (relationships). Examples include:
Geographical networks (Option D): Nodes = locations, Edges = transport or connectivity.
However:
Flow charts (Option E): These represent process flows, not structural networks of entities and relationships. They are procedural diagrams, not graphical models in the statistical/graph-theory sense.
Thus, the correct answer is Option E (Flow charts).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Analytics: Graphical Models and Graph Analysis., ]
Question 12
Spark programs can be written in:
Options:
A.
Java
B.
Scala
C.
Python
D.
All of the above
E.
None of the above
Answer:
D
Explanation:
Apache Spark supports multiple programming languages for developing distributed applications:
Java (Option A): Supported through Spark’s JVM-based APIs.
Scala (Option B): Spark is natively written in Scala, and Scala APIs provide full functionality.
Python (Option C): Supported via PySpark, enabling Python developers to leverage Spark.
Additionally, Spark also supports R and SQL-like queries, making it versatile for data scientists and engineers.
Thus, the correct answer is Option D (All of the above).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Programming Tools: Spark APIs for Java, Scala, Python, and R., ]