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

Filter interviews by

Accelya Solutions India Limited Software Development Engineer II Interview Questions and Answers

Updated 6 Jul 2024

Accelya Solutions India Limited Software Development Engineer II Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2022.

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 - Aptitude Test 

Basic aptitude & domain specific questions.

Round 3 - Technical 

(2 Questions)

  • Q1. LinkedIn list reversal
  • Q2. Cycle detection in linked list
  • Ans. 

    Cycle detection in linked list involves finding if there is a loop in the list.

    • Use two pointers approach - slow pointer moves one step at a time, fast pointer moves two steps at a time. If they meet, there is a cycle.

    • Floyd's Tortoise and Hare algorithm is commonly used for cycle detection in linked lists.

    • Maintain a set to keep track of visited nodes and check if a node is already in the set while traversing the list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please bring confidence also.

Skills evaluated in this interview

Interview questions from similar companies

Software Development Engineer II Interview Questions & Answers

Atlassian user image Suraj Udayashankar (Suraj Uday)

posted on 7 Aug 2024

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

Graphql implementation

Round 2 - Coding Test 

System design questions : HLD and LLD

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Strengths and weakness
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Mvc , mapping , rest endpoints
  • Q2. Oops concepts from java
  • Ans. 

    Object-oriented programming concepts in Java

    • Encapsulation: bundling data and methods together

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding implementation details and providing a simplified view

    • Encapsulation example: using private variables and public methods

    • Inheritance example: creating a subclass that inherits properties and m...

  • Answered by AI
  • Q3. System design ques were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - great

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Given a Matrix of character[][]. Write a program to search a string in that matrix efficiently.
  • Ans. 

    Search for a string efficiently in a character matrix.

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the matrix and search for the string.

    • Optimize by pruning search paths if a mismatch is encountered.

    • Consider using a Trie data structure for faster string matching.

    • Handle edge cases like empty matrix or string, out of bounds indices, etc.

  • Answered by AI
  • Q2. What advantage does streams in Java8 has over for loops.
  • Ans. 

    Streams in Java8 offer concise and readable code for processing collections compared to traditional for loops.

    • Streams provide functional-style operations like map, filter, and reduce for easy data processing.

    • Streams allow for parallel processing of data, potentially improving performance.

    • Streams promote immutability and encourage writing more declarative code.

    • Streams reduce boilerplate code and make the code more reada...

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Model Engineering College, Kochi and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mental and Verbal aptitude - 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. Basic C++, DSA questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Internal working of hashmap
  • Q2. What are collections
  • Q3. What are design Patterns explain singleton design pattern
  • Q4. What annotations did you use in spring boot. how @transaction annotation works
Round 2 - Behavioral 

(2 Questions)

  • Q1. Asked 2 puzzles
  • Q2. What is vertical scaling and horizontal scaling
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Good round moderate coding questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question based on trees
  • Q2. Coding question based on math/binary search
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Strengths and weakness
Round 2 - Coding Test 

Question was on Java streams for string

Round 3 - Technical 

(1 Question)

  • Q1. Lots of questions on java, spring boot, design patterns, scalability, concurrency
Interview experience
3
Average
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 - Aptitude Test 

Quant and reasoning question

Round 3 - Coding Test 

Two coding question 1 medium and 1 hard

Round 4 - Technical 

(1 Question)

  • Q1. Core java in depth and dsa question
Round 5 - HR 

(1 Question)

  • Q1. Hr rounds salary and company policy discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Fair

Round 1 - Group Discussion 

I attended through campus placement.they gave a general topic and ask us to speak

Round 2 - Technical 

(1 Question)

  • Q1. What is variable html structure coding in array
  • Ans. 

    A variable is a storage location in a computer program that holds data and can be referenced and manipulated.

    • Variables are used to store data in a program and can be of different types such as integers, strings, or arrays.

    • In HTML, variables are not directly used, but data can be stored in attributes or elements for manipulation.

    • Coding in an array involves storing multiple values in a single variable, accessed by index

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. It was just a simple general discussion about the timings

Skills evaluated in this interview

Accelya Solutions India Limited Interview FAQs

How many rounds are there in Accelya Solutions India Limited Software Development Engineer II interview?
Accelya Solutions India Limited interview process usually has 3 rounds. The most common rounds in the Accelya Solutions India Limited interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Accelya Solutions India Limited Software Development Engineer II interview?

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

  1. Cycle detection in linked l...read more
  2. LinkedIn list rever...read more

Tell us how to improve this page.

Accelya Solutions India Limited Software Development Engineer II Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Accelya Solutions India Limited The Airline-First software platform

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
View all
54% less than the average Software Development Engineer II Salary in India
View more details

Accelya Solutions India Limited Software Development Engineer II Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Associate
90 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Software Developer
82 salaries
unlock blur

₹3.4 L/yr - ₹11.5 L/yr

Senior Software Engineer
70 salaries
unlock blur

₹15.1 L/yr - ₹22.5 L/yr

Software Engineer
63 salaries
unlock blur

₹3.5 L/yr - ₹12.7 L/yr

Associate
55 salaries
unlock blur

₹1.4 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Accelya Solutions India 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