Filter interviews by
1 hour, 3 question - 2 easy and 1 medium-easy
To build a solution to a real world problem, if the solution is good you will get rewards like cash and goodies
I applied via Campus Placement and was interviewed before Dec 2020. There was 1 interview round.
Top trending discussions
I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.
MCQS , CODING PROBLEMS, SQL QUERIES
I applied via Campus Placement and was interviewed in May 2022. There were 4 interview rounds.
3 coding question and 15 other mcc type question to solve in 3 hours
I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.
It was easy. More of mathematical question.
Basics of programming, html css and problem solving.
I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.
The test was largely abstract. These were very different logical questions related to SQLs, data structures, core Java concepts, Threads, and more.
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables methods to be overridden in a subclass to provide different implementations.
Polymorphism enhances code reusability and flexibility.
Example: A superclass 'Animal' with subclasses 'Dog' and 'Cat' can be treated as 'Animal' objects.
Example: Method 'draw(...
Abstraction is the process of simplifying complex systems by focusing on the essential details.
Abstraction involves hiding unnecessary details and exposing only the relevant information.
It allows us to create models or representations that capture the essential characteristics of a system.
Abstraction helps in managing complexity and improving understanding and communication.
Examples of abstraction include using functio...
I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Jul 2021. There were 2 interview rounds.
I have developed a web application end to end, from requirement gathering to deployment.
Gathered requirements from stakeholders
Designed the database schema and created the database
Developed the front-end using HTML, CSS, and JavaScript
Developed the back-end using Node.js and Express.js
Integrated third-party APIs for payment gateway and email service
Implemented user authentication and authorization using JWT
Deployed the...