Tip 1 : Practice programming
Tip 2 : Understand the logic behind the data structure rather than just memorize the concept
Tip 1 : Be pretty confident about the things you write in your Resume.
Tip 2 : Highlight your achievements and Knowledge in your resume.
Timing- 9AM-5PM, can give anytime in the time interval.
We where monitored using webcam durning the online Test.
The online test consisted of many sections-
a-Aptitude
b-English Comprehension
c-Logical
d-Error Spoting(CODE)
e-Writting
Input array [1,3,2,7] so basically this array represents the number 1327.
All the possible combinations are :
1. [3 1 2 7] get by swapping indices 1 and 2.
2. [2 3 1 7] get by swapping indices 1 and 3.
3. [7 3 2 1] get by swapping indices 1 and 4.
4. [1 2 3 7] get by swapping indices 2 and 3.
5. [1 7 2 3] get by swapping indices 2 and 4.
6. [1 3 7 2] get by swapping indices 3 and 4.
Out of all the possible combinations, 3 give the maximum number as 7321, so we will return [7 3 2 1].
The input may have 0 before the most significant digit. e.g. [0,3,5,7] is a valid input and this represents number 357.
It was a virtual Interview.
Basically the interviewer did not asked any technical question, i just had a great talk about java and python programing language with the interviewer.
Addition to this interviewer asked me to introduced myself and later we discussed my final year project idea.
It was a great talk.
Python and Java Programing language Which will be more powerful in future
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which is a DDL command in SQL?