i
Bounteous x Accolite
Filter interviews by
I applied via Hirect and was interviewed in Nov 2022. There were 5 interview rounds.
JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine. Equals compares object values, HashCode returns a unique integer for an object.
JDK includes JRE and development tools, while JRE includes JVM and necessary libraries
JVM is responsible for executing Java bytecode
Equals method compares the values of two objects, while == compares their references
HashCode method returns a unique integer ...
Add two linked lists representing numbers and return the resulting linked list.
Traverse both linked lists and add the corresponding digits, keeping track of carry.
Create a new node for each digit and update the carry for the next iteration.
If one list is longer than the other, add the remaining digits to the result.
Handle the case where the carry is not zero after all digits have been added.
Time complexity: O(max(m,n))...
I expect a competitive salary based on my experience, skills, and the responsibilities of the role.
I have extensive experience in senior developer roles and have consistently delivered high-quality work.
I have a strong understanding of various programming languages and frameworks.
I have successfully led and mentored teams in previous positions.
I am confident in my ability to contribute to the success of the company.
I a...
posted on 3 Feb 2021
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Mar 2021. There were 4 interview rounds.
DSA
About Social changes
I appeared for an interview in Mar 2022.
Round duration - 60 minutes
Round difficulty - Medium
Mcq + Data structures questions
Given an array of integers, find the maximum sum of any contiguous subarray within the array.
array = [34, -50, 42, 14, -5, 86]
137
Find the maximum sum of any contiguous subarray within an array in O(N) time complexity.
Use Kadane's algorithm to find the maximum sum subarray in O(N) time complexity
Initialize two variables: max_sum and current_sum to keep track of the maximum sum subarray
Iterate through the array and update current_sum by adding the current element or starting a new subarray
Update max_sum if current_sum is greater than max_sum
Return...
Round duration - 70 minutes
Round difficulty - Medium
Standard System Design round
Round duration - 90 minutes
Round difficulty - Medium
Interview of DSA + OOPS + Databse(SQL query) + Operating System
Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side.
The task is to print the left view of a binary tree, which contains the nodes visible when the tree is viewed from the left side.
Traverse the tree in a level order manner and keep track of the leftmost node at each level.
Use a queue to perform level order traversal.
Print the leftmost node at each level to get the left view of the binary tree.
CHAR is fixed length while VARCHAR2 is variable length in SQL.
CHAR stores fixed length strings, padding with spaces if necessary.
VARCHAR2 stores variable length strings, not padding with spaces.
CHAR is faster for fixed length data, VARCHAR2 is more flexible for varying length data.
There are three types of constructors in C++: default constructor, parameterized constructor, and copy constructor.
Default constructor: Constructor with no parameters.
Parameterized constructor: Constructor with parameters.
Copy constructor: Constructor that initializes an object using another object of the same class.
Example: // Default constructor ClassName() {} // Parameterized constructor ClassName(int x, int y) :...
Overloading is having multiple methods in the same class with the same name but different parameters, while overriding is implementing a method in a subclass that is already defined in the superclass.
Overloading involves multiple methods with the same name but different parameters.
Overriding involves implementing a method in a subclass that is already defined in the superclass.
Overloading is resolved at compile time ba...
Round duration - 60 minutes
Round difficulty - Easy
Hr round - normal hr questions + situational
Thoughtworks community discussion
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.
The API allows users to retrieve weather data based on location.
Create a new endpoint that accepts a location parameter
Use a weather API service to fetch weather data based on the location
Return the weather data in a standardized format, such as JSON
The feature added to the project is a user authentication system.
Implement a login page with username and password fields.
Create a database table to store user credentials.
Hash and salt passwords for secure storage.
Implement password reset functionality.
Add user roles and permissions for access control.
Hackerrank coding round.
I appeared for an interview in Jan 2025.
Test will be in hacker rank there would be a difficulty level between easy to medium
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Senior Software Engineer
1.5k
salaries
| ₹6.9 L/yr - ₹29 L/yr |
Software Engineer
565
salaries
| ₹5 L/yr - ₹16 L/yr |
Associate Technical Delivery Manager
436
salaries
| ₹11 L/yr - ₹40 L/yr |
Senior Test Engineer
206
salaries
| ₹4 L/yr - ₹17 L/yr |
Technical Delivery Manager
146
salaries
| ₹16 L/yr - ₹60.4 L/yr |
Xoriant
CitiusTech
HTC Global Services
HERE Technologies