Filter interviews by
AC defines the scope of a user story while DoD defines the quality criteria for the completed work.
AC specifies what needs to be done to complete a user story
DoD specifies the quality criteria that must be met for the work to be considered complete
AC is used to determine if a user story is complete
DoD is used to determine if the work is done and ready for release
AC is written from the perspective of the user
DoD is...
User stories are created by identifying user needs and defining the desired outcome in a concise and specific manner.
Identify user needs through research and analysis
Define the desired outcome in a concise and specific manner
Use the format 'As a [user], I want [goal], so that [reason]'
Prioritize user stories based on importance and feasibility
I listen to all stakeholders, identify common goals, and find a compromise that satisfies everyone.
Listen to all stakeholders' concerns and perspectives
Identify common goals and priorities
Find a compromise that satisfies everyone
Communicate the decision and rationale clearly
Document the decision and revisit if necessary
Definition of Ready is the criteria that a user story must meet before it can be accepted into a sprint, while Definition of Done is the criteria that a user story must meet before it can be considered complete.
Definition of Ready ensures that the user story is well-defined, understood, and testable.
Definition of Done ensures that the user story meets the team's quality standards and is ready for release.
Definitio...
User stories and AC are written by understanding user needs and defining acceptance criteria.
Gather requirements from stakeholders and prioritize them
Write user stories in a simple, concise format
Define acceptance criteria to ensure the story is complete
Collaborate with development team to refine and estimate stories
Example: As a user, I want to be able to search for products by category so that I can easily find ...
Prioritization techniques for arranging backlog items
Using the MoSCoW method to categorize items as Must have, Should have, Could have, and Won't have
Using the Kano model to classify items as Basic, Performance, and Excitement
Using the Value vs. Effort matrix to prioritize items based on their value and effort required
Using the Cost of Delay to prioritize items based on the cost of delaying their implementation
Col...
Omnichannel retailing is a strategy that integrates all sales channels to provide a seamless shopping experience.
Omnichannel retailing involves integrating all sales channels, including physical stores, online stores, mobile apps, social media, etc.
The goal is to provide a seamless shopping experience for customers, regardless of the channel they use.
To ensure consistency, retailers need to have a centralized inve...
I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.
User stories are created by identifying user needs and defining the desired outcome in a concise and specific manner.
Identify user needs through research and analysis
Define the desired outcome in a concise and specific manner
Use the format 'As a [user], I want [goal], so that [reason]'
Prioritize user stories based on importance and feasibility
Scrum ceremonies attended by Product Owner
Sprint Planning: Collaborate with the team to plan the upcoming sprint
Daily Stand-up: Provide updates on progress and address any blockers
Sprint Review: Demonstrate completed work to stakeholders and gather feedback
Sprint Retrospective: Reflect on the sprint and identify areas for improvement
Backlog Refinement: Collaborate with the team to refine and prioritize backlog items
Omnichannel retailing is a strategy that integrates all sales channels to provide a seamless shopping experience.
Omnichannel retailing involves integrating all sales channels, including physical stores, online stores, mobile apps, social media, etc.
The goal is to provide a seamless shopping experience for customers, regardless of the channel they use.
To ensure consistency, retailers need to have a centralized inventory...
User stories and AC are written by understanding user needs and defining acceptance criteria.
Gather requirements from stakeholders and prioritize them
Write user stories in a simple, concise format
Define acceptance criteria to ensure the story is complete
Collaborate with development team to refine and estimate stories
Example: As a user, I want to be able to search for products by category so that I can easily find what ...
AC defines the scope of a user story while DoD defines the quality criteria for the completed work.
AC specifies what needs to be done to complete a user story
DoD specifies the quality criteria that must be met for the work to be considered complete
AC is used to determine if a user story is complete
DoD is used to determine if the work is done and ready for release
AC is written from the perspective of the user
DoD is writ...
Definition of Ready is the criteria that a user story must meet before it can be accepted into a sprint, while Definition of Done is the criteria that a user story must meet before it can be considered complete.
Definition of Ready ensures that the user story is well-defined, understood, and testable.
Definition of Done ensures that the user story meets the team's quality standards and is ready for release.
Definition of ...
Prioritization techniques for arranging backlog items
Using the MoSCoW method to categorize items as Must have, Should have, Could have, and Won't have
Using the Kano model to classify items as Basic, Performance, and Excitement
Using the Value vs. Effort matrix to prioritize items based on their value and effort required
Using the Cost of Delay to prioritize items based on the cost of delaying their implementation
Collabor...
I listen to all stakeholders, identify common goals, and find a compromise that satisfies everyone.
Listen to all stakeholders' concerns and perspectives
Identify common goals and priorities
Find a compromise that satisfies everyone
Communicate the decision and rationale clearly
Document the decision and revisit if necessary
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 4 interview rounds.
Top trending discussions
I appeared for an interview before Jul 2023.
I applied via Walk-in and was interviewed in Apr 2020. There were 5 interview rounds.
Effective project management under tight deadlines requires prioritization, clear communication, and team motivation.
Prioritize tasks: Identify critical tasks that must be completed first. For example, use the MoSCoW method to categorize tasks as Must have, Should have, Could have, and Won't have.
Set clear goals: Establish specific, measurable objectives for the team to focus on. For instance, aim to complete a specifi...
Maintain employee work by setting clear expectations, providing feedback, recognizing achievements, and offering growth opportunities.
Set clear expectations and goals for each employee
Provide regular feedback and coaching to help employees improve
Recognize and reward achievements to motivate employees
Offer growth opportunities such as training and development programs
Create a positive work environment that fosters coll...
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
I appeared for an interview in Feb 2025.
posted on 21 Feb 2025
I appeared for an interview in Jan 2025.
I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.
A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.
A prime number has exactly two distinct positive divisors: 1 and itself.
Examples of prime numbers include 2, 3, 5, 7, 11, and 13.
The number 1 is not prime, and 2 is the only even prime number.
To check if a number n is prime, test divisibility from 2 to sqrt(n).
For example, to check if 29 is prime, test div...
Find the two maximum numbers in an array of strings.
Convert the array of strings to an array of integers.
Sort the array in descending order.
Return the first two elements of the sorted array.
Java is platform independent due to its bytecode and the Java Virtual Machine (JVM) that allows execution on any OS.
Java code is compiled into bytecode, which is platform-independent.
The Java Virtual Machine (JVM) interprets bytecode on any operating system.
This allows Java applications to run on Windows, macOS, Linux, etc., without modification.
Example: A Java program compiled on Windows can run on Linux without recom...
Primary key uniquely identifies a record in a table, while foreign key establishes a link between two tables.
Primary key is used to enforce data integrity and ensure uniqueness of records.
Foreign key is used to establish relationships between tables and enforce referential integrity.
A table can have only one primary key, while it can have multiple foreign keys.
Primary key can be used as a foreign key in another table.
E...
REST API is lightweight and flexible, while SOAP is more structured and secure.
REST uses HTTP protocol and supports multiple data formats like JSON, XML, etc.
SOAP uses XML protocol and supports only XML data format.
REST is faster and consumes less bandwidth than SOAP.
SOAP has built-in security features like WS-Security and WS-Trust.
REST is easier to implement and maintain than SOAP.
SOAP is better suited for enterprise-...
based on 2 interview experiences
Difficulty level
Duration
Senior Software Engineer
58
salaries
| ₹16.4 L/yr - ₹35.2 L/yr |
Software Engineer
46
salaries
| ₹11.5 L/yr - ₹22 L/yr |
Product Manager
37
salaries
| ₹14.5 L/yr - ₹36.2 L/yr |
Analyst
20
salaries
| ₹8 L/yr - ₹16.6 L/yr |
Automation Test Engineer
16
salaries
| ₹12 L/yr - ₹20 L/yr |
Tekwissen
Softenger
XcelServ Solutions
Capital Numbers Infotech