Filter interviews by
I applied via Instahyre and was interviewed in Dec 2022. There were 2 interview rounds.
Find minimum steps to make product of array equal to 1 by changing elements by +1,-1,0.
Calculate number of negative elements and number of zeroes in array.
If number of negative elements is even, add 1 to all elements.
If number of negative elements is odd, add 1 to all elements except the smallest negative element.
Count the number of steps taken to modify the array elements.
Return the count of steps taken.
Given an array, print the next greater element for every element.
Iterate through the array from right to left
Use a stack to keep track of the greater elements
Pop elements from the stack until a greater element is found or the stack is empty
If a greater element is found, it is the next greater element for the current element
If the stack is empty, there is no greater element for the current element
Store the next greater ...
Top trending discussions
I applied via Naukri.com and was interviewed before Nov 2021. There were 5 interview rounds.
I was given 10 logical questions to solve on a portal with 30min timer.
Most question were printing of patterns, fibonacci, prime no., palindrome etc.
out of 10 questions atleast 8 has to be right to qualify.
Required to write codes in python
Required to write codes in python
Easy mcq from oops and aptitude
Aptitude consited of maths and coding quetions
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
There were questions of basic aptitude
Radix sort is a non-comparative sorting algorithm that sorts integers by processing individual digits.
Radix sort works by sorting numbers based on each digit's value, starting from the least significant digit to the most significant digit.
It can be implemented using counting sort or bucket sort as a subroutine.
Radix sort is efficient for sorting integers with a fixed number of digits, like phone numbers or social secur...
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
Basic aptitude only think out of box
Static variables belong to the class itself, while final variables cannot be changed after initialization.
Static variables are shared among all instances of a class
Final variables cannot be reassigned once initialized
Static variables are initialized only once at the start of the program
Final variables must be initialized when declared
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
10 reasoning questions and 3 coding questions
Factorial calculation using recursion in a programming language
Define a function that takes an integer as input
Base case: if input is 0, return 1
Recursive case: return input multiplied by factorial of input-1
Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = 5 * 4 * 3 * 2 * 1 = 120
I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.
Simple logic and maths based questions along with coding round
Arrays are fixed in size, while ArrayLists can dynamically resize. Arrays are faster for accessing elements, while ArrayLists offer more flexibility.
Arrays have a fixed size, while ArrayLists can dynamically resize.
Arrays are faster for accessing elements, while ArrayLists offer more flexibility in terms of adding, removing, and manipulating elements.
Example: String[] namesArray = new String[5]; ArrayList<String>...
I have worked as a software developer for 3 years at XYZ company.
Developed web applications using Java, Spring, and AngularJS
Collaborated with team members to design and implement new features
Participated in code reviews and testing processes
Resolved technical issues and provided support to end users
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
SQL query to retrieve employee names and their salaries from a table
Use SELECT statement to retrieve data
Specify the columns you want to retrieve (employee names and salaries)
Specify the table name where the data is stored
VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.
VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.
The formula syntax is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]).
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and return the...
based on 1 interview experience
Difficulty level
Duration
based on 18 reviews
Rating in categories
Customer Success Manager
7
salaries
| ₹6.1 L/yr - ₹12 L/yr |
QA Engineer
7
salaries
| ₹4 L/yr - ₹10 L/yr |
Senior Software Engineer
7
salaries
| ₹41 L/yr - ₹70 L/yr |
Software Engineer
5
salaries
| ₹18.5 L/yr - ₹28 L/yr |
Senior Product Manager
5
salaries
| ₹55 L/yr - ₹62.5 L/yr |
Mobile Premier League
ChicMic
Sportz Interactive
Head Digital Works