Skip to main content

GE5133 Certification Design Phase

 

Define Phase Quiz

1) The Lean Six Sigma DMAIC methodology stands for:
A) Define, Measure, Analyze, Improve, Control

 

2) Effective meetings have the following characteristics: (check all that apply)

A) 1. Clear objectives

2. Good facilitation of discussion, time, note taking

3. Action items

 

3). A stakeholder is the EXTERNAL customer who has a "stake" in the outcome of the project initiative.

A) False

 

4). The first step in collecting Voice of the Customer (VOC) is:

A) Identify who the customer is for VOC

 

5). A quick win is defined as easy to implement, reversible, fast to implement, within the project team's control, and cheap to implement.

A) True

 

6). It is recommended that communication of the improvement project message should be 80% face-to-face meetings.

A) True

7). Typically, DMAIC projects are always conducted at the Level 1 (Core) process of an organization.

A) True

 

8). Resistance to change resulting from an improvement project can cause delays and project failure. The Black Belt and the team should consider developing a plan to identify people who may resist and how to overcome the resistance if it occurs. This plan is called:

A) A Stakeholder Management Plan

9). Statistics is the only important discipline in Lean Six Sigma.

A) False

10). The purpose of developing a SIPOC is to: (check all that apply)

A) Avoid scope creep in the future

2.
Identify process boundaries

11). Prioritizing customer needs can be accomplished using:

A). Kano Analysis

 

12). A tool that provides a high level view of the following elements: customers, outputs, processes, inputs, and suppliers is descriptive of:

A) A SIPOC

13). A project charter problem statement should:

A) All of the above

14). Project goals:

A). Include measurable targets

15). Typical sources of customer information include: (check all that apply)

A) All of the above

16). A "Boiling the Ocean" type project is a good example of a Lean Six Sigma project.

A) False

17). Does the following VOC question introduce bias? "Please describe how great our customer service process is."

A) Yes

18). Why is it important to understand process variation?

A)
All of the above.

19), A tollgate review is a checkpoint that ensures completion of each phase of a DMAIC project.

A) True

20). Define tollgate deliverables do not include:

A) As-Is Process Map

 

Comments

Popular posts from this blog

GE5103-2 Project Management [Aug 23 Syllabus]

    Some of the advantages of using time boxes and cycles in project coordination efforts include creating urgency, measuring progress, and allowing for predictable measurements. A)        True 2.    Even though most project managers are not contract specialists, they need to understand the process well enough to coordinate with the team. For the current assignment, you are looking at a short-term and small effort with a contractor of just a few hours without significant clarity. Which of the following would be the most applicable contract to use in this situation? A)        Time and materials 3. The project you are working on has had modifications to the plan from the start and even how the project is run. Project governance covers all of the 3 following except: A)        Naming The project manager 4. Of the following, which is most likely a trigger condition defined early in t...

GE5093 Design Thinking All Quizzes

  GE---5093-1D2-FA-2021 - Design Thinking Home My courses 2021-FA GE---5093-1D2-FA-2021 Week 1 Reading Quiz 1 Started on Sunday, October 31, 2021, 2:04 PM State Finished Completed on Sunday, October 31, 2021, 2:30 PM Time taken 25 mins 58 secs Grade 8.00  out of 10.00 ( 80 %) Top of Form Question  1 Correct 1.00 points out of 1.00 Flag question Question text A critical finding of Edward Lorenz related to Design Thinking was: Select one: a. An application of the caterpillar effect b. The idea of deterministic chaos or the "Butterfly Effect" c. Business leaders enjoy chaos d. Statistical modeling of weather was fairly accurate in the long term Feedback Your answer is correct. The correct answer is: The idea of deterministic chaos or the "Butterfly Effect" Question  2 Incorrect 0.00 point...

IS5213 Data Science and Big Data Solutions

WEEK- 2 code  install.packages("dplyr") library(dplyr) Rajeshdf = read.csv('c:\\Insurance.csv') str(Rajeshdf)                        str(Rajeshdf) summary(Rajeshdf) agg_tbl <- Rajeshdf %>% group_by(Rajeshdf$JOB) %>%    summarise(total_count=n(),             .groups = 'drop') agg_tbl a = aggregate( x=Rajeshdf$HOME_VAL, by=list( Rajeshdf$CAR_TYPE), FUN=median, na.rm=TRUE ) a QUIZ 2. What famous literary detective solved a crime because a dog did not bark at the criminal? A). Sherlock Holmes 1.  In the Insurance data set, how many Lawyers are there? A).  1031 3. What two prefixes does the instructor use for variables when fixing the missing values? Select all that apply. A). IMP_ M_ 4. What is the median Home Value of a person who drives a Van? A).  204139 5. In the insurance data set, how many missing (NA) values does the variable AGE have? A) 7   1. What...