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

      CoinDCX

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su CoinDCX | Offerte di lavoro di CoinDCX | Stipendi di CoinDCX | Benefit di CoinDCX
      Colloqui di CoinDCXColloqui per Senior Software Engineer 2 presso CoinDCXColloquio di CoinDCX


      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
      Access Bank PLC
      3.7★Stipendio e benefit
      avatar
      The Blackstone Group
      3.9★Stipendio e benefit
      avatar
      Catapult Advisors
      4.0★Stipendio e benefit
      avatar
      S.C.I Group (Botswana)
      4.0★Stipendio e benefit

      Colloquio per Senior Software Engineer 2

      31 mag 2022
      Dipendente anonimo
      Mumbai

      Altre recensioni di colloqui per Senior Software Engineer 2 presso CoinDCX

      Colloquio per Senior Software Engineer 2

      5 mar 2025
      Candidato anonimo a colloquio
      Bengaluru
      Nessuna offerta
      Offerta accettata
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 3 giorni. Ho sostenuto un colloquio presso CoinDCX (Mumbai) nel mese di mag 2022

      Colloquio

      Interview process consisted of 3 rounds. 1. DSA coding 2. Machine coding 3. Culture fit round (This is a non-tech round) DSA round - Just practicing easy/medium level leetcode questions would be enough to clear this. Machine Coding - Would be required t write correct, modular and SOLID compliant code within 90 mins. Culture fit - This is more of a conversation and not much of interview kind of round. You get to know the product, you get to meet an EM from the company who will be your potential EM. They would ask things like what do you want to be doing in your career, etc.

      Domande di colloquio [1]

      Domanda 1

      1. Given an array of tuples, each tuple contains 3 elements - number of friends, pickup stop number and drop stop number, find out if it is possible to pick up and drop all friends to their destinations in the entire array. 2. Code up an app like splitwise.
      1 risposta
      avatar
      Risposta di CoinDCX
      3y
      Dear candidate, we are glad that we could give you a positive experience interviewing with us, we look forward to building the future with you.
      Esperienza negativa
      Colloquio difficile

      Candidatura

      La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso CoinDCX (Bengaluru) nel mese di feb 2025

      Colloquio

      I was quick process interviewer called and told me everything about the process. total 4 rounds of interview was there. 1. DSA + JS ( only js medium level question and some theoretical question ) 2. LLD (in React ) 3. System design 4. Hiring manager round

      Domande di colloquio [6]

      Domanda 1

      1. Scope and Hoisting Example: var x = 10; function outer() { var x = 20; function inner() { x++; console.log(x); // NaN (due to hoisting) var x = 30; console.log(x); // 30 } inner(); } outer();
      Rispondi alla domanda

      Domanda 2

      2. Promises and Chaining Example: console.log("Start"); const x = new Promise((resolve) => { setTimeout(() => resolve(1), 100); }); x.then((d) => { console.log(d); return d * 2; }) .then((d) => { console.log(d); return d * 3; }); x.then((d) => { console.log(d); return d * 5; }) .then((d) => { console.log(d); return d * 7; }); console.log("Reached");
      Rispondi alla domanda

      Domanda 3

      Difference between Async and differ
      Rispondi alla domanda

      Domanda 4

      Critical Rendering Path of a website
      Rispondi alla domanda

      Domanda 5

      How do you setup Webpack for Vanilla JS and CSS Why Loaders in Webpack?
      Rispondi alla domanda

      Domanda 6

      Task Runner with Limited Parallelism
      Rispondi alla domanda

      Colloquio per Senior Software Engineer 2

      25 ago 2022
      Dipendente anonimo
      Bengaluru
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso CoinDCX (Bengaluru)

      Colloquio

      Smooth interview process.. the whole process completed in about two weeks.. First two rounds were technical around javascript.. Then there was managerial round.. The interviewers were also very helpful and would give u hints incase you are stuck

      Domande di colloquio [1]

      Domanda 1

      Basic and advanced javascript like currying, closures etc.
      Rispondi alla domanda
      avatar
      Risposta di CoinDCX
      3y
      Dear candidate, we are glad that we could give you a positive experience interviewing with us, we look forward to building the future with you.