Premium Employer

i

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

Filter interviews by

Accelya Solutions India Limited Interview Questions and Answers

Updated 25 May 2025
Popular Designations

19 Interview questions

🔥 Asked by recruiter 2 times
A C Developer was asked 2mo ago
Q. Can you explain your project?
Ans. 

Developed a C++ application for real-time data processing in a financial trading system, enhancing performance and reliability.

  • Utilized C++11 features like smart pointers for memory management, reducing memory leaks.

  • Implemented multithreading using std::thread to handle multiple data streams simultaneously.

  • Designed a custom data structure for efficient storage and retrieval of trade data.

  • Integrated third-party lib...

View all C Developer interview questions
An Incident Coordinator was asked 3mo ago
Q. What are your daily tasks?
Ans. 

Daily tasks for an Incident Coordinator involve monitoring incidents, coordinating responses, and ensuring effective communication.

  • Monitor incident reports and prioritize them based on severity and impact.

  • Coordinate with various teams (IT, support, etc.) to resolve incidents efficiently.

  • Communicate updates to stakeholders and ensure they are informed of progress.

  • Document incidents and resolutions for future refere...

View all Incident Coordinator interview questions
A Java Developer was asked 7mo ago
Q. Explain the API-creating process from start to end.
Ans. 

The API-creating process involves designing, developing, testing, documenting, and deploying APIs.

  • Design the API by defining endpoints, request/response formats, and authentication methods

  • Develop the API using programming languages like Java, frameworks like Spring Boot, and tools like Swagger

  • Test the API for functionality, performance, security, and scalability

  • Document the API with clear instructions, examples, a...

View all Java Developer interview questions
A Service Management Analyst was asked 8mo ago
Q. How do you retrieve all data from a table?
Ans. 

Use a SQL query to retrieve all data from a table

  • Use SELECT * FROM table_name to retrieve all data

  • Make sure you have the necessary permissions to access the table

  • Consider using WHERE clause for specific data retrieval

  • Check for any filters or conditions specified in the query

View all Service Management Analyst interview questions
A Java Developer was asked 9mo ago
Q. Write an SQL query using joins.
Ans. 

Understanding SQL joins is crucial for combining data from multiple tables effectively.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.a_id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.a_id;

  • RIGHT JOIN: Returns all records from the right table and matche...

View all Java Developer interview questions
A Java Developer was asked 9mo ago
Q. What is an interface?
Ans. 

An interface in Java is a reference type that defines a contract for classes to implement methods without providing their implementation.

  • Interfaces can contain method signatures and constants but no method bodies.

  • A class implements an interface using the 'implements' keyword.

  • Multiple interfaces can be implemented by a single class, supporting multiple inheritance.

  • Example: 'interface Animal { void sound(); } class ...

View all Java Developer interview questions
An Engineer 1 - Quality Assurance was asked 9mo ago
Q. How comfortable are you with testing?
Ans. 

I am comfortable with testing as it allows me to ensure the quality and functionality of the product.

  • I have experience in creating test plans and test cases to cover all aspects of the software

  • I am proficient in using testing tools and techniques to identify and report bugs

  • I enjoy the challenge of finding defects and working with the development team to resolve them

  • I am detail-oriented and thorough in my approach ...

Are these interview questions helpful?
An Engineer 1 - Quality Assurance was asked 9mo ago
Q. Write code for bubble sort
Ans. 

Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

  • Start from the first element and compare it with the next element, swapping if necessary

  • Repeat this process for each pair of adjacent elements in the array until the entire array is sorted

  • Continue this process for each element in the array until no more swaps a...

A Software Developer was asked 10mo ago
Q. You are given the head of a linked list. Determine whether the linked list has a cycle in it. There is a cycle in a linked list if there is some node in the list that can be reached again by continuously fo...
Ans. 

To detect and remove a cycle from a linked list, we can use Floyd's Cycle Detection Algorithm.

  • Use two pointers, slow and fast, to detect a cycle in the linked list.

  • If there is a cycle, the fast pointer will eventually meet the slow pointer.

  • Once the cycle is detected, reset one of the pointers and move them at the same pace to find the start of the cycle.

  • Remove the cycle by setting the next pointer of the node wher...

View all Software Developer interview questions
A Software Developer was asked 10mo ago
Q. Given the head of a singly linked list, reverse the list, and return the reversed list.
Ans. 

Reverse a linkedlist by changing the pointers direction

  • Iterate through the linkedlist and change the direction of pointers

  • Use three pointers to keep track of current, previous, and next nodes

  • Update the head of the linkedlist to point to the last node as the new head

View all Software Developer interview questions

Accelya Solutions India Limited Interview Experiences

43 interviews found

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

First Binary Search impl, Linked List Impl then they went in depth linkedlist intersection
Java Basic Questions, design patterns

Round 2 - Coding Test 

Reverse a string, In-Depth questions from Java every concepts they touched

Round 3 - Technical 

(1 Question)

  • Q1. Basically it is a hiring manager round where they asked me about myself, why are you leaving your current company, and in depth architecture of app

Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2024

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

I applied via Company Website and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It's just a normal test... Anyone can clear without any preparation

Round 2 - Technical 

(1 Question)

  • Q1. Write code for bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element, swapping if necessary

    • Repeat this process for each pair of adjacent elements in the array until the entire array is sorted

    • Continue this process for each element in the array until no more swaps are ne...

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

(1 Question)

  • Q1. How you are comfortable with testing
  • Ans. 

    I am comfortable with testing as it allows me to ensure the quality and functionality of the product.

    • I have experience in creating test plans and test cases to cover all aspects of the software

    • I am proficient in using testing tools and techniques to identify and report bugs

    • I enjoy the challenge of finding defects and working with the development team to resolve them

    • I am detail-oriented and thorough in my approach to te...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated and detail-oriented quality assurance engineer with a passion for ensuring product excellence.

    • I have a Bachelor's degree in Engineering with a focus on quality assurance

    • I have experience in conducting thorough testing and analysis to identify and resolve product issues

    • I am proficient in using various testing tools and methodologies such as Selenium and Agile testing

    • I have a strong attention to detail a...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain the API-creating process from start to end

HR Executive Interview Questions & Answers

user image Anonymous

posted on 25 May 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Why HR job?
  • Ans. 

    I am passionate about fostering a positive workplace culture and supporting employee growth, making HR a perfect fit for my skills.

    • I enjoy helping individuals reach their potential, as seen when I mentored new hires in my previous role.

    • I believe in the power of effective communication, which I demonstrated by leading conflict resolution workshops.

    • I am committed to creating inclusive environments, evidenced by my involv...

  • Answered by AI
  • Q2. Why accelya group
  • Ans. 

    Accelya Group stands out for its innovative solutions and commitment to the airline and travel industry, driving efficiency and growth.

    • Accelya's focus on the airline industry allows for specialized solutions tailored to unique challenges, such as revenue management.

    • The company's commitment to innovation is evident in its use of advanced analytics and technology to optimize operations.

    • Accelya fosters a collaborative cul...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is interface
  • Q2. SQL query on based of joins
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Database questions
  • Q2. API response design, put and post diff
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

One coding question of string. Medium level.

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linkedlist
  • Ans. 

    Reverse a linkedlist by changing the pointers direction

    • Iterate through the linkedlist and change the direction of pointers

    • Use three pointers to keep track of current, previous, and next nodes

    • Update the head of the linkedlist to point to the last node as the new head

  • Answered by AI
  • Q2. Detect and remove cycle from linked list
  • Ans. 

    To detect and remove a cycle from a linked list, we can use Floyd's Cycle Detection Algorithm.

    • Use two pointers, slow and fast, to detect a cycle in the linked list.

    • If there is a cycle, the fast pointer will eventually meet the slow pointer.

    • Once the cycle is detected, reset one of the pointers and move them at the same pace to find the start of the cycle.

    • Remove the cycle by setting the next pointer of the node where the...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Mansi Yelgulwar

posted on 13 Jun 2024

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

I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Was easy and could be cracked.

Round 2 - Technical 

(2 Questions)

  • Q1. Checked my DSA skills like arrays and linked list. Medium level questions
  • Q2. Also focused on C++ language and asked some core programming questions and OOP too
Round 3 - HR 

(2 Questions)

  • Q1. About family and qualifications
  • Q2. What do u know about acceleya
  • Ans. 

    Acceleya is a global provider of content and technology solutions for the publishing and media industries.

    • Founded in 2000, Acceleya specializes in digital content solutions.

    • They offer services like content creation, localization, and digital asset management.

    • Acceleya has worked with major publishers, enhancing their digital presence.

    • Their technology solutions include workflow automation and data analytics.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well of DSA n cpp coz in my case they were hiring for C++ backend developer

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2024

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude and technical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic testing questions and scenario based
  • Q2. Api and sql questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Daily task what are the
  • Ans. 

    Daily tasks for an Incident Coordinator involve monitoring incidents, coordinating responses, and ensuring effective communication.

    • Monitor incident reports and prioritize them based on severity and impact.

    • Coordinate with various teams (IT, support, etc.) to resolve incidents efficiently.

    • Communicate updates to stakeholders and ensure they are informed of progress.

    • Document incidents and resolutions for future reference a...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary expections and all

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Accelya Solutions India Limited?
Ask anonymously on communities.

Accelya Solutions India Limited Interview FAQs

How many rounds are there in Accelya Solutions India Limited interview?
Accelya Solutions India Limited interview process usually has 2-3 rounds. The most common rounds in the Accelya Solutions India Limited interview process are Technical, Aptitude Test and HR.
How to prepare for Accelya Solutions India 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 Accelya Solutions India Limited. The most common topics and skills that interviewers at Accelya Solutions India Limited expect are Java, SQL, Javascript, Digital Transformation and IATA.
What are the top questions asked in Accelya Solutions India Limited interview?

Some of the top questions asked at the Accelya Solutions India Limited interview -

  1. What are collections and its ty...read more
  2. What is record and expla...read more
  3. How you are comfortable with test...read more
What are the most common questions asked in Accelya Solutions India Limited HR round?

The most common HR questions asked in Accelya Solutions India Limited interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why are you looking for a chan...read more
How long is the Accelya Solutions India Limited interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 40 interview experiences

Difficulty level

Easy 21%
Moderate 71%
Hard 8%

Duration

Less than 2 weeks 83%
2-4 weeks 17%
View more
Join Accelya Solutions India Limited The Airline-First software platform

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 198 Interviews
AVASOFT Interview Questions
2.8
 • 174 Interviews
Oracle Cerner Interview Questions
3.6
 • 162 Interviews
Thomson Reuters Interview Questions
4.1
 • 125 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 112 Interviews
EbixCash Limited Interview Questions
3.9
 • 106 Interviews
SPRINKLR Interview Questions
2.9
 • 105 Interviews
View all

Accelya Solutions India Limited Reviews and Ratings

based on 350 reviews

3.6/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.4

Salary

3.4

Job security

3.4

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 350 Reviews and Ratings
Senior Engineer - BO Admin

Mumbai

4-6 Yrs

Not Disclosed

Senior Analyst - IMP Onboarding

Pune

2-5 Yrs

Not Disclosed

Senior specialist

Pune

5-8 Yrs

Not Disclosed

Explore more jobs
Software Developer
90 salaries
unlock blur

₹4.9 L/yr - ₹12 L/yr

Senior Associate
89 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Senior Software Engineer
71 salaries
unlock blur

₹14.5 L/yr - ₹25.2 L/yr

Associate
55 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Software Engineer
54 salaries
unlock blur

₹3.7 L/yr - ₹13 L/yr

Explore more salaries
Compare Accelya Solutions India Limited with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Chetu

3.3
Compare

R Systems International

3.3
Compare
write
Share an Interview