Tip 1 : Prepare system design
Tip 2 : Practice for your weak areas
Tip 3 : Do coding
Tip 1 : Have some hackathon experience to write
Tip 2 : Try to make it look good
Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
'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.
na
What are the languages you know?
Rate yourself in a c programming language
Rate yourself in Java programming language
What is c?
What is java?
What is DBMS?
What are Pointers?
What are Functions?
What are Variables?
Difference between c and java?
What is a Class?
What is an Object?
Define Abstract datatype?
Interface?
What is Inheritance?
Define Polymorphism?
Are you willing to relocate?
Able to do night shifts?
Team leadership?
Strength and weakness?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
When does a stack underflow occur?