Filter interviews by
Be the first one to contribute and help others!
posted on 18 May 2021
I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.
posted on 11 Feb 2025
A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.
Consists of nodes connected by pointers
Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)
Allows for dynamic size and efficient insertion/deletion operations
I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.
90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.
Find the lowest common ancestor of a binary tree.
Traverse the tree recursively from the root node.
If the current node is null or matches either of the given nodes, return the current node.
Recursively search for the nodes in the left and right subtrees.
If both nodes are found in different subtrees, return the current node.
If both nodes are found in the same subtree, continue the search in that subtree.
Find first missing positive integer from an array of non-negative integers.
Create a hash set to store all positive integers in the array
Loop through the array and add all positive integers to the hash set
Loop through positive integers starting from 1 and return the first missing integer not in the hash set
Design a parking lot
Consider the size and capacity of the parking lot
Decide on the layout and organization of parking spaces
Implement a system to manage parking availability and reservations
Include features like ticketing, payment, and security
Consider scalability and future expansion
Group list of strings into distinct anagrams.
Create a hash table with sorted string as key and list of anagrams as value.
Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.
Return the values of the hash table as a list of lists.
I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.
I have 5 years of experience working as a software engineer in various industries.
Developed web applications using Java, Spring, and AngularJS
Led a team of developers in a successful project delivery
Implemented CI/CD pipelines to automate software deployment
Worked on improving system performance and scalability
I applied via Referral and was interviewed before Aug 2021. There were 4 interview rounds.
Test duration - 1.5 Hrs
Topics - DB2, CLLE, RPGLE, SQLRPGLE
Platform - IBMi
posted on 29 Apr 2024
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
posted on 24 Jun 2024
I applied via Campus Placement
45 questions were asked
3 questions were asked one from SQL and 2 from java
posted on 22 Jul 2024
20 General MCQs were asked
Group discussion on any topic
Mobile Programming
Diverse Lynx
Arcesium
Solartis Technology Services