Genpact
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Basic coding
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
TestNG is a testing framework for Java that supports various testing levels and annotations.
TestNG allows for easy configuration of test suites, test cases, and test methods.
It supports parallel execution of tests, data-driven testing, and parameterization.
TestNG provides detailed test reports and allows for grouping of test methods.
Annotations like @Test, @BeforeSuite, @AfterSuite, etc., help in defining test methods
POM is a design pattern in automation testing where web pages are represented as classes, and the interactions are defined as methods.
POM helps in creating a clear separation between test scripts and page objects.
It improves test maintenance and readability.
Page classes contain locators and methods to interact with the elements on the page.
Test scripts call these methods to perform actions on the page.
Example: LoginPag...
As a QA lead, my day to day activities involve overseeing testing processes, coordinating with team members, creating test plans, and ensuring quality standards are met.
Coordinate with team members to assign testing tasks and ensure deadlines are met
Create and review test plans, test cases, and test scripts
Conduct regular meetings with the team to discuss progress and address any issues
Collaborate with developers and o...
Abstract class is a class that can have both abstract and non-abstract methods, while interface is a contract that defines methods that a class must implement.
Abstract class can have constructors, fields, and methods, while interface can only have abstract methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used when some common functionality needs to be s...
Find the 2nd largest number in an array of strings.
Convert the strings to numbers before comparing.
Sort the array in descending order and return the second element.
Handle edge cases like empty array or array with only one element.
List is a collection of elements with duplicates allowed, while set is a collection of unique elements. Linked list is a data structure where each element points to the next element.
List allows duplicates, set does not
Linked list has elements connected by pointers
List can be implemented using arrays or linked lists
Set is implemented using hash tables or trees
I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.
A framework is a set of guidelines, libraries, and tools used to develop and test software applications.
Framework provides structure and support for developing software.
It includes libraries, APIs, and tools to help with common tasks.
Examples: Selenium for automated testing, Spring for Java development.
Implicit/explicit difference in QA testing refers to the level of detail and clarity in test cases.
Implicit testing involves assumptions and relies on prior knowledge, while explicit testing is clear and detailed.
Implicit testing may overlook certain scenarios, while explicit testing covers all possible cases.
Example: Implicit testing may involve testing a login page without specifying all possible error messages, whil...
I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.
I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.
Magento is an open-source e-commerce platform written in PHP.
Magento is a popular e-commerce platform used for online stores.
It is written in PHP and utilizes MySQL for database management.
Magento offers a range of features such as product management, order processing, and customer accounts.
There are different versions of Magento available, including Magento Open Source (formerly Community Edition) and Magento Commerce
I applied via Referral and was interviewed in Nov 2021. There were 3 interview rounds.
A clustered index is a type of index that determines the physical order of data in a table.
A table can have only one clustered index.
It is created on the primary key column by default.
It speeds up data retrieval operations.
It is used for range searches and sorting.
Example: Clustered index on a customer ID column in a sales table.
SELECT is used to retrieve data from a table, while SELECT INTO is used to create a new table with data from an existing table.
SELECT retrieves data from a table and returns the result set.
SELECT INTO creates a new table with the same columns and data types as the original table.
SELECT INTO can also be used to create a temporary table.
SELECT INTO can be used to create a backup copy of a table.
SELECT INTO can be used to...
Data purging is the process of permanently deleting or removing data from a system or database.
It is done to free up storage space and improve system performance.
It involves identifying and removing outdated, redundant, or irrelevant data.
It is important to ensure that sensitive or confidential data is securely deleted.
Examples include deleting old user accounts, removing expired product listings, and clearing out old
Occurrence in Java refers to the number of times a specific element appears in a collection or array.
Use a loop to iterate through the collection or array
Use a counter variable to keep track of the number of occurrences
Compare each element with the target element to determine if it matches
Process Developer
36.3k
salaries
| ₹1 L/yr - ₹6.8 L/yr |
Process Associate
28.1k
salaries
| ₹0.9 L/yr - ₹6.5 L/yr |
Assistant Manager
19.9k
salaries
| ₹5 L/yr - ₹14 L/yr |
Management Trainee
19.4k
salaries
| ₹1.6 L/yr - ₹8.5 L/yr |
Manager
7.4k
salaries
| ₹5.7 L/yr - ₹24 L/yr |
Accenture
Capgemini
TCS
Cognizant