Tip 1 : Practice at least 250 Questions
Tip 2 : Do at least two projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
Design parking lot system




You are given a binary tree, where the data present in each node is an integer. You have to find whether the given tree is symmetric or not.



Can you solve each query in O(logN) ?
You have been given a sorted array/list ARR consisting of ‘N’ elements. You are also given an integer ‘K’.
Now the array is rotated at some pivot point unknown to you. For example, if ARR = [ 1, 3, 5, 7, 8]. Then after rotating ARR at index 3, the array will be ARR = [7, 8, 1, 3, 5].
Now, your task is to find the index at which ‘K’ is present in ARR.



A subsequence of an array/list is obtained by deleting some number of elements (can be zero) from the array/list, leaving the remaining elements in their original order.
You are given an array/list of ‘N’ integers. You are supposed to return the maximum sum of the subsequence with the constraint that no two elements are adjacent in the given array/list.
What is the difference between confidence and over confidence?
What is the difference between hard work and smart work?
How do you feel about working nights and weekends?
Can you work under pressure?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?