Upload Button Icon Add office photos

Filter interviews by

GeeksForGeeks Internship Trainee Interview Questions and Answers for Freshers

Updated 12 Dec 2019

GeeksForGeeks Internship Trainee Interview Experiences for Freshers

1 interview found

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

Interview questions from similar companies

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Ask a favourite movie
  • Q2. Ask a favourite actor
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java , oops, version control , ci/cd , springboot
  • Q2. Microservice, restful api, junit
Round 2 - Assignment 

Email writing in 280 words

Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Why do you want to join
  • Ans. 

    I am passionate about helping organizations improve their efficiency and effectiveness through strategic consulting.

    • Passionate about problem-solving and finding innovative solutions

    • Enjoy working with diverse teams and collaborating towards a common goal

    • Excited about the opportunity to make a positive impact on businesses

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Moderate good and easy for clear fundamentals

Interview Preparation Tips

Topics to prepare for ABCD Software Engineer interview:
  • Software Testing
  • Software
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

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Qsprider is one of the best platform software testing

Round 2 - Technical 

(2 Questions)

  • Q1. SDLC ,STLC , regression testing,oops concepts
  • Q2. Technical interview manual testing,java ,sql , selenium
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self, project explain

Interview Preparation Tips

Interview preparation tips for other job seekers - job seekers is a good one of the one platform
Round 1 - Aptitude Test 

Easy...all basic questions

Round 2 - Coding Test 

Coding about array ,string concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve quickly in a given time and try it ....using ur own code
Round 1 - Aptitude Test 

Easy...all basic questions

Round 2 - Coding Test 

Coding about array ,string concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve quickly in a given time and try it ....using ur own code

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Assignment 

Any possible of assignment

Round 2 - Aptitude Test 

Evening times of assignment

Round 3 - Aptitude Test 

5:30pm of times of assignment

Round 4 - Coding Test 

Any time of assignment

Interview Preparation Tips

Topics to prepare for QSpiders Software Engineer interview:
  • Python
Interview preparation tips for other job seekers - Link this job and so happy this job ,my name mounika,branch ( ECE)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

A topic on software tsting was given to us and we are ealiy done so far

Round 2 - Aptitude Test 

Good experience there was the

Round 3 - HR 

(2 Questions)

  • Q1. Why qspiders and tell somthing special about us
  • Ans. 

    QSpiders is a leading software training institute known for its quality education and placement assistance.

    • QSpiders is known for its experienced faculty who provide hands-on training in software development.

    • The institute has a strong track record of placing students in top IT companies.

    • QSpiders offers a wide range of courses in software development, testing, and other related fields.

    • The institute has state-of-the-art f...

  • Answered by AI
  • Q2. About our company and what is the basic role do un want in the company

Interview Preparation Tips

Interview preparation tips for other job seekers - good and easy interview rounds basically focused over the communicaion skillls here

GeeksForGeeks Interview FAQs

What are the top questions asked in GeeksForGeeks Internship Trainee interview for freshers?

Some of the top questions asked at the GeeksForGeeks Internship Trainee interview for freshers -

  1. 1- Kth node delete in linked li...read more
  2. 2- reverse n th time linked li...read more
  3. Dictionary in pyth...read more

Tell us how to improve this page.

Member Technical Staff
34 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Software Engineer
33 salaries
unlock blur

₹6 L/yr - ₹11.2 L/yr

Software Development Engineer
33 salaries
unlock blur

₹7 L/yr - ₹14.8 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