Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CoinDCX Team. If you also belong to the team, you can get access from here

CoinDCX Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CoinDCX Back End Engineer Interview Questions and Answers

Updated 28 Jul 2024

CoinDCX Back End Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA questions on HackerRank

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on Mobile app development
  • Q2. More questions on crypto and blockchain

Interview Preparation Tips

Interview preparation tips for other job seekers - Do some projects on crypto and blockchain

Interview questions from similar companies

Round 1 - Technical 

(2 Questions)

  • Q1. Latest features in iOS
  • Ans. 

    iOS 14 introduced new features like App Library, Widgets, Picture in Picture, and Translate app.

    • App Library organizes apps automatically into categories

    • Widgets can be added to the home screen for quick access to information

    • Picture in Picture allows for video playback while using other apps

    • Translate app offers real-time translation in multiple languages

  • Answered by AI
  • Q2. Concepts of basic topics
Round 2 - Assignment 

Display list of images with unit tests

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear in basics. Your understanding will be checked.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Python, Django questions Easy to Medium level DSA Discussion on Project and previous work experience Some SQL queries
Round 3 - Technical 

(1 Question)

  • Q1. Some Python questions and discussion on work experience Some design question like how you will design backend for some project from scratch Some managerial questions Questions on git
Round 4 - HR 

(1 Question)

  • Q1. Some basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ds algo problem solving round. Question was based on graph
  • Ans. I had to explain the logic and code
  • Answered Anonymously
  • Q2. I was asked only 1 question and i have to write code and explain the logic

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview sounded least interested. I would not recommend applying here
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Medium range 2 questions

Round 3 - Technical 

(1 Question)

  • Q1. Its design round question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Coding Test 

Ios round
questions asked involved questions from storages used in iOS
app life cycle
multiple app login with same creds autocomplete feature

Round 2 - Coding Test 

Basic problem solving round
2 medium
1 b/w medium and hard
question were asked :
tree BFS and Stair question
dynamic programming

Round 3 - System design 

(1 Question)

  • Q1. Design app like whatsapp.
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic firment round with director.

Interview Preparation Tips

Topics to prepare for Zeta Senior Software Engineer interview:
  • IOS
  • UIKit
  • dynamic programming
  • tree BFS
  • System Design
Interview preparation tips for other job seekers - Candidate should be good in Logical questions and Problem solving. should have good hands on skills in UIKit.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Coder pad 1 hour test

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Coding testing with 15 questions MCQ based

Round 3 - Technical 

(1 Question)

  • Q1. 1 or 2 DSA questions, rest tech stack related questions were asked
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a technofunctional round, kind of a managerial round.
Round 5 - HR 

(1 Question)

  • Q1. This was a HR round
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Reg BW and ABAP and XSA
Round 3 - Technical 

(1 Question)

  • Q1. Reg sap BW and ABAP and XSA
Round 4 - HR 

(1 Question)

  • Q1. Company structure
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test with Sql and python questions

Round 2 - Technical 

(5 Questions)

  • Q1. Details about project and experience
  • Q2. Pyspark and databricks questions
  • Q3. What is Spark context
  • Ans. 

    Spark context is the main entry point for Spark functionality and represents the connection to a Spark cluster.

    • Main entry point for Spark functionality

    • Represents connection to a Spark cluster

    • Used to create RDDs, broadcast variables, and accumulators

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability by creating a new class based on an existing class

    • Derived class inherits properties and behaviors of the base class

    • Supports the concept of polymorphism and encapsulation

    • Example: Class 'Car' can inherit from class 'Vehicle' and inherit its attributes like 'color' and met

  • Answered by AI
  • Q5. What is sparkconfig
  • Ans. 

    SparkConfig is a configuration object used in Apache Spark to set various parameters for Spark applications.

    • SparkConfig is used to set properties like application name, master URL, and other Spark settings.

    • It is typically created using SparkConf class in Spark applications.

    • Example: val sparkConf = new SparkConf().setAppName("MyApp").setMaster("local")

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql and databricks and you are good to go. Also watch out for comms skills

Skills evaluated in this interview

CoinDCX Interview FAQs

How many rounds are there in CoinDCX Back End Engineer interview?
CoinDCX interview process usually has 2 rounds. The most common rounds in the CoinDCX interview process are Coding Test and One-on-one Round.
What are the top questions asked in CoinDCX Back End Engineer interview?

Some of the top questions asked at the CoinDCX Back End Engineer interview -

  1. More questions on crypto and blockch...read more
  2. Questions on Mobile app developm...read more

Tell us how to improve this page.

CoinDCX Back End Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 204 Interviews
MathCo Interview Questions
2.9
 • 110 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
Kiya.ai Interview Questions
3.4
 • 48 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
MoEngage Interview Questions
4.0
 • 25 Interviews
BIZONGO Interview Questions
3.3
 • 17 Interviews
View all
Devops Engineer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AML Analyst
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CoinDCX with

Upstox

3.7
Compare

WazirX

3.4
Compare

Zebpay

3.4
Compare

Unocoin Technologies

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview