Agile methodology is widely adopted in data science projects because these projects often involve uncertain goals, exploratory analysis, and changing requirements. Agile thrives in environments where iteration, collaboration, and adaptability are necessary.
Option A: True for Agile. If the final product is unclear (common in data science), Agile works well because it allows incremental discovery and iterative prototyping.
Option B: True for Agile. Agile frameworks (Scrum, Kanban) emphasize flexibility, which means the scope can evolve as stakeholders learn more from data and models.
Option C: True for Agile. Agile welcomes continuous changes through iterative sprints and feedback loops. This adaptability is crucial in machine learning model development where data insights often reshape project direction.
Since all three situations are valid for Agile, the correct answer to “Which is NOT correct?†is None of the above (Option D).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Business Applications of Data Science & Agile Methodologies in Data Projects., ]
Question # 5
Which of the following is an example of graphical model?
LaTeX is a high-quality typesetting system widely used in academia, particularly in scientific publishing.
Statement i: Correct. LaTeX is widely used to prepare manuscripts for scientific journals, theses, and technical reports.
Statement ii: Correct. LaTeX is a markup language (similar to HTML in concept) that compiles into formatted PDFs/documents.
Statement iii: Correct. LaTeX is a standard for publishing scientific papers due to its ability to handle complex mathematical equations, references, and formatting.
Thus, all three statements are true → Option B (i, ii, iii).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Programming Tools for Data Science: LaTeX for Scientific Documentation., ]
DevOps is a collaborative practice that integrates software development (Dev) and IT operations (Ops) to shorten development cycles and deliver applications reliably. Common DevOps practices include:
Continuous Build (Option A): Automating compilation and packaging of source code to ensure consistent builds.
Continuous Integration (Option B): Developers frequently merge code into a shared repository, which is automatically tested to catch integration issues early.
Continuous Delivery (Option C): Automating software release pipelines so applications can be deployed to production quickly and reliably.
Since all of these are essential DevOps practices, the correct answer is Option D (All of the above).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Business Applications of Data Science: DevOps Practices in Data Science Projects., ]
Question # 8
Which of the following is TRUE for "By" analysis?
A.
The "By" analysis technique reinforces the process of "thinking like a data scientist."
B.
"By" analysis is a technique by which business subject matter experts (SMEs) and the Data Science team could collaborate to uncover new variables and metrics that might be better predictors of business performance.
C.
"By" analysis is used to create a collaborative technique to drive alignment between the business users and the data scientists to identify and brainstorm variables and metrics that might be better predictors of business performance.
"By" analysis is one of the foundational approaches recommended in the DASCA Data Scientist Knowledge Framework for structuring problem-solving in data science. The purpose of "By" analysis is to enable data scientists and business stakeholders to think beyond obvious data correlations and uncover deeper drivers of business outcomes.
At its core, the technique reinforces the discipline ofthinking like a data scientist(Option A). This involves reframing business questions into analytical structures and asking “What drives this metricbywhich factors?†For example, customer churn might be analyzedbydemographics, purchase behavior, or service usage. This structured mindset is critical for ensuring scientific rigor in business problem analysis.
In addition, "By" analysis emphasizes collaboration betweenSubject Matter Experts (SMEs)andData Science teams(Option B). SMEs bring contextual domain knowledge, while data scientists bring analytical and statistical expertise. Together, they brainstorm possible explanatory variables or metrics that could become strong predictors of business performance.
Furthermore, the process provides acollaborative bridgebetween business and technical stakeholders (Option C). It ensures that the exploration of data is not isolated in silos but is grounded in both domain insights and advanced analytical methods. This alignment is crucial for building models that are not only technically sound but also relevant and actionable in real-world business contexts.
Since Options A, B, and C are correct and complementary, the best choice isOption E: All of the above.
[Reference:DASCA Data Scientist Knowledge Framework (DSKF) –Data Science Process Fundamentals & Collaborative Analysis Techniques(Official DASCA Study & Exam Preparation Guide)., , ]