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

      CoinDCX

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur CoinDCX | Offres d’emploi chez CoinDCX | Salaires chez CoinDCX | Avantages sociaux chez CoinDCX
      Entretiens chez CoinDCXEntretiens d’embauche pour Senior Software Engineer 2 chez CoinDCXEntretien chez CoinDCX


      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.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Citi
      3.6★Rémunération et avantages
      avatar
      Allianz
      3.6★Rémunération et avantages
      avatar
      UBS
      3.5★Rémunération et avantages
      avatar
      Moody's
      3.7★Rémunération et avantages

      Entretien pour Senior Software Engineer 2

      5 mars 2025
      Candidat à l'entretien anonyme
      Bengaluru

      Autres retours d’entretien d’embauche pour un poste comme Senior Software Engineer 2 chez CoinDCX

      Entretien pour Senior Software Engineer 2

      25 août 2022
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Aucune offre
      Expérience négative
      Entretien difficile

      Candidature

      Le processus a pris 1 semaine. J'ai passé un entretien chez CoinDCX (Bengaluru) en févr. 2025

      Entretien

      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

      Questions d'entretien [6]

      Question 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();
      Répondre à cette question

      Question 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");
      Répondre à cette question

      Question 3

      Difference between Async and differ
      Répondre à cette question

      Question 4

      Critical Rendering Path of a website
      Répondre à cette question

      Question 5

      How do you setup Webpack for Vanilla JS and CSS Why Loaders in Webpack?
      Répondre à cette question

      Question 6

      Task Runner with Limited Parallelism
      Répondre à cette question
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez CoinDCX (Bengaluru)

      Entretien

      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

      Questions d'entretien [1]

      Question 1

      Basic and advanced javascript like currying, closures etc.
      Répondre à cette question
      avatar
      Réponse de 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.

      Entretien pour Senior Software Engineer 2

      31 mai 2022
      Employé (anonyme)
      Mumbai
      Offre acceptée
      Expérience positive
      Entretien facile

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 jours. J'ai passé un entretien chez CoinDCX (Mumbai) en mai 2022

      Entretien

      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.

      Questions d'entretien [1]

      Question 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 réponse
      avatar
      Réponse de 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.