Filter interviews by
I was interviewed before Nov 2022.
Remove duplicates from an array of strings
Iterate through the array and use a set to keep track of unique strings
If a string is already in the set, remove it from the array
Return the modified array without duplicates
Sliding window problem involves finding a subarray of fixed size k with maximum sum.
Use a sliding window approach to iterate through the array and calculate the sum of each subarray of size k.
Keep track of the maximum sum encountered so far.
Move the window by one element at a time and update the sum accordingly.
Example: Given array [1, 3, -1, -3, 5, 3, 6, 7] and k = 3, the subarray with maximum sum is [5, 3, 6] with su
I applied via AngelList and was interviewed before Mar 2023. There were 3 interview rounds.
Had multiple questions on Array and String overall the difficulty level was medium the interviewer was friendly and patient
I was interviewed in May 2021.
Round duration - 120 Minutes
Round difficulty - Easy
Given a string S
and a list wordList
containing N
distinct words, determine if each word in wordList
is present in S
. Return a boolean array where the value at index 'i' indi...
Given a string and a list of words, determine if each word in the list is present in the string and return a boolean array indicating their presence.
Iterate through each word in the word list and check if it is present in the string.
Use a boolean array to store the presence of each word in the string.
Consider case sensitivity when checking for word presence.
Do not use built-in string-matching methods.
Return the boolean
Round duration - 20 Minutes
Round difficulty - Easy
Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI
Tip 1 : Do not lie at all
Tip 2 : Have some projects listed
I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.
Ninja Coding Round Basic Coding questions available on youtube or sources online
An array is a collection of similar data types stored in contiguous memory locations.
Arrays can be one-dimensional or multi-dimensional
Elements in an array can be accessed using their index
Arrays can be initialized during declaration or later in the code
Arrays can be passed as arguments to functions
Example: int arr[5] = {1, 2, 3, 4, 5};
Example: char str[10] = "Hello";
C and c++ and data structure
I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.
Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.
Java is an object-oriented language
It is platform-independent
Variables in Java have a specific data type
Variables can be assigned values and their values can be changed
Example: int age = 25; String name = "John";
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows code reuse and promotes code organization.
There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.
Single inheritance involves a class inheriting from a single base class.
Multiple inheritance involves...
Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.
Inheritance is a way to reuse code and establish a relationship between classes
The 'extends' keyword is used to implement inheritance in Java
Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class
Single level inheritance involves one parent class a...
May I about you ? Which your qualification and which stream
Some of the top questions asked at the Aditya Birla Fashion and Retail Senior Development Engineer interview -
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Store Manager
729
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
658
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Store Manager
440
salaries
| ₹0 L/yr - ₹0 L/yr |
Department Manager
368
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
298
salaries
| ₹0 L/yr - ₹0 L/yr |
Future Retail
Trent
Reliance Retail
Shoppers Stop