Upload Button Icon Add office photos

Filter interviews by

CoinTribe Software Engineer Interview Questions and Answers

Updated 6 Apr 2022

CoinTribe Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Vinayak Pevekar

posted on 6 Apr 2022

Round 1 - Technical 

(2 Questions)

  • Q1. What is Vector? How it is different from arrays?
  • Ans. 

    Vector is a dynamic array that can resize itself. It differs from arrays in its ability to change size during runtime.

    • Vectors are implemented as dynamic arrays, whereas arrays are static.

    • Vectors can resize themselves during runtime, whereas arrays have a fixed size.

    • Vectors can be used to store objects of any type, whereas arrays can only store objects of a specific type.

    • Vectors have built-in functions for easy manipula

  • Answered by AI
  • Q2. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods are declared but not implemented in the abstract class.

    • A non-abstract class that inherits from an abstract class must implement all abstract methods.

    • An abstract class can have constructors and fields like a regular class.

    • An abstract class ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear C++ concepts and also machine learning concepts.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Smallest difference pair of values between two unsorted arrays
  • Ans. 

    Find the smallest difference pair of values between two unsorted arrays.

    • Sort both arrays and compare elements to find the smallest difference.

    • Use two pointers approach to iterate through both arrays simultaneously.

    • Consider edge cases like empty arrays or arrays with only one element.

  • Answered by AI
  • Q2. 2D matrix iteration based question
  • Q3. What is normalisation in DBMS?
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured and organized manner.

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules to follow.

    • For...

  • Answered by AI
  • Q4. What is the difference between SQL and NoSQL?
  • Ans. 

    SQL is a traditional relational database management system, while NoSQL is a non-relational database system.

    • SQL is table-based, with a predefined schema, while NoSQL is document, key-value, wide-column, or graph-based, with dynamic schema.

    • SQL is suitable for complex queries and transactions, while NoSQL is better for hierarchical data storage and real-time applications.

    • SQL is ACID-compliant (Atomicity, Consistency, Iso...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design Dream 11 application in high level.
  • Ans. 

    Dream 11 is a fantasy sports platform where users can create their own teams and compete in various sports leagues.

    • User registration and login functionality

    • Ability to create and join contests

    • Player selection and team creation feature

    • Real-time scoring and leaderboard updates

    • Integration with payment gateway for transactions

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain your recent project in your current company.
  • Ans. 

    Developed a web application for tracking employee attendance and generating reports.

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Integrated authentication and authorization features for secure access

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join Yubi and leave Tavant?
  • Ans. 

    I am excited about the innovative projects at Yubi and believe it aligns better with my career goals.

    • Yubi offers more opportunities for growth and learning in cutting-edge technologies.

    • I am drawn to Yubi's company culture and values, which resonate with my own.

    • I see Yubi as a better fit for my long-term career aspirations compared to Tavant.

  • Answered by AI
  • Q2. What process do you follow to switch to a new technology?
  • Ans. 

    I follow a structured approach to evaluate the new technology, learn it through online resources or courses, practice with small projects, and gradually incorporate it into larger projects.

    • Research the new technology to understand its features, benefits, and use cases

    • Take online courses or tutorials to learn the basics of the technology

    • Practice by working on small projects or side projects to gain hands-on experience

    • Gr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Yubi Software Engineer interview:
  • System Design
  • Data Structures
  • Algorithms
  • DBMS

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Indian School of Mines (ISM), Dhanbad and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium to hard level

Round 2 - One-on-one 

(1 Question)

  • Q1. Dfs bfs in a graph
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked Java coding question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project questions
  • Q2. Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA and android questions

Round 2 - Coding Test 

Live coding round for android

Round 3 - HR 

(1 Question)

  • Q1. Explain your past experiences?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Easy coding questions DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Q2. Find middle of linked list
Round 3 - Technical 

(1 Question)

  • Q1. Pick from a basket of oranges

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited Software Engineer interview:
  • Easy DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

It was on mettle, had 3 coding qns, MCQs on DBMS, CN, Aptitude etc

Round 3 - Group Discussion 

It was on a quote by FB saying everyone wants to become like Musk, it went on for 30 mins

Round 4 - HR 

(1 Question)

  • Q1. It was basic behavioral questions

CoinTribe Interview FAQs

How many rounds are there in CoinTribe Software Engineer interview?
CoinTribe interview process usually has 1 rounds. The most common rounds in the CoinTribe interview process are Technical.
What are the top questions asked in CoinTribe Software Engineer interview?

Some of the top questions asked at the CoinTribe Software Engineer interview -

  1. What is Vector? How it is different from arra...read more
  2. What is an abstract cla...read more

Tell us how to improve this page.

CoinTribe Software Engineer Salary
based on 6 salaries
₹8.6 L/yr - ₹13.4 L/yr
34% more than the average Software Engineer Salary in India
View more details

CoinTribe Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Sales Manager
17 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Senior Executive
7 salaries
unlock blur

₹4.4 L/yr - ₹5.7 L/yr

Software Engineer
6 salaries
unlock blur

₹8.6 L/yr - ₹13.4 L/yr

Operations Executive
6 salaries
unlock blur

₹2.8 L/yr - ₹3.7 L/yr

Assistant Credit Manager
5 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Explore more salaries
Compare CoinTribe with

PhonePe

4.0
Compare

Rupeek

3.7
Compare

Kissht Finance

3.9
Compare

Razorpay

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