Upload Button Icon Add office photos
Engaged Employer

i

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

EbixCash Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

EbixCash Limited Interview Questions, Process, and Tips

Updated 15 Feb 2025

Top EbixCash Limited Interview Questions and Answers

View all 60 questions

EbixCash Limited Interview Experiences

Popular Designations

101 interviews found

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

Basics .net sql questions

Senior Software Development Engineer Interview Questions asked at other Companies

Q1. Level order traversal of a binary search tree from leaf to root? Print in a single line or Print new line for every level.
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Evaluation of relevant knowledge and experience

Content Editor Interview Questions asked at other Companies

Q1. How long do you typically take on a document and what do you look for?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Written skills, qualification

Round 2 - One-on-one 

(2 Questions)

  • Q1. How many years of experience
  • Q2. Skills

Senior Process Associate Interview Questions asked at other Companies

Q1. What is Purchase Order?
View answer (39)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Dec 2023.

Round 1 - Aptitude Test 

Cleared in first attempt

Round 2 - One-on-one 

(2 Questions)

  • Q1. How many years of Experience
  • Q2. Skills

Senior Process Associate 1 Interview Questions asked at other Companies

Q1. What is taxes and types of taxes?
View answer (1)

EbixCash Limited interview questions for popular designations

 Software Developer

 (5)

 Assistant Manager

 (4)

 HR Trainee

 (4)

 Quality Analyst

 (4)

 Software Engineer

 (4)

 Associate Programmer Analyst

 (3)

 Senior Process Associate

 (3)

 System Analyst

 (3)

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

(2 Questions)

  • Q1. What is Dora process
  • Ans. 

    DORA process stands for Define, Obtain, Review, and Assess. It is a method used in IT support to troubleshoot and resolve technical issues.

    • Define the problem by gathering information from the user

    • Obtain relevant data and perform initial troubleshooting

    • Review the information and analyze possible causes

    • Assess the situation and implement a solution

  • Answered by AI
  • Q2. What is BSOD error ? How to solve this error.
  • Ans. 

    BSOD (Blue Screen of Death) error is a system error that causes a blue screen to appear on Windows computers, indicating a critical system error.

    • BSOD error is a system error that causes a blue screen to appear on Windows computers

    • It indicates a critical system error that needs to be resolved

    • Common causes of BSOD errors include hardware issues, driver conflicts, and software problems

    • To solve BSOD error, you can try rest...

  • Answered by AI

Skills evaluated in this interview

Desktop Support Engineer Interview Questions asked at other Companies

Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IPv6. How many types of os installation? What is BIOS AND what is use of CMOS BATTARY? WHST IS HDD and how many types of HDD? How to shot SMPS AND HOW TO UPDRADE RAM? DIFFERENCE... read more
View answer (3)

Get interview-ready with Top EbixCash Limited Interview Questions

Process Analyst Interview Questions & Answers

user image ABHINAV SHARMA

posted on 25 Dec 2024

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

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good test. Good questions.

Round 2 - Group Discussion 

Good GD. Good staff.

Round 3 - One-on-one 

(1 Question)

  • Q1. Tell about yourself.

Process Analyst Interview Questions asked at other Companies

Q1. what are the different types of accounting?
View answer (4)

Jobs at EbixCash Limited

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

I applied via Naukri.com and was interviewed in Jul 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 - Technical 

(1 Question)

  • Q1. Oops, c#, Linq, sql
Round 3 - Technical 

(1 Question)

  • Q1. Sql, store proc, function, views

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. String related questions
  • Q2. Exception related questions
  • Q3. Collection related questions
  • Q4. Thread related question
Round 2 - Technical 

(2 Questions)

  • Q1. Collection related questions
  • Q2. Currently working project related questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Project related questions
  • Q2. Experience related questions

Interview Preparation Tips

Topics to prepare for EbixCash Limited Senior Software Developer interview:
  • Core Java
  • Spring Boot
  • JPA
Interview preparation tips for other job seekers - Preparation in core Java is essential for making a strong impression in an interview, and familiarity with advanced concepts provides an additional advantage.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Data hiding and overriding difference
  • Ans. 

    Data hiding is the concept of restricting access to certain data, while overriding is the concept of replacing a method in a subclass.

    • Data hiding is achieved through access modifiers like private, protected, and public.

    • Overriding is done in inheritance when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Data hiding helps in encapsulation and information hiding, whil...

  • Answered by AI
  • Q2. Static and singleton difference
  • Ans. 

    Static keyword is used to declare a variable or method that belongs to the class itself, while singleton pattern is used to ensure a class has only one instance and provides a global point of access to it.

    • Static keyword is used to declare variables or methods that belong to the class itself, not to instances of the class.

    • Singleton pattern is a design pattern that restricts the instantiation of a class to one object.

    • Sta...

  • Answered by AI
  • Q3. Joins outputs question
Round 2 - Technical 

(2 Questions)

  • Q1. Ref and out parm output
  • Q2. Linq, entity framework, mvc life cycle. Dependency injection, ioc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops and sql must be good.

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 (38)

Intern Interview Questions & Answers

user image Aayushi Chhabra

posted on 5 Aug 2024

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

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships in software development

    • Participated in coding competitions

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

EbixCash Limited Interview FAQs

How many rounds are there in EbixCash Limited interview?
EbixCash Limited interview process usually has 1-2 rounds. The most common rounds in the EbixCash Limited interview process are HR, Technical and One-on-one Round.
How to prepare for EbixCash Limited 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 EbixCash Limited. The most common topics and skills that interviewers at EbixCash Limited expect are ASP.Net, C#, SQL, SQL Server and Java.
What are the top questions asked in EbixCash Limited interview?

Some of the top questions asked at the EbixCash Limited interview -

  1. In your Project, How did you connected your application with Databa...read more
  2. What is Compile time binding and Runtime Bindi...read more
  3. What is Inheritance and Types of Inheritan...read more
How long is the EbixCash Limited interview process?

The duration of EbixCash Limited interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

EbixCash Limited Interview Process

based on 111 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
View all

Fast track your campus placements

View all

EbixCash Limited Reviews and Ratings

based on 1k reviews

4.0/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.6

Salary

4.1

Job security

3.9

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 1k Reviews and Ratings
Account Executive

Bangalore / Bengaluru

1-3 Yrs

₹ 2-2.5 LPA

Build Engineer

Noida

2-7 Yrs

Not Disclosed

Senior Oracle Pl Sql Developer

Chennai

6-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
188 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Network Engineer
174 salaries
unlock blur

₹1.2 L/yr - ₹6.5 L/yr

Software Developer
151 salaries
unlock blur

₹2 L/yr - ₹10.9 L/yr

System Analyst
142 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior System Analyst
137 salaries
unlock blur

₹5.5 L/yr - ₹14 L/yr

Explore more salaries
Compare EbixCash Limited with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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