i
Ebix Software India
Filter interviews by
I applied via Approached by Company and was interviewed before Dec 2023. There were 2 interview rounds.
Top trending discussions
Transactions in Spring Boot help manage database operations as a single unit of work.
Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability) for database operations.
Use @Transactional annotation to mark a method as transactional.
Transactions can be managed programmatically using TransactionTemplate.
Rollback can be triggered manually in case of exceptions.
Spring Boot supports both declarative
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.
Currying allows partial application of a function, where some of the arguments are fixed and the rest are left to be supplied later.
It helps in creating reusable functions and improving code readability.
Example: const add = (a) => (b) => a ...
I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.
Load balancers distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.
Load balancers monitor the health of servers and distribute traffic based on predefined algorithms.
They can be hardware-based or software-based.
Common algorithms used by load balancers include round-robin, least connections, and IP hash.
Load balancers can improve reliability and scalability of a website ...
The Two Sum problem involves finding two numbers in an array that add up to a target value.
Iterate through the array and store the difference between the target and current element in a hashmap.
Check if the current element exists in the hashmap, if yes, return the indices of the current element and the stored difference.
Time complexity of O(n) can be achieved by using a hashmap to store elements and their indices.
I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.
Correct mislabelled jars by relabelling them with correct labels.
Identify the mislabelled jars
Check the correct labels for each jar
Remove the mislabelled label
Apply the correct label to the jar
Ensure all jars are correctly labelled
Reverse a number using recursion.
Define a recursive function that takes the number as input
Base case: if the number is less than 10, return the number
Recursive case: return the last digit of the number concatenated with the result of calling the function with the number divided by 10
Call the function with the input number
I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.
Implemented the Observer design pattern.
Used to maintain consistency between related objects
Allows for one-to-many relationships between objects
Used in event-driven systems
Example: Used to update UI when data changes in backend
I have implemented a microservices architecture for scalability and flexibility.
Implemented microservices architecture using Docker and Kubernetes
Used API Gateway for routing and load balancing
Implemented service discovery using Consul
Implemented circuit breaker pattern using Hystrix
Implemented centralized logging using ELK stack
Implemented distributed tracing using Zipkin
Implemented event-driven architecture using Kaf...
I improved stored procedure performance by optimizing queries and indexes.
Identified and removed unnecessary joins and subqueries
Used appropriate indexing to speed up query execution
Reduced the number of round trips to the database by using batch processing
Rewrote complex queries to simpler ones
Used stored procedure parameters instead of variables to avoid recompilation
Used SET NOCOUNT ON to reduce network traffic
Used
I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.
OOPs concepts are used in real life to model objects and their behavior.
Encapsulation: A car's engine is encapsulated and can only be accessed through specific methods.
Inheritance: A sports car is a type of car that inherits properties and methods from the car class.
Polymorphism: A person can be a student, teacher, or employee, each with their own unique behavior.
Abstraction: A TV remote has buttons that abstract the c...
Hashmap is a data structure that stores key-value pairs and uses hashing to locate values based on their keys.
Hashmap uses an array of linked lists to store key-value pairs.
The hash function is used to convert the key into an index of the array.
If two keys have the same hash value, they are stored in the same linked list.
Hashmap provides constant time complexity for insertion, deletion, and retrieval of values.
Java's H...
I was interviewed before May 2021.
Duration: 45 minutes
Topics: MCQ on C and C++, Quantitative Aptitude question from S. Chand and R.S. Agarwal
Question-related to current work.
Questions on data structure, and topics include link list and trees.
C++: Inheritance, Vtable, and templates.
based on 17 reviews
Rating in categories
Software Engineer
141
salaries
| ₹1.6 L/yr - ₹8.7 L/yr |
System Analyst
123
salaries
| ₹3 L/yr - ₹10 L/yr |
Senior System Analyst
114
salaries
| ₹5.5 L/yr - ₹14 L/yr |
Analyst
110
salaries
| ₹2.4 L/yr - ₹7 L/yr |
Software Developer
109
salaries
| ₹2 L/yr - ₹11.2 L/yr |
TCS
Infosys
Wipro
HCLTech