Tip 1 : Practice 300 DSA questions at least
Tip 2 : Do 3 Projects
Tip 1 : Keep it simple and clean
Tip 2 : Try to mentions internships and projects
It was a very good round where i performed well enough to qualify.
Let ‘N’ = 4, ‘Arr’ be [1, 2, 5, 4] and ‘K’ = 3.
then the elements of this array in ascending order is [1, 2, 4, 5]. Clearly, the 3rd smallest and largest element of this array is 4 and 2 respectively.
0<= 'n' <=10000
Input: 'n' = 132456
Output: 12 9
Explanation:
The sum of even digits = 2 + 4 + 6 = 12
The sum of odd digits = 1 + 3 + 5 = 9
The questions that have been asked in this are quite related to academics. Starting with the question, introduce yourself, the interviewer asked the questions on the project I did in my last year.
Can you explain the difference between file structure and storage structure?
Tip 1 : Read operating system notes
State some of the advantages, disadvantages, good and bad applications of a Database Management System.
Tip 1 : Read DBMS notes
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?