Upload Button Icon Add office photos
Engaged Employer

i

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

ET Money Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ET Money Software Developer Interview Questions and Answers

Updated 26 Jun 2024

ET Money Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can remember it but it was simple question from array
  • Q2. Multiple two numbers (given in string only can be very big have to do in traditional way) that can be very big so we have to store result in string

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher you can able solve medium questions of dsa not more than that.

Interview questions from similar companies

Round 1 - Technical 

(2 Questions)

  • Q1. Basic oops concepts and our projects
  • Q2. Basic strucutes of oops concpts and micro services
  • Ans. 

    OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction. Microservices are small, independent services that communicate with each other.

    • OOPs concepts help in creating modular and reusable code.

    • Encapsulation ensures that data is hidden and can only be accessed through defined methods.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to ta...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared and don't lose your confidence while the interviewer interviewing you.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

25 question were asked

Round 2 - Coding Test 

Java coding and Java oops concepts

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java coding and project explanation
Round 4 - HR 

(1 Question)

  • Q1. Just general questions

Interview Preparation Tips

Topics to prepare for i-exceed technology solutions Software Developer interview:
  • Java
  • Javascript
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question

Software Developer Interview Questions & Answers

FNZ user image Rudraksh Sharma

posted on 12 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

We in group of 10 were given a topic on which 2 feature to select out of 4 for a project, it lasted about 10 minutes, was ok

Round 2 - Case Study 

Given a case study of a company, analyze it in 10 minutes and then questions were asked, i don't think it was useful for a Developer Role

Interview Preparation Tips

Interview preparation tips for other job seekers - Well not a good company for tech guys, they asked all non technical part to me, later on few students were given the coding link
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions were based on basic aptitude like seating arrangement

Round 2 - Technical 

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. SQL questions like triggers and creating an SQL table etc
Round 3 - Technical 

(1 Question)

  • Q1. Coding like arrays basic codes like reversing an array

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They have problem of K sorted array and you need to make an sorted array of it.

Round 2 - HR 

(2 Questions)

  • Q1. Your current job role
  • Q2. Software Developer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the DSA and basic OOPs question.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths and communication based questions

Round 2 - Coding Test 

Estimate and SQL and coding was there

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.

  • Q1. 

    Find the Third Greatest Element

    Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

    Input:

    The first line contains a single integer 'T' representing the numb...
  • Ans. 

    Find the third largest element in an array of distinct integers.

    • Sort the array in descending order and return the element at index 2.

    • Handle cases where the array has less than 3 elements separately.

    • Use a set to store distinct elements for efficient processing.

  • Answered by AI
  • Q2. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The task is to find the longest palindromic substring within STR. If there are several palindromic substring...

  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes

    • Keep track of the longest palindrome found so far

    • Return the longest palindromic substring

  • Answered by AI
  • Q3. 

    Ninja and Geometry Problem Statement

    In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...

  • Ans. 

    Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

    • Implement a function to calculate the intersection point of two lines on a 2D plane

    • Handle precision up to six decimal places in the output

    • Return -1.000000 -1.000000 if the lines do not intersect

    • Ensure the lines 'AB' and 'PQ' are distinct

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 1.5 monthsInterview preparation tips for other job seekers

Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.

Application resume tips for other job seekers

Tip 1 : Keep it short
Tip 2 : Add skills iff you are sure

Final outcome of the interviewRejected

Skills evaluated in this interview

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.

  • Q1. 

    Find the Third Greatest Element

    Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

    Input:

    The first line contains a single integer 'T' representing the numb...
  • Ans. 

    Find the third largest element in an array of distinct integers.

    • Sort the array in descending order and return the element at index 2.

    • Handle cases where there are less than 3 elements in the array.

    • Consider edge cases like negative integers and duplicates.

  • Answered by AI
  • Q2. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...

  • Ans. 

    Identify the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Keep track of the longest palindrome found so far

    • Return the longest palindromic substring with the smallest start index

  • Answered by AI
  • Q3. 

    Ninja and Geometry Problem Statement

    In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...

  • Ans. 

    Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

    • Implement a function to calculate the intersection point of two lines on a 2D plane

    • Handle precision up to six decimal places in the output

    • Return -1.000000 -1.000000 if the lines do not intersect

    • Ensure the lines 'AB' and 'PQ' are distinct

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. Eligibility criteriaAbove 7 CGPAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things.

Final outcome of the interviewRejected

Skills evaluated in this interview

ET Money Interview FAQs

How many rounds are there in ET Money Software Developer interview?
ET Money interview process usually has 1 rounds. The most common rounds in the ET Money interview process are One-on-one Round.
What are the top questions asked in ET Money Software Developer interview?

Some of the top questions asked at the ET Money Software Developer interview -

  1. multiple two numbers (given in string only can be very big have to do in tradit...read more
  2. can remember it but it was simple question from ar...read more

Tell us how to improve this page.

ET Money Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
ET Money Software Developer Salary
based on 6 salaries
₹17 L/yr - ₹18.5 L/yr
110% more than the average Software Developer Salary in India
View more details
Senior Operations Specialist
10 salaries
unlock blur

₹3.8 L/yr - ₹6.4 L/yr

Software Engineer2
9 salaries
unlock blur

₹22 L/yr - ₹25.1 L/yr

Team Lead
7 salaries
unlock blur

₹4.8 L/yr - ₹9.2 L/yr

Senior Operations Analyst
7 salaries
unlock blur

₹4 L/yr - ₹4.6 L/yr

Operations Specialist
7 salaries
unlock blur

₹4.2 L/yr - ₹5.3 L/yr

Explore more salaries
Compare ET Money with

EASEBUZZ

2.6
Compare

LenDenClub

3.0
Compare

Uni Cards

3.8
Compare

Drip Capital

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