Faster and better experience!
Filter interviews by
I applied via Campus Placement and was interviewed in Nov 2024.Β There was 1 interview round.
I have worked on various projects including a social media platform, an e-commerce website, and a task management application.
Developed a social media platform using React for frontend and Node.js for backend
Designed and implemented an e-commerce website with payment gateway integration
Created a task management application using Angular and MongoDB for database
Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object).
Inheritance: Creating new classes based on existing classes, allowing for code reuse.
Polymorphism: Objects of different classes can be treated as objects of a common superclass.
Abstraction: Hiding complex implementation details and showing o...
I applied via Campus Placement
Java, Object-Oriented Programming (OOP), SQL, and coding.
I appeared for an interview in Mar 2025, where I was asked the following questions.
I appeared for an interview in Mar 2025, where I was asked the following questions.
Rotate an array to the right by k positions, modifying the original array.
To rotate an array, elements are shifted to the right by k positions.
Example: For array [1, 2, 3, 4, 5] and k=2, the result is [4, 5, 1, 2, 3].
Use modulo operation: k = k % array.length to handle cases where k > array.length.
Consider edge cases: If k is 0 or equal to the array length, the array remains unchanged.
In-place rotation can be achiev...
Loop detection in a linked list identifies if a cycle exists using efficient algorithms.
Use Floyd's Cycle Detection Algorithm (Tortoise and Hare) to find loops.
Initialize two pointers: slow moves one step, fast moves two steps.
If pointers meet, a loop exists; if fast pointer reaches null, no loop.
Example: In a list 1 -> 2 -> 3 -> 4 -> 2 (loop back to 2), pointers will meet at 2.
I applied via Campus Placement and was interviewed in Jan 2024.Β There were 3 interview rounds.
MCQ's related to DSA, OOPS, DBMS, OS
And a coding question
1 coding question and mcqs of cs fundamentals
Covers basics aps around 15 question
DSA based questions from leetcode easy and medium
I applied via Campus Placement and was interviewed in Sep 2023.Β There were 3 interview rounds.
Basic java based questions
Linked list is a data structure where each element points to the next element in the sequence.
Nodes contain data and a reference to the next node
Insertion and deletion can be done efficiently
Traversal starts from the head node
Example: Singly linked list, Doubly linked list
I applied via Campus Placement and was interviewed in Sep 2023.Β There were 3 interview rounds.
Basic java questions
Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.
Linked list implementation involves creating nodes with data and a pointer to the next node.
Stack implementation involves pushing elements onto the stack and popping them off in reverse order.
Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)...
Oops concepts in Java refer to Object-Oriented Programming principles like 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 of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
Basic aptitude and coding problems were asked
System design and advanced algorithms were asked
Top trending discussions
based on 13 interview experiences
Difficulty level
Duration
based on 40 reviews
Rating in categories
Software Engineer
44
salaries
| βΉ4.5 L/yr - βΉ18 L/yr |
Software Development Engineer
30
salaries
| βΉ5.5 L/yr - βΉ14 L/yr |
R&D Engineer
30
salaries
| βΉ9 L/yr - βΉ15 L/yr |
Software Developer
26
salaries
| βΉ4 L/yr - βΉ13 L/yr |
Softwaretest Engineer
14
salaries
| βΉ3 L/yr - βΉ5 L/yr |
Karvy Financial Services
Reliance Money
Sonata Finance
Incrementors Web Solutions