Filter interviews by
I was interviewed before Sep 2020.
Round duration - 60 minutes
Round difficulty - Medium
Problem Solving and coding interview. Friendly interviewer.
You are given two integer arrays Arr1
and Arr2
of sizes N
and M
respectively. Both Arr1
and Arr2
represent Max-Heaps. Your task is to merge these two arrays wh...
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Round duration - 30 minutes
Round difficulty - Easy
General round of interview. Questions based on resume (very few).
Behavioural Round
Ninja, the log cutter, has 'K' axes and an infinite amount of logs. Using a log cutting stand with a capacity 'N', he can attempt to cut at most 'N' logs at a time. A...
Tip 1 : Never leave any topic from any chapter / Subject
Tip 2 : Learn to explain your thoughts well
Tip 3 : Learn from previous experiences / interviews / problems asked.
Tip 4 : Atleast 4 projects in Resume
Tip 1 : Atleast 4 projects on Resume
Tip 2 : Do not write false things. You always get caught. Be genuine.
Top trending discussions
I was interviewed in Jan 2025.
Data structures, particularly strings, play a crucial role in problem-solving.
I applied via campus placement at Birla Vishwakarma Mahavidyalaya, Vallabh Vidyanagar and was interviewed in Mar 2023. There were 3 interview rounds.
Test consist of 25 Apatitude Question and 10 Coding problems of Debugging code, Find Output, Set Matrixs, Valid Matrix, Height of N-ary Tree, Sorting, Linked List etc. So prepare well with standard dsa problems of any sheet (striver sheet)
Iterate through array to find 2nd largest element
Iterate through array and keep track of largest and second largest elements
Handle edge cases like empty array or array with less than 2 elements
Example: ['3', '5', '2', '7', '1'] should return '5'
posted on 26 Jul 2023
I applied via Approached by Company and was interviewed in Jan 2023. There were 4 interview rounds.
3 coding questions any programming language
Answering questions related to string permutations, removing numbers, and checking for anagrams without using map data structure.
To find permutations of a string, use recursion to swap characters at each position.
To remove a specific character (e.g. '3') from a string, iterate through the string and build a new string without the character.
To check for anagrams without using a map data structure, sort both strings and
posted on 12 Jan 2023
I applied via LinkedIn and was interviewed in Dec 2022. There were 4 interview rounds.
You can take my test to check my IQ level and problem solving as in aptitude keep mathmatics problems.
In c,c++ and Java questions and you ask me question from data base query like SQL query.
I was interviewed in Jul 2020.
No, calling finish() in onCreate() will not call onResume() or other lifecycle functions before onDestroy().
Calling finish() in onCreate() will immediately destroy the activity without calling any other lifecycle methods.
If you want to finish an activity after it has been created and resumed, you should call finish() in onPause() or onStop().
It is generally not recommended to call finish() in onCreate() as it can lead
RecyclerView is a flexible view for providing a limited window into a large data set.
RecyclerView is used to display large sets of data efficiently
It uses a ViewHolder pattern to recycle views
Corner cases include handling empty data sets and updating data dynamically
Communication between activity and fragment is done through interfaces.
Activity implements an interface and passes it to the fragment
Fragment can then call methods of the interface to communicate with the activity
This allows for communication between the two components without tight coupling
Find the second largest element in an array of strings.
Sort the array in descending order and return the second element.
Iterate through the array and keep track of the largest and second largest elements.
Use a priority queue to find the second largest element.
Basic programming and DSA
Sales Consultant
6
salaries
| ₹2.7 L/yr - ₹3 L/yr |
Content Associate
6
salaries
| ₹2.5 L/yr - ₹6 L/yr |
Operations Associate
5
salaries
| ₹3 L/yr - ₹5 L/yr |
Business Development Associate
4
salaries
| ₹2.2 L/yr - ₹6 L/yr |
Operations Executive
4
salaries
| ₹2.2 L/yr - ₹4 L/yr |
BYJU'S
Unacademy
Toppr
Vedant