Tip 1 : prepare and showcase your projects. Elaborate what all you have done in your resume
Tip 2 : should be able to write production ready code for problems
Tip 3 : prepare database querying questions and concepts
Tip 1 : Showcase extra curricular activities
Tip 2 : elaborate projects and achievements
MCQs and 2 coding problems
if Ayush want to study 6 chapters in 3 days and the time that each chapter requires is as follows:
Chapter 1 = 30
Chapter 2 = 20
Chapter 3 = 10
Chapter 4 = 40
Chapter 5 = 5
Chapter 6 = 45
Then he will study the chapters in the following order
| day 1 : 1 , 2 | day 2 : 3 , 4 | day 3 : 5 , 6 |
Here we can see that he study chapters in sequential order and the maximum time to study on a day is 50, which is the minimum possible in this case.
Was asked to solve coding problems on a sheet of paper.
Clarified questions.
Thought of a brute force logic
Optimized it.
Wrote code for it
SQL query related to joins
Tip 1 : brush up syntax
Tip 2 : solve commonly asked problems
The string is ‘RR’, ‘RB’ so we can combine ‘RR’ and ‘RB’ as the last character of ‘RR’ i.e ‘R’ matches with the first character of ‘RB’. But we cant combine ‘RB’ and ‘RR’ as the last character of ‘RB’ i.e ‘B’ doesn't matches with the first character of ‘RR’ i.e ‘R’ so our answer is '4'.
Was asked more coding problems and question on fundamentals and experience.
General discussion about work experience. And current company and compensation details and what the organisation would offer, what you'll be working on.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which operator is used for exponentiation in Python?