Tip 1 : try to understand what you are learning
Tip 2 : never hop to different language just because you find that one cool
Tip 3 : try to take command over the one language
Tip 1 : small and simple
Tip 2 : do not add fake projects
They will call you and just ask some questions not too hard
Normal question like what is the difference between RDBMS and DBMS
What are stored procedures.
Tip 1 : DBMS stores data as file.
Tip 2 : RDBMS stores data in tabular form.
Command to create table and ways to mechanism to update data from Java programming name them.
Tip 1 : create table tablename(roll no Primary key,name text, phone number)
Tip 2 : if we want to data handling in Java with RDBMS we can use jdbc or hibernate
Name any 2 common sorting method
Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
Normal question related myself, my experience with any programming language just normal question.
Basically she was checking my English speaking skills.
What are your hobbies?
What are your strength?
Tip 1 : I am not that fluent in English but they didn't notice and ignore my grammatical mistakes
Tip 2 : be confident
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is 3 + 2 * 4 based on operator precedence?