Main Navigation
Share your interview in your own words — our AI handles the rest. Hardly takes 2 minutes.
Practice mock interviews or book a 1:1 call for career guidance, resume reviews, and more.
AI interview prep powered by real interview data.
Connect with us on social media
Interview experiences & questions tagged Graph
Discuss a grid/graph problem that involves identifying and counting islands in a given representation. Describe your approach to solving it.
Explain how you would implement a graph traversal to detect paths in a graph. Include considerations for handling edge cases and dynamic input.
Write a function that prints all shortest paths between a given source and destination node in an undirected graph. Use a suitable algorithm to ensure correct shortest path determination.
Coming Soon