i
Kale Logistics
Solutions
Filter interviews by
Test cases for Amazon's search engine ensure functionality, performance, and user experience meet high standards.
Verify search results for a specific keyword (e.g., 'laptop') return relevant products.
Check for autocomplete suggestions when typing in the search bar.
Test filtering options (e.g., by price, brand) to ensure they work correctly.
Validate pagination of search results to ensure users can navigate through ...
Bug leakage refers to bugs that are not identified during the testing phase and are released to production.
Bug leakage occurs when bugs are missed during testing and are found by users after the product is released.
It can happen due to inadequate test coverage, miscommunication, or human error.
Examples include a critical bug in a feature that was not tested thoroughly, leading to customer complaints after release.
Regression testing cases are selected based on critical functionalities, recent changes, and high-risk areas.
Identify critical functionalities that are prone to defects
Select test cases related to recent changes in the application
Focus on high-risk areas that are prone to regression issues
Prioritize test cases based on impact and frequency of use
Consider input from developers, business analysts, and stakeholders
Au...
Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check if specific functionalities are working correctly.
Smoke testing is done to ensure the build is stable enough for further testing.
Sanity testing is done to check specific functionalities after changes are made.
Smoke testing is a subset of regression testing, while sanity testing is a subset ...
Yes, I am involved in Sprint creation as a Senior QA Analyst.
I work closely with the development team to understand the requirements for each sprint
I participate in sprint planning meetings to discuss testing strategies and timelines
I help prioritize testing tasks based on the sprint goals and deadlines
Stakeholders involved in sprint meetings include product owner, scrum master, development team, and sometimes external stakeholders.
Product owner: Represents the business and ensures the team is building the right product.
Scrum master: Facilitates the sprint meeting and ensures the team follows Scrum practices.
Development team: Responsible for delivering the work during the sprint.
External stakeholders: Can includ...
API endpoint is a specific URL where an API service can be accessed to perform certain functions or retrieve data.
API endpoint is the point of entry in a communication channel when two systems are interacting.
It is a URL that specifies the location where the resource can be accessed.
API endpoints can be used to perform actions like retrieving data, updating data, or deleting data.
For example, in a weather API, the...
Integration testing involves testing the interaction between different components of a system.
Integration testing ensures that different modules work together correctly
It focuses on testing the interfaces and interactions between components
Examples include testing the communication between a front-end and back-end system
Another example is testing the integration of a payment gateway with an e-commerce website
RTM stands for Requirements Traceability Matrix. It is a document that maps and traces user requirements with test cases.
RTM helps ensure that all requirements are covered by test cases
It helps in tracking the progress of testing and ensures all requirements are met
RTM can be used to identify gaps in test coverage and prioritize testing efforts
Product backlog is a list of all desired work on a project, while Sprint backlog is a subset of the Product backlog for a specific Sprint.
Product backlog includes all features, bug fixes, enhancements, and other work that needs to be done on a project.
Sprint backlog is a subset of the Product backlog that contains the work selected for a specific Sprint.
Product backlog is constantly updated and prioritized based o...
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check if specific functionalities are working correctly.
Smoke testing is done to ensure the build is stable enough for further testing.
Sanity testing is done to check specific functionalities after changes are made.
Smoke testing is a subset of regression testing, while sanity testing is a subset of ac...
API status codes are used to indicate the success or failure of a request, while different methods like GET, POST, PUT, DELETE are used to interact with APIs.
API status codes include 200 for success, 404 for not found, 500 for server error, etc.
GET method is used to retrieve data from an API
POST method is used to send data to an API
PUT method is used to update existing data in an API
DELETE method is used to remove data...
API endpoint is a specific URL where an API service can be accessed to perform certain functions or retrieve data.
API endpoint is the point of entry in a communication channel when two systems are interacting.
It is a URL that specifies the location where the resource can be accessed.
API endpoints can be used to perform actions like retrieving data, updating data, or deleting data.
For example, in a weather API, the endp...
I would communicate with the stakeholders to understand the reasons for the discrepancy and work towards finding a solution.
Discuss with stakeholders to understand their expectations
Review the acceptance criteria and identify the gaps
Collaborate with the team to come up with a revised set of criteria
Ensure clear communication and alignment with all parties involved
Stakeholders involved in sprint meetings include product owner, scrum master, development team, and sometimes external stakeholders.
Product owner: Represents the business and ensures the team is building the right product.
Scrum master: Facilitates the sprint meeting and ensures the team follows Scrum practices.
Development team: Responsible for delivering the work during the sprint.
External stakeholders: Can include cus...
Product backlog is a list of all desired work on a project, while Sprint backlog is a subset of the Product backlog for a specific Sprint.
Product backlog includes all features, bug fixes, enhancements, and other work that needs to be done on a project.
Sprint backlog is a subset of the Product backlog that contains the work selected for a specific Sprint.
Product backlog is constantly updated and prioritized based on bus...
Test cases for Amazon's search engine ensure functionality, performance, and user experience meet high standards.
Verify search results for a specific keyword (e.g., 'laptop') return relevant products.
Check for autocomplete suggestions when typing in the search bar.
Test filtering options (e.g., by price, brand) to ensure they work correctly.
Validate pagination of search results to ensure users can navigate through pages...
Integration testing involves testing the interaction between different components of a system.
Integration testing ensures that different modules work together correctly
It focuses on testing the interfaces and interactions between components
Examples include testing the communication between a front-end and back-end system
Another example is testing the integration of a payment gateway with an e-commerce website
RTM stands for Requirements Traceability Matrix. It is a document that maps and traces user requirements with test cases.
RTM helps ensure that all requirements are covered by test cases
It helps in tracking the progress of testing and ensures all requirements are met
RTM can be used to identify gaps in test coverage and prioritize testing efforts
Yes, I am involved in Sprint creation as a Senior QA Analyst.
I work closely with the development team to understand the requirements for each sprint
I participate in sprint planning meetings to discuss testing strategies and timelines
I help prioritize testing tasks based on the sprint goals and deadlines
API status codes and difference between Put and Post methods
API status codes are used to indicate the result of an API request, such as 200 for success, 404 for not found, etc.
PUT method is used to update an existing resource, while POST method is used to create a new resource.
PUT method is idempotent, meaning multiple identical requests will have the same effect as a single request, while POST method is not.
Bug leakage refers to bugs that are not identified during the testing phase and are released to production.
Bug leakage occurs when bugs are missed during testing and are found by users after the product is released.
It can happen due to inadequate test coverage, miscommunication, or human error.
Examples include a critical bug in a feature that was not tested thoroughly, leading to customer complaints after release.
Regression testing cases are selected based on critical functionalities, recent changes, and high-risk areas.
Identify critical functionalities that are prone to defects
Select test cases related to recent changes in the application
Focus on high-risk areas that are prone to regression issues
Prioritize test cases based on impact and frequency of use
Consider input from developers, business analysts, and stakeholders
Automat...
Top trending discussions
I appeared for an interview in Dec 2021.
Test cases for a login page
Verify successful login with valid credentials
Verify error message is displayed for invalid credentials
Verify password is hidden while typing
Verify 'forgot password' link redirects to correct page
posted on 26 Aug 2024
I applied via Walk-in and was interviewed before Aug 2023. There were 3 interview rounds.
HR discussed the salary details
I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 4 interview rounds.
Collection in Java is a framework that provides an architecture to store and manipulate a group of objects.
Collections can be of different types such as List, Set, Map, etc.
Collections provide methods to add, remove, and retrieve elements from the collection.
Java provides both synchronized and unsynchronized collections.
Examples of collections include ArrayList, HashSet, and HashMap.
Locators in Selenium are used to identify web elements on a webpage.
There are different types of locators in Selenium such as ID, Name, Class Name, Tag Name, Link Text, and Partial Link Text.
Locators can be used with various Selenium commands like findElement() and findElements().
It is important to choose the right locator strategy based on the webpage structure and element properties.
Using unique identifiers like IDs ...
I appeared for an interview before Jun 2024, where I was asked the following questions.
posted on 4 Feb 2022
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
posted on 15 Feb 2022
I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.
Interview questions for Software Engineer position
Project explanation should include details on the project's purpose, scope, and technologies used
SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively
Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...
posted on 12 Apr 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.
25 MCQ questions online with time limit
Create webapp . Frontend, Backend , data encryption
based on 2 interview experiences
Difficulty level
Duration
Programmer Analyst
60
salaries
| ₹3.5 L/yr - ₹8.8 L/yr |
Software Developer
37
salaries
| ₹5.6 L/yr - ₹12 L/yr |
Software Tester
36
salaries
| ₹1.7 L/yr - ₹4 L/yr |
Senior Programmer Analyst
29
salaries
| ₹9.5 L/yr - ₹15 L/yr |
Business Analyst
26
salaries
| ₹8 L/yr - ₹14 L/yr |
Zidio Development
Northcorp Software
Accel Frontline
Elentec Power India (EPI) Pvt. Ltd.