Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      CoinDCX

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: CoinDCX reviews | CoinDCX jobs | CoinDCX salaries | CoinDCX benefits
      CoinDCX interviewsCoinDCX Senior Software Engineer 2 interviewsCoinDCX interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Questrade
      3.6★Compensation and benefits
      avatar
      CIBC World Markets
      3.8★Compensation and benefits
      avatar
      Brookfield
      3.8★Compensation and benefits
      avatar
      FirstCaribbean Int'l Bank
      4.1★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Senior Software Engineer 2 Interview

      25 Aug 2022
      Anonymous employee
      Bengaluru

      Other Senior Software Engineer 2 interview reviews for CoinDCX

      Senior Software Engineer 2 Interview

      5 Mar 2025
      Anonymous interview candidate
      Bengaluru
      No offer
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at CoinDCX (Bengaluru)

      Interview

      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

      Interview questions [1]

      Question 1

      Basic and advanced javascript like currying, closures etc.
      Answer question
      avatar
      CoinDCX response
      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.
      Negative experience
      Difficult interview

      Application

      The process took 1 week. I interviewed at CoinDCX (Bengaluru) in Feb 2025

      Interview

      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

      Interview questions [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();
      Answer 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");
      Answer question

      Question 3

      Difference between Async and differ
      Answer question

      Question 4

      Critical Rendering Path of a website
      Answer question

      Question 5

      How do you setup Webpack for Vanilla JS and CSS Why Loaders in Webpack?
      Answer question

      Question 6

      Task Runner with Limited Parallelism
      Answer question

      Senior Software Engineer 2 Interview

      31 May 2022
      Anonymous employee
      Mumbai
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied online. The process took 3 days. I interviewed at CoinDCX (Mumbai) in May 2022

      Interview

      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.

      Interview questions [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 Answer
      avatar
      CoinDCX response
      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.