Filter interviews by
I applied via LinkedIn and was interviewed before Nov 2022. There were 4 interview rounds.
3Q all dsa leetcode medium level
I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.
Basic DSA Questions of array
I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.
Passionate marketer with a love for creativity and innovation.
Experienced in developing and executing successful marketing campaigns
Skilled in social media management and content creation
Strong analytical and problem-solving skills
Excellent communication and interpersonal abilities
Always eager to learn and adapt to new challenges
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.
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Anagrams have a unique property: the counts of each distinct character present in both strings are the same. One way to check this is:
Explanation: Sanyam wishes to distribute 'N' candies among 'K' friends. The friends are arranged based on Sanyam's order of likeness. He initially distributes candies s...
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.
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 popular designations
I applied via Approached by company and was interviewed in Jul 2021. There were 4 interview rounds.
Get interview-ready with Top GeeksForGeeks Interview Questions
I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.
Use Fisher-Yates shuffle algorithm to play songs randomly without repetition.
Create an array of songs
Use Fisher-Yates shuffle algorithm to shuffle the array
Play the first song in the shuffled array
Remove the first song from the array
Repeat steps 3-4 until all songs have been played
Reverse a linked list
Iterate through the linked list and change the direction of the pointers
Keep track of the previous, current, and next nodes
Set the head of the linked list to the last node after reversing
Hashing algorithm to count maximum number of 1s in a 2D matrix.
Create a hash table to store the count of 1s in each row.
Traverse through each row and update the count in the hash table.
Find the row with the maximum count of 1s in the hash table.
Return the count of 1s in that row.
I applied via Company Website and was interviewed in Oct 2020. There was 1 interview round.
I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.
A person should successfully publish 2 articles in GeeksforGeeks to grab this opportunity.
I applied via Company Website and was interviewed in Nov 2019. There was 1 interview round.
Deleting the Kth node in a linked list.
Traverse the linked list to the Kth node.
Update the previous node's next pointer to skip the Kth node.
Free the memory allocated to the Kth node.
Handle edge cases such as deleting the head or tail node.
Reverse a linked list n times
Create a function to reverse a linked list
Loop through the linked list n times and reverse it each time
Return the final reversed linked list
A dictionary is a collection of key-value pairs in Python.
Keys must be unique and immutable.
Values can be of any data type.
Access values using keys.
Add or modify values using keys.
Delete key-value pairs using del keyword.
Top trending discussions
Interview experience
based on 174 reviews
Rating in categories
Software Engineer
36
salaries
| ₹6 L/yr - ₹11.9 L/yr |
Software Development Engineer
32
salaries
| ₹7 L/yr - ₹14.8 L/yr |
Member Technical Staff
30
salaries
| ₹5 L/yr - ₹11 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