Tip 1 : Not only reside on theory do practical
Tip 2 : Convert your ideas into design and show it to interviewer as project.
Tip 3 : Do design with a concept with your coding skills it will help you our during interview
Tip 1 : Add Projects of final year
Tip 2 : Add your achievements
Tip 3 : Add your skills related to programming languages
It was a technical round and they require a backend developer for their database, some intermediate-level coding questions were asked.



For the given string “what we think we become”
“what”,” think”, and “become” occurs 1 time, and “we” occurs 2 times in the given string.



getSize: Returns an integer. Gets the current size of the stack
isEmpty: Returns a boolean. Gets whether the stack is empty
push: Returns nothing. Accepts an integer. Puts that integer at the top of the stack
pop: Returns nothing. Removes the top element of the stack. It does nothing if the stack is empty.
getTop: Returns an integer. Gets the top element of the stack. Returns -1 if the stack is empty
It was a general discussion kind of round where HR told me about company policy and salary negotiation, we talked ralted to joining date.
Tell me about yourself.
Why do you want to join us?

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