Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      CoinDCX

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre CoinDCX | Ofertas de empleos en CoinDCX | Sueldos en CoinDCX | Beneficios en CoinDCX
      Entrevistas de CoinDCXEntrevistas para el puesto de Senior Software Engineer 2 en CoinDCXEntrevista de CoinDCX


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Citi
      3.6★Remuneración y beneficios
      avatar
      Natixis
      3.8★Remuneración y beneficios
      avatar
      Allianz
      3.6★Remuneración y beneficios
      avatar
      BMO Financial Group
      3.5★Remuneración y beneficios

      Entrevista de Senior Software Engineer 2

      5 mar 2025
      Candidato de entrevista anónimo
      Bengaluru

      Otras opiniones sobre las entrevistas para el puesto de Senior Software Engineer 2 en CoinDCX

      Entrevista de Senior Software Engineer 2

      25 ago 2022
      Empleado anónimo
      Bengaluru
      Oferta aceptada
      Sin oferta
      Experiencia negativa
      Entrevista difícil

      Solicitud

      El proceso duró 1 semana. Acudí a una entrevista en CoinDCX (Bengaluru) en feb 2025

      Entrevista

      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

      Preguntas de entrevista [6]

      Pregunta 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();
      Responder pregunta

      Pregunta 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");
      Responder pregunta

      Pregunta 3

      Difference between Async and differ
      Responder pregunta

      Pregunta 4

      Critical Rendering Path of a website
      Responder pregunta

      Pregunta 5

      How do you setup Webpack for Vanilla JS and CSS Why Loaders in Webpack?
      Responder pregunta

      Pregunta 6

      Task Runner with Limited Parallelism
      Responder pregunta
      Experiencia positiva
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en CoinDCX (Bengaluru)

      Entrevista

      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

      Preguntas de entrevista [1]

      Pregunta 1

      Basic and advanced javascript like currying, closures etc.
      Responder pregunta
      avatar
      Respuesta 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.

      Entrevista de Senior Software Engineer 2

      31 may 2022
      Empleado anónimo
      Mumbai
      Oferta aceptada
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Envié una solicitud electrónica. El proceso duró 3 días. Acudí a una entrevista en CoinDCX (Mumbai) en may 2022

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 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 respuesta
      avatar
      Respuesta 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.