Tip 1 : believe yourself
Tip 2 : be consistent
Tip 3 : practice
Tip 1 : include only which you know
Tip 2 : include good projects
It was conducted around 5 pm evening and for 60 min consisting mcq and coding based on computer fundamental and dsa respectively. Round was completeed successfully.
Sql queries output
Tip 1:practice
Tip 2:sql queries and concept thoroughly
Tip 3:be confident
Introduction
Coding question on array , linked list and stacks queues.
Theoretical concept on oops.



Conditions for valid parentheses:
1. All open brackets must be closed by the closing brackets.
2. Open brackets must be closed in the correct order.
()()()() is a valid parentheses.
)()()( is not a valid parentheses.
Tip 1: solve coding problems
Tip 2: keep learning
Tip 3: improve communication skills



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



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
Introduction
Strength weakness
Achievement
Ideal person
Preferred location
About role
About company
Strength and weakness
Tip 1: work on communication skills
Tip 2: be confident and clear
Tip 3: be bold

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?