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 28 Feb 2025

Top EbixCash Limited Interview Questions and Answers

View all 60 questions

EbixCash Limited Interview Experiences

Popular Designations

102 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(12 Questions)

  • Q1. What is ActionResult and ViewResult?
  • Ans. 

    ActionResult and ViewResult are classes in ASP.NET MVC used to return responses to client requests.

    • ActionResult is a base class for action results in ASP.NET MVC.

    • ViewResult is a type of ActionResult that returns a view to the client.

    • ViewResult inherits from ViewResultBase class.

    • ActionResult can be used to return different types of responses like JSON, File, Redirect, etc.

    • Example: return View();

  • Answered by AI
  • Q2. What is Asp.Net Page Life Cycle?
  • Ans. 

    ASP.NET Page Life Cycle is the series of events that occur from the time a page is requested to the time the page is fully rendered and sent to the client.

    • Page Request: When a page is requested by a user, ASP.NET creates an instance of the page class.

    • Page Initialization: The page's properties are set and controls on the page are initialized.

    • Page Load: The page's controls are loaded with data and events are handled.

    • Post...

  • Answered by AI
  • Q3. Coding Question: Count the number of words "My Name is Nikhil"
  • Ans. 

    Count the number of words 'My Name is Nikhil'

    • Split the sentence into individual words

    • Count the number of words in the sentence

  • Answered by AI
  • Q4. Calculate sum of digits
  • Ans. 

    Calculate sum of digits in a given number

    • Iterate through each digit in the number and add them together

    • Use modulus operator to extract each digit

    • Convert the number to a string to easily access individual digits

  • Answered by AI
  • Q5. What is Static Keyword?
  • Ans. 

    Static keyword is used to declare a member that belongs to the class itself, rather than to instances of the class.

    • Static keyword can be applied to variables, methods, properties, and constructors.

    • Static members are accessed using the class name, not an instance of the class.

    • Static variables retain their values for the entire duration of the program.

    • Static methods can be called without creating an instance of the class...

  • Answered by AI
  • Q6. What is Sealed Classes?
  • Ans. 

    Sealed classes are classes that cannot be inherited or used as a base class.

    • Sealed classes are used to restrict inheritance for security or optimization reasons.

    • They are marked with the 'sealed' keyword.

    • Example: 'sealed class MyClass {}'

  • Answered by AI
  • Q7. What is Abstract Class and Interface?
  • Ans. 

    Abstract class is a class that cannot be instantiated and may contain abstract methods. Interface is a contract that defines methods that a class must implement.

    • Abstract class can have abstract methods as well as concrete methods.

    • Interface can only have method signatures, no method bodies.

    • A class can implement multiple interfaces but can inherit from only one abstract class.

    • Example: Abstract class - Animal with abstrac...

  • Answered by AI
  • Q8. What is Inheritance and Types of Inheritance?
  • Ans. 

    Inheritance is a mechanism in OOP where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, multiple inheritance, multilevel inheritance, hierarchical inheritance, and hybrid inheritance.

    • Example: Class B inheriting from Class A - B is a subclass of A.

  • Answered by AI
  • Q9. How view is created from Model?
  • Ans. 

    A view is created from a model by using a view engine to render the model data into HTML markup.

    • Use a view engine like Razor in ASP.NET to create views from models

    • Pass the model data from the controller to the view using ViewBag or strongly-typed models

    • Use HTML helpers to display model data in the view

  • Answered by AI
  • Q10. What is ViewModel?
  • Ans. 

    ViewModel is a class that is responsible for preparing data to be displayed in a view.

    • ViewModel separates the logic of data preparation from the view itself.

    • It helps in keeping the views lightweight and focused on display.

    • ViewModels are commonly used in MVVM (Model-View-ViewModel) architecture.

    • Example: In an e-commerce website, a ProductViewModel may contain product details for display.

  • Answered by AI
  • Q11. What is ViewBag, ViewData and TempData?
  • Ans. 

    ViewBag, ViewData, and TempData are used to pass data from controller to view in ASP.NET MVC.

    • ViewBag is a dynamic property that allows you to pass data from controller to view.

    • ViewData is a dictionary object that allows you to pass data from controller to view.

    • TempData is a dictionary object that allows you to pass data from one controller action to another.

  • Answered by AI
  • Q12. In your Project, How did you connected your application with Database?
  • Ans. 

    I used Entity Framework to connect the application with the database.

    • Utilized Entity Framework for ORM mapping

    • Configured connection string in the application's configuration file

    • Used LINQ queries to interact with the database

  • Answered by AI
Round 2 - Coding Test 

Create a form with Entity Framework and do crud operation on them.

Interview Preparation Tips

Topics to prepare for EbixCash Limited DOT NET Developer interview:
  • C#
  • ASP.Net MVC
  • MS SQL
Interview preparation tips for other job seekers - Prepare well on basics. Machine test is quite easy.

Skills evaluated in this interview

Top EbixCash Limited DOT NET Developer Interview Questions and Answers

Q1. In your Project, How did you connected your application with Database?
View answer (1)

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Store Manager Interview Questions & Answers

user image Raj kokare

posted on 26 Dec 2024

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

(2 Questions)

  • Q1. What you know about It hardware?
  • Ans. 

    IT hardware refers to physical components of a computer system, such as the motherboard, CPU, RAM, and hard drive.

    • IT hardware includes components like motherboards, CPUs, RAM, and hard drives.

    • It also encompasses peripherals like monitors, keyboards, and printers.

    • Understanding IT hardware is essential for troubleshooting and maintaining computer systems.

    • Examples of IT hardware brands include Intel, AMD, Samsung, and Wes

  • Answered by AI
  • Q2. What you know about material management?
  • Ans. 

    Material management involves planning, organizing, and controlling the flow of materials from acquisition to consumption.

    • Involves procurement, storage, and distribution of materials

    • Focuses on optimizing inventory levels to meet demand

    • Includes forecasting, inventory control, and supplier management

    • Ensures efficient use of resources and cost-effective operations

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What you know about IT hardware?
  • Ans. 

    IT hardware refers to physical components of a computer system, such as the motherboard, CPU, RAM, and hard drive.

    • IT hardware includes components like motherboards, CPUs, RAM, hard drives, and graphics cards.

    • Understanding IT hardware is essential for troubleshooting computer issues and upgrading systems.

    • Examples of IT hardware brands include Intel, AMD, NVIDIA, and Western Digital.

  • Answered by AI
  • Q2. What you know about material management ?
  • Ans. 

    Material management involves planning, organizing, and controlling the flow of materials from acquisition to use or disposal.

    • Involves procurement, storage, and distribution of materials

    • Ensures efficient use of resources and cost-effective operations

    • Includes inventory management and supply chain optimization

    • Focuses on reducing waste and improving productivity

    • Examples: Just-in-time inventory system, ABC analysis for inve

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Store Manager, IT hardware

Store Manager Interview Questions asked at other Companies

Q1. If ebita is down, what is basic plans, stores conversion is down, IPCm, ATS, DOWN. ---MY ANSWER IS TO GET BASIC RIGHT, REST ALL THE KPI WILL BE FULL FILLED AUTOMATICALLY. Staff to staff marking is very much important and understand your tea... read more
View answer (29)
EbixCash Limited Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me some thing about your self.
  • Ans. 

    I am a dedicated and hardworking individual with a strong attention to detail.

    • Graduated with a degree in Business Administration

    • Previous experience in customer service

    • Proficient in Microsoft Office Suite

    • Strong communication skills

    • Ability to work well in a team

  • Answered by AI
  • Q2. Previous company about.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why should hire you?
  • Ans. 

    I am a dedicated and detail-oriented individual with strong communication skills and a proven track record of meeting deadlines.

    • I have experience in handling non-voice processes efficiently

    • I am a quick learner and can adapt to new processes easily

    • I have excellent communication skills which are essential for this role

    • I am detail-oriented and can ensure accuracy in my work

    • I am a team player and can collaborate effectivel

  • Answered by AI
  • Q2. What is your goals?
  • Ans. 

    My goal is to excel in my role as a Non Voice Process Associate, continuously learn and grow professionally, and contribute positively to the team and organization.

    • To consistently meet and exceed performance targets set by the company

    • To enhance my skills and knowledge through training and development opportunities

    • To build strong relationships with colleagues and clients for effective teamwork

    • To actively seek feedback a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication well then you can easily crack interview

Non Voice Process Associate Interview Questions asked at other Companies

Q1. Tell about Computer special keys and there functions
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Coding Test 

I constructed two programs in C#.

Round 2 - Technical 

(1 Question)

  • Q1. Technical panel asked questions for experienced developer
Round 3 - HR 

(1 Question)

  • Q1. Final round and questions were simple about bacground commute and future goals

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

EbixCash Limited interview questions for popular designations

 Software Developer

 (5)

 Quality Analyst

 (4)

 Software Engineer

 (4)

 Assistant Manager

 (4)

 HR Trainee

 (4)

 Associate Programmer Analyst

 (3)

 System Analyst

 (3)

 Senior Process Associate

 (3)

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

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

01. what activities do you like to do when you travel ?
02. Do you ever travel for business ? would you like to?
03. Hw to handle corporate Group ?
and more

Tieming :- 11 AM

Round 2 - HR 

(2 Questions)

  • Q1. How is a formula different from a function in excel ?
  • Ans. 

    A formula is an expression that performs calculations on values in a cell, while a function is a predefined formula that performs specific calculations.

    • Formulas are user-created expressions, while functions are built-in formulas provided by Excel.

    • Functions have specific names and syntax, such as SUM(), AVERAGE(), IF(), etc.

    • Formulas can be simple or complex, combining operators, cell references, and values.

    • Functions are...

  • Answered by AI
  • Q2. How do you freeze panes in Excel ?
  • Ans. 

    Freezing panes in Excel allows you to keep certain rows or columns visible while scrolling through a large spreadsheet.

    • Go to the View tab on the Excel ribbon

    • Click on the Freeze Panes option

    • Select either Freeze Top Row, Freeze First Column, or Freeze Panes to freeze specific rows or columns

    • To unfreeze panes, go back to the Freeze Panes option and select Unfreeze Panes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good facility and good procedure

Mice Operations Executive Interview Questions asked at other Companies

Q1. how is a formula different from a function in excel ?
View answer (1)

Get interview-ready with Top EbixCash Limited Interview Questions

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

(1 Question)

  • Q1. How many type of constraints in sql?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are preparing for the interview, please learn in detail.

Jobs at EbixCash Limited

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

(1 Question)

  • Q1. Find the last 2 row in sql?

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

4 questions of coding, level - easy and medium

Round 2 - Technical 

(1 Question)

  • Q1. Asp.net mvc , sql server etc
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round, .net and sql server related questions
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

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 (196)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are the labour laws in Uttar Pradesh, and how can you implement the HR processes related to them?

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work join ebix

Senior Human Resource Specialist Interview Questions asked at other Companies

Q1. Tell me Basic Information
View answer (2)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is Common Term Expression?
  • Q2. What is Overloading and Overriding?
  • Ans. 

    Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the parent class.

    • Overloading allows a class to have multiple methods with the same name but different parameters.

    • Overriding is when a subclass provides a specific implementation of a method that is already defined in its parent class.

    • Example o...

  • Answered by AI
  • Q3. Examples of Server side session Management? Types of Session State?
  • Ans. 

    Server side session management involves storing user data on the server to maintain state. Types include in-process, out-of-process, and database.

    • In-process session state: Data stored in memory on the same server as the application.

    • Out-of-process session state: Data stored in a separate server or service, such as a state server or Redis cache.

    • Database session state: Data stored in a database, such as SQL Server or MySQ...

  • Answered by AI
  • Q4. How to Debug Stored Procedures?
  • Ans. 

    Debugging stored procedures involves using tools like SQL Server Management Studio, setting breakpoints, and analyzing query execution.

    • Use SQL Server Management Studio to debug stored procedures

    • Set breakpoints in the stored procedure code to pause execution at specific points

    • Analyze query execution using tools like SQL Profiler to identify issues

    • Use PRINT or SELECT statements to output intermediate results for debuggin...

  • Answered by AI
  • Q5. What is Compile time binding and Runtime Binding?
  • Ans. 

    Compile time binding occurs during compilation while runtime binding occurs during execution.

    • Compile time binding is also known as early binding, where the method to be called is determined at compile time based on the type of the object.

    • Runtime binding is also known as late binding, where the method to be called is determined at runtime based on the actual type of the object.

    • Compile time binding is faster as it is don...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for EbixCash Limited DOT NET Developer interview:
  • C#
  • ASP.Net MVC
  • SQL Server
Interview preparation tips for other job seekers - Prepare well on C# and Asp.Net MVC. For experienced candidates prepare in depth.

Skills evaluated in this interview

Top EbixCash Limited DOT NET Developer Interview Questions and Answers

Q1. In your Project, How did you connected your application with Database?
View answer (1)

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Credit Controller Interview Questions & Answers

user image Snehal Rahul Gaikwad

posted on 27 Dec 2024

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

I was interviewed in Nov 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Can you tell me a little about yourself
  • Q2. Why do you want to work for our company
  • Q3. How does this ole fit into your overall career aspiration ?
Round 2 - HR 

(2 Questions)

  • Q1. Why are you leaving your current job
  • Q2. Where do you see yourself in five years

Credit Controller Interview Questions asked at other Companies

Q1. what do you mean by physical evidence in 7p's of marketing
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

REVIEWS

Oracle Financial Services Software

No Reviews

REVIEWS

Oracle Financial Services Software

No Reviews

REVIEWS

Oracle Financial Services Software

No Reviews

REVIEWS

Oracle Financial Services Software

No Reviews

INTERVIEWS

EbixCash Limited

No Interviews

INTERVIEWS

Oracle Financial Services Software

No Interviews

SALARIES

Cholamandalam Investment & Finance

Tell us how to improve this page.

EbixCash Limited Interview Process

based on 112 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 â€˘ 10.4k Interviews
Infosys Interview Questions
3.6
 â€˘ 7.5k Interviews
Wipro Interview Questions
3.7
 â€˘ 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 â€˘ 3.8k Interviews
HCLTech Interview Questions
3.5
 â€˘ 3.8k Interviews
LTIMindtree Interview Questions
3.8
 â€˘ 2.9k Interviews
Mphasis Interview Questions
3.4
 â€˘ 791 Interviews
Hexaware Technologies Interview Questions
3.5
 â€˘ 710 Interviews
Persistent Systems Interview Questions
3.5
 â€˘ 596 Interviews
Chetu Interview Questions
3.3
 â€˘ 172 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 Lock Unlock

â‚ą0 L/yr - â‚ą0 L/yr

Network Engineer
173 salaries
unlock blur Lock Unlock

â‚ą0 L/yr - â‚ą0 L/yr

Software Developer
151 salaries
unlock blur Lock Unlock

â‚ą0 L/yr - â‚ą0 L/yr

System Analyst
143 salaries
unlock blur Lock Unlock

â‚ą0 L/yr - â‚ą0 L/yr

Senior System Analyst
137 salaries
unlock blur Lock Unlock

â‚ą0 L/yr - â‚ą0 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