Skip to main content

SAFe Certification exam question

Qus- What is the recommended length of an Iteration?
Ans - Two weeks
Qes- What is the role of the Product
Owner?
Ans - representing the customer to the Agile team
Qes- What type of information can be easily seen in a Cumulative Flow Diagram?
Ans- WIP Team
Qus- A user story includes which three things?
Ans - Who,what,why
Qes- What is one key benefit of a Backlog Refinement session?
Ans- It provides time to identify dependencies and issues that could impact the next Iteration
Qes- Which statement is true about Iteration Planning?
Ans- It is required for every Iteration to enable fast learning cycles
Qes- When is the System Demo conducted during program execution?
Ans- At the end of every Iteration
Qes- The CALMR approach to DevOps includes Automation, Lean flow, Measurement, and Recovery. What does the "C" represent?
Ans- Culture
Qes- The Daily Stand-up timebox should not exceed how many minutes?
Ans- 15 minutes
Qes - Which activity happens in the Inspect and Adapt workshop?
Ans- A retrospective of the Iteration
Qes- Which statement is true about Features and Stories?
Ans- Features can be larger than an Iteration but Stories should be small enough to fit into an Iteration
Qes- Which two statements describe an Agile Release Train? (Choose two.)
Ans- It is a long-lived, self-organizing, virtual organization of 5-12 Agile Teams that plan, commit, and execute together, It shows the deliverables for the currently committed PI and offers visibility into the next two Pis
Qes- Which statement describes a collocated team?
Ans - A team working in a shared, open work area that enhances communication, constant collaboration, and effective decision-making
Qes- During the Inspect and Adapt event, how are reflection, data collection, problem solving, and identification of improvement actions used?
Ans - To increase the quality and reliability of the next PI
Qes- Which statement defines the purpose of Iteration Planning?
Ans -It is to organize the work and define a realistic scope for the Iteration
Qes- What type of visibility should Product Owners provide during the Agile Release Train Sync?
Ans- Visibility into scope and priority adjustments
Qes- What is one recommended way of splitting Features into Stories during a PI Planning event?
Ans - Implement the simplest variant of the functionality first and then implement the rest as an enhancement
Qes - What should be taken into account when estimating Story point size?
Ans- Complexity
Qes - What are two behaviors of an effective Scrum Master? (Choose two.)
Ans To facilitate the team's progress toward the Iteration goals,To act as a servant leader and exhibit Lean-Agile leadership
Qes- What information does a Cumulative Flow Diagram provide?
Ans- The derived predictability data for the team
Qes- Which statement describes the balance between emergent design and intentional architecture when talking about building in quality?

Ans- It is required for speed of development and maintainability
Qes- Continuous Deployment (CD) has six elements that, when followed, keep each team member, team, and the Agile Release Train on track. Which two statements best describe elements of CD?
Ans- Maintain a staging environment that emulates production ,Automate testing features and Non-functional Requirements
Qes- On the seventh day of the Iteration, the team realizes that they will not complete 5 of the 13 Stories. The Product Owner (PO) says she cannot negotiate the scope of the remaining Stories any further. What is the PO's best course of action?
Ans - Communicate
// 
Qes- What is a major benefit of reducing batch size?
Ans - Increases throughput
Qes- Which statement is true about Iteration Goals?
Ans- They align the team to a common vision of work in the Iteration
Qes Which statement describes the information within a Story?
Ans- A Story provides just enough information for the intent to be understood by both business and technical people
Qes - Which statement describes the event that occurs at the end of each Iteration to identify the team’s opportunities for continuous improvement?
Ans - The Iteration Retrospective
Qes- A team finishes developing all of their Stories in the first six days of the Iteration, tests them in the following two days, and fixes bugs in the days remaining. How is the team behaving?
Ans - They are waterfalling the Iteration
Qes-  What is the duration of a typical PI Planning event?
Ans -2 days
Qes- Product Management is responsible for "what gets built" as defined by the Vision, Roadmap, and what else?
Ans- Program backlog
Qes- he Scrum Master wants to establish a team's initial velocity using normalization. A team has two testers, three developers, one full-time Scrum Master, and a Product Owner split between two teams.
Ans- 40
Qes- Which situation should use the Large Solution SAFe configuration?
Ans- Organizations building Solutions that require more than one Agile Release Train
Qes- What is Scrum?
Ans-
A lightweight process for cross-functional, self-organized teams
Qes- Which statement is true about the purpose of a Work-In-Process constraint?
Ans- It identifies possible constraints for Solution completion
Qes- What is one of the six steps in the Problem Solving Workshop?
Ans- Identify the biggest root cause using the Pareto Analysis
Qes- What are three practices of Extreme Programming (XP)? (Choose three.)
Ans- Pair programming
Continuous Integration
Test-driven Development
Qes- Which statement is true about pair work in the Scaled Agile Framework?
Ans- It comes from pair programming in Extreme Programming (XP)
Qes - What is one responsibility of the Scrum Master?
Ans- o remove impediments in order to help protect the team
Qes- An Agile team has which two characteristics? (Choose two.)
Ans- A group of dedicated individuals who are empowered, self-organizing, self-managing, and deliver features,A small group of typically 5-9 dedicated individuals who have the skills necessary to define, build, and test increments of value
Qes- What does a Program Board help teams identify?
Ans-
Dependencies between teams
Qes- How does a team demonstrate progress?
Ans- With an Iteration Review
Qes- The Release Train Engineer is a servant leader who displays which two actions or behaviors? (Choose two.)
Ans- 1. Creates an environment of mutual influence
2.Listens and supports teams in problem identification and decision-making
Qes- What best supports Innovation in the SAFe House of Lean?
Ans- Visualizing work
Qes- According to the Definition of Done, who must provide final approval prior to the Release
Ans- The Release Management
Qes- Goal of the PI planning event ?
Ans-To create a paln for the upcoming PI showing
Qes- which statement describes a cross-functional team?
Ans- Each team can define ,build and test a component or feature
Qes- A decrease in variability leads to an increase in what?
Ans Predictability

Comments

Popular posts from this blog

Microservice Architecture

Agile development & Deployment is difficult in case of ____ Monolithic Software built as microservices can, by definition, be broken down into multiple component services ? True Separating components with conflicting resource requirements falls under the bucket of _ Microservices Complexity of developing, testing & deploying distributed system, Handling partial failures account to disadvantages of Microservices Benefits of Microservices include - All the options Decomposition of Microservices based on 2 categories namely Business capability , Subdomain Simple to Develop, Test, Deploy, Scale represents ____ Monolithic Is Microservice is considered as subset of SOA ? True The 3Cs of Microservices includes all these except Control Microservice Architecture adapts following concepts All the options The client expects a timely response from the service and might even block while it waits represents__client service interaction styles Synch...

What is Document/View Architecture in MFC?

By default MFC application wizard creats with an skeleton with a document class and another is view class.MFC seperates data management into these two class.The document class store the data and print the data and view display the data and manages the user interaction with it. Notepad is simple example for SDI application. or ALL MFC application which have user interface follow this architecture. Any MFC application creates with two basic skeleton one is document class and another is view class.document manages the data for multiple view,and view class displays the data. MFC document/view architecture makes it easy to support multiple view,multiple document types, splitter windows and other valuable user interface features. . For exm:- in SDI application we have following major class:- 1. CMainFrameApp:- Frame class derived  from the CFrameWnd 2. CMySDIView :- View class derived  from the CView class 3. CMainDoc :- Document class derived  from the CDoc...