Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 3 interview rounds.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Nodes contain data and a reference to the next node
Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)
Operations include insertion, deletion, traversal, and searching
Example: Node { data: 5, next: Node { data: 10, next: null } }
Binary search is a divide and conquer algorithm that efficiently finds the target value in a sorted array.
Start by defining the low and high indices of the array.
Calculate the mid index as (low + high) / 2.
Compare the target value with the value at the mid index and adjust the low and high indices accordingly.
Repeat the process until the target value is found or the low index surpasses the high index.
Use a modified version of Merge Sort or Tim Sort for efficient sorting when 70% of numbers are already sorted.
Consider using Merge Sort with optimizations for nearly sorted arrays, such as checking for already sorted subarrays before merging.
Tim Sort, a hybrid sorting algorithm derived from Merge Sort and Insertion Sort, is also a good choice for partially sorted arrays.
Both algorithms have a time complexity of O(n log...
A virtual destructor in C++ is used to ensure that the correct destructor is called when deleting an object through a base class pointer.
Virtual destructors are necessary when deleting an object through a pointer to a base class in order to properly call the derived class destructor.
Without a virtual destructor, only the base class destructor would be called, potentially leading to memory leaks or undefined behavior.
Ex...
Overflow in C++ occurs when a value is too large to be stored in the data type, leading to unexpected behavior.
Overflow can happen when adding two large numbers, causing the result to exceed the maximum value that can be stored in the data type.
For example, adding 2147483647 + 1 to an int data type in C++ will result in overflow, wrapping around to -2147483648.
To prevent overflow, it is important to check for potential...
I applied via Company Website and was interviewed in Apr 2022. There were 3 interview rounds.
It was pretty simple like all the other aptitude tests
Sonata Software interview questions for designations
Top trending discussions
I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.
posted on 20 Jun 2021
I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.
I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.
based on 4 interviews
1 Interview rounds
based on 18 reviews
Rating in categories
Consultant
623
salaries
| ₹6.5 L/yr - ₹19.3 L/yr |
Senior System Analyst
608
salaries
| ₹3.8 L/yr - ₹12.4 L/yr |
Software Engineer
374
salaries
| ₹3 L/yr - ₹13.1 L/yr |
Digital Engineer
316
salaries
| ₹2.6 L/yr - ₹10.1 L/yr |
System Analyst
312
salaries
| ₹3 L/yr - ₹10 L/yr |
ITC Infotech
3i Infotech
Cybage
Xoriant