Flipkart Interview Experience for SDE
Today Flipkart came for On-Campus full-time software development hiring.
Round 1(Online Test): The test was on AMCAT consisting of 3 questions that have to be solved within 1:30hrs.
- The first question was of graph type in which n cities were there, all were connected using roads of bidirectional, we had to find the minimum distance between two given cities. https://practice.geeksforgeeks.org/problems/implementing-dijkstra-set-1-adjacency-matrix/1
- The second one was of BODMAS type, in which a string of expression evaluations was given.https://practice.geeksforgeeks.org/problems/evaluate-the-expression0307/1
- The 3rd one was the coin exchange problem.https://practice.geeksforgeeks.org/problems/coin-change2448/1
Please Login to comment...