Upload Button Icon Add office photos

Filter interviews by

GeeksForGeeks Technical Member Staff Intern Interview Questions and Answers

Updated 13 Dec 2022

GeeksForGeeks Technical Member Staff Intern Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jun 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. Question related to Dijkstra Algorithm was asked.
  • Ans. Dijktra algorithm is a graph algorithm to find shortest distance between two graph nodes if exist a path between them.
  • Answered Anonymously
  • Q2. Case where Dijkstra will not work
  • Ans. 

    Dijkstra's algorithm will not work when there are negative edge weights in the graph.

    • Dijkstra's algorithm assumes that all edge weights are non-negative.

    • If there are negative edge weights, the algorithm may produce incorrect shortest paths.

    • In such cases, other algorithms like Bellman-Ford or Floyd-Warshall should be used.

    • For example, consider a graph with a negative weight cycle.

  • Answered by AI
  • Q3. What is sparse table and why it is used
  • Ans. 

    Sparse table is a data structure used to efficiently answer range queries on an array.

    • Sparse table is used to optimize range query operations on an array.

    • It precomputes and stores the answers to all possible range queries in a table.

    • The table is constructed using a divide-and-conquer approach.

    • Sparse table reduces the time complexity of range queries from O(n) to O(1).

    • It is commonly used in scenarios where range queries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts properly and think before finalising any answer. Keep discussion on with the interviewer so that you can know the expectations

Skills evaluated in this interview

GeeksForGeeks Interview FAQs

How many rounds are there in GeeksForGeeks Technical Member Staff Intern interview?
GeeksForGeeks interview process usually has 2 rounds. The most common rounds in the GeeksForGeeks interview process are Resume Shortlist and Technical.
How to prepare for GeeksForGeeks Technical Member Staff Intern 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 C++, CRM, Coding, Computer science and Data Structures.
What are the top questions asked in GeeksForGeeks Technical Member Staff Intern interview?

Some of the top questions asked at the GeeksForGeeks Technical Member Staff Intern interview -

  1. What is sparse table and why it is u...read more
  2. Case where Dijkstra will not w...read more
  3. Question related to Dijkstra Algorithm was ask...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Infosys Interview Questions
3.7
 • 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
View all
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