Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.
Simple to medium level of aptitude questions
Code to find Prime number in a given range
Iterate through numbers in the range and check if each number is divisible only by 1 and itself
Use a loop to check for factors of the number, if no factors found then it is a prime number
Optimization: Only check up to the square root of the number for factors
Print Fibonacci series using iterative approach
Initialize variables for first two numbers in series
Use a loop to calculate and print the next number in series
Update variables for next iteration
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
Profit and Loss, Time Speed Distance, Ratio Proportion
Basic Question, Java, SQL, Basic Fundamental
I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.
I attend aptitude and coding mcq test in my college .they are mostly about basic aptitude like speed of train, ratio etc. Then in coding they ask c program to find output mostly based on pointer, increment decrement etc.
Top trending discussions
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have method implementations, while interface cannot.
A class can implement multiple interfaces, but can only inherit from one abstract class.
Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.
Example: Abstr...
Merge Sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.
Divide the input array into two halves
Recursively sort the two halves
Merge the sorted halves back together
Quick Sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.
Choose a pivot element from the array.
Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot.
Recursively apply the same process to the sub-arrays.
Combine the sorted sub-arrays to get the final sorted array.
posted on 27 Nov 2024
posted on 23 Sep 2024
30 question -30 min,topics - profit or loss , time work distance ,time speed ,upstreaam downstream percentage ,probability
posted on 14 Feb 2024
I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.
1.30
Basic profit/loss,percentages questions
posted on 24 Sep 2024
I applied via Campus Placement
Easy aptitude, 30 min with 20 question
Online test which consists of java, angular, micro services related questions
Static methods belong to the class itself, while default methods are part of an interface in Java.
Static methods can be called without creating an instance of the class, while default methods are used to provide a default implementation in interfaces.
Static methods are defined using the 'static' keyword, while default methods are defined using the 'default' keyword in Java.
Static methods cannot be overridden in subclas...
based on 3 interviews
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
62
salaries
| ₹8.1 L/yr - ₹15.5 L/yr |
Engineer Trainee
34
salaries
| ₹4 L/yr - ₹5 L/yr |
Senior Engineer
28
salaries
| ₹9.6 L/yr - ₹13.5 L/yr |
Software Engineer
23
salaries
| ₹4 L/yr - ₹8.1 L/yr |
Software Developer
18
salaries
| ₹3.4 L/yr - ₹10.9 L/yr |
TCS
Infosys
Wipro
HCLTech