Filter interviews by
I applied via LinkedIn and was interviewed before Jul 2023. There were 3 interview rounds.
Basic DSA questions were asked.
I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.
Basic DSA Questions of array
I was interviewed in Feb 2021.
Round duration - 60 minutes
Round difficulty - Easy
In the first inerview round, I was asked two problems, that were based on Data Structures.
I realized a key point in this round : that sometimes, the interviewer is wrong, and you are right. Still, you should not argue with the interviewer, rather, just accept, and move on.
This happened in the first coding problem itself, when, I actually used a "map" in c++. The interviewer asked me, to use an "unordered map" Instead of map, saying, that using an unordered map would make the insertion cost O(1) instead of O(log(n)). I refused to this by saying, that using unordered map is risky, as in case of a lot of collisions, it could go O(n).
Still, the interviewer said, that I were wrong, and said that he had done some competitive programming himself, and he never faced a TLE verdict because of using unordered map.
And I knew very well, that an Anti-Hash-Test could be created, to enforce a TLE verdict. The interviewer went on to saying that "every competitive programmer in the world would never use a map, rather, always use unordered map".
I slightly smiled to this, but agreed, and later cleared that interview, because of the smooth second problem.
Anagrams have a unique property: the counts of each distinct character present in both strings are the same. One way to check this is:
Here we can simply use the concept of brute force.
Round duration - 60 minutes
Round difficulty - Medium
I were asked several questions involving DBMS. I was given data of patients of entire country, and was asked to make a dataBase for the same.
Create a Database, when you are given the data of all the patients of a country
Tip 1 : I did a lot of problems on Codeforces, Codechef and other online platforms
Tip 2 : Apart from normal CP, it is better to do some interview prep separately
Tip 3 : Must note - you need to have development skills as well to clear the projects and DBMS interview.
Tip 1 : Make a 1 page resume only
Tip 2 : It is good to have some projects and decent ranks on your resume
GeeksForGeeks interview questions for designations
Top trending discussions
posted on 8 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
Find the single number in a sorted array with frequency of 2 for all other numbers.
Use binary search to find the number with different frequency.
Check if the mid element is at even or odd index to determine which side to search next.
Example: Input array [1, 1, 2, 2, 3, 3, 4, 4, 5] should return 5.
Print the left view of a tree by traversing the tree from left to right at each level
Traverse the tree using level order traversal
Print the first node at each level encountered during traversal
I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
It was a average test
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development
Strong problem-solving skills
Familiar with Agile methodologies
Excellent communication skills
Team player
Lack of communication, poor leadership, conflicting goals, and lack of trust can make a team fail.
Lack of communication: When team members do not communicate effectively, tasks can be misunderstood or not completed on time.
Poor leadership: A team without a strong leader to guide and motivate them can easily lose direction and focus.
Conflicting goals: If team members have different priorities or objectives, it can lead ...
posted on 30 Oct 2017
posted on 28 May 2024
Interview experience
based on 4 reviews
Rating in categories
Software Engineer
36
salaries
| ₹6 L/yr - ₹11.9 L/yr |
Member Technical Staff
32
salaries
| ₹5 L/yr - ₹11 L/yr |
Software Development Engineer
29
salaries
| ₹7 L/yr - ₹14.8 L/yr |
Technical Content Writer
28
salaries
| ₹1 L/yr - ₹6.2 L/yr |
Software Developer
27
salaries
| ₹5.2 L/yr - ₹14 L/yr |
CodeChef
HackerRank
upGrad
Simplilearn