Filter interviews by
Online exam - time , work , permutation , ratio
Basic c programming questions
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
It was basic aptitude .
Logical reasoning, verbal ability, coding questions were asked. All of th were medium level questions
Constructor is a special type of method used to initialize objects in a class.
Constructors have the same name as the class they belong to
They do not have a return type
They are called automatically when an object is created
Can be used to initialize instance variables
Gapblue interview questions for popular designations
Aptitude test consist of logical reasoning, verbal ability, coding questions.
OOPs concepts are the principles of Object-Oriented Programming, including inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementatio...
I am comfortable with Java programming language.
Use Java to create a program that calculates the factorial of a number.
Utilize loops to iterate through the numbers and multiply them together.
Handle edge cases such as negative numbers or zero.
Consider using recursion for a more efficient solution.
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
Find the missing number in an array of strings.
Convert the strings to integers and sort the array
Iterate through the array to find the missing number
Return the missing number
Logical reasoning, verbal reasoning, coding
A constructor is a special type of method that is automatically called when an object is created in a class.
Constructors have the same name as the class they are in.
Constructors can be used to initialize object properties.
Constructors do not have a return type.
Example: public class Car { public Car() { // constructor code here } }
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.
Easy DSA questions and some questions on resume
I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.
To get the second to last element from a SQL table, use the OFFSET-FETCH clause.
Use the ORDER BY clause to sort the table in descending order.
Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.
Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;
based on 7 interviews
Interview experience
5-8 Yrs
Not Disclosed
Applications Engineer
15
salaries
| ₹3.8 L/yr - ₹6 L/yr |
Associate Application Engineer
12
salaries
| ₹3 L/yr - ₹5 L/yr |
Associate Consultant
7
salaries
| ₹4 L/yr - ₹6 L/yr |
Oracle Financial Functional Consultant
4
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Manager
3
salaries
| ₹30 L/yr - ₹45 L/yr |
TCS
Infosys
Wipro
HCLTech