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

Accelya Solutions India Limited Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 305 Reviews

Filter interviews by

Accelya Solutions India Limited Software Development Engineer Interview Questions and Answers

Updated 5 Jul 2024

Accelya Solutions India Limited Software Development Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple Aptitude ques

Round 2 - Coding Test 

2 questions in 60 min difficulty level Medium

Round 3 - One-on-one 

(2 Questions)

  • Q1. How to sort and arrray
  • Ans. 

    To sort an array of strings, use a sorting algorithm like quicksort or mergesort.

    • Use a sorting algorithm like quicksort or mergesort to sort the array of strings.

    • Implement a comparison function to define the sorting order.

    • Consider the time complexity of the sorting algorithm for efficiency.

    • Example: Sorting an array of strings alphabetically.

  • Answered by AI
  • Q2. How to reverse an string
  • Ans. 

    Use a loop to iterate through the string and build a new string in reverse order.

    • Create an empty string to store the reversed string.

    • Iterate through the original string from the end to the beginning.

    • Append each character to the new string.

    • Return the reversed string.

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

General questions was there

Round 2 - Coding Test 

It's scheduled on hackerrank with MCQ and 2 programs

Round 3 - Technical 

(1 Question)

  • Q1. Medium level of questions which you mentioned in your resume

Interview Preparation Tips

Topics to prepare for Accelya Solutions India Limited Software Development Engineer interview:
  • Core Java
Interview preparation tips for other job seekers - Need to clear of those skills which you mentioned in your resume

Software Development Engineer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given an acyclic graph of a city where each edge represents a roa ... read more
asked in Hike
Q2. You have application which shows list of all contacts, the Name c ... read more
asked in Amazon
Q3. Given a m * n matrix filled with '0's and 'x's at random position ... read more
asked in Samsung
Q4. puzzle-There are 1000 wine bottles. One of the bottles contains p ... read more
asked in Accenture
Q5. Have you worked on cloud technology? Architecture of cloud

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly DS and Algo based questions and oops were asked.
  • Q2. SQL questions were asked in a very detailed manner.
Round 2 - Technical 

(2 Questions)

  • Q1. Same as round 1
  • Q2. Previous project based questions.
Round 3 - HR 

(2 Questions)

  • Q1. Mostly company policy and culture
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level interview . Anyone having good knowledge of their domain can crack.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at KJ Somaiya Institute of Engineering and Information Technology and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2-3 coding questions based on DSA

Round 2 - Aptitude Test 

It was a basic SHL test

Round 3 - Technical 

(1 Question)

  • Q1. Easy DSA and java related questions
Round 4 - HR 

(1 Question)

  • Q1. Typical HR round questions about career prospects

I applied via Referral and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is Data Integrity?
  • Ans. 

    Data Integrity refers to the accuracy and consistency of data throughout its lifecycle.

    • Ensuring data is not corrupted or modified without authorization

    • Maintaining data accuracy and consistency through proper storage and retrieval

    • Preventing data loss or unauthorized access

    • Examples: checksums, encryption, access controls

  • Answered by AI
  • Q2. Gave an example and asked to produce that output with a query.
  • Q3. Questions like difference between union and union all. The function of cursor. Basic query tuning questions. Index, triggers etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview happened during the lockdown period, so it was virtual Teams meeting. I had 2 technical rounds and one Managerial round. The interviewers were quite friendly and explained everything crystal clear. Since this was a SQL post, I would suggest you to get the basics intact and try practicing few queries.

Interview Preparation Tips

Round: Test
Experience: This round had a total of 22 questions, in which 20 questions were from aptitude and reasoning. The level of aptitude questions were good. The questions were a mixture of easy, moderate and difficult levels. Remaining 2 questions were coding questions, in which one question was easy and another one was a bit difficult. This round was mainly to check the basic understanding and thinking power.
Tips: Aptitude and reasoning could be prepared in a short time. But coding takes a lot time. So focus more on coding than aptitude and reasoning. Aptitude and reasoning questions just take a combination of little common sense and computation power. While coding takes a lot of things, eg - Data structures, algorithms, programming languages, mathematics, common sense, computation power.
Duration: 1 hour 30 minutes
Total Questions: 22

Round: Technical Interview
Experience: This round was a total of 1 hour and 30 minutes. First of all, I was asked to introduce myself. I introduced myself then the interviewer also shared his work experience and he had worked at Snapdeal for five years. The questions asked were from the

College Name: NIT Hamirpur
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Coding Test 

Normal online code / frontend test

Round 2 - Technical 

(1 Question)

  • Q1. How would you build book my show
  • Ans. 

    Designing and building a platform similar to BookMyShow involves creating a user-friendly interface for booking tickets for various events.

    • Develop a user-friendly website and mobile app for users to browse and book tickets for movies, concerts, plays, etc.

    • Implement a secure payment gateway for users to make online transactions.

    • Integrate a database to store information about events, venues, tickets, and user bookings.

    • In...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Solid principals, awareness of patterns
Round 4 - Technical 

(1 Question)

  • Q1. How would you build tinyurl like service, systems designs
  • Ans. 

    To build a tinyurl-like service, design a system with a URL shortening algorithm, a database to store mappings, and a redirect service.

    • Use a hashing algorithm to generate short URLs from long URLs (e.g. MD5, SHA-256).

    • Store the mappings of short URLs to long URLs in a database (e.g. MySQL, Redis).

    • Implement a redirect service that takes a short URL, looks up the corresponding long URL in the database, and redirects the u...

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

(1 Question)

  • Q1. Non-technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - no reply after giving so many rounds.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(4 Questions)

  • Q1. Find longest palindromic substring in a given string.
  • Ans. 

    Use dynamic programming to find the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes.

    • Store the length of the longest palindrome found so far.

    • Return the substring based on the start and end indices of the longest palindrome.

  • Answered by AI
  • Q2. How to serialize and deserialise a tree
  • Ans. 

    To serialize and deserialize a tree, use a recursive approach to traverse the tree and store the data in a suitable format.

    • Use pre-order traversal to serialize the tree by storing the node values in a list or string.

    • For deserialization, reconstruct the tree by recursively building nodes from the serialized data.

    • Consider using JSON or XML format for serialization to easily store and retrieve tree structure.

  • Answered by AI
  • Q3. Find if a given regex (containing ., * and lower case english chars) matches a given string.
  • Ans. 

    Use regex library to match given regex with string.

    • Use a regex library like re in Python to match the given regex with the string.

    • Check if the regex matches the string using the library functions.

    • Handle cases where the regex contains special characters like . and * appropriately.

  • Answered by AI
  • Q4. Explain about throttling and implement throttle function.
  • Ans. 

    Throttling is a technique used to control the rate of requests sent to a server.

    • Throttling helps prevent server overload by limiting the number of requests processed at a time.

    • Implementing a throttle function involves setting a maximum request rate and delaying excess requests.

    • Example: Implementing a throttle function in a web application to limit the number of API calls made to a third-party service.

    • Example: Throttlin...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Find squares of elements in a sorted array and return the sorted response.
  • Ans. 

    Sort the squares of elements in a sorted array and return the sorted response.

    • Iterate through the array and square each element.

    • Store the squared values in a new array.

    • Sort the new array and return it.

  • Answered by AI
  • Q2. Write a short promise example and implement your own promise
  • Ans. 

    A promise is a commitment to do something in the future, typically used for asynchronous operations in JavaScript.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They represent a value that may be available now, in the future, or never.

    • Promises have three states: pending, fulfilled, or rejected.

    • Example: new Promise((resolve, reject) => { setTimeout(() => resolve('Done!'), 1000); });

  • Answered by AI
  • Q3. Explain event loop, what are different types of queues in event loop
  • Ans. 

    Event loop is a mechanism that allows for asynchronous execution of code by managing the order of events in a single thread.

    • Event loop continuously checks the call stack for any functions that need to be executed, and processes them in a non-blocking manner.

    • Different types of queues in event loop include microtask queue (Promise callbacks), macrotask queue (setTimeout, setInterval callbacks), and animation frame queue

  • Answered by AI
  • Q4. What is virtual DOM and why its faster
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM, used to improve performance by minimizing direct manipulation of the real DOM.

    • Virtual DOM is a concept used in frameworks like React to optimize rendering performance.

    • Changes are first made to the virtual DOM, which is then compared to the real DOM to identify the minimal updates needed.

    • This approach reduces the number of actual DOM manipulations, resulting in faster...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Software Engineer interview:
  • React.Js
  • Javascript
  • DSA

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

1st round is aptitude and pesudocode

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly python questions
  • Q2. List questions and basic to mediumprogram

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate interview

Accelya Solutions India Limited Interview FAQs

How many rounds are there in Accelya Solutions India Limited Software Development Engineer interview?
Accelya Solutions India Limited interview process usually has 3 rounds. The most common rounds in the Accelya Solutions India Limited interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Accelya Solutions India Limited Software Development 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 Accelya Solutions India Limited. The most common topics and skills that interviewers at Accelya Solutions India Limited expect are Software Development, Hibernate, C++, Core Java and PLSQL.
What are the top questions asked in Accelya Solutions India Limited Software Development Engineer interview?

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

  1. how to reverse an str...read more
  2. How to sort and arr...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Accelya Solutions India Limited interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Accelya Solutions India Limited The Airline-First software platform
Accelya Solutions India Limited Software Development Engineer Salary
based on 16 salaries
₹3.4 L/yr - ₹9.2 L/yr
54% less than the average Software Development Engineer Salary in India
View more details

Accelya Solutions India Limited Software Development Engineer Reviews and Ratings

based on 2 reviews

3.9/5

Rating in categories

2.9

Skill development

3.9

Work-Life balance

3.7

Salary & Benefits

4.7

Job Security

3.9

Company culture

2.8

Promotions/Appraisal

3.8

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Associate
87 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Software Developer
77 salaries
unlock blur

₹3.2 L/yr - ₹11.5 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹13.8 L/yr - ₹22.5 L/yr

Software Engineer
57 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Associate
57 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Explore more salaries
Compare Accelya Solutions India Limited with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview