Upload Button Icon Add office photos
Engaged Employer

i

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

Eko India Financial Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Eko India Financial Services Interview Questions and Answers

Updated 7 Feb 2024

Eko India Financial Services Interview Experiences

Popular Designations

5 interviews found

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

(2 Questions)

  • Q1. Sql basic question and answer
  • Q2. Sql all answers

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 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 - HR 

(1 Question)

  • Q1. Most of the questions were related to understand employee's mindset and area of interest personally and professionally both.
Round 3 - Assignment 

Assignment were related to project management.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Last round were with CEO and director. Very casual round they are very cool people. They only discussed about assignments and previous job responsibilities.
  • Q2. How comfortable you are on project management tools? Elaborate your currently job's responsibilities. Rest questions were related to family and educational background.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident listen to employer carefully and answer with a smile and positive attitude.

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 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 - Coding Test 

Explain Singleton pattern then add threading lock thing as enhancement,
usecases and implementation of LRU cache
use Java 8 stream API to filter and sort list of object

Round 3 - HR 

(3 Questions)

  • Q1. Why leaving previous organisation
  • Q2. Are you joining for salary or experience
  • Q3. Do you belive in Eko's vision

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic java implementability. brush up your recent experience/ projects.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview Questionnaire 

2 Questions

  • Q1. Tell me something about yourself What is the gap between rural behaviour on finance and digital lending?
  • Q2. Why do you find yourself a suitable fit for organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Be original. Don't faff. Honesty is appreciated

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (27)

Eko India Financial Services interview questions for popular designations

 Software Engineer

 (1)

 Product Manager

 (1)

 Software Developer

 (1)

 Project Business Analyst

 (1)

 Operations Manager

 (1)

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Profile related questions, assignment, automations carried out,
  • Q2. How can you automate the EKO portal so that there is no manual dependence
  • Ans. 

    Automating the EKO portal can be achieved through various methods.

    • Implementing Robotic Process Automation (RPA) to automate repetitive tasks

    • Integrating Application Programming Interfaces (APIs) to automate data transfer

    • Using workflow automation tools to streamline processes

    • Implementing machine learning algorithms to automate decision-making processes

    • Creating custom scripts to automate specific tasks

    • Regularly reviewing ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds of interviews plus 1 assignment plus questionnaire . After that they rejected my candidature saying that I was over experienced .This is ridiculous as it was written in the CV itself. There was no need of harassment of over 3 rounds plus assignment

Skills evaluated in this interview

Operations Manager Interview Questions asked at other Companies

Q1. That, if a student, who passed 12th and doesn't want to study further so how would you convince him to study more
View answer (6)

Interview questions from similar companies

I applied via Indeed and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic php and array functions
  • Q2. Mysql basic, views, triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - Array related question and basic php mysql

I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Php basic and array functions
  • Q2. Mysql basic,views,triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - Average

I applied via Campus Placement and was interviewed before Sep 2021. 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. Questions on IOT and related
Round 3 - Coding Test 

Questions mainly from Linked list.

Round 4 - Technical 

(1 Question)

  • Q1. Basically coding round, with basic questions from arrays. One needs to have good communication skills to explain to interviewers.

Interview Preparation Tips

Topics to prepare for VassarLabs Software Engineer interview:
  • DSA
  • IOT
Interview preparation tips for other job seekers - It is an startup, you need to ready for any questions.

Interview Questionnaire 

1 Question

  • Q1. Strengths, skills, basic introduction.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 - Aptitude Test 

Basic java questions

Round 3 - Technical 

(2 Questions)

  • Q1. Explain Linked list implementation and stack
  • Ans. 

    Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.

    • Linked list implementation involves creating nodes with data and a pointer to the next node.

    • Stack implementation involves pushing elements onto the stack and popping them off in reverse order.

    • Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)

  • Answered by AI
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

Eko India Financial Services Interview FAQs

How many rounds are there in Eko India Financial Services interview?
Eko India Financial Services interview process usually has 2-3 rounds. The most common rounds in the Eko India Financial Services interview process are Resume Shortlist, HR and Coding Test.
How to prepare for Eko India Financial Services interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Eko India Financial Services. The most common topics and skills that interviewers at Eko India Financial Services expect are Java, Algorithms, Data Structures, REST API and SDK.
What are the top questions asked in Eko India Financial Services interview?

Some of the top questions asked at the Eko India Financial Services interview -

  1. How can you automate the EKO portal so that there is no manual depende...read more
  2. Most of the questions were related to understand employee's mindset and area of...read more
  3. Last round were with CEO and director. Very casual round they are very cool peo...read more

Tell us how to improve this page.

Eko India Financial Services Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Icl Fincorp Interview Questions
3.2
 • 18 Interviews
Neural IT Interview Questions
2.8
 • 14 Interviews
VassarLabs Interview Questions
3.0
 • 13 Interviews
Sonata Finance Interview Questions
3.9
 • 13 Interviews
View all

Eko India Financial Services Reviews and Ratings

based on 34 reviews

2.8/5

Rating in categories

3.1

Skill development

3.2

Work-life balance

2.1

Salary

2.6

Job security

3.5

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 34 Reviews and Ratings
Software Engineer
15 salaries
unlock blur

₹7.5 L/yr - ₹19.5 L/yr

Software Developer
7 salaries
unlock blur

₹17.7 L/yr - ₹19 L/yr

Data Analyst
7 salaries
unlock blur

₹5 L/yr - ₹10.9 L/yr

Sales Executive
6 salaries
unlock blur

₹2 L/yr - ₹3.1 L/yr

Area Sales Manager
6 salaries
unlock blur

₹3.2 L/yr - ₹11.8 L/yr

Explore more salaries
Compare Eko India Financial Services with

Choice Equity Broking

3.2
Compare

Softlogic Systems

3.5
Compare

Icl Fincorp

3.2
Compare

Third Bridge

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