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. 

  1. 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://www.w3wiki.net/problems/implementing-dijkstra-set-1-adjacency-matrix/1
  2. The second one was of BODMAS type, in which a string of expression evaluations was given.https://www.w3wiki.net/problems/evaluate-the-expression0307/1
  3. The 3rd one was the coin exchange problem.https://www.w3wiki.net/problems/coin-change2448/1