Upload Button Icon Add office photos

Filter interviews by

GeeksForGeeks Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top GeeksForGeeks Interview Questions and Answers

View all 38 questions

GeeksForGeeks Interview Experiences

Popular Designations

39 interviews found

Software Development Engineer (SDE1) Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

3Q all dsa leetcode medium level

Round 3 - Technical 

(2 Questions)

  • Q1. Dbms related Questions
  • Q2. Joining table, normalization, acid prop etc.
Round 4 - Technical 

(1 Question)

  • Q1. 3 problems dsa, questions based on resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - DO DSA and dbms .
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic react questions
Round 2 - Coding Test 

Basic DSA Questions of array

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself
  • Q2. Why do you wish to join GeeksforGeeks
  • Q3. Guesstimate questions
  • Q4. What would your Tinder bio be
  • Ans. 

    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

  • Answered by AI
  • Q5. Who's your favorite personality
  • Q6. Which show did you last watch

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be a written round too. Assignment will be given testing your social media & e-mail writing skills

Marketing Associate Interview Questions asked at other Companies

Q1. How would you sell the product if the parent has a concern of child using excessive mobile or technology
View answer (1)

I was interviewed in Feb 2021.

Round 1 - Video Call 

(2 Questions)

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.

  • Q1. 

    Anagram Pairs Verification 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...

  • Ans. Count Characters

    Anagrams have a unique property: the counts of each distinct character present in both strings are the same. One way to check this is: 

    1. Sort both strings, so that all the same characters come together
    2. Then loop through both strings together and check each element in both strings one by one
    3. If at any position, the characters are found to be different or if the lengths of the two strings are different, ...
  • Answered Anonymously
  • Q2. 

    Distribute N Candies Among K People

    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...

  • Ans. Brute Force

    Here we can simply use the concept of brute force. 

     

    • We initialize an array with 0 elements.
    • Then we make a variable and initialize it with 1(let’s call it “increment”). This variable is used to keep track of the number of candies to be given to the current friend.
    • We start with the first element and increase it by ‘increment’.
    • Now we reduce the total number of candies by the variable ‘increment’. (N ...
  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

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.

  • Q1. How would you create a database to store the data of all the patients in a country?

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Maharaja Surajmal Institute Of Technology. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaGeeksforGeeks interview preparation:Topics to prepare for the interview - Data Structures, Competitive Coding, Algorithms, Dynamic Programming, GraphsTime required to prepare for the interview - 2 yearsInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

Tip 1 : Make a 1 page resume only
Tip 2 : It is good to have some projects and decent ranks on your resume

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

GeeksForGeeks interview questions for popular designations

 Technical Content Writer

 (7)

 Software Developer

 (5)

 Automation Test Engineer

 (1)

 Branding

 (1)

 Content Writer

 (1)

 Digital Marketing Manager

 (1)

 Internship Trainee

 (1)

 IOS Developer

 (1)

I applied via Approached by company and was interviewed in Jul 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about what work i did in the previous company
Round 3 - One-on-one 

(1 Question)

  • Q1. Checked my creativity
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and try to be as creative as you can

Get interview-ready with Top GeeksForGeeks Interview Questions

I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. Question on anagram whether we can form with given strings
  • Q2. Play random song from list without repetition
  • Ans. 

    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

  • Answered by AI
  • Q3. Reverse the linked list
  • Ans. 

    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

  • Answered by AI
  • Q4. Range sum with the queries
  • Q5. Hashing on 2d matrix counting max 1
  • Ans. 

    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.

  • Answered by AI
  • Q6. React interviews hooks

Interview Preparation Tips

Interview preparation tips for other job seekers - Data structure is basic and javascript question were also medium

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Jobs at GeeksForGeeks

View all

I applied via Company Website and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is your name, experience , how many article u publish

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply online geeksforgeeks website

Technical Content Writer Interview Questions asked at other Companies

Q1. How many keywords can be placed in an article? Suppose I gave you all the keywords. How much will you put an article?
View answer (2)

I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Assignment 

A person should successfully publish 2 articles in GeeksforGeeks to grab this opportunity.

Round 2 - NA 

(2 Questions)

  • Q1. None. You just have to publish 2 articles.
  • Q2. Articles should be plagiarism free.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and organize your content professionally.

Technical Content Writer Interview Questions asked at other Companies

Q1. How many keywords can be placed in an article? Suppose I gave you all the keywords. How much will you put an article?
View answer (2)

Internship Trainee Interview Questions & Answers

user image Mateshwari Verma

posted on 10 Nov 2019

I applied via Company Website and was interviewed in Nov 2019. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1- Kth node delete in linked list
  • Ans. 

    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.

  • Answered by AI
  • Q2. 2- reverse n th time linked list
  • Ans. 

    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

  • Answered by AI
  • Q3. Dictionary in python
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically focus on DSA for geeksforgeeks

Skills evaluated in this interview

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (1)

GeeksForGeeks Interview FAQs

How many rounds are there in GeeksForGeeks interview?
GeeksForGeeks interview process usually has 2-3 rounds. The most common rounds in the GeeksForGeeks interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for GeeksForGeeks interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at GeeksForGeeks. The most common topics and skills that interviewers at GeeksForGeeks expect are CRM, SAN, SMS, SOC and PDF.
What are the top questions asked in GeeksForGeeks interview?

Some of the top questions asked at the GeeksForGeeks interview -

  1. why react is better, when to use what css, reverse a str...read more
  2. Detect a loop in a linked list and return the node where the loop star...read more
  3. What is SEO and How does it help articles get rank bett...read more
How long is the GeeksForGeeks interview process?

The duration of GeeksForGeeks interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

GeeksForGeeks Interview Process

based on 33 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
TCS iON Interview Questions
3.9
 • 364 Interviews
upGrad Interview Questions
3.7
 • 205 Interviews
Simplilearn Interview Questions
3.2
 • 99 Interviews
NIIT Interview Questions
3.6
 • 83 Interviews
HackerRank Interview Questions
4.4
 • 23 Interviews
CodeChef Interview Questions
3.2
 • 1 Interview
View all

GeeksForGeeks Reviews and Ratings

based on 174 reviews

3.3/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.2

Salary

2.8

Job security

3.2

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 174 Reviews and Ratings
Partnership & Alliance Associate

Noida

1-2 Yrs

₹ 4-5 LPA

Course Consultant (Sales)

Noida

1-3 Yrs

₹ 5-6 LPA

iOS Developer

Noida

1-2 Yrs

₹ 5-6 LPA

Explore more jobs
Software Engineer
36 salaries
unlock blur

₹6 L/yr - ₹11.9 L/yr

Software Development Engineer
32 salaries
unlock blur

₹7 L/yr - ₹14.8 L/yr

Member Technical Staff
30 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Technical Content Writer
28 salaries
unlock blur

₹1 L/yr - ₹6.2 L/yr

Software Developer
27 salaries
unlock blur

₹5.2 L/yr - ₹14 L/yr

Explore more salaries
Compare GeeksForGeeks with

CodeChef

3.2
Compare

HackerRank

4.4
Compare

upGrad

3.7
Compare

Simplilearn

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview