Filter interviews by
I applied via Company Website and was interviewed in Mar 2023. There were 2 interview rounds.
You have to write and publish your article if it will get published by them , then you can apply for the role.
Based on your written articles, you'll get paid so write and try to make it unique and easy to understand for others .
I applied via Approached by Company and was interviewed before Jan 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in May 2022. There were 4 interview rounds.
3 Coding Question were there
Easy - 2 Pointer Problem Variation
Medium - Prefix Sum Problem Variation
Hard - DP (Maximum of Minimum) Variation Problem
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...
Different types of indexing in SQL
Clustered Index
Non-Clustered Index
Unique Index
Full-Text Index
Filtered Index
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
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...
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
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
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).
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 ...
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
I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.
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.
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
GeeksForGeeks interview questions for popular designations
I applied via Approached by Company and was interviewed in Aug 2022. There were 3 interview rounds.
Get interview-ready with Top GeeksForGeeks Interview Questions
I applied via LinkedIn and was interviewed before Jul 2023. There were 3 interview rounds.
Basic DSA questions were asked.
I applied via Geeksforgeeks Jobs and was interviewed before Sep 2022. There were 3 interview rounds.
I applied via Internshala and was interviewed before Aug 2022. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in Mar 2022. There were 3 interview rounds.
Minimum number of swaps required to make a given array of strings a palindrome.
Create a hash table to store the frequency of each character in the array.
Iterate through the array and count the number of characters with odd frequency.
If the count is greater than 1, the array cannot be rearranged into a palindrome.
Otherwise, use two pointers to swap characters and count the number of swaps required to make the array a pa
Top trending discussions
The duration of GeeksForGeeks interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 34 interviews
Interview experience
based on 176 reviews
Rating in categories
Software Engineer
36
salaries
| ₹6 L/yr - ₹11.9 L/yr |
Software Development Engineer
32
salaries
| ₹7 L/yr - ₹14.8 L/yr |
Member Technical Staff
30
salaries
| ₹5 L/yr - ₹11 L/yr |
Technical Content Writer
28
salaries
| ₹1 L/yr - ₹6.2 L/yr |
Software Developer
27
salaries
| ₹5.2 L/yr - ₹14 L/yr |
CodeChef
HackerRank
upGrad
Simplilearn