Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Flipkart

      Parte di Walmart

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Flipkart | Offerte di lavoro di Flipkart | Stipendi di Flipkart | Benefit di Flipkart
      Colloqui di FlipkartColloqui per Software Development Engineer I presso FlipkartColloquio di Flipkart


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Amazon
      3.7★Stipendio e benefit
      avatar
      Google
      4.5★Stipendio e benefit
      avatar
      HENNGE
      3.8★Stipendio e benefit

      Colloquio per Software Development Engineer I

      19 apr 2021
      Dipendente anonimo
      Bengaluru

      Altre recensioni di colloqui per Software Development Engineer I presso Flipkart

      Colloquio per Software Development Engineer

      18 mag 2024
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 4 giorni. Ho sostenuto un colloquio presso Flipkart (Bengaluru) nel mese di feb 2021

      Colloquio

      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.

      Domande di colloquio [5]

      Domanda 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.
      Rispondi alla domanda

      Domanda 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.
      Rispondi alla domanda

      Domanda 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
      Rispondi alla domanda

      Domanda 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
      Rispondi alla domanda

      Domanda 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
      Rispondi alla domanda
      16

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 5 giorni. Ho sostenuto un colloquio presso Flipkart nel mese di mag 2024

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

      Dsa question of Distribution of candies
      Rispondi alla domanda

      Colloquio per Software Development Engineer I

      26 lug 2023
      Dipendente anonimo
      Bengaluru
      Offerta accettata
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso Flipkart (Bengaluru) nel mese di mag 2022

      Colloquio

      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

      Domande di colloquio [1]

      Domanda 1

      Had 3 rounds. 1st Round was LLD. 2nd Round: 4 medium level question DS/Algo questions 3rd Round : Managerial round
      Rispondi alla domanda
      1

      Colloquio per Software Development Engineer

      20 mar 2022
      Dipendente anonimo
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Flipkart

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

      Not to discuss questions but array and trees bases questions
      Rispondi alla domanda