Filter interviews by
I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.
Implementing undo redo functionality on a string using arrays.
Store each change in a stack for undo functionality.
Store each undone change in a separate stack for redo functionality.
When undo is called, pop the last change from the undo stack and push it to the redo stack.
When redo is called, pop the last change from the redo stack and push it to the undo stack.
Update the string based on the changes in the undo stack.
Top trending discussions
I applied via Job Portal and was interviewed in Nov 2024. There were 3 interview rounds.
posted on 25 Aug 2024
Medium level difficulty we can clear if we are strong in logical and aptitude
The topic is which is important soft skills are technical skills
1 programming question and few logical questions were asked
I applied via campus placement at MH Saboo Siddik College of Engineering, Mumbai and was interviewed in Mar 2024. There were 2 interview rounds.
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
To retrieve a value, the key is hashed again to fi...
posted on 17 May 2024
I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.
HackerRank - 2 Questions - LinkedList(Medium), HashMap(Medium)
posted on 26 Nov 2022
I applied via Campus Placement
Online test on cocubes which contains 60 questions in 60 minutes.
Two coding ques. you have to solve in one hour.
Set and list are both collection types in Java. Vector and ArrayList are two implementations of List interface.
Set is an unordered collection of unique elements while List is an ordered collection of elements.
Collections hierarchy in Java includes Collection interface, List interface, Set interface, and Map interface.
Vector is a synchronized implementation of List interface while ArrayList is not synchronized.
Arrays ar...
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
5 coding question is there. we have to solve Atleast 3 for interview call.
Finding middle element in linked list using Floyd algorithm.
Floyd algorithm uses two pointers, one slow and one fast, to traverse the linked list.
The slow pointer moves one node at a time while the fast pointer moves two nodes at a time.
When the fast pointer reaches the end of the list, the slow pointer will be at the middle element.
If the list has even number of elements, there will be two middle elements.
In that case...
Corona Pandemic, digitalization
Qualitative and quantitative questions + gmat
I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.
Aptitude, technical MCQs and c/c++ questions of medium type
Technical questions related to programming concepts and memory management.
To find indices of a multi-dimensional array using offset, divide the offset by the size of each element and use the quotient as the index for the first dimension. Repeat this process for each dimension.
Bitwise operations are used to manipulate individual bits in a binary number. Examples include AND, OR, XOR, and bit shifting.
Structure padding i...
based on 1 interview
Interview experience
Talent Acquisition Specialist
6
salaries
| ₹3.6 L/yr - ₹4 L/yr |
Senior Software Engineer
5
salaries
| ₹22 L/yr - ₹37.5 L/yr |
HR Executive
4
salaries
| ₹4 L/yr - ₹7 L/yr |
Senior Business Development Executive
4
salaries
| ₹3 L/yr - ₹9 L/yr |
US IT Recruiter
4
salaries
| ₹2.4 L/yr - ₹3.6 L/yr |
TCS
Infosys
Wipro
HCLTech