i
The Digital Group Infotech
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 4 interview rounds.
Top trending discussions
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
posted on 17 Oct 2024
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
posted on 28 Jun 2024
I applied via Campus Placement
Common topics like sql and 30% aptitude problem
Coding for international
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 1 Apr 2024
I was interviewed in Oct 2023.
List is an ordered collection of elements, while map is a collection of key-value pairs.
List maintains the order of elements, while map does not guarantee any specific order.
List allows duplicate elements, while map does not allow duplicate keys.
In a list, elements are accessed by their index, while in a map, elements are accessed by their keys.
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
I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Apr 2024. There were 2 interview rounds.
1.5hours ,coding +tech MCQs+algorithm questions
based on 4 reviews
Rating in categories
Software Engineer
52
salaries
| ₹4.2 L/yr - ₹15 L/yr |
Senior Software Engineer
51
salaries
| ₹9.8 L/yr - ₹24 L/yr |
Technical Lead
29
salaries
| ₹13.5 L/yr - ₹35 L/yr |
Associate Technical Leader
22
salaries
| ₹11 L/yr - ₹35 L/yr |
Associate Software Engineer
22
salaries
| ₹4.5 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech