Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please 6. Which of the following task(s) belong to the discovery phase of Data Analytics Project Lifecycle? a) Interviewing the Analytics Sponsor b) Developing Initial
please
6. Which of the following task(s) belong to the discovery phase of Data Analytics Project Lifecycle? a) Interviewing the Analytics Sponsor b) Developing Initial Hypotheses c) Identifying Potential Data Sources d) Assessing data quality and structure e) Learning the Business Domain 7. Which of the following task(s) belong to the operationalize phase of Data Analytics Project Lifecycle? a) Leverage and manage costs with sponsors b) Team members communicates the benefits of the project more broadly and sets up a pilot project to deploy the work in a controlled way c) Risk is managed effectively by undertaking small scope, pilot deployment before a wide-scale roll-out. d) Test the model in a live setting, consider running the model in a production environment for a discrete set of products or a single line of business. e) Monitor model accuracy and retrain the model if necessary 8. Which of the following statements is are TRUE about the principle of divide-and- conquer in computer science? a) partition a large problem into smaller independent sub-problems b) divide common space and conquer common enemies c) partition a common CPU and occupy same memory space d) find the common denominator e) conquer the crown apps 9. Which of the following is/are valid reason(s) for the need of MapReduce? a) In supporting parallel and distributed computing, MapReduce provides an abstraction that hides many system-level details from the programmer. b) In MapReduce, developer can focus on what computations need to be performed, as opposed to how those computations are actually carried out or how to get the data to the processes that depend on them. c) Reduce the coding size d) Mapping code to code e) Map the fastest route to destination and reduce the size of RAM 10. MapReduce has its roots in functional programming, eg.. LISP. Which of the following statement(s) is/are TRUE about MapReduce's functional languages? a) A key feature of functional languages is the concept of higher-order functions, or functions that can accept other functions as arguments. b) Two common built-in higher order functions are map and fold, which are used in combination c) Given a list, map takes a functionfas an argument and applies f to all elements in a list. (The function takes a single argument.) d) The application of function to each item in a list (or more generally, to elements in a large dataset) can be parallelized, e) None of the aboveStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started