Filter interviews by
I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.
Basic aptitude questions
One graph and one DP question
Use a hashmap to find the repeating element in the array of strings
Iterate through the array and store each element in a hashmap with its frequency
Check for any element with frequency greater than 1, that is the repeating element
Encapsulation, Inheritance, Polymorphism, Abstraction
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation details and showing only the necessary features.
I appeared for an interview in Dec 2021.
Round duration - 90 Minutes
Round difficulty - Medium
Rahul, who is passionate about programming, is learning about arrays and lists. He faces a challenging problem to determine the smallest subarray length in a given arr...
The problem is to find the length of the smallest subarray in a given array with its sum greater than a given value.
Iterate through the array and keep track of the current subarray sum
If the current sum becomes greater than the given value, update the minimum subarray length
If the current sum becomes negative, reset the sum and start a new subarray
Return the minimum subarray length
Given an array of 'N' non-negative integers and an integer 'K', your task is to find the maximum elements for each subarray of size 'K'.
The first line contains...
The task is to find the maximum elements for each subarray of size K in a given array.
Iterate through the array and maintain a deque of indices of the maximum elements in the current window of size K.
For each new element, remove indices from the deque that are outside the current window.
Add the index of the new element to the deque, and print the maximum element of the window if the first index in the deque is outside
Round duration - 20 Minutes
Round difficulty - Medium
This round was mostly resume-based. The interviewer asked about my projects and asked technical questions related to them. He then asked 1 DS question which was to detect whether the linked list is a circular linked list or not. He also asked me for a puzzle in the end.
You are provided with the head of a linked list containing integers. Your task is to determine if the linked list is circular.
The task is to determine whether a given linked list is circular or not.
A linked list is circular if the next pointer of the last node points to the first node.
An empty linked list is also considered circular.
Check if any node has its next pointer equal to NULL.
All the integers in the linked list are unique.
The next pointer of a node with i'th integer is linked to the node with data (i+1)'th integer.
Round duration - 10 Minutes
Round difficulty - Easy
Tip 1 : Practice DS & ALGO questions without any day off to help improve your problem solving.
Tip 2 : Get your CS fundamentals strong.
Tip 1 : Have some projects on resume.
Tip 2 : You should not fake things on your resume.
I applied via Job Portal
I appeared for an interview in Feb 2024.
Single responsibility principle states that a class should have only one reason to change.
Each class should have only one responsibility
Helps in making code more maintainable and easier to understand
Promotes separation of concerns
Example: A class that handles user authentication should not also handle file management
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Loop in linked list is a situation where a node points to a previous node in the list, creating an infinite loop.
Check for loops using Floyd's cycle detection algorithm
Use two pointers, one moving twice as fast as the other, to detect a loop
If the fast pointer catches up to the slow pointer, there is a loop
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
Join statements are used in SQL to combine data from two or more tables based on a related column.
JOIN keyword is used to combine tables
Types of joins include INNER, LEFT, RIGHT, and FULL OUTER
ON keyword is used to specify the related column
Example: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
posted on 23 Oct 2022
I applied via Campus Placement and was interviewed in Sep 2022. There were 2 interview rounds.
There were three questions and you have to do all if you want to get selected because at my time there seeing how many questions people attempted so attempt all the questions
A list of technical questions for a Junior Software Developer position.
Super is a keyword in Java used to refer to the parent class.
Java is platform independent due to its bytecode being able to run on any platform with a JVM.
Multiple Inheritance is the ability for a class to inherit from multiple parent classes.
The diamond problem occurs when a class inherits from two classes that have a common ancestor, causing ambig...
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Research Analyst
381
salaries
| ₹2 L/yr - ₹6 L/yr |
Senior Research Analyst
210
salaries
| ₹3 L/yr - ₹7.7 L/yr |
Software Development Engineer
68
salaries
| ₹4 L/yr - ₹12 L/yr |
Business Analyst
60
salaries
| ₹4 L/yr - ₹13 L/yr |
Senior Business Analyst
56
salaries
| ₹7 L/yr - ₹17.3 L/yr |
Markets and Markets
LogixHealth
Coronis Health
Quintessence Business Solutions & Services