<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Interview Preparation &#8211; The Tools</title>
	<atom:link href="https://thetools.co.in/category/interview-preparation/feed/" rel="self" type="application/rss+xml" />
	<link>https://thetools.co.in</link>
	<description></description>
	<lastBuildDate>Mon, 15 Jul 2024 14:37:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://thetools.co.in/wp-content/uploads/2024/07/cropped-T-32x32.png</url>
	<title>Interview Preparation &#8211; The Tools</title>
	<link>https://thetools.co.in</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Agile Interview Questions</title>
		<link>https://thetools.co.in/agile-interview-questions/</link>
		
		<dc:creator><![CDATA[Vijay B]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 07:56:56 +0000</pubDate>
				<category><![CDATA[Interview Preparation]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile Interview Question & Answer]]></category>
		<category><![CDATA[Interview]]></category>
		<guid isPermaLink="false">http://bizix.premiumthemes.in/?p=248</guid>

					<description><![CDATA[Lorem ipsum dolor sito amet, conse ctetuer adipiscing elit sed diam nonum nibhie euisod. Facilisis at vero eros et cumsan et iusto odio dignissim qui blandit praesent luptatum zril delenit augue duis dolore te feugait nulla facilisi. Nam liber empori cum solta nobis eleifend option cue nihil imperdiet voluptate velit [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="248" class="elementor elementor-248">
				<div class="elementor-element elementor-element-d7e799a e-flex e-con-boxed e-con e-parent" data-id="d7e799a" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-92ee7f0 elementor-widget elementor-widget-text-editor" data-id="92ee7f0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h3 class="h3faq">1. What is Agile?</h3>
<p class="pfaq"><strong>Ans:</strong> Agile is a software framework of behaviors and approaches encouraging in-time production, which enables customers to receive quality software sooner.</p>
<h3 class="h3faq">2. Discuss the differences between Agile and traditional Project Management (Waterfall)?</h3>
<p class="pfaq"><strong>Ans:</strong> Agile involves iterative project implementation approaches, whereas traditional methods include various project life cycle phases.</p>
<h3 class="h3faq">3. What is the difference between Agile and Scrum?</h3>
<p class="pfaq"><strong>Ans:</strong> The difference between Agile and Scrum -Yes! Agile is a broad umbrella under which Scrum falls and consists of four primary values and twelve principles. Scrum has its own set of principles and values and provides a lighter framework to help the team become agile.</p>
<h3 class="h3faq">4. What are Agile frameworks?</h3>
<p class="pfaq"><strong>Ans:</strong> There are several other frameworks in addition to Scrum, such as:</p>
<ul>
<li>Test-Driven Development</li>
<li>Kanban</li>
<li>Feature-Driven Development</li>
</ul>
<h3 class="h3faq">5. When should you use Waterfall over Scrum?</h3>
<p class="pfaq"><strong>Ans:</strong> Usually, Waterfall is used when the requirements are simple, fully defined, predictable, and understood, and will not change.</p>
<h3 class="h3faq">6. How long does the Scrum cycle last?</h3>
<p class="pfaq"><strong>Ans:</strong> The life of the Scrum cycle depends on the project size and team size. The team size may vary from 3 to 9 members. Usually, it takes 3 to 4 weeks to complete a Scrum sprint.</p>
<h3 class="h3faq">7. What is the Scrum of Scrums?</h3>
<p class="pfaq"><strong>Ans:</strong> Suppose seven teams are working on a project, and each team has seven members. Each team leads its particular Scrum meeting. To coordinate among distinct teams, a separate meeting has to be organized, and that meeting is called Scrum of Scrums. An ambassador represents their team in the Scrum of Scrums.<br />The primary points discussed in the meeting are:</p>
<ul>
<li>Team progress after the last meeting.</li>
<li>The tasks to be done before the next meeting.</li>
<li>The hindrances that the team faces while completing the last task.</li>
</ul>
<h3 class="h3faq">8. Define epic, user stories, and tasks?</h3>
<p class="pfaq"><strong>Ans:</strong> A software feature defined by a customer and itemized in the product backlog is known as an epic. The subdivisions of epics are known as stories.</p>
<ul>
<li><strong>User Stories:</strong> User stories are prepared according to the client&#8217;s perspective, such as project or business functions, and delivered in a particular sprint.</li>
<li><strong>Task: </strong>The user stories are further broken down into various tasks.</li>
</ul>
<h3 class="h3faq">9. Differentiate between Incremental and Iterative development?</h3>
<p class="pfaq"><strong>Ans:</strong> Iterative method: It is a continuous software development process where the software development cycles (Sprint &amp; Releases) are repeated until the final product is achieved.</p>
<ul>
<li><strong>Release 1: </strong>Sprint 1, 2… n</li>
<li><strong>Release n:</strong> Sprint 1, 2 &#8230;n</li>
<li><strong>Incremental development:</strong> It segregates the functionality of the system into increments or portions. In each increment, the functionality segments are delivered through cross-discipline work, from the requirements to the deployment.</li>
</ul>
<h3 class="h3faq">10. What is test-driven development?</h3>
<p class="pfaq"><strong>Ans:</strong> Test-driven development or TDD is also known as test-driven design. In this method, a developer writes an automated test case describing the new function and then creates small codes to pass that test, and later re-factors the new code to meet acceptable standards.</p>
<h3 class="h3faq">11. What do you mean by Scrum poker technique or planning poker?</h3>
<p class="pfaq"><strong>Ans:</strong> The card-based estimation technique is based on a general agreement, which is known as Scrum poker or planning poker. Some features of it are:</p>
<ul>
<li>The first step is for the story of the agile user to be read by the client. Then the estimator understands the features.</li>
<li>There are various planning cards with different numbers for each estimator. The different numbers are the story points.</li>
<li>Until a general agreement is reached, this process is repeated.</li>
</ul>
<h3 class="h3faq">12. What are the principles of agile testing?</h3>
<p class="pfaq"><strong>Ans:</strong> There are some major points regarding agile testing, and they are discussed below:</p>
<ul>
<li>Satisfaction of the customer</li>
<li>A big free clean mode</li>
<li>Customers welcome changes</li>
<li>The business people and the developers work together as a team.</li>
<li>It focuses on essence rather than lengthy documentation.</li>
<li>A face-to-face conversation is appreciated.</li>
<li>Promotion of sustainable development.</li>
</ul>
<h3 class="h3faq">13. What do you mean by the disadvantages of the Agile Model?</h3>
<p class="pfaq"><strong>Ans:</strong> Some of the major disadvantages of the agile system are discussed below:</p>
<ul>
<li>It is not easy to predict. If a big project is assigned, you will have a problem estimating the effort you need to put into that.</li>
<li>Focusing on design and documentation is not always proper.</li>
<li>The end product will not satisfy the customers if the client guidelines are not understood adequately.</li>
<li>The higher authorities will have the highest level of decision-making, which makes the fresher have little knowledge.</li>
</ul>
<h3 class="h3faq">14. What is the right moment to use the agile model?</h3>
<p class="pfaq"><strong>Ans:</strong> There are specific developments and methodologies that can use Agile like crystal methodologies, lean software development features that drove growth, and dynamic development stories that are approved.</p>
<ul>
<li><strong>Work category allocation:</strong> the work category allocation will provide a clear idea about where you are investing your time and also about the priority of the work.</li>
<li><strong>Defect removal awareness:</strong> active members can produce quality products.</li>
<li><strong>The cumulative flow diagram:</strong> It is the uniform workflow checked in which the x-axis represents time, and the y-axis stands for the number of efforts.</li>
<li><strong>The sprint burndown matric:</strong> Helps in keeping track of the completion of the work with the sprint.</li>
<li><strong>Business value delivered:</strong> this is an entity that is concerned with the work efficiency of the team. It is used to measure, and 100 points are associated with every project.</li>
<li><strong>Time coverage:</strong> The time period is measured with the help of the ratio of the number of lines of code that is called by the test suite by the number of relative lines of codes.</li>
<li><strong>Defect resolution time:</strong> This is concerned with the process where the team members detect and fix bugs. There are several processes involved in fixing a bug.</li>
<li>Clearing the picture of the virus</li>
<li>Schedule a fix</li>
<li>Fixation of a defect is done.</li>
</ul>
<h3 class="h3faq">15. What do you mean by release candidate?</h3>
<p class="pfaq"><strong>Ans:</strong> To ensure that during the final development stage, there is no major problem left behind a code or version or a build is released, which is known as a release candidate. This is equivalent to the final build, and it is used for testing.</p>
<h3 class="h3faq">16. Differentiate between agile testing methods and other testing methods?</h3>
<p class="pfaq"><strong>Ans:</strong> In major methodologies of agile testing cases, the code is divided into smaller parts. At one specific time, each branch of code is tested. Also, continuous communication is done on that part of the code. The agile process is more flexible and focused.</p>
<h3 class="h3faq">17. What is Zero sprint in Agile?</h3>
<p class="pfaq"><strong>Ans:</strong> A zero sprint can be defined as the pre-step to the first sprint. Things such as setting up the environment to develop, preparing backlog, etc. that need to be performed before the start of the initial sprint and can be treated as Sprint zero.</p>
<h3 class="h3faq">18. What does story point mean in the scrum?</h3>
<p class="pfaq"><strong>Ans:</strong> The Scrum unit which is used to estimate the effort required to finish or implement a backlog is referred to as a story point in the scrum.</p>
<h3 class="h3faq">19. Why do user stories not estimated in working hours?</h3>
<p class="pfaq"><strong>Ans:</strong> It is not mandatory to estimate user stories in terms of man-hours as it will mean a lack of product quality, which is to be delivered to the customer. In the case of the working hour, more attention is given to the budget and cost management.<br />This is why the story point is necessary as it provides concepts regarding efforts, which are required, and also the complexity of the work.</p>
<h3 class="h3faq">20. In which process does a Scrum master recommend follow-up action items?</h3>
<p class="pfaq"><strong>Ans:</strong> The finest way to follow up on action items is to establish a follow-up of the work to be done by the team members. And the Scrum master will collect this information.</p>
<h3 class="h3faq">21. What are the most critical agile Metrics?</h3>
<p class="pfaq"><strong>Ans:</strong> The following are the critical Agile Metrics:</p>
<ul>
<li><strong>Velocity:</strong> To have a clear about your progress, capacity, and much more keeping track of the velocity is essential. It can be measured by adding all the approved story estimates.</li>
<li><strong>Work category allocation:</strong> the work category allocation will provide a clear idea about where you are investing your time and also about the priority of the work.</li>
<li><strong>Defect removal awareness:</strong> active members can produce quality products.</li>
<li><strong>The cumulative flow diagram:</strong> It is the uniform workflow checked in which the x-axis represents time, and the y-axis stands for the number of efforts.</li>
<li><strong>The sprint burndown matric:</strong> Helps in keeping track of the completion of the work with the sprint.</li>
<li><strong>Business value delivered:</strong> this is an entity that is concerned with the work efficiency of the team. It is used to measure, and 100 points are associated with every project.</li>
<li><strong>Time coverage:</strong> The time period is measured with the help of the ratio of the number of lines of code that is called by the test suite by the number of relative lines of codes.</li>
<li><strong>Defect resolution time:</strong> This is concerned with the process where the team members detect and fix bugs. There are several processes involved in fixing a bug.</li>
<li>Clearing the picture of the virus</li>
<li>Schedule a fix</li>
<li>Fixation of a defect is done.</li>
<li>A report of resolution is handed.</li>
</ul>
<h3 class="h3faq">22. What are the essential qualities a good Agile tester should have?</h3>
<p class="pfaq"><strong>Ans:</strong> A professional Agile tester should have the following qualities:</p>
<ul>
<li>Should quickly understand the necessities</li>
<li>The agile tester knows Agile principles and concepts well</li>
<li>As requirements change continually, the tester should understand the risks involved in it</li>
<li>The ability to communicate among business developers, associates, and tester is a must</li>
</ul>
<h3 class="h3faq">23. Mention the challenges involved in developing Agile Software?</h3>
<p class="pfaq"><strong>Ans:</strong> The various challenges involved in developing Agile Software include:</p>
<ul>
<li>More testing and customers&#8217; involvement</li>
<li>Impacts management more than developers</li>
<li>Each feature needs to be completed before moving on to the next</li>
<li>All the code has to work fine to ensure the application is in a working state</li>
<li>More planning is required.</li>
</ul>
<h3 class="h3faq">24. When not to use Agile?</h3>
<p class="pfaq"><strong>Ans:</strong> Before using Agile methodology, you must ask the following questions:</p>
<ul>
<li>Is functionality split-able?</li>
<li>Are requirements flexible?</li>
<li>Is the customer available?</li>
<li>Is the team skilled enough?</li>
<li>Is it time-constrained?</li>
</ul>
<h3 class="h3faq">25. Explain what does it mean by a product roadmap?</h3>
<p class="pfaq"><strong>Ans:</strong> A product roadmap refers to the holistic view of product features, which creates the product vision.</p>
<h3 class="h3faq">26. What is the product burndown chart?</h3>
<p class="pfaq"><strong>Ans:</strong> It is the description in the form of a graph that shows implemented product backlog is called a burndown chart.</p>
<h3 class="h3faq">27. What is a sprint burndown chart?</h3>
<p class="pfaq"><strong>Ans:</strong> A graph is the representation of the number of implemented sprints and non-implemented sprints in the Scrum cycle.</p>
<h3 class="h3faq">28. What is the Release burndown chart?</h3>
<p class="pfaq"><strong>Ans:</strong> The graph is set to be a Release burndown chart when it is used to depict the pending release.</p>
<h3 class="h3faq">29. What is a defect burn-down chart?</h3>
<p class="pfaq"><strong>Ans:</strong> The number of defects identified and removed is represented by the defect burndown chart.</p>
<h3 class="h3faq">30. Explain some standard metrics for Agile?</h3>
<p class="pfaq"><strong>Ans:</strong> The common metrics for Agile are as follows:</p>
<ul>
<li><strong>Velocity:</strong> It is the average of points from the last 3 to 4 sprints. It is measured with the summation of all the approved story estimates. It provides an idea of progress, capacity, etc.</li>
<li><strong>Cumulative Flow Diagram:</strong> Using the cumulative flow diagram, the user can perform an inspection of the uniform workflow. In this graph, the x-axis represents time, and the y-axis represents the number of efforts.</li>
<li><strong>Work Category Allocation:</strong> It is a critical factor that provides quick information on the time investment, i.e., where the time is being invested, and the elements prioritizing the tasks.</li>
<li><strong>Time Coverage:</strong> It is the time that is given to code during testing. It is the percentage that is calculated as a factor of the lines of code called by the total number of relative lines of code and the test suite.</li>
<li><strong>Business Value Delivered:</strong> It denotes the working team&#8217;s efficiency. These objects are assigned numerical values 1,2,3 and so on according to the priority levels, ROI, and complexity.</li>
<li><strong>Defect Removal Awareness:</strong> It is the factor that helps the working teams to deliver a quality product. It helps to identify the number of defects, and their awareness, and removal play a critical role in providing a high-quality product.</li>
<li><strong>Defect Resolution Time:</strong> It is the process through which the members of the working teams detect the bugs and set priorities for defect resolution. It is the method of fixing bugs or defect resolution compromises of multiple processes such as schedule defect fixation, clearing the defect picture, completing defect fixation, generation, and handling resolution reports.</li>
<li><strong>Sprint Burn Down Metric:</strong> The graph represents the total number of sprints implemented or non-implemented during a Scrum cycle. It helps you to track your work in the sprint.</li>
</ul>
<h3 class="h3faq">31. How is the velocity of the sprint measured?</h3>
<p class="pfaq"><strong>Ans:</strong> If capacity is measured as a percentage of 40 hours week then the work is done = story points * team capacity<br />In case the capacity is measured in terms of man-hours -&gt; story points/team capacity.</p>
<h3 class="h3faq">32. What is the difference between Agile Vs DevOps?</h3>
<p class="pfaq"><strong>Ans:</strong>The differences between Agile vs DevOps are:</p>
<table border="1">
<tbody>
<tr>
<th>Features</th>
<th>Agile</th>
<th>DevOps</th>
</tr>
<tr>
<td>Usage</td>
<td>Developing Software</td>
<td>Deploying software</td>
</tr>
<tr>
<td>Developer tasks</td>
<td>Every person can handle all the tasks</td>
<td>Separate teams for operations and development</td>
</tr>
<tr>
<td>Performance</td>
<td>Since every developer can progress with the task, the agile approach is preferred</td>
<td>Teams need to communicate in order to proceed to the next step</td>
</tr>
<tr>
<td>Communication</td>
<td>Scrum-based approach to communicate</td>
<td>Regular meetings are held</td>
</tr>
<tr>
<td>Programming knowledge</td>
<td>Much needed as it includes development</td>
<td>Deployment needs less programming knowledge when compared to development</td>
</tr>
<tr>
<td>Focus</td>
<td>Quality-focused software development</td>
<td>Improve deployment frequency</td>
</tr>
</tbody>
</table>
<h3 class="h3faq">33. Are there any agile certifications?</h3>
<p class="pfaq"><strong>Ans:</strong> Agile and Scrum certifications are hot in the market and organizations are expecting the candidates to hold one or more of them. Agile Certifications and Scrum certifications are generally preferred by organizations and are listed as follows:</p>
<ul class="ulfaq">
<li>ACP (Agile Certified Practitioner)</li>
<li>PSM (Professional Scrum Master)</li>
<li>ASM (Agile Scrum Master)</li>
<li>CSM (Certified Scrum Master)</li>
<li>Safe Agilist</li>
</ul>
<h3 class="h3faq">34. What are the major agile quality strategies?</h3>
<p class="pfaq"><strong>Ans:</strong> The major agile quality strategies are:</p>
<ul class="ulfaq">
<li>Refactoring</li>
<li>Small feedback cycles</li>
<li>Iterations</li>
<li>Dynamic code analysis</li>
</ul>
<h3 class="h3faq">35. Name some project management tools used in agile?</h3>
<p class="pfaq"><strong>Ans:</strong> Project management Tools used in Agile are listed below:</p>
<ul class="ulfaq">
<li>Version one</li>
<li>X-planner</li>
<li>Icescrum</li>
<li>Rally Software</li>
<li>Agilent</li>
<li>Agilo</li>
</ul>
<h3 class="h3faq">36. Define Product Backlog and Sprint Backlog?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul class="ulfaq">
<li>A product backlog is maintained by the project owner that contains every requirement and feature of the product.</li>
<li>A Spring backlog is treated as a product backlog subset that contains requirements and features related to a particular sprint only.</li>
</ul>
<h3 class="h3faq">37. What is Pair Programming and what state its benefits?</h3>
<p class="pfaq"><strong>Ans:</strong> Pair programming is a technique in which two programmers work as a team where one programmer writes code, and the other one reviews that code. They both can switch their roles.</p>
<p class="pfaq"><strong>Benefits:</strong></p>
<ul class="ulfaq">
<li>Knowledge transfer is smooth: One experienced partner can teach another partner about the codes and techniques.</li>
<li>Code quality: As the second partner simultaneously reviews the code, the chances of mistakes being occurred will reduce.</li>
</ul>
<h3 class="h3faq">38. What is refactoring?</h3>
<p class="pfaq"><strong>Ans:</strong> Modifying code without a change in its functionality to improve performance is called refactoring.</p>
<h3 class="h3faq">39. How can QA add value to an agile team?</h3>
<p class="pfaq"><strong>Ans:</strong> QA provides additional value to the story by thinking differently about distinct scenarios. It gives quick feedback to the developers on whether the new functionality is working fine or not.</p>
<h3 class="h3faq">40. What is the Application Binary Interface?</h3>
<p class="pfaq"><strong>Ans:</strong> Application Binary Interface defines an interface to compile application programs or the low-level interface between an application and the operating system.</p>
<h3 class="h3faq">41. What is a tracer bullet?</h3>
<p class="pfaq"><strong>Ans:</strong> Tracer bullet examines the working and examines the feasibility of an end-to-end process. It is the spike with the current set of practices or architecture.</p>
<h3 class="h3faq">42. What is the increment Explain.</h3>
<p class="pfaq"><strong>Ans:</strong> The increment can be defined as the total of all backlog items of a product during a sprint. Being cumulative, each increment consists of its previous sprint increment values. It should be set to be in the available mode in its subsequent release as it is a step to reach the goal.</p>
<h3 class="h3faq">43. What is Kanban?</h3>
<p class="pfaq"><strong>Ans:</strong> Kanban is a tool that helps teams to keep an eye on the work for measuring its progress. Apart from the progress, the status of a development story can be seamlessly described with the help of the &#8216;kanban board&#8217;.</p>
<h3 class="h3faq">44. How to manage remote teams?</h3>
<p class="pfaq"><strong>Ans:</strong> In the case of outsourced resources, using remote project management tools will help you meet the required remote team management. It helps you know how to get them on board, and manage people, tools, and resources.</p>
<h3 class="h3faq">45. What is meant by the sprint retrospective meeting?</h3>
<p class="pfaq"><strong>Ans:</strong> It is the meeting conducted in the last part of the sprint after the review meeting of a sprint. The whole team will participate in this discussion, which lasts for 2 to 3 hours.</p>
<h3 class="h3faq">46. Can we apply agile methodologies to another testing apart from development and software testing?</h3>
<p class="pfaq"><strong>Ans:</strong> The agile testing methodologies can be applied in the case of biomedical, biophysics, biochemistry, and those places which are having insufficient data and the project needs to complete with a small team.</p>
<h3 class="h3faq">47. What does the term impediment mean?</h3>
<p class="pfaq"><strong>Ans:</strong> Any obstacles that do not allow a smooth flow of work, which results in the underperformance of the team to perform tasks in a better way is known as an impediment.</p>
<h3 class="h3faq">48. What do mean by sprint planning meetings?</h3>
<p class="pfaq"><strong>Ans:</strong> The meeting that involves the entire scrum team from the product owner to the scrum master and other team members is known as a sprint planning meeting. It is arranged to discuss the important feature of the team and also the items of the product backlog.</p>
<h3 class="h3faq">49. Mention the places where the Scrum and Kanban methodologies are used?</h3>
<p class="pfaq"><strong>Ans:</strong> When shifting to the prominent and appropriate process is required, then you use Scrum. When the need is to improve the process that is running provided with lesser changes, then Kanban is used.</p>
<h3 class="h3faq">50. What are the essential qualities to have as a Scrum Master?</h3>
<p class="pfaq"><strong>Ans:</strong> Understanding the purpose and expectations, as well as sharing knowledge, are the primary qualities of a Scrum Master.</p>						</div>
				</div>
					</div>
				</div>
				</div>
		<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img alt='Vijay B' src='https://secure.gravatar.com/avatar/ba7e054780bdd93bce3c91cb5314838d0bb95c5c734ad86553d8ebb836ecb0c8?s=100&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/ba7e054780bdd93bce3c91cb5314838d0bb95c5c734ad86553d8ebb836ecb0c8?s=200&#038;d=mm&#038;r=g 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></div><div class="saboxplugin-authorname"><a href="https://thetools.co.in/author/thetoolsadmin/" class="vcard author" rel="author"><span class="fn">Vijay B</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div></div></div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Scrum Master Interview Questions</title>
		<link>https://thetools.co.in/scrum-master-interview-questions/</link>
		
		<dc:creator><![CDATA[Vijay B]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 07:55:51 +0000</pubDate>
				<category><![CDATA[Interview Preparation]]></category>
		<category><![CDATA[Interview Question]]></category>
		<category><![CDATA[scrum master]]></category>
		<category><![CDATA[Scrums Master Q&A]]></category>
		<guid isPermaLink="false">http://bizix.premiumthemes.in/?p=246</guid>

					<description><![CDATA[TOP 50 SCRUM MASTER INTERVIEW QUESTIONS PROVIDED BY THE TOOLS 1. What is Scrum? Ans: Scrum is an Agile framework that can help teams work together. Scrum can enable teams to learn from experiences, self-organize while working on problems, to reflect on their victories and failures, to make improvements. This [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="246" class="elementor elementor-246">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-3ff238fb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3ff238fb" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a66e7e7" data-id="a66e7e7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9b3287e elementor-widget elementor-widget-text-editor" data-id="9b3287e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h2 style="font-size: 16px;"><strong>TOP 50 SCRUM MASTER INTERVIEW QUESTIONS PROVIDED BY THE TOOLS</strong></h2>
<h3>1. What is Scrum?</h3>
<p><strong>Ans:</strong> Scrum is an Agile framework that can help teams work together. Scrum can enable teams to learn from experiences, self-organize while working on problems, to reflect on their victories and failures, to make improvements. This Agile Scrum interview question is often used as a starter question to get the interview moving.</p>
<h3>2. Define the roles in Scrum?</h3>
<p><strong>Ans:</strong> Product Owner: The product owner is an individual who is responsible for increasing the ROI by determining product features, prioritizing these features into a list, what needs to be focused on the upcoming sprint, and much more. These are constantly re-prioritized and refined. Scrum Master: This individual helps the team in learning to apply Scrum to ensure optimum business value. The scrum master removes impediments, shields the team from distractions, and enables them to adopt agile practices. Scrum Team: They are a collection of individuals who work together to ensure that the requirements of the stakeholders are delivered.</p>
<h3>3. What are the responsibilities of the Scrum Team?</h3>
<p><strong>Ans:</strong> The Scrum Team is one that’s self-organizing and involves five to seven members. The following are their responsibilities: Working products must be developed and delivered during each sprint. Ownership and transparency must be ensured for the work assigned to the team members. Correct and crisp information must be provided to ensure a successful daily scrum meeting. They must collaborate with the team and themselves.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-1fcf8e6 elementor-widget elementor-widget-text-editor" data-id="1fcf8e6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h3>4. Differentiate Between Agile and Scrum.</h3>
<p><strong>Ans:</strong> The difference between Agile and Scrum is a very fundamental and common Agile Scrum interview question asked in an interview.</p>
<table border="1">
<tbody>
<tr>
<th>Agile</th>
<th>Scrum</th>
</tr>
<tr>
<td>It is a set of principles that’s iterative and incremental in nature</td>
<td>It is an implementation of the Agile methodology</td>
</tr>
<tr>
<td>It is suited for projects involving a small team of experts</td>
<td>It is used in teams that need to handle constant changing requirements</td>
</tr>
<tr>
<td>The project head takes care of all tasks and is vital to the project</td>
<td>There is no leader. Issues are handled by the scrum master and the team</td>
</tr>
<tr>
<td>Changes cannot be handled frequently</td>
<td>Teams can react to changes quickly</td>
</tr>
<tr>
<td>It requires frequent delivery to the end-user</td>
<td>Sprints provide workable builds of the final product to the user for feedback</td>
</tr>
<tr>
<td>There are face-to-face interactions between cross-functional teams</td>
<td>There are daily stand-up meetings help with collaboration</td>
</tr>
<tr>
<td>Design and execution is simple</td>
<td>Design and execution can be innovative and experimental</td>
</tr>
</tbody>
</table>						</div>
				</div>
				<div class="elementor-element elementor-element-0b71c5c elementor-widget elementor-widget-text-editor" data-id="0b71c5c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h3>5. What are the Artifacts of the Scrum Process?</h3>
<p><strong>Ans:</strong> The artifacts of the Scrum process include: Product Backlog: It is a list that consists of new features, changes to features, bug fixes, changes to the infrastructure, and other activities to ensure a particular output can be obtained. Sprint Backlog: It is a subset of the product backlog that contains tasks focused on by the team to satisfy the sprint goal. Teams first identify the tasks to be completed from the product backlog. These are then added to the sprint backlog. Product Increment: It is a combination of all product backlog items completed in a sprint and the value of previous sprints&#8217; increments. The output must be in usable condition, even if the product owner doesn’t release it.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-38923c0 elementor-widget elementor-widget-text-editor" data-id="38923c0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h3>6. How are the Product and Sprint Backlog different from one another?</h3>
<p><strong>Ans:</strong></p>
<table border="1">
<tbody>
<tr>
<th>Product Backlog</th>
<th>Sprint Backlog</th>
</tr>
<tr>
<td>It is a list of items that need to be completed for developing the product</td>
<td>It is a list of items to be completed during each sprint</td>
</tr>
<tr>
<td>The backlog is collected from the customer by the product owner and assigned to the team</td>
<td>The team collects the backlog from the product owner and sets up the time frame for the sprint</td>
</tr>
<tr>
<td>It has a specific end goal</td>
<td>It is specific to a sprint</td>
</tr>
<tr>
<td>Based on customer vision</td>
<td>Can vary based on product vision defined by the product owner</td>
</tr>
<tr>
<td>It’s independent of the sprint backlog</td>
<td>It’s dependent on the product backlog</td>
</tr>
<tr>
<td>The product owner maintains the backlog until the project is complete</td>
<td>Each new sprint has backlogs added by the team</td>
</tr>
</tbody>
</table>						</div>
				</div>
				<div class="elementor-element elementor-element-8a41ea7 elementor-widget elementor-widget-text-editor" data-id="8a41ea7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h3 class="h3faq">7. Who is a Scrum Master? And what does he/she do?</h3>
<p class="pfaq"><strong>Ans:</strong> A Scrum Master is someone who promotes and supports the usage of Scrum within the team.</p>
<ul>
<li>He/She Understanding the theory, practices, rules, and values of Scrum.</li>
<li>He/She Ensuring that the team follows the values, principles, and practices of Scrum.</li>
<li>They Removing any distractions and impediments that hamper the progress of the project.</li>
<li>They Ensuring that the team delivers value during the sprint.</li>
</ul>
<h3 class="h3faq">8. What happens in Daily Stand-up sessions?</h3>
<p class="pfaq"><strong>Ans:</strong> Stand-up sessions are daily discussions that take place and are usually 15 minutes long. Daily Stand-up sessions help understand:</p>
<ul>
<li>What tasks went well.</li>
<li>What tasks were completed.</li>
<li>What tasks are pending, and</li>
<li>The obstacles the team is facing</li>
</ul>
<p class="pfaq">The meeting helps in understanding the overall scope and status of the project. Further discussions can take place after the stand-up sessions.</p>
<h3 class="h3faq">9. What is Scrum-ban?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>Scrum-ban is a methodology that&#8217;s a combination of Scrum and Kanban. It can be used to meet the needs of the team, minimize the batching of work, and adopt a pull-based system.</li>
<li>It ingeniously includes the structure of Scrum and the flexibility and visualization of Kanban.</li>
</ul>
<h3 class="h3faq">10. What is Sprint 0 and Spike?</h3>
<p class="pfaq"><strong>Ans:</strong> Sprint 0 refers to the small amount of effort put in to create a rough skeleton of the product backlog. It also includes insights towards estimating the release of products. Sprint 0 is required for:</p>
<ul>
<li>Creating the project skeleton, along with research spikes</li>
<li>Keeping minimal design</li>
<li>Developing some stories completely</li>
<li>Having low velocity and being lightweight</li>
</ul>
<p>The spike is a set of activities that involve Extreme Programming (XP) for research, design, investigation, creating POCs, etc.</p>
<p>The spike aims to reduce risks of the technical approach, helping gain knowledge to better understand requirements and improve reliability</p>
<h3 class="h3faq">11. What is ‘Scrum of Scrums’?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>It is a terminology used for scaled agile technologies, which is required to control and collaborate with multiple scrum teams. It is best used in situations where teams are collaborating on complex assignments.</li>
<li>It is also used to ensure that the required transparency, collaboration, adaption, and adoption are established and to ensure that the products are deployed and delivered.</li>
</ul>
<h3 class="h3faq">12. What is User-Story Mapping?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>User story mapping represents and arranges user stories that help with understanding system functionalities, system backlog, planning releases, and providing value to customers.</li>
<li>They arrange user stories based on their priority on the horizontal axis. On the vertical axis, they are represented based on the increasing levels of sophistication.</li>
</ul>
<h3 class="h3faq">13. What happens in a Sprint Retrospective?</h3>
<p class="pfaq"><strong>Ans:</strong> The sprint retrospective takes place after the sprint review. During this meeting, past mistakes, potential issues, and new methods to handle them are discussed. This data is incorporated into the planning of a new sprint.</p>
<h3 class="h3faq">14. What is Empirical Process Control in Scrum?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>Empiricism refers to work that’s based on facts, experiences, evidence, observations, and experimentation. It is established and followed in Scrum to ensure project progress and interpretation is based on facts of observations.</li>
<li>It relies on transparency, observation, and adaption.</li>
<li>The mindset of the team and the shift in thought process and culture are essential to achieve the agility required by the organization.</li>
</ul>
<h3 class="h3faq">15.What are Some drawbacks to using Scrum?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>Scrum requires individuals with experience</li>
<li>Teams need to be collaborative and committed to ensuring results</li>
<li>A scrum master with lesser experience can cause the collapse of the project</li>
<li>Tasks need to be well defined, lest the project has many inaccuracies</li>
<li>It works better for smaller projects and is difficult to scale to larger, more complex projects</li>
</ul>
<h3 class="h3faq">16.What are the key skills of a Scrum Master?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>A strong understanding of Scrum and Agile concepts</li>
<li>Fine-tuned organizational skills</li>
<li>Familiarity with the technology used by the team</li>
<li>To be able to coach and teach the team to follow Scrum practices</li>
<li>Having the ability to handle conflicts and resolve them quickly</li>
<li>To be a servant leader</li>
</ul>
<h3 class="h3faq">17.How can discord be dealt with within the Scrum Team?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>The issue’s root cause needs to be identified and addressed</li>
<li>Complete ownership needs to be established</li>
<li>Try to diffuse the disagreement</li>
<li>Emphasize on focus areas that complement the project</li>
<li>A common understanding needs to be established to guide the team</li>
<li>Performing continuous monitoring and providing complete visibility</li>
</ul>
<h3 class="h3faq">18. What is a User Story?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>A user story is an agile software development/ project management tool that provides teams with simple, natural language explanations of one or more features of the project that’s written from the perspective of the end-user.</li>
<li>The user story doesn’t go into detail but only mentions how certain types of work will bring value to the end-user. The end-user, in this case, could be an external component or an internal customer/colleague within the organization.</li>
<li>They also form the building block of agile frameworks like epics and other initiatives.</li>
<li>They ensure that the teams work towards the goals of the organization, with the help of epics and initiatives.</li>
<li>The requirements to make a user story a reality are added later, after discussions with the team.</li>
<li>They are recorded on post-it notes, index cards, or project management software.</li>
</ul>
<h3 class="h3faq">19. How are user stories, epics, and tasks different?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li><strong>User Stories:</strong> They provide the team with simple explanations of the business’ requirements created from the end user&#8217;s perspective.</li>
<li><strong>Epics:</strong> An epic is a collection of related user stories. They are usually large and complex.</li>
<li><strong>Tasks:</strong> Tasks are used to break down user stories further. They’re the smallest unit in Scrum that is used to track work. A person or a team of two people usually work on a task.</li>
</ul>
<h3 class="h3faq">20. What is a Sprint?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>Sprint is a terminology used in Scrum, used to describe a time-boxed iteration.</li>
<li>During a sprint, a specific module or feature of the product is created.</li>
<li>The duration of a sprint can vary between a week or two.</li>
</ul>
<h3 class="h3faq">21. What is Velocity?</h3>
<p class="pfaq"><strong>Ans:</strong> Velocity is a metric used to measure the amount of work completed by a team during a sprint. It refers to the number of user stories completed in a sprint.</p>
<h3 class="h3faq">22. What are the responsibilities of a Product Owner?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>Defines the vision for the project.</li>
<li>Anticipates the needs of the customer and creates appropriate user stories.</li>
<li>Evaluates project progress.</li>
<li>Acts as a liaison for all product-related questions.</li>
</ul>
<h3 class="h3faq">23. What is a Burnup and Burndown Chart?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>A burnup chart is a tool that’s used to track the amount of work that’s been completed and to represent the total amount of work that needs to be done for a sprint/project.</li>
<li>A burndown chart represents how fast working through user stories is. It shows total effort against the amount of work for each iteration.</li>
</ul>
<h3 class="h3faq">24. How is Estimation Done in a Scrum Project?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>The estimation of user stories is done based on their difficulty</li>
<li>A particular scale is used to assess the difficulty of the user stories. Some type of scales are:
<ul>
<li>Numeric Sizing (1 &#8211; 10)</li>
<li>T-shirt Sizes (S, M, L, XL…)</li>
<li>Fibonacci Series (1, 2, 3, 5, 8…)</li>
<li>Dog breeds (Great Dane, Chihuahua…)</li>
</ul>
</li>
</ul>
<h3 class="h3faq">25. What are some risks in Scrum? How are they handled?</h3>
<p class="pfaq"><strong>Ans:</strong> Some types of risks in Scrum are:</p>
<ul>
<li>Budget: The risk of exceeding budgets</li>
<li>People (team): Team members need to be of appropriate skill and capability</li>
<li>Sprint (duration and deliverables): Exceeding the duration, addition of the scope of work</li>
<li>Product (user stories, epics): Having ill-defined user stories and epics</li>
<li>Knowledge and capability: Having the appropriate resources</li>
</ul>
<p>Managing risks involves identifying, assessing, analyzing, defining, and implementing risk responses, monitoring, and managing them. These are done on a continual basis right from the starting of the project until completion. It is essential to understand that the impact of the risk is based on the proximity of the actual occurrence of the risk.</p>
<h3 class="h3faq">26. How does a Scrum Master track Sprint progress?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>Daily Scrum meetings</li>
<li>Scrum retrospectives</li>
<li>Sprint planning</li>
<li>Escaped defects</li>
<li>Defect density</li>
<li>Sprint burndown</li>
<li>Team velocity</li>
</ul>
<h3 class="h3faq">27. How to deal with Scope Creep?</h3>
<p class="pfaq"><strong>Ans:</strong> Score creep refers to a change that’s uncontrolled and added without checking its impact on scope, time, cost, etc.</p>
<p>To handle it, here’s what needs to be done:</p>
<ul>
<li>Close monitoring of work being done on a day-to-day basis.</li>
<li>Understanding and communicating the vision to the team and ensuring they’re aligned.</li>
<li>Capturing, reviewing the project requirements regularly (against what is delivered), to emphasize to the team &amp; customer about the requirements signed off.</li>
<li>Ensuring that any changes introduced go through change control &amp; are implemented based on the approval for change request.</li>
<li>Avoid gold plating.</li>
</ul>
<h3 class="h3faq">28. What are MVP and MMP?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>Minimum viable product (MVP) is a Lean Startup concept that stresses the impact of learning while performing product development. This allows one to test and understand the idea by getting exposed to the initial version for target customers &amp; users. To accomplish this, one has to collect all the relevant data and learn from that collected data. The thought behind MVP is to produce the product, to provide access to the users, and to observe how the product is used, perceived, and understood. This will also provide more insight towards what the customers’ or users’ needs are.</li>
<li>The MMP (Minimal Marketable Product) refers to the description of the product, which will have a minimal number of features that address the requirement of the users. The MMP would help also help the organization reduce the time to market</li>
</ul>
<h3 class="h3faq">29. What does DoD mean?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>Definition of Done (DoD) refers to the collection of deliverables, which includes written codes, comments on coding, unit tests, integration testing, design documents, release notes, etc. This adds verifiable and demonstrable values to project development. DoD is very helpful to scrum while identifying the deliverables to achieve the objective of the projects</li>
<li>It helps with:
<ul>
<li>Defining the steps required to deliver the iteration</li>
<li>The usage of appropriate tools like burndown to make the process more effective</li>
<li>Ensuring on-time feedback throughout the project life cycle</li>
<li>Ensuring the walkthrough of the product backlog items are done and understood correctly</li>
<li>The creation of a checklist for the product backlog items</li>
<li>Ensuring the DoD is defined to become task-oriented</li>
<li>Involving the product owner for reviewing during the sprint and sprint retrospective</li>
</ul>
</li>
</ul>
<h3 class="h3faq">30. How can a Scrum Master be a Servant Leader?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>The term &#8220;servant leader&#8221; mainly focuses on the service orientation which a leader should demonstrate.</li>
<li>The Scrum Master needs to be a facilitator, a guide, a mentor, etc.</li>
<li>This helps the team have increased involvement, empowerment, etc.</li>
</ul>
<h3 class="h3faq">31.How can you coordinate between multiple teams?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<ul>
<li>One of the most common approaches for this is the Scrum of Scrums (SoS) meeting, where members representing each scrum team discuss the progress, performance, issues, risks, etc. together.</li>
<li>The frequency of these meetings must be pre-defined. Generally, scrum masters would represent a particular scrum team, besides having the Chief Scrum Master (whose responsibility is coordination &amp; collaboration among all the scrums) who facilitates these meetings.</li>
</ul>
<h3 class="h3faq">32.What are the Scrum values?</h3>
<p class="pfaq"><strong>Ans:</strong>The five Scrum Values are:</p>
<ul>
<li><strong>Openness:</strong> In order for the Scrum team to make the most progress in the shortest time feasible, each member of the team must be completely honest about their personal development. The objective of the daily Scrum meeting is to identify and address problems. That will happen only if team members are open about any issues or roadblocks they&#8217;re seeing. Members of the team should be willing to work together and regard each other as important contributions to the project&#8217;s success.<br />Scrum masters can create openness by being honest with their teams. Giving honest feedback at daily Scrum meetings inspires team members to be open and honest in return and is important for making necessary modifications.</li>
<li><strong>Courage:</strong> Scrum teams must have the courage to be authentic, open, and honest with themselves and stakeholders about any bottlenecks they experience and the project&#8217;s progress. Members of the team must also be gutsy enough to ask for help when they need it, try unfamiliar procedures, techniques, and respectfully disagree and debate openly. Scrum masters should foster courage first and foremost by demonstrating it just like respect. In order to avoid mid-sprint modifications or scope creep, the Scrum Master must have the confidence to stand up to product owners and stakeholders.</li>
<li><strong>Focus:</strong>To get the most out of each sprint, every team member must remain focused on the task at hand and how it influences the sprint goal. To keep team members engaged throughout sprints, scrum masters may limit the number of tasks or priority allocated to each team member. Individuals can also stay on task by making sure that the whole team is engaged in daily Scrum sessions.</li>
<li><strong>Respect:</strong>In a Scrum team, respect is accepting that no one person or contribution is more valuable than the other. Respect means appreciating your accomplishments, trusting your teammates to fulfill their tasks and also considering their ideas, and listening to them. Scrum masters may help their teams create mutual respect by demonstrating respect for the team members, product owners, and stakeholders.</li>
<li><strong>Commitment:</strong>To achieve a common purpose, scrum teams must work together. This means trusting one another to finish their tasks and deliver their best. It will only happen only if every member of the team is entirely committed to the team and the project.</li>
</ul>
<h3 class="h3faq">33.How would you handle conflict within the team?</h3>
<p class="pfaq"><strong>Ans:</strong>Giving individual coaching to team members is one of the most effective strategies to resolve a problem. It is imperative for a Scrum Master to maintain positive relationships with team members and provide guidance when they face challenges.</p>
<p>For a Scrum Master, paying attention to the source of the problem and listening and acting accordingly would go a long way. Any disagreements should be shared with other team members in a manner that they would be open to suggestions for resolving the issue. When a conflict arises, the Scrum Master must intervene so that the process runs smoothly and without hiccups.</p>
<p>The following steps help in handling conflicts within the team:</p>
<p>Step 1 &#8211; Scene setting</p>
<p>First, we must determine the source of the team&#8217;s quarrel. Before taking any action, it is necessary to understand the discrepancy between two groups or two persons. In times of dispute, Scrum Masters typically react aggressively against team members in the hopes of resolving the conflict on their own. However, while this may temporarily cure the problem, it does not address any underlying concerns. The Scrum Master must lead the team and teach them that disagreement is a regular occurrence in the workplace and it can be resolved with assertiveness. It is the leader&#8217;s responsibility to guarantee that team members&#8217; concerns are acknowledged and addressed.</p>
<p>Step 2 &#8211; Gathering Information</p>
<p>Gathering facts about the conflict is usually crucial before coming to a conclusion about a certain individual or suppressing the topic. This could be accomplished by listening to each party separately and comprehending the situation from their point of view. The Scrum Master should also consider other team members&#8217; perspectives and also respect every team member’s decisions. As a result, the Scrum Master must elicit everyone&#8217;s assistance in order to gain a picture of the workplace conflict.</p>
<p>Step 3 &#8211; Brainstorming to find a solution</p>
<p>It is often impossible for the leader to resolve problems on his or her own. Furthermore, several members of the Scrum Team would have better answers that would quickly remedy the problem. Organizing spontaneous group talks and sharing opinions on various activities would stimulate good discourse between the two people or groups in these situations. This would urge both sides to see things from the other&#8217;s perspective. This also provides opportunities for superior ideas to be pushed and for the disparity to be bridged.</p>
<p>Step 4 &#8211; Solution conferring</p>
<p>Listing all of the possible answers to an issue would only be useful if those solutions were put into action. Scrum Master removes the team&#8217;s roadblocks by implementing the solution in this step. Throughout the conflict resolution process, remembering to stay calm and respectful will aid in a speedier and more efficient resolution.</p>
<h3 class="h3faq">34.How would you deal with a difficult stakeholder?</h3>
<p class="pfaq"><strong>Ans:</strong>The four strategies by which we can deal with difficult stakeholders are:</p>
<ol>
<li><strong>Listen to them carefully:</strong>Make an effort to comprehend their point of view. If what they say aggravates you, consider whether their needs are in line with the project&#8217;s goals. Is it possible that they want things done a little differently? Make efforts to discover some common ground. People desire to be understood and to believe that their voices are heard.</li>
<li><strong>Estimate their motivation:</strong>Try to understand the motivation behind the stakeholders’ opposition. This will allow you to compromise, and come up with a win-win solution, and complete the project. Answer questions like &#8211; Are they reporting to a board of directors that has its own reservations? What&#8217;s the source of your stakeholders&#8217; sudden opposition? Are they concerned about exceeding their budget? Concerned that the project may not turn out as planned?</li>
<li><strong>Meet them one after another:</strong>Meeting without other stakeholders in the room relieves stress and allows the stakeholders’ to be more at ease. So, make time to meet with each challenging stakeholder separately. This results in interactions becoming clearer and calmer. Take advantage of this chance to learn more about their point of view and recommended solutions. However, don&#8217;t ask them why they don&#8217;t like your plan outright. Ask open-ended inquiries about their thoughts and how the project is moving instead.</li>
<li><strong>Watch the stakeholders closely by identifying them:</strong>Determining the stakeholders and finding out what inspires them should be the first step. Anyone who is influenced by our work has control or influence over it or is interested in its success is referred to as a stakeholder.</li>
</ol>
<h3 class="h3faq">35.What are the three pillars of Scrum?</h3>
<p class="pfaq"><strong>Ans:</strong> The three pillars of Scrum are summarized below &#8211;</p>
<ul>
<li><strong>Adaption:</strong>The method being processed must be changed if an inspector determines that one or more aspects of a process are outside of permitted limits. A correction must be made as quickly as possible to avoid future deviation.</li>
<li><strong>Transparency:</strong>Transparency mandates that those elements be specified by a consistent standard in order for viewers to understand what they are viewing. For example, while referring to the process, all participants must use the same terminology. Those reviewing as well as those executing the job and the resulting addition must have the same definition of &#8220;done.&#8221;</li>
<li><strong>Inspection:</strong>Scrum users must check Scrum artifacts and progress toward a Sprint Goal on a regular basis to discover unwanted deviations. Inspections should not be carried out so frequently that they constitute a burden to their work. Inspections are most successful when skilled inspectors do them attentively at the point of work.</li>
</ul>
<h3 class="h3faq">36.Explain user story structure with an example.</h3>
<p class="pfaq"><strong>Ans:</strong> The User Story Structure is defined below &#8211;</p>
<p>User Story Structure:</p>
<p>As a &lt; role of user&gt;,</p>
<p>I want &lt; To achieve a goal / perform a task&gt;,</p>
<p>I want &lt; To achieve a goal / perform a task&gt;,</p>
<p>So that &lt; I may achieve some value/goal&gt;.</p>
<p>Example:</p>
<p>User Story of a person’s online course purchase &#8211;</p>
<p>As a Customer,</p>
<p>I want to purchase educational courses online from ed-tech websites,</p>
<p>So that I do not have to visit a training center.</p>
<h3 class="h3faq">37.How can you assure that the user stories meet the requirements?</h3>
<p class="pfaq"><strong>Ans:</strong></p>
<p>A good user narrative includes both a description and acceptance criteria. It should be completed in a sprint with the fewest possible dependencies. The team should be able to develop and test while still delivering estimations within the sprint&#8217;s constraints. In short, good user stories adhere to the INVEST concept.</p>
<p>I → Independent: The user story should be written in such a way that team members are less dependent on one another.</p>
<p>N → Negotiable: it should define the functionality of the user story and is subject to the Product Owner and the Team’s approval.</p>
<p>V → Valuable: It should offer value to the customer&#8217;s experience.</p>
<p>E → Estimable: This lets us be able to roughly approximate in terms of time.</p>
<p>S → Small: The user story should be tiny enough for the team to finish in a sprint.</p>
<p>T → Testable: Good acceptance criteria after testing is required.</p>
<h3 class="h3faq">38.What are the five steps of Risk Management?</h3>
<p class="pfaq"><strong>Ans:</strong> The five steps of Risk Management are given below &#8211;</p>
<ul>
<li><strong>Risk Identification:</strong> To identify the risks that your company is exposed to in its current operating environment. There are several types of risks, such as market risks, legal risks, regulatory risks, environmental risks, etc. It&#8217;s crucial to be aware of as many risk factors as possible.</li>
<li><strong>Risk Analysis:</strong> Once a risk has been identified, it must be investigated. The scope of the danger must be determined. It&#8217;s also important to understand the connection between other internal factors and risk. It&#8217;s critical to determine the risk&#8217;s severity and importance by examining how it affects the business operations.</li>
<li><strong>Ranking the risk:</strong> Risks must be ranked and prioritized. Most risk management solutions include numerous risk categories based on the severity of the danger. Risks that may cause minor discomfort are prioritized the least, but risks that can result in significant loss are prioritized the highest.</li>
<li><strong>Treating the risk:</strong> As much as possible, all risks should be avoided or reduced by contacting experts in the field in question. In a manual environment, this would include contacting each and every stakeholder and setting up meetings for everyone to discuss the issues.</li>
<li><strong>Risk review:</strong>To ensure that it has been entirely eradicated, the risk evaluation is done.</li>
</ul>
<h3 class="h3faq">39.What do you mean by timeboxing in Scrum? When can a Sprint be canceled, and by whom?</h3>
<p class="pfaq"><strong>Ans:</strong> Timeboxing is the practice of devoting a set amount of time to a single activity. A timebox is a unit of time measurement. A timebox should not exceed 15 minutes in length. A Sprint can be canceled before the Sprint timebox limit ends. Only a Product Owner can cancel the sprint.</p>
<h3 class="h3faq">40.What do you understand about Scope Creep? How can Scope Creep be managed?</h3>
<p class="pfaq"><strong>Ans:</strong>Scope creep is used to describe how a project&#8217;s requirements tend to grow over time, like &#8211; a single deliverable product becomes five when a product with three essential features becomes ten, or when the customer&#8217;s needs change midway through a project, requiring a reassessment of the project requirements. Changes in project needs from internal miscommunication and disagreements, and key stakeholders are some of the common causes of scope creep.</p>
<p>To manage scope creep, we need to use the change control mechanism to keep it under control. This includes the following &#8211;</p>
<ul>
<li>Maintaining a baseline scope and keeping track of the project&#8217;s progress.</li>
<li>To evaluate actual work performance metrics to the baseline scope, i.e., &#8220;How different is the current project from the original plan?&#8221;, we need to perform Variance analysis.</li>
<li>Identifying the severity and source of the observed alterations.</li>
<li>Selecting whether to take preventive or corrective action in response to requests regarding changes.</li>
<li>To recommend actions and manage all change requests by using the Perform Integrated Change Control method (whether preventive or corrective).</li>
</ul>
<h3 class="h3faq">41.When should a Scrum Master not act as a facilitator?</h3>
<p class="pfaq"><strong>Ans:</strong> A workshop facilitator must be objective when it comes to the topics being discussed and should avoid contributing facts or opinions to the conversation. Even though a Scrum Master&#8217;s job is to assist the team in achieving the best possible results, workshop facilitation can be challenging at times. Most of the general product development workshops can be facilitated by the Scrum Master if someone has the required knowledge. The Scrum Master should not facilitate a workshop about modifying the Scrum process.</p>
<h3 class="h3faq">42.How do you make different stakeholders attend daily scrum meetings?</h3>
<p class="pfaq"><strong>Ans:</strong>The coordination of business people and developers defines the success of a project. The scrum master should conduct the daily standup meetings and encourage all stakeholders to be a part of the call by explaining the impact it will have on the project. The motive of the daily scrum is to know whether or not they will reach the sprint goal. If all stakeholders are present on the call, they can see a clear picture of the product development and change their priorities to meet the set expectations. Problems faced by different parties are also discussed here to bring everyone together.</p>
<h3 class="h3faq">43.What is the structure of a good story?</h3>
<p class="pfaq"><strong>Ans:</strong> The structure of a good user story is as follows:</p>
<ol>
<li>Who are we building it for, and who are the users? &#8211; As a &lt; type of user&gt;</li>
<li>What are we building, and what is the intention? -I want &lt; some goal or objective &gt;</li>
<li>Why are we building it, and what value does it bring for the user.? &#8211; So that &lt; benefit, value&gt;</li>
</ol>
<p>Well-formed stories will meet the criteria of Bill Wake&#8217;s INVEST acronym:</p>
<ol>
<li>Independent &#8211; Does your story have the potential to be stand-alone?</li>
<li>Negotiable &#8211; Your story should have the scope to make adjustments.</li>
<li>Valuable &#8211; There has to be some takeaway for users or customers.</li>
<li>Estimable &#8211; The team should be able to use it for planning.</li>
<li>Small &#8211; Longer stories take more time to plan and implement. Keep your story short.</li>
<li>Testable &#8211; Can you test the story?</li>
</ol>
<h3 class="h3faq">44.What is the role of a Scrum Master in a sprint retrospective?</h3>
<p class="pfaq"><strong>Ans:</strong> The scrum master in sprint retrospective inspects the progress of previous improvements. With the help of team discussion, new improvements are also inspected and adapted. Scrum Master plays the role of a facilitator for the team.</p>
<h3 class="h3faq">45.How can Scrum Masters ensure timely delivery of action items?</h3>
<p class="pfaq"><strong>Ans:</strong> Regular scrum retrospective ensures timely delivery of action items. An effective retrospective makes sure that the team has identified the action items. Some organizations use a retrospective tracker to monitor action items. Here are the targeted categories: priority, ownership, status, description, identified on, and type. Working on the action items gives the team a boost that they are moving towards improvement and enhances the sense of ownership.</p>
<h3 class="h3faq">46.What exactly do you mean by Sprint in Scrum?</h3>
<p class="pfaq"><strong>Ans:</strong> A Sprint is at the heart of Scrum. An incremental product is released every two weeks or every month. After the previous Sprint gets completed, a new Sprint begins. It breaks down large projects into smaller, more manageable chunks. It allows companies to produce high-quality work more frequently and quickly, making project management easy. Sprints have made them more adaptable to changes. Daily scrums, Sprint planning, sprint review, development work, and sprint retrospectives are part of a sprint.</p>
<ul>
<li>The Scrum Team as whole plans the work that gets accomplished during the Sprint planning phase.</li>
<li>The Scrum Team values efforts and develops a plan for the following day during the Daily Scrum Meeting, a timed 15-minute session.</li>
<li>At the end of each Sprint, a Sprint Review gets held to evaluate the increment and, if necessary, make changes to the Product Backlog.</li>
<li>A Sprint Retrospective is held after the Sprint Review but before the subsequent Sprint Planning. The Scrum Team will evaluate its performance and develop a plan for implementing changes during the following Sprint during this meeting.</li>
</ul>
<h3 class="h3faq">47.What does the concept of Confidence Vote mean in Scrum? Why is it vital?</h3>
<p class="pfaq"><strong>Ans:</strong> The Confidence Vote gets held at the Program Increment Planning session following the risk analysis. It is when all team members assemble and voice their opinions and vote with their fingers on their confidence level in completing the PI Targets. The confidence vote can be used only once all the features and user stories get adequately estimated and prioritized. All work must be clear to all parties involved, with all dependencies and risks clearly defined.</p>
<p>A vote of confidence can help to create an environment in which people feel comfortable sharing and expressing their ideas. It boosts team morale because members should feel that their opinions are valued.</p>
<h3 class="h3faq">48.Is a daily meeting suggested for all teams, irrespective of their size or experience level? Explain.</h3>
<p class="pfaq"><strong>Ans:</strong> A team can evaluate its progress in sticking to the sprint goal during the daily meeting. To ensure that all are on the same page, all agile teams should meet frequently. They can conduct the meeting in different ways depending on the size as well as the level of experience.</p>
<ul>
<li>Small and Experienced &#8211; A small, experienced team can get together for a brief break or even an informal meeting.</li>
<li>Small and Inexperienced &#8211; If the team is small and inexperienced, the Scrum Master should prefer going through a standup because the team needs to understand the progress. They may require assistance with technicalities or business functionality and must also understand the values, principles, and discipline.</li>
<li>Large &#8211; Taking a relaxed attitude with huge teams may be troublesome, as formal meetings are required to provide advice and clarity.</li>
<li>Distributed Teams &#8211; Because scattered teams are at a distance from each other, they can use the &#8216;dial-in&#8217; feature to undertake meetings in an organized manner.</li>
</ul>
<h3 class="h3faq">49.Can the Scrum team members participate in the product development process? If so, please explain how.</h3>
<p class="pfaq"><strong>Ans:</strong> It is advantageous to involve the scrum team in the discovery phase stage of the product development lifecycle. Agile teams collaborate with stakeholders early in the development cycle to ensure that both parties are on the same page.</p>
<ul>
<li>By identifying technical implementation issues early in the process, development teams can assist in modifying specifications with the client.</li>
<li>Working with the product owner, the team starts to share a common understanding of what needs to be ready. They can aid the product owner in identifying requirements that may have gone undetected.</li>
<li>They share an understanding of what needs to be ready. It also helps teams maintain their dedication and confidence, encourages them to take ownership of their work, and, most importantly, boosts team spirit.</li>
<li>To assist with this, the scrum master can begin involving teams in early product discussions while the requirements are still hazy. The product owner and the team can create the product backlog.</li>
</ul>
<h3 class="h3faq">50.In Scrum, what do you mean by user stories? What benefits come from using them?</h3>
<p class="pfaq"><strong>Ans:</strong> A user story is an informal, generic description of a software feature written from the end user&#8217;s perspective. Its purpose is to explain how a software feature could benefit the customer. Putting people first is a critical element of agile software development, and a user story accomplishes this by putting end-users at the center of the discussion. These anecdotes use non-technical language to describe the development team and their efforts. After reading a user story, the team understands why they are developing, what they are building, and what value it adds.</p>
<p>The following are some of the benefits of using User Story:</p>
<ul>
<li>The primary benefit of User Story is the user-centric definition. It is because, in the end, the user will use the product in the relevant user scenarios. It creates a connection between end users and team members.</li>
<li>The syntax of the User Story ensures that the user&#8217;s desired goal, benefit, or value gets captured.</li>
<li>Because the acceptance criteria get included in the user story, the Scrum Team will benefit from them.</li>
<li>A user story can change at any time during the project&#8217;s execution. If the scope of the user story becomes too large, it must get divided into smaller user stories. The conditions of the acceptance criterion can also get altered.</li>
</ul>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img alt='Vijay B' src='https://secure.gravatar.com/avatar/ba7e054780bdd93bce3c91cb5314838d0bb95c5c734ad86553d8ebb836ecb0c8?s=100&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/ba7e054780bdd93bce3c91cb5314838d0bb95c5c734ad86553d8ebb836ecb0c8?s=200&#038;d=mm&#038;r=g 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></div><div class="saboxplugin-authorname"><a href="https://thetools.co.in/author/thetoolsadmin/" class="vcard author" rel="author"><span class="fn">Vijay B</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div></div></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
