Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Flipkart

      Fait partie de Walmart

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Flipkart | Offres d’emploi chez Flipkart | Salaires chez Flipkart | Avantages sociaux chez Flipkart
      Entretiens chez FlipkartEntretiens d’embauche pour Software Development Engineer I chez FlipkartEntretien chez Flipkart


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Development Engineer I

      19 avr. 2021
      Employé (anonyme)
      Bengaluru

      Autres retours d’entretien d’embauche pour un poste comme Software Development Engineer I chez Flipkart

      Entretien pour Software Development Engineer

      18 mai 2024
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via une autre source. Le processus a pris 4 jours. J'ai passé un entretien chez Flipkart (Bengaluru) en févr. 2021

      Entretien

      applied through linkedin connection referral. Due to the pandemic, all the interview rounds were conducted virtually. interview comprises of 4 rounds .1st round was machine coding, followed by two technical and one managerial round.

      Questions d'entretien [5]

      Question 1

      Round 1 (Machine Coding Round)(90 mins): Give a brief about your projects Problem statement: Digital wallet implementation There are several functionalities need to be implemented. All the test cases should pass. functionalities to implement: --> create wallet(accountholder, amount) //creates wallet and initialise balance --> transferMoney(acc1, acc2, amount) // transfer money from acc1 to acc2 --> statement(acc) // type of transfer(credit/debit), fromacc/toacc, amount --> offer1 --> acc_bal1 == acc_bal2 // after transaction if both acc bal are equal, then both are credited with 10/- --> offer2 --> 3 top customers --> 10 , 5, 2 (no of trans, acc_bal, creation_time) // top3 customers based on priority mentioned gets 10/-,5/-,2/- --> Overview(acc[]) // accholer, balance of all the customers After executing, interviewer asks for code walkthrough. PFA my answer for above problem.
      Répondre à cette question

      Question 2

      Round2 (PSDS Round)(60mins): Problem 1 - Given a set of unique elements, print the power set. For eg- {1, 2, 3} Power set will be - {{}, {1}, {2}, {3}, {1,2}, {2,3}, {1,3}, {1,2,3}} ---> have coded using recursion. ---> need to dry run the code for above test case.
      Répondre à cette question

      Question 3

      Problem 2 - Given a tree, each node of the tree has some coins you need to collect the maximum number of coins such that you do not collect coins from any alternate nodes. i.e if you collect coins from a node, you can not collect from any of it's adjacent node. eg - 1 / \ 5 6 / \ / \ 2 1 9 4 / \ 3 1 (5 + 3 + 9 + 4) = 21 given dfs approach dp on trees
      Répondre à cette question

      Question 4

      Problem 3 - Given a string, find the maximum length substring having at max k unique characters. eg - abcaacabcabcaa k=2 ans =5 (caaca) given two pointer approach and hashmap sliding window
      Répondre à cette question

      Question 5

      Round 3(Hiring Manager Round)(45mins): 1. Tell me about yourself 2. About projects 3. challenges faced 4. why are you looking for a change
      Répondre à cette question
      16

      Candidature

      J'ai postulé en ligne. Le processus a pris 5 jours. J'ai passé un entretien chez Flipkart en mai 2024

      Entretien

      I was good . There were 2 interviewers and they both were very friendly. I gave online assessment for flipkart and then called for 2 round that was problem solving and data structure round. It was overall a nice experience.

      Questions d'entretien [1]

      Question 1

      Dsa question of Distribution of candies
      Répondre à cette question

      Entretien pour Software Development Engineer I

      26 juil. 2023
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Flipkart (Bengaluru) en mai 2022

      Entretien

      Interview was smooth. Whole process was completed in a day Had 3 rounds. 1st Round was LLD. 2nd Round: 4 medium level question DS/Algo questions 3rd Round : Managerial round

      Questions d'entretien [1]

      Question 1

      Had 3 rounds. 1st Round was LLD. 2nd Round: 4 medium level question DS/Algo questions 3rd Round : Managerial round
      Répondre à cette question
      1

      Entretien pour Software Development Engineer

      20 mars 2022
      Employé (anonyme)
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. Le processus a pris 2 jours. J'ai passé un entretien chez Flipkart

      Entretien

      Three rounds post coding test. First-round is machine coding. The rest 2 are Data Structures algo. Post that Hiring Manager round. Machine coding round is where you try to design a system, the test is mostly around system understanding and oops concepts.

      Questions d'entretien [1]

      Question 1

      Not to discuss questions but array and trees bases questions
      Répondre à cette question