Filter interviews by
I was interviewed in Sep 2021.
Round duration - 60 minutes
Round difficulty - Medium
Timing - 1:00 pm
Zoom video call. Was asked to share screen while coding.
Interviewer was friendly
Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.
The input is a single string without any leading or trailing...
Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...
Round duration - 60 Minutes
Round difficulty - Medium
It was taken at 1:00 pm.
This was taken by senior management.
Was asked to share the screen.
You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.
If there is an odd number of elements, return the ...
Given an array of strings ARRSTR[]
of size N
, and a character C
, your task is to sort the ARRSTR[]
array according to a new alphabetical order that starts with the ...
Approach: The idea here is to use a data structure HashMap to store each character’s order in the new alphabetical order, starting with a letter c (given in the problem). Now, start comparing the strings in the ‘ARRSTR[]’ using HashMap that has been created to define the order.
Suppose that we are comparing two strings of ‘ARRSTR[]’ named ‘X’ and ‘Y’. Let us assume that we have found the first diff...
Round duration - 60 Minutes
Round difficulty - Easy
Timing - 5:30 pm
Interviewer was very friendly.
Tip 1 : Do atleast 2 projects
Tip 2 : Complete competitive programming
Tip 3 : Practice more interview Questions particular to the company applying to
Tip 1 : Don't lie on resume
Tip 2 : Try to wrap resume in one page
Top trending discussions
posted on 17 Mar 2024
I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.
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
Coding for international
posted on 8 Mar 2024
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Dependency injection is a design pattern used to remove hard-coded dependencies and make components more modular and testable.
Constructor injection: Dependencies are provided through a class's constructor.
Setter injection: Dependencies are set through setter methods.
Interface injection: Dependencies are injected through an interface.
Spring framework in Java uses dependency injection to manage components.
Angular framewo...
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 11 Mar 2024
It is MCQ based test which contain both aptitude and technical question
Consultant
95
salaries
| ₹4.3 L/yr - ₹15 L/yr |
Associate Consultant
78
salaries
| ₹3 L/yr - ₹11 L/yr |
Lead Consultant
32
salaries
| ₹8.6 L/yr - ₹21 L/yr |
Senior Consultant
19
salaries
| ₹18.5 L/yr - ₹30.9 L/yr |
Software Developer
11
salaries
| ₹3.3 L/yr - ₹9.2 L/yr |
TCS
Infosys
Wipro
HCLTech