i
ConsultAdd
Filter interviews by
I was interviewed in Nov 2024.
Questions related to rfp and procurement law
I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Aug 2024. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.
In the coding test, there were 2 problems based on arrays and hashing (easy to medium level leetcode)
I applied via campus placement at Acropolis Institute of Technology and Research, Bhopal and was interviewed in Sep 2024. There were 2 interview rounds.
2 coding questions medium to hard level
Use Floyd's cycle detection algorithm to find if a Singly Linked List is cyclic or not.
Use two pointers, slow and fast, where slow moves one step at a time and fast moves two steps at a time.
If there is a cycle, the two pointers will eventually meet at some point.
If the fast pointer reaches the end of the list (null), then there is no cycle.
ConsultAdd interview questions for popular designations
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
Get interview-ready with Top ConsultAdd Interview Questions
I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Dec 2024. There was 1 interview round.
2 questions of DSA medium to hard
Reverse array of strings
Iterate through the array and swap elements from start to end
Use two pointers, one at the beginning and one at the end, and swap elements until they meet
Reverse a given string
Use built-in functions like reverse() or loop through the string in reverse order
Create a new string and append characters from the original string in reverse order
Convert the string to an array of characters, reverse the array, and then join it back into a string
Calculate sum of all elements in a given array of strings
Iterate through the array and convert each element to integer before adding to sum
Handle edge cases like empty array or non-numeric elements
Return the final sum after iterating through all elements
Communication skills
Yes, I have experience with cold calling and working night shifts.
I have extensive experience in cold calling and have successfully built relationships with clients through this method.
I am comfortable working night shifts and have done so in previous roles, ensuring that all tasks are completed efficiently and effectively.
I understand the importance of flexibility in working hours in the recruitment industry and am wi
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
2 Questions were asked on string and array
Find the longest subsequence in a string
Iterate through the string and keep track of the longest subsequence found so far
Use a hashmap to store the last index of each character seen
Update the longest subsequence length when a character is repeated
Top trending discussions
Interview experience
based on 56 reviews
Rating in categories
2-4 Yrs
₹ 12-16 LPA
4-7 Yrs
₹ 10-12 LPA
7-10 Yrs
₹ 12-17 LPA
Business Analyst
36
salaries
| ₹4 L/yr - ₹11 L/yr |
Software Engineer
32
salaries
| ₹4 L/yr - ₹17.2 L/yr |
Management Engineer Trainee
16
salaries
| ₹4.6 L/yr - ₹6 L/yr |
Software Developer
10
salaries
| ₹8 L/yr - ₹26 L/yr |
Management Trainee
9
salaries
| ₹4.6 L/yr - ₹6.5 L/yr |
TCS
Infosys
Wipro
HCLTech