Filter interviews by
It is easy.They asked 10 technical mcqs.
An interface in Java is a reference type similar to a class that can contain only constants, method signatures, default methods, static methods, and nested types.
Interfaces are used to achieve abstraction and multiple inheritance in Java.
All methods in an interface are public and abstract by default.
A class can implement multiple interfaces but can only extend one class.
Example: interface Shape { void draw(); }
Example:...
Use Java 8 to sort employee salaries in ascending order.
Use Stream API to convert the list of employee salaries to a stream.
Use sorted() method to sort the salaries in ascending order.
Collect the sorted salaries back into a list or array.
I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.
3 easy DSA questions + 1 JavaScript question
I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.
EffiGO interview questions for popular designations
I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.
Quantitative aptitude 10min 10 difficult Qns and 3 coding Qns= 2 easy 1 medium level Qn ; in coding print First word most repetition in a sentence, Longest palindrome substring(leetcode), and pattern printing right angle triangle along with logic
Online coding round
2nd round was F2F interview
Where they asked normal coding questions and SQL query
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.
Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.
To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.
SOLID principles are a set of design principles for writing maintainable and scalable cod...
To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.
Create an EC2 instance in the desired region and select the appropriate instance type
Configure security groups to allow traffic to and from the instance
Install necessary software and dependencies on the instance
Upload your application code to the instance
Start the ...
I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.
BigInteger is used for mathematical operations involving very large integers in Java.
BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.
It is commonly used in cryptography and security applications.
It provides methods for arithmetic, bitwise, and logical operations on large integers.
Example: calculating factorial of a large number, generating large prime nu
Merge Sort Algo code in java
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Time complexity: O(n log n)
based on 8 interviews
Interview experience
0-3 Yrs
Not Disclosed
5-10 Yrs
Not Disclosed
Software Developer
7
salaries
| ₹4.5 L/yr - ₹8 L/yr |
Software Engineer
3
salaries
| ₹5.5 L/yr - ₹8 L/yr |
Product Engineer
3
salaries
| ₹4.5 L/yr - ₹9 L/yr |
Inside Sales Executive
3
salaries
| ₹6 L/yr - ₹7 L/yr |
QA Engineer
3
salaries
| ₹3 L/yr - ₹8 L/yr |
TCS
Accenture
Cognizant
Infosys