Upload Button Icon Add office photos

Filter interviews by

GeeksForGeeks Software Development Engineer Interview Questions, Process, and Tips

Updated 11 Nov 2022

GeeksForGeeks Software Development Engineer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Coding Test 

3 Coding Question were there
Easy - 2 Pointer Problem Variation
Medium - Prefix Sum Problem Variation
Hard - DP (Maximum of Minimum) Variation Problem

Round 2 - Technical 

(4 Questions)

  • Q1. Difference between SQL and NoSQL
  • Ans. 

    SQL is a relational database management system while NoSQL is a non-relational database management system.

    • SQL databases use structured query language while NoSQL databases use unstructured query language.

    • SQL databases are vertically scalable while NoSQL databases are horizontally scalable.

    • SQL databases are good for complex queries while NoSQL databases are good for large amounts of unstructured data.

    • Examples of SQL dat...

  • Answered by AI
  • Q2. Different types of Indexing in SQL
  • Ans. 

    Different types of indexing in SQL

    • Clustered Index

    • Non-Clustered Index

    • Unique Index

    • Full-Text Index

    • Filtered Index

  • Answered by AI
  • Q3. Joins question and query on that
  • Q4. Schema Design of Restaurant Management System(RMS)
  • Ans. 

    Schema design for a Restaurant Management System

    • Identify entities such as customers, orders, menu items, tables, etc.

    • Create tables for each entity with appropriate attributes and relationships

    • Use foreign keys to establish relationships between tables

    • Consider normalization to avoid data redundancy and improve performance

    • Include constraints to ensure data integrity

    • Use appropriate data types for each attribute

    • Consider sca

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. What is complexity and their types
  • Ans. 

    Complexity refers to the level of difficulty in solving a problem. There are two types: time complexity and space complexity.

    • Time complexity refers to the amount of time required to solve a problem, and is usually measured in terms of the number of operations performed by an algorithm.

    • Space complexity refers to the amount of memory required to solve a problem, and is usually measured in terms of the amount of memory us...

  • Answered by AI
  • Q2. Detect a loop in a linked list and return the node where the loop starts.
  • Ans. 

    Detect loop in linked list and return node where loop starts.

    • Use two pointers, one moving one node at a time and the other moving two nodes at a time

    • If there is a loop, the two pointers will eventually meet at a node inside the loop

    • Reset one of the pointers to the head of the linked list and move both pointers one node at a time

    • The node where the two pointers meet is the start of the loop

  • Answered by AI
  • Q3. Different types of traversal
  • Ans. 

    Traversal refers to visiting all the nodes of a data structure in a specific order.

    • Inorder traversal: Left subtree, root, right subtree

    • Preorder traversal: Root, left subtree, right subtree

    • Postorder traversal: Left subtree, right subtree, root

    • Level order traversal: Visit nodes level by level

  • Answered by AI
  • Q4. Find the sum of pairs in the binary search tree which is equal to k
  • Ans. 

    Find the sum of pairs in a binary search tree equal to k.

    • Traverse the tree in-order and store the values in an array.

    • Use two pointers approach to find the pairs that sum up to k.

    • Time complexity: O(n), Space complexity: O(n).

  • Answered by AI
Round 4 - Technical 

(3 Questions)

  • Q1. Discussion on the project.
  • Q2. Design a payment gateway.
  • Ans. 

    A payment gateway is a software application that facilitates online transactions between a merchant and a customer.

    • The payment gateway should support multiple payment methods such as credit/debit cards, net banking, and digital wallets.

    • It should have a secure and reliable infrastructure to ensure the safety of customer data.

    • The gateway should have a user-friendly interface for easy navigation and payment processing.

    • It ...

  • Answered by AI
  • Q3. Populate next right pointer
  • Ans. 

    Populate the next right pointer of a binary tree node

    • Traverse the tree using level order traversal

    • For each node, set its next right pointer to the next node in the same level

    • If there is no next node in the same level, set the next right pointer to NULL

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good command of DSA and projects you have worked on.

Skills evaluated in this interview

Software Development Engineer Jobs at GeeksForGeeks

View all

Interview questions from similar companies

Interview Preparation Tips

Round: Group Discussion
Experience: They check my skills also my mind skills with cross questioning
Tips: Consentration on questions

Round: Problem Statement
Experience: They check my skills also my mind skills with cross questioning
Tips: Consentration on questions

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

I applied via Indeed and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. About myself and my working skills and my previous experience
  • Q2. What is expected salary
  • Q3. Are willing to reloacte
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a position that aligns with my career goals

    • I have relocated for previous job opportunities and am comfortable with the process

    • I understand the importance of being flexible and adaptable in the tech industry

  • Answered by AI
Round 2 - Coding Test 

C#,Dotnet MVC,Webform ,sql server, write code ,they give task ask about and explanation.

Round 3 - HR 

(2 Questions)

  • Q1. Policy term and conditions and expectation
  • Q2. Why i am leaving privious organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience about my interview and job at chandigarh university
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Data structures and algorithms, oops, DBMS, os

Round 2 - Coding Test 

Data structures and algorithms

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Graduated with a degree in Computer Science

    • Worked on various projects using Java and Python

    • Familiar with web development technologies like HTML, CSS, and JavaScript

  • Answered by AI
  • Q2. Questions about my family

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java oops concepts
Round 2 - HR 

(1 Question)

  • Q1. Self intro for yourself
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Solve 500 Leetcode problems

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

General Aptitude, and Basic java questions

Round 2 - Group Discussion 

They asked about the advantages and disadvantages of corona

Interview Preparation Tips

Interview preparation tips for other job seekers - Suggest To join Tha QSPIDERS

Software Developer Interview Questions & Answers

QSpiders user image Aishwarya Wankhede

posted on 19 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a average test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell us about yoursefl
  • Ans. 

    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

  • Answered by AI
  • Q2. What you think what makes a team fail?
  • Ans. 

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

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Same for all the roles completely based on aptitude question

Round 2 - Group Discussion 

They gather a group of members who are qualified for the round 2, Everyone should talk they mainly focus on how much of analysis skills you have

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why you are fit for the role
  • Ans. 

    I have a strong background in software development with experience in various programming languages and technologies.

    • Extensive experience in developing software applications using languages such as Java, Python, and C++

    • Proficient in working with databases such as MySQL and MongoDB

    • Familiarity with web development technologies like HTML, CSS, and JavaScript

    • Strong problem-solving skills and ability to work well in a team ...

  • Answered by AI
  • Q2. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - maintain a formal dress code and have to main a confidence on your face don't worry HR's are friendly.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jul 2022. There were 3 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 

Just basic coding which is simple and quite easy for beginners.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and why should I hire you ?
  • Q2. I have given a brief introduction about my schooling, graduation, career and my activities. then I have proved my technical skills and they have wished me with a offer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Commucation is must.

GeeksForGeeks Interview FAQs

How many rounds are there in GeeksForGeeks Software Development Engineer interview?
GeeksForGeeks interview process usually has 5 rounds. The most common rounds in the GeeksForGeeks interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for GeeksForGeeks Software Development Engineer 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 MySQL, AWS, CRM, Data Structures and Data Structures and Algorithms.
What are the top questions asked in GeeksForGeeks Software Development Engineer interview?

Some of the top questions asked at the GeeksForGeeks Software Development Engineer interview -

  1. Detect a loop in a linked list and return the node where the loop star...read more
  2. Find the sum of pairs in the binary search tree which is equal t...read more
  3. What is complexity and their ty...read more

Tell us how to improve this page.

GeeksForGeeks Software Development Engineer Salary
based on 33 salaries
₹7 L/yr - ₹14.8 L/yr
34% less than the average Software Development Engineer Salary in India
View more details

GeeksForGeeks Software Development Engineer Reviews and Ratings

based on 4 reviews

1.0/5

Rating in categories

2.0

Skill development

1.7

Work-life balance

1.7

Salary

1.0

Job security

1.3

Company culture

1.3

Promotions

1.6

Work satisfaction

Explore 4 Reviews and Ratings
Member Technical Staff
34 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Software Development Engineer
33 salaries
unlock blur

₹7 L/yr - ₹14.8 L/yr

Software Engineer
32 salaries
unlock blur

₹6 L/yr - ₹11.2 L/yr

Software Developer
27 salaries
unlock blur

₹5.2 L/yr - ₹14 L/yr

Technical Content Writer
26 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Explore more salaries
Compare GeeksForGeeks with

Aakash Educational Services

3.4
Compare

Frankfinn Institute of Air Hostess Training

3.9
Compare

Amity University

3.6
Compare

Chandigarh University

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