Upload Button Icon Add office photos

Filter interviews by

EbixCash Financial Technologies Intern Interview Questions and Answers

Updated 15 Jan 2025

EbixCash Financial Technologies Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image pravin patil

posted on 15 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic quant logical reasoning and coding questions

Round 2 - Aptitude Test 

Apptitude with coding n 2technical n one hr

Round 3 - Aptitude Test 

Nothing specific, just general inquiries about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions about yourself, as well as fundamental questions regarding Java.

Interview questions from similar companies

Intern Interview Questions & Answers

Paytm user image Anonymous

posted on 19 Feb 2022

I applied via Job Fair and was interviewed before Feb 2021. There were 2 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 

Can't Disclose

Interview Preparation Tips

Interview preparation tips for other job seekers - Do development and CP also.
Try to solve DSA problems.

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOP concepts, Networking basics,

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy to pass the interview for fresher, you need to have good aptitude skills

Intern Interview Questions & Answers

TCS user image Anonymous

posted on 2 Jun 2022

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 2 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. Please Give introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck with your interview. You need it

Intern Interview Questions & Answers

TCS user image Anonymous

posted on 10 Feb 2022

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. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice for the interview it was good
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Ds questions. About Linked list ans arrays and some aptitude questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement Merge Sort algo
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. Two sum problem in optimised form
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion about the projects in resume
  • Q2. NoSql Vs Sql , advantages and disadvantages
  • Ans. 

    NoSQL databases are non-relational, flexible, and scalable, while SQL databases are relational, structured, and consistent.

    • NoSQL databases are schema-less, allowing for flexibility in data models.

    • SQL databases use structured query language for data manipulation and retrieval.

    • NoSQL databases are horizontally scalable, making them suitable for big data applications.

    • SQL databases are vertically scalable, which can be more...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics.

Skills evaluated in this interview

Interview experience
4
Good
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 

2 hours HackerEarth coding round

Round 3 - One-on-one 

(1 Question)

  • Q1. Some medium level of question
Round 4 - Coding Test 

HackerEarth test medium level question

Interview Preparation Tips

Interview preparation tips for other job seekers - follow previous interview exprience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Python , Bash , basic aptitude

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain URL config
  • Ans. 

    URL config is a configuration file that maps URLs to specific views or functions in a web application.

    • URL config is typically defined in a file like urls.py in Django framework.

    • It helps in routing incoming requests to the appropriate view or function.

    • URL patterns are defined using regular expressions to match specific URLs.

    • URL config allows for dynamic routing and handling of different endpoints in a web application.

  • Answered by AI
  • Q2. What is HTTP explain working
  • Ans. 

    HTTP is a protocol used for transferring data over the internet.

    • HTTP stands for Hypertext Transfer Protocol

    • It is the foundation of data communication on the World Wide Web

    • HTTP works by establishing a connection between a client and a server, where the client sends a request and the server responds with the requested data

    • Example: When you type a website URL in your browser, the browser sends an HTTP request to the serve

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong foundation on basics

Skills evaluated in this interview

Intern Interview Questions & Answers

TCS user image Anonymous

posted on 1 Mar 2022

I applied via Walk-in and was interviewed in Feb 2022. There were 2 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 

2 hrs. quantitative, qualitative and reasoning

Interview Preparation Tips

Topics to prepare for TCS Intern interview:
  • aptitude
Interview preparation tips for other job seekers - Just study hard for aptitude test

Intern Interview Questions & Answers

TCS user image Anonymous

posted on 12 Sep 2022

I applied via LinkedIn

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 to hard level of questions are asked during this test

Interview Preparation Tips

Interview preparation tips for other job seekers - Please come with basic questions of computer language that you interested

EbixCash Financial Technologies Interview FAQs

How many rounds are there in EbixCash Financial Technologies Intern interview?
EbixCash Financial Technologies interview process usually has 3 rounds. The most common rounds in the EbixCash Financial Technologies interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

EbixCash Financial Technologies Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Infosys Intern Interview Questions
3.6
 • 22 Interviews
Deloitte Intern Interview Questions
3.8
 • 22 Interviews
Amazon Intern Interview Questions
4.1
 • 21 Interviews
IBM Intern Interview Questions
4.0
 • 13 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
View all
Analyst
84 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Analyst
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare EbixCash Financial Technologies with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Payed

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