i
Accelya Solutions India Limited
Filter interviews by
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
One coding question of string. Medium level.
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
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
I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.
Was easy and could be cracked.
I applied via campus placement at Sinhgad College of Engineering, Pune
Aptitude test simple one
Accelya Solutions India Limited interview questions for designations
I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.
Easy aptitude round just aware of tiime
Hackerank total 3 questions from which 2 are basic questions related to java coding and 1 was database related
Top trending discussions
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank
Again same but dsa question and oops concept in deep level
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Oops concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.
Oops concept is a programming paradigm that focuses on objects and classes.
It includes principles like inheritance, where a class can inherit properties and behaviors from another class.
Encapsulation is another principle where data is wrapped within a class and can only be...
Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.
Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.
Hash Map typically has a load factor threshold to determine whe...
posted on 10 Jun 2024
diff var let const
var is function-scoped, let and const are block-scoped
var can be redeclared and reassigned, let can be reassigned but not redeclared, const cannot be reassigned or redeclared
const must be initialized during declaration, let and var can be declared without initialization
based on 5 interviews
2 Interview rounds
based on 6 reviews
Rating in categories
Senior Associate
86
salaries
| ₹2.5 L/yr - ₹6.5 L/yr |
Software Developer
82
salaries
| ₹3.4 L/yr - ₹11.5 L/yr |
Senior Software Engineer
70
salaries
| ₹15.1 L/yr - ₹22.5 L/yr |
Software Engineer
63
salaries
| ₹3.5 L/yr - ₹12.7 L/yr |
Associate
55
salaries
| ₹1.4 L/yr - ₹6.5 L/yr |
TCS
Infosys
Wipro
HCLTech