Tip 1 : Take ds courses
Tip 2 : Practice output and aptitude
Tip 3 : Watch youtube videos
Tip 1 : Just write what you know
Tip 2 : Take template from internet
3 questions based on DP, Arrays, Tree



use dp



'arr '= [1,2,3,4,5]
'k' = 1 rotated array = [2,3,4,5,1]
'k' = 2 rotated array = [3,4,5,1,2]
'k' = 3 rotated array = [4,5,1,2,3] and so on.
try



For the given binary tree

The level order traversal will be {1,2,3,4,5,6,7}.
use dfs
How are you doing?
What about college? library?
Do you read books? I told him I mostly google stuff as per requirement.
What are your favorite topics and subjects?
Tell me about OOPS concepts.
Why oops is required?
a practical example of private and public inheritance
Does polymorphism also exist in c? yes, printf, scanf etc.
C also has oops concepts but it needed more work to do
Have you heard about nptel?
Copy constructors
Is oops about security or data hiding? it’s about data hiding i.e. abstraction
Tell me about your intern project
How much time you code in a day
How do you go for course prep that is offered in college? I told him that we refer to material shared by teachers and the rest we google stuff as per requirement



dont know




dont know

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