Upload Button Icon Add office photos

Filter interviews by

GeeksForGeeks Software Development Engineer 1 Interview Questions and Answers

Updated 11 Aug 2024

GeeksForGeeks Software Development Engineer 1 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. There are some dsa basic to medium level questions
  • Q2. Two Sum questions
Round 2 - Technical 

(3 Questions)

  • Q1. This round basically your core round . like It's depends upon your front end or backend skills
  • Q2. I gave frontend interview on react So they ask react basic questions
  • Q3. And Implemented a todo application using react js
  • Ans. 

    Implemented a todo application using React JS

    • Used React JS to create components for adding, editing, and deleting tasks

    • Implemented state management to keep track of tasks and their completion status

    • Utilized local storage or backend server to persist tasks data

    • Styled the application using CSS or a CSS framework like Bootstrap

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to prepare well for the interview

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding question: Given a sorted array of numbers. All numbers have freq of 2 in array except one number. Find that number with T.C of logn
  • Ans. 

    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.

  • Answered by AI
  • Q2. Print left view of tree
  • Ans. 

    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

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Detailed discussion on projects
  • Q2. Questions on O.S like about deadlocks,etc..

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oops , explain its concepts
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation refers to the bundling of data with the methods that operate on that data.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects to be treated as instances of their par...

  • Answered by AI
  • Q2. What do you know about collections in java explain it
  • Ans. 

    Collections in Java are classes that represent groups of objects, providing operations for manipulation and iteration.

    • Collections framework in Java provides interfaces (e.g. List, Set, Map) and classes (e.g. ArrayList, HashSet, HashMap) for storing and manipulating groups of objects.

    • Collections offer methods for adding, removing, and accessing elements in a collection.

    • Collections also provide methods for sorting, searc...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Docker

  • Answered by AI
  • Q2. Situation based behaviourial questions

Skills evaluated in this interview

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Question about multidimensional array and basic from core
Round 3 - One-on-one 

(1 Question)

  • Q1. Talk about your past expeience

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a techie or software developer don't join this company, it's better to be jobless than be here as you lose your confidence, Lala Seth company h C4 ki if you missed to greet or wish them you will be fired immediately and top of it managers and TL will keep on saying "Hum upar fight kar rhe h" kissey or kab bs ye ni pata.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Medium leetcode question on graph was given by third party interviewer BarRaiser

Interview Preparation Tips

Topics to prepare for ALLEN Career Institute Senior Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Prepare DSA questions on tree and graphs

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
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions for ADF
Round 2 - HR 

(1 Question)

  • Q1. Basic HR round for CTC and notice period

GeeksForGeeks Interview FAQs

How many rounds are there in GeeksForGeeks Software Development Engineer 1 interview?
GeeksForGeeks interview process usually has 2 rounds. The most common rounds in the GeeksForGeeks interview process are Technical.
How to prepare for GeeksForGeeks Software Development Engineer 1 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 Javascript, UI, SQL, Data Structures and MySQL.
What are the top questions asked in GeeksForGeeks Software Development Engineer 1 interview?

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

  1. And Implemented a todo application using react...read more
  2. This round basically your core round . like It's depends upon your front end or...read more
  3. I gave frontend interview on react So they ask react basic questi...read more

Tell us how to improve this page.

GeeksForGeeks Software Development Engineer 1 Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
TCS iON Interview Questions
3.9
 • 365 Interviews
upGrad Interview Questions
3.7
 • 208 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
View all
GeeksForGeeks Software Development Engineer 1 Salary
based on 11 salaries
₹8 L/yr - ₹15 L/yr
34% less than the average Software Development Engineer 1 Salary in India
View more details

GeeksForGeeks Software Development Engineer 1 Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

1.0

Job security

4.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
32 salaries
unlock blur

₹6 L/yr - ₹18.1 L/yr

Software Development Engineer
32 salaries
unlock blur

₹7 L/yr - ₹14.6 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.3
Compare

upGrad

3.7
Compare

Simplilearn

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