Filter interviews by
I applied via Campus Placement and was interviewed in May 2022. There were 4 interview rounds.
Basic dsa questions , basic recursion questions of trees ,graphs and searching algorithms there are some mcq questions that too on dsa
They asked few sql and dsa questions like a open board test
Sort a vector based on another vector
Use std::sort with a custom comparator function
The comparator function should compare the indices of the elements in the second vector
The first vector should be sorted based on the order of the indices in the second vector
I applied via Campus Placement
Coding test was really good it was easier to tackle the problem and writting code for it.
Developed a web-based project management tool for tracking tasks and deadlines.
Used React.js for front-end development
Implemented RESTful APIs using Node.js and Express
Utilized MongoDB for database storage
Incorporated authentication and authorization features for user security
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Total two DSA question and 25 mcqs
Zigzag traversal of binary tree involves alternating the direction of traversal at each level.
Use a queue to perform level order traversal of the binary tree.
For each level, alternate between adding nodes to the result list from left to right and right to left.
Continue this process until all levels have been traversed.
The minimum number of swaps needed to group all ones together in an array of 0s and 1s.
Iterate through the array to count the total number of ones.
Use a sliding window of size equal to the total number of ones to find the window with the minimum number of zeros.
Calculate the number of swaps needed to move all ones to that window.
General on Online editors
Pattern question based on Alphabets
MAQ Software interview questions for designations
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Easy 1 hr test and can be completed easily
Get interview-ready with Top MAQ Software Interview Questions
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
All type of nalr topics
Dsa basis question on array and string and linked list
I applied via campus placement at Motilal Nehru Medical College, Allahabad and was interviewed in Mar 2024. There were 2 interview rounds.
Aptitude and coding of 2 hours
I applied via campus placement at Indian Institute of Information Technology (IIIT), Kota and was interviewed in Apr 2023. There were 4 interview rounds.
It was an 1hr interview session
Count the occurrence of each element in an array of strings
Iterate through the array and use a hashmap to store the count of each element
If element already exists in the hashmap, increment its count by 1
Return the hashmap with element counts
I applied via Company Website and was interviewed in Apr 2023. There were 4 interview rounds.
Leetcode easy, medium
Sort an array of strings containing '0', '1', and '2'.
Use counting sort algorithm to count the occurrences of '0', '1', and '2'.
Create a new array with the sorted counts of '0', '1', and '2'.
Join the sorted array back into a single array of strings.
I applied via campus placement at Uttar Pradesh Technical University (UPTU) and was interviewed before Sep 2023. There were 3 interview rounds.
Basic aptitude questions
3 basic questions they asked
Pointer and SQL related questions
I was interviewed in Apr 2021.
Round duration - 120 minutes
Round difficulty - Easy
Timing was 9: 30 AM. Platform was quite good and easy to understand.
Approach: Just like in order to reverse a string ‘S’ = “abcd”, we can can swap(S[0], S[3]) and swap(S[1],S[2]) to get new string “dcba”.
Similarly in this problem, we do the same using two pointers while ignoring the non-letter characters.
Eg: S = “a-bcd” we swap(S[0], S[4]) and swap(S[2], S[3]) to get the result.
Algorithm:
The first line contains an integer N representing the size of ...
The main idea is to do the sum of digits until it becomes less than 10.
Algorithm:
O(1).
We are using constant space to solve this.
Time Complexity: OtherExplanation:O(log10(...
Round duration - 30 minutes
Round difficulty - Easy
Timing was 9:30 AM. The interviewer was very nice.
F(n) = F(n-1) + F(n-2),
Where, F(1) = F(2) = 1
O(N), where ‘N’ is the given number.
As recursion uses a stack of size ‘N’
Time Complexity: O(2^n)Explanation:O(2^N), where ‘N’ i...
Write SQL query to find second highest salary from a Table.
Round duration - 30 minutes
Round difficulty - Medium
Timing was 12 PM. Interviewer was not good.
Given 'S' : abcd...
Since there are just 26 lower case characters, we can use an array of size 26 to store the result.
Here is the algorithm :
What is Normalization and 3NF?
Tip 1 : Do 2 projects.
Tip 2 : Practice data structures programs.
Tip 3 : Take a course on Coding Ninjas.
Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.
2 Interview rounds
based on 9 reviews
Rating in categories
Software Engineer
663
salaries
| ₹5 L/yr - ₹14.9 L/yr |
Software Engineer Level 1
576
salaries
| ₹5 L/yr - ₹13.2 L/yr |
Software Engineer2
272
salaries
| ₹8 L/yr - ₹17 L/yr |
Associate Software Engineer
123
salaries
| ₹3 L/yr - ₹10 L/yr |
Associate Technical Project Manager
80
salaries
| ₹12 L/yr - ₹22 L/yr |
TCS
Infosys
Wipro
HCLTech