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 Software Engineer Interview Questions, Process, and Tips

Updated 1 Feb 2025

Top EbixCash Limited Software Engineer Interview Questions and Answers

EbixCash Limited Software Engineer Interview Experiences

4 interviews found

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Programming languages questions
Round 2 - Coding Test 

Data structure problem solving in the second roun

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. C c++ javascript HTML Java
  • Q2. What sir or mum required Is

Interview Preparation Tips

Interview preparation tips for other job seekers - My name is Saurabh Saxena
I live in nadaiya rampur Post govindpur tilhar shahjahanpur Uttar Pradesh
I have a complete graduation BCA

I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.

    • Hashmap uses hashing function to map keys to indices in an array

    • Collisions can occur when two keys map to the same index, which can be resolved using separate chaining or open addressing

    • Java implementation: HashMap map = new HashMap<>()

  • Answered by AI
  • Q2. Server and environment
  • Q3. Differentce Between een Spring boot,spring
  • Ans. 

    Spring is a framework while Spring Boot is a tool that simplifies Spring application development.

    • Spring Boot provides auto-configuration and embedded servers.

    • Spring requires more configuration and setup.

    • Spring Boot is opinionated and follows 'convention over configuration'.

    • Spring Boot reduces boilerplate code.

    • Spring Boot is ideal for microservices and standalone applications.

  • Answered by AI
  • Q4. Type of conttoler in spring and type of annotations
  • Ans. 

    The type of controller in Spring is @Controller and the type of annotations are @RequestMapping and @ResponseBody.

    • @Controller is used to mark a class as a Spring MVC controller.

    • @RequestMapping is used to map a URL to a method in a controller.

    • @ResponseBody is used to indicate that the return value of a method should be serialized and returned as the response body.

  • Answered by AI
  • Q5. What is junkins why we use
  • Ans. 

    Junkins is not a known term in software engineering.

    • Junkins is not a term used in software engineering.

    • It is possible that the interviewer misspoke or meant to ask a different question.

    • It is important to clarify any confusion or misunderstandings during an interview.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - More should we prectical not to theorical

Skills evaluated in this interview

EbixCash Limited interview questions for designations

 Senior Software Engineer

 (1)

 Software Engineer Trainee

 (1)

 Senior Software Development Engineer

 (1)

 Software Developer

 (5)

 Software Programmer

 (1)

 Senior Software Developer

 (2)

 Network Engineer

 (2)

 Devops Engineer

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on the concept of classes and objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

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

    • Polymorphism: ability to present the same interface for diffe...

  • Answered by AI
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Ans. 

    Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.

    • Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.

    • Comparator interface is used to define custom ordering of objects. Example:...

  • Answered by AI
  • Q3. Given a string. Find the number of occurrences of each character
  • Ans. 

    Count occurrences of each character in a given string

    • Create an array to store the count of each character

    • Iterate through the string and increment the count of each character in the array

    • Return the array with counts for each character

  • Answered by AI
  • Q4. Given an array. Remove the number of duplicates
  • Ans. 

    Remove duplicates from an array of strings

    • Iterate through the array and store each element in a set to keep track of unique values

    • Create a new array with the unique values from the set

  • Answered by AI
  • Q5. Given a student object having name and grade data variables. Sort the object on the basis of highest grade.

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding test consists of multiple-choice questions and one medium-hard level coding question.

Round 2 - Technical 

(5 Questions)

  • Q1. Given three jugs with different capacities and no measuring tools, how can you measure out a specific amount of water using the jugs you have?
  • Q2. What is the angle between the minute and hour hand of a clock at 3:45?
  • Ans. 

    The angle between the minute and hour hand of a clock at 3:45 is 157.5 degrees.

    • Calculate the angle formed by the hour hand from 12 o'clock position to 3:45 position (135 degrees)

    • Calculate the angle formed by the minute hand from 12 o'clock position to 3:45 position (22.5 degrees)

    • Subtract the smaller angle from the larger angle to get the angle between the two hands (157.5 degrees)

  • Answered by AI
  • Q3. What is indexing in Database Management Systems (DBMS)?
  • Ans. 

    Indexing in DBMS is a technique used to improve the performance of queries by allowing faster retrieval of data.

    • Indexes are data structures that store a small portion of the data set in an easily searchable format.

    • They help in speeding up the data retrieval process by reducing the number of disk accesses needed.

    • Indexes can be created on one or more columns of a table to improve the performance of SELECT queries.

    • Example...

  • Answered by AI
  • Q4. What is the lifecycle of a React component?
  • Ans. 

    The lifecycle of a React component includes mounting, updating, and unmounting phases.

    • Mounting phase: constructor, render, componentDidMount

    • Updating phase: shouldComponentUpdate, render, componentDidUpdate

    • Unmounting phase: componentWillUnmount

  • Answered by AI
  • Q5. How you delete entry in mongodb database
  • Ans. 

    To delete an entry in MongoDB database, you can use the deleteOne() or deleteMany() methods.

    • Use deleteOne() method to delete a single document based on a specific condition

    • Use deleteMany() method to delete multiple documents based on a specific condition

    • Make sure to specify the filter criteria to accurately delete the desired entry

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Design pattern, Solid, How to create singleton
  • Q2. Core java fundamentals
Round 2 - One-on-one 

(1 Question)

  • Q1. Project overview from resume, techstack
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Asked java coding and system design
  • Q2. Facebook and parking lot
  • Q3. Java 8 stream and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - it was smooth and good overall
Interview experience
5
Excellent
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 - Technical 

(1 Question)

  • Q1. LRU Cache question and couple on array
Round 3 - Technical 

(1 Question)

  • Q1. System Design question related to Lift
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial, project related and SQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jun 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Will you be able to work in Rotational Shifts?
  • Q2. How much experience do you have in SQL and Node JS.
  • Ans. 

    I have 5 years of experience in SQL and Node JS.

    • I have worked extensively with SQL databases, writing complex queries and optimizing performance.

    • I am proficient in using Node JS for server-side development, building RESTful APIs and handling database operations.

    • I have experience in integrating SQL databases with Node JS applications using libraries like Sequelize or Knex.

    • I have successfully delivered projects that invo...

  • Answered by AI
Round 3 - One-on-one 

(5 Questions)

  • Q1. What is Index in SQL?
  • Ans. 

    Indexes in SQL are data structures that improve the speed of data retrieval operations on database tables.

    • Indexes are created on one or more columns of a table to allow faster searching and sorting of data.

    • They work similar to the index of a book, allowing the database engine to quickly locate the data.

    • Indexes can be created on primary keys, foreign keys, or any other frequently searched columns.

    • They reduce the amount ...

  • Answered by AI
  • Q2. What are the different types of Normalization in DBMS?
  • Ans. 

    Normalization is a process in DBMS that eliminates data redundancy and ensures data integrity.

    • Normalization is used to organize data in a database efficiently.

    • There are different normal forms, such as 1NF, 2NF, 3NF, BCNF, and 4NF.

    • Each normal form has specific rules and dependencies to achieve data normalization.

    • Normalization helps in reducing data duplication, improving data consistency, and simplifying database mainte...

  • Answered by AI
  • Q3. What do you know about Views in mySQL?
  • Ans. 

    Views in mySQL are virtual tables that are based on the result of a query. They can be used to simplify complex queries and provide a layer of abstraction.

    • Views are created using the CREATE VIEW statement.

    • They are stored in the database and can be accessed like regular tables.

    • Views can be used to hide complexity by encapsulating complex queries into a single view.

    • They can also be used to restrict access to certain colu...

  • Answered by AI
  • Q4. What are Stored Procedures?
  • Ans. 

    Stored Procedures are precompiled database objects that contain a set of SQL statements and can be executed with a single call.

    • Stored Procedures are used to encapsulate and execute frequently used SQL statements.

    • They improve performance by reducing network traffic and optimizing query execution.

    • They can accept input parameters and return output values.

    • Stored Procedures can be used for data manipulation, data retrieval,...

  • Answered by AI
  • Q5. Tell me something about Internet of Things.
  • Ans. 

    Internet of Things (IoT) refers to the network of physical devices, vehicles, appliances, and other objects embedded with sensors, software, and connectivity.

    • IoT enables devices to collect and exchange data over the internet.

    • It allows for remote monitoring and control of devices and systems.

    • IoT has applications in various industries such as healthcare, transportation, agriculture, and smart homes.

    • Examples of IoT device...

  • Answered by AI
Round 4 - Client Interview 

(6 Questions)

  • Q1. Questions about Past Experience, the projects I have worked on.
  • Q2. What does JWT stand for? How do we use them?
  • Ans. 

    JWT stands for JSON Web Token. It is a compact, URL-safe means of representing claims between two parties.

    • JWT is used for authentication and authorization purposes in web applications.

    • It consists of three parts: header, payload, and signature.

    • The header contains the algorithm used to sign the token.

    • The payload contains the claims or information about the user.

    • The signature is used to verify the integrity of the token.

    • J...

  • Answered by AI
  • Q3. What is the difference between Webtokens and APIs?
  • Ans. 

    Webtokens and APIs are both used in web development, but they serve different purposes.

    • Webtokens are used for authentication and authorization, providing a secure way to transmit user information between client and server.

    • APIs (Application Programming Interfaces) are sets of rules and protocols that allow different software applications to communicate and interact with each other.

    • Webtokens are often used within APIs to...

  • Answered by AI
  • Q4. What is oAuth, what method did you use for Authentication/ Authorisation is your project?
  • Ans. 

    oAuth is an open standard for authorization. In my project, I used the oAuth 2.0 protocol for authentication and authorization.

    • oAuth is a protocol that allows users to grant limited access to their resources on one website to another website without sharing their credentials.

    • It provides a secure way for users to authenticate and authorize third-party applications to access their data.

    • oAuth 2.0 is the most widely used v...

  • Answered by AI
  • Q5. If the data in a table is already normalized, what can we do to further optimize is?
  • Ans. 

    Further optimization of normalized data can be achieved through indexing, denormalization, and caching.

    • Create appropriate indexes on frequently queried columns to improve query performance.

    • Consider denormalizing the data by combining related tables to reduce the number of joins required.

    • Implement caching mechanisms to store frequently accessed data in memory for faster retrieval.

    • Use materialized views or summary tables...

  • Answered by AI
  • Q6. How do you perform indexing in a database, which column you use for indexing?
  • Ans. 

    Indexing in a database improves query performance by creating a data structure that allows for faster data retrieval.

    • Indexing involves creating an index on one or more columns of a database table.

    • The column used for indexing should be chosen based on the frequency of data retrieval and the cardinality of the column.

    • Columns with high selectivity and frequent data retrieval are good candidates for indexing.

    • Examples of co...

  • Answered by AI

Skills evaluated in this interview

EbixCash Limited Interview FAQs

How many rounds are there in EbixCash Limited Software Engineer interview?
EbixCash Limited interview process usually has 2-3 rounds. The most common rounds in the EbixCash Limited interview process are Technical, Coding Test and HR.
How to prepare for EbixCash Limited Software Engineer 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 MVC, .Net, Ajax, Angularjs and C#.
What are the top questions asked in EbixCash Limited Software Engineer interview?

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

  1. Type of conttoler in spring and type of annotati...read more
  2. What is junkins why we ...read more
  3. Differentce Between een Spring boot,spr...read more

Tell us how to improve this page.

EbixCash Limited Software Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
EbixCash Limited Software Engineer Salary
based on 188 salaries
₹2 L/yr - ₹9.5 L/yr
23% less than the average Software Engineer Salary in India
View more details

EbixCash Limited Software Engineer Reviews and Ratings

based on 33 reviews

4.1/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.4

Salary

4.1

Job security

3.9

Company culture

3.1

Promotions

3.9

Work satisfaction

Explore 33 Reviews and Ratings
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