Filter interviews by
I applied via Company Website and was interviewed before May 2018. There were 8 interview rounds.
Top trending discussions
I applied via Campus Placement and was interviewed before Sep 2021. There was 1 interview round.
I appeared for an interview before Jul 2024, where I was asked the following questions.
Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods in programming.
Use built-in functions: In Python, you can reverse a string using slicing: `reversed_string = original_string[::-1]`.
Iterative approach: Loop through the string from the end to the beginning and build a new string.
Using recursion: Define a function that calls itself with a substring until...
Remove duplicates from an array of strings efficiently using various methods.
Use a Set: Convert the array to a Set to automatically remove duplicates. Example: `const uniqueArray = [...new Set(array)];`
Filter Method: Use the filter method to keep only unique elements. Example: `const uniqueArray = array.filter((item, index) => array.indexOf(item) === index);`
Reduce Method: Use reduce to build a new array with unique...
Basic aptitude questions not so difficult
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
I appeared for an interview in Dec 2020.
Round duration - 40 minutes
Round difficulty - Easy
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack
Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.
based on 1 review
Rating in categories
Quality Engineer
4
salaries
| ₹2.2 L/yr - ₹2.9 L/yr |
Production Engineer
4
salaries
| ₹2.2 L/yr - ₹3.6 L/yr |
Graphic Designer
3
salaries
| ₹2.2 L/yr - ₹3.6 L/yr |
Mechanical Engineer
3
salaries
| ₹4 L/yr - ₹5 L/yr |
Production Supervisor
3
salaries
| ₹2.8 L/yr - ₹2.8 L/yr |
TCS
Accenture
Wipro
Cognizant