i
Quest
Global
Filter interviews by
An interface in programming defines a contract for classes to implement, specifying methods and properties that must be included.
Interfaces in programming are used to define a set of methods and properties that a class must implement.
Interfaces provide a way to achieve polymorphism in programming languages.
Interfaces are similar to abstract classes but cannot contain any implementation code.
Classes can implement m...
Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a web browser.
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
It uses the V8 JavaScript engine from Google to execute code.
Node.js has a single-threaded event loop that allows handling multiple connections simultaneously.
It has a rich library of various Java...
Behavioral questions assess how past experiences shape your work style and problem-solving abilities.
Use the STAR method (Situation, Task, Action, Result) to structure your answers.
Example: Describe a challenging project where you had to lead a team under tight deadlines.
Highlight your communication skills by discussing how you resolved a conflict within your team.
Share an instance where you took initiative to imp...
The diamond problem occurs in multiple inheritance when a class inherits from two classes that share a common ancestor.
Involves ambiguity in method resolution when two parent classes have the same method.
Example: Class A has method 'foo', Class B and Class C both inherit from A and also define 'foo'.
When Class D inherits from both B and C, which 'foo' does D inherit?
Languages like C++ use virtual inheritance to re...
Adaptive design pattern is a software design pattern that allows objects to change their behavior dynamically.
Adaptive design pattern involves creating objects that can change their behavior at runtime.
It allows for flexibility and adaptability in software systems.
Examples include Strategy pattern, State pattern, and Decorator pattern.
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Ensures a class has only one instance
Provides a global point of access to that instance
Commonly used for logging, caching, database connections, etc.
ArrayList is a dynamic array to store elements, while HashMap is a key-value pair collection.
ArrayList is ordered and allows duplicate elements, while HashMap is unordered and does not allow duplicate keys.
ArrayList uses indexes to access elements, while HashMap uses keys to access values.
Example: ArrayList<String> list = new ArrayList<>(); HashMap<String, Integer> map = new HashMap<>();
Yes, the final block will get executed even if an exception is thrown.
The final block will always get executed, regardless of whether an exception is thrown or not.
This is useful for releasing resources like closing files or database connections.
Example: try { // code that may throw exception } catch (Exception e) { // handle exception } finally { // final block always gets executed }
A custom exception class allows for specific error handling in applications, enhancing clarity and control over error management.
Define a class that extends the built-in Exception class.
Include a constructor to initialize error messages and other relevant data.
Override the __str__ method to provide a user-friendly error message.
Example: class CustomError(Exception): pass
Usage: raise CustomError('This is a custom e...
SQL queries are used to interact with databases, allowing data retrieval, manipulation, and management.
SELECT statement: Used to retrieve data from a database. Example: SELECT * FROM employees;
JOIN clause: Combines rows from two or more tables based on a related column. Example: SELECT a.name, b.department FROM employees a JOIN departments b ON a.dept_id = b.id;
WHERE clause: Filters records based on specified cond...
Behavioral questions assess how past experiences shape your work style and problem-solving abilities.
Use the STAR method (Situation, Task, Action, Result) to structure your answers.
Example: Describe a challenging project where you had to lead a team under tight deadlines.
Highlight your communication skills by discussing how you resolved a conflict within your team.
Share an instance where you took initiative to improve ...
An interface in programming defines a contract for classes to implement, specifying methods and properties that must be included.
Interfaces in programming are used to define a set of methods and properties that a class must implement.
Interfaces provide a way to achieve polymorphism in programming languages.
Interfaces are similar to abstract classes but cannot contain any implementation code.
Classes can implement multip...
I appeared for an interview in May 2025, where I was asked the following questions.
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
SQL queries are used to interact with databases, allowing data retrieval, manipulation, and management.
SELECT statement: Used to retrieve data from a database. Example: SELECT * FROM employees;
JOIN clause: Combines rows from two or more tables based on a related column. Example: SELECT a.name, b.department FROM employees a JOIN departments b ON a.dept_id = b.id;
WHERE clause: Filters records based on specified condition...
A custom exception class allows for specific error handling in applications, enhancing clarity and control over error management.
Define a class that extends the built-in Exception class.
Include a constructor to initialize error messages and other relevant data.
Override the __str__ method to provide a user-friendly error message.
Example: class CustomError(Exception): pass
Usage: raise CustomError('This is a custom error ...
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Ensures a class has only one instance
Provides a global point of access to that instance
Commonly used for logging, caching, database connections, etc.
Adaptive design pattern is a software design pattern that allows objects to change their behavior dynamically.
Adaptive design pattern involves creating objects that can change their behavior at runtime.
It allows for flexibility and adaptability in software systems.
Examples include Strategy pattern, State pattern, and Decorator pattern.
I applied via Referral and was interviewed in Jan 2023. There were 2 interview rounds.
Code to map Employee Object from List to Hashmap using Stream API functions.
Create a List of Employee objects
Use stream() method to convert List to Stream
Use collect() method to convert Stream to HashMap
Use Collectors.toMap() method to create HashMap
Pass key and value mapping functions to toMap() method
MCDC is a testing technique to ensure all possible combinations of conditions are tested. Debugging involves identifying and fixing errors in the code.
MCDC stands for Modified Condition/Decision Coverage
It is a testing technique used to ensure all possible combinations of conditions are tested
Debugging involves identifying and fixing errors in the code
To debug an error, I first reproduce the error and then use debuggin...
I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.
C++ program to find unique string
The diamond problem occurs in multiple inheritance when a class inherits from two classes that share a common ancestor.
Involves ambiguity in method resolution when two parent classes have the same method.
Example: Class A has method 'foo', Class B and Class C both inherit from A and also define 'foo'.
When Class D inherits from both B and C, which 'foo' does D inherit?
Languages like C++ use virtual inheritance to resolve...
Top trending discussions
The duration of Quest Global Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 23 interview experiences
Difficulty level
Duration
based on 244 reviews
Rating in categories
Bangalore / Bengaluru
8-12 Yrs
Not Disclosed
Senior Software Engineer
2.5k
salaries
| ₹7.1 L/yr - ₹16.7 L/yr |
Senior Engineer
2.1k
salaries
| ₹8.3 L/yr - ₹14 L/yr |
Software Engineer
2.1k
salaries
| ₹3.2 L/yr - ₹8.2 L/yr |
Lead Engineer
1.8k
salaries
| ₹12.3 L/yr - ₹20 L/yr |
Design Engineer
635
salaries
| ₹3.8 L/yr - ₹9 L/yr |
Genpact
DXC Technology
Optum Global Solutions
Virtusa Consulting Services