Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      CoinDCX

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa CoinDCX | Vagas da empresa CoinDCX | Salários da empresa CoinDCX | Benefícios da empresa CoinDCX
      Entrevistas da empresa CoinDCXEntrevistas do cargo de Senior Software Engineer 2 da empresa CoinDCXEntrevista da empresa CoinDCX


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Nuri
      3.7★Remuneração e benefícios
      ABB
      4.3★Remuneração e benefícios
      SBFIC
      4.6★Remuneração e benefícios
      avatar
      EBRD
      3.8★Remuneração e benefícios

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      Entrevista para Senior Software Engineer 2

      5 de mar. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Bengaluru

      Outras avaliações de entrevista de vagas de Senior Software Engineer 2 da empresa CoinDCX

      Entrevista para Senior Software Engineer 2

      25 de ago. de 2022
      Funcionário(a) sigiloso(a)
      Bengaluru
      Oferta aceita
      Nenhuma oferta
      Experiência negativa
      Entrevista difícil

      Candidatura

      O processo levou 1 semana. Fui entrevistado pela CoinDCX (Bengaluru) em fev. de 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

      Perguntas de entrevista [6]

      Pergunta 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 à pergunta

      Pergunta 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 à pergunta

      Pergunta 3

      Difference between Async and differ
      Responder à pergunta

      Pergunta 4

      Critical Rendering Path of a website
      Responder à pergunta

      Pergunta 5

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

      Pergunta 6

      Task Runner with Limited Parallelism
      Responder à pergunta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 2 semanas. Fiz uma entrevista na empresa 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

      Perguntas de entrevista [1]

      Pergunta 1

      Basic and advanced javascript like currying, closures etc.
      Responder à pergunta
      avatar
      Resposta da empresa 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 para Senior Software Engineer 2

      31 de mai. de 2022
      Funcionário(a) sigiloso(a)
      Bombaim
      Oferta aceita
      Experiência positiva
      Entrevista fácil

      Candidatura

      Candidatei-me online. O processo levou 3 dias. Fui entrevistado pela CoinDCX (Bombaim) em mai. de 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.

      Perguntas de entrevista [1]

      Pergunta 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 resposta
      avatar
      Resposta da empresa 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.