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 L2 Engineer Interview Questions and Answers

Updated 5 Aug 2025

Accelya Solutions India Limited L2 Engineer Interview Experiences

1 interview found

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2025

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

I appeared for an interview before Aug 2024, where I was asked the following questions.

  • Q1. What was your experience during your first call with a recruiter? -
  • Ans. 

    My first call with a recruiter was both exciting and nerve-wracking, filled with questions about my skills and aspirations.

    • The recruiter introduced themselves and explained the role they were hiring for.

    • I was asked about my previous experience and how it relates to the position.

    • I felt nervous but prepared, having researched the company beforehand.

    • The recruiter provided insights into the company culture and team dynamic...

  • Answered by AI
  • Q2. Technical- basic DSA questions Dbms , join query , java springboot

Interview Preparation Tips

Interview preparation tips for other job seekers - Deepen your understanding of mid-level data structures and algorithms, learn Java in depth, explore the Java Virtual Machine (JVM), study database management systems (DBMS), and refine your resume.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Accelya Solutions India Limited?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics on java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on the basics on which you are working or learned and the profile they have offered. Be brave and don't be get scared by seeing the interviewer and the way he asking questions.

L2 Engineer Interview Questions Asked at Other Companies

asked in TechnipFMC
Q1. What is the difference between radiography testing (RT) and ultra ... read more
Q2. What design patterns are you familiar with?
asked in TechnipFMC
Q3. What are essential and non-essential variables?
Q4. Write sample classes for Spring Boot, including entity, service, ... read more
asked in TechnipFMC
Q5. Do you know about MRB (Manufacturing Record Book)?

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Concat two linked lists in alternative way
  • Ans. 

    Concatenate two linked lists alternatively

    • Create a new linked list

    • Traverse both linked lists simultaneously

    • Alternate between adding nodes from each list to the new list

    • If one list is longer than the other, add the remaining nodes to the end of the new list

  • Answered by AI
  • Q2. Java and oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Java and a certain of algo n ds

Skills evaluated in this interview

I appeared for an interview in Oct 2020.

Interview Questionnaire 

1 Question

  • Q1. OOP features and my understanding about them, Java, Spring and Hibernate. Analysis of problem solving skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear Candidate,
as much as you are required to know the concepts, it is as important to know how why and where these concepts are built for.
You are required to know the process ideology involved in designing applications and the data structures, alogrithms and design patterns.

please go through what you know as if you are enthusiastic in working on your technology rather than just finding the job.

follow the excellence and success will follow you.

Thanks

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. OOPS, collection, database
  • Q2. Method overload and overrding, interface, abstract class, one small program on string manipulation,database queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your core java basics revised and keep sound knowledge of your project

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience attending interview

Accelya Solutions India Limited HR Interview Questions

5 questions and answers

Q. Why are you interested in an HR job?
Q. Why do you want to work for the Accelya Group?
Q. Tell me something about yourself

I applied via Campus Placement and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions based on Sql,Data structures and based on sorting algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make sure you know your resume properly
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on SDLC & STLC , system testing, regression testing, diff between functional and non functional testing, Smoke testing, Adhoc testing. Some simple SQL questions .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to answer each amd every question correctly.

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum seen so far.

    • If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.

    • Return the maximum sum as the result.

    • Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.

  • Answered by AI
  • Q2. 

    Add Two Numbers as Linked Lists

    You are given two singly linked lists, where each list represents a positive number without any leading zeros.

    Your task is to add these two numbers and return the sum as ...

  • Ans. 

    Add two numbers represented as linked lists and return the sum as a linked list.

    • Traverse both linked lists simultaneously while keeping track of carry

    • Create a new linked list to store the sum

    • Handle cases where one list is longer than the other

    • Consider edge cases like carry at the end of addition

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was a normal discussion about the role, the job expectations and about the company culture.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 8 CGPANewgen Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, System Design, OOPS, Dynamic Programming, AptitudeTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.

Application resume tips for other job seekers

Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servlet life cycle, bubble sort, quick sort, binary search, how can a software ensure GDPR rules being followed, SQL queries (second highest salary)

Interview Preparation Tips

Interview preparation tips for other job seekers - you will need to give a psychometric test, some beginner sometimes mediocre level programming test and final technical interview which may last till an hour. Do read about 1 or 2 Newgen products before going for the interview. They will definitely ask. Just be confident.Offer letter generally comes within 2 weeks. All the best !!

Accelya Solutions India Limited Interview FAQs

How to prepare for Accelya Solutions India Limited L2 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 Information Technology, Operations, Digital Transformation, Python and Automation Testing.
What are the top questions asked in Accelya Solutions India Limited L2 Engineer interview?

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

  1. What was your experience during your first call with a recruiter...read more
  2. Technical- basic DSA questions Dbms , join query , java springb...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join Accelya Solutions India Limited The Airline-First software platform
Accelya Solutions India Limited L2 Engineer Salary
based on 5 salaries
₹3.3 L/yr - ₹8.3 L/yr
47% less than the average L2 Engineer Salary in India
View more details

Accelya Solutions India Limited L2 Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

2.0

Salary

5.0

Job security

3.0

Company culture

1.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
88 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Senior Associate
87 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Software Engineer
74 salaries
unlock blur

₹5.1 L/yr - ₹12 L/yr

Senior Software Engineer
72 salaries
unlock blur

₹14.8 L/yr - ₹25.2 L/yr

Team Lead
51 salaries
unlock blur

₹16 L/yr - ₹27.9 L/yr

Explore more salaries
Compare Accelya Solutions India Limited with

ITC Infotech

3.7
Compare

Test Yantra Software Solutions

3.1
Compare

Clover Infotech

3.5
Compare

Newgen Software Technologies

3.8
Compare
write
Share an Interview