i
Bounteous x Accolite
Filter interviews by
I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.
A cursor is a database object used to retrieve data from a result set one row at a time.
A cursor is used to iterate through a result set.
It can be used to update or delete rows in a table.
Example query: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;
Example usage: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO @variable1, @variable2;
Example usage: CLOSE cursor_name; DEALLOCATE cursor_name;
Top trending discussions
I was interviewed in Aug 2024.
4 coding question easy level questions based on arrays and strings
Code pairing round need to use oops to solve the problem
HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses hashing to store and retrieve key-value pairs
It uses an array of linked lists to handle collisions
The key's hash code is used to determine the index in the array where the key-value pair is stored
HashMap allows one null key and multiple null values
Example: HashMap<String, Integer> map = new
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.
I was interviewed in Jan 2025.
Coding plus aptitude
Code pairing round with one question and an hour to solve
2 leetcode medium level type problems were given. This was a cut-off test were majority will be cut-off.
Long coding round - Paired with another thoughtworker
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Coding test contains 4 coding question easy to medium, Topic Array, String but DSA questions are in image formate first you have to decode the image then code.
To add a 20% discount code and implement cashback in an application.
Create a discount code field in the application where users can enter the code to avail 20% off.
Calculate the discounted price by applying the 20% discount on the original price.
Implement a cashback feature where users receive a certain percentage of the purchase amount back as cashback.
Ensure that the cashback amount is credited to the user's account
Online hackerrank test
Domain modeling, oops, clean code
Senior Software Engineer
1.5k
salaries
| ₹6.3 L/yr - ₹27 L/yr |
Software Engineer
565
salaries
| ₹4.6 L/yr - ₹15 L/yr |
Associate Technical Delivery Manager
419
salaries
| ₹11 L/yr - ₹40 L/yr |
Senior Test Engineer
212
salaries
| ₹5 L/yr - ₹19.1 L/yr |
Technical Delivery Manager
153
salaries
| ₹19.7 L/yr - ₹60.4 L/yr |
TCS
Infosys
Wipro
HCLTech