Tip 1 : Maintain a clean resume and have in-depth knowledge of the projects, as in the technical round the interviewer mainly asks technical questions regarding the projects. Questions based on projects are predictable and answering them can give a good impression during the interview.
Tip 2 : Be clear in explaining the approach to coding questions.
Tip 3 : Admit it, if you are not confident in a particular topic. Accepting your weakness is better than a wrong answer.
Tip 1 : Use formal resume templates and maintain a neat resume.
Tip 2 : Have few development projects on the resume with brief summary of the skills implemented.
Tip 3 : Mention your skills in proper sub-sections.
arr=[3,4,5]
subsets ={3}, {3,4}, {3,4,5}, {3,5}, {4}, {4,5}, {5}
The technical question was mainly based on my resume, followed by coding questions.
When do you prefer to use Bokeh and when would you prefer Matplotlib?
Explain the machine learning project on your resume?
She gave a situation, and asked what would I implement Supervised learning or unsupervised learning algorithm and why?
Why does Java not make use of pointers?
What are the advantages of Packages in Java?
What is an object-oriented paradigm?
What are the differences between Component and Directive?
What is dependency injection in Angular?
How do you categorize data binding types?
What are pipes?
What is the difference between pure and impure pipes?
It was a coding round
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?
What are you hobbies?
What are your salary expectations?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the index number of the last element of an array with 9 elements?