Tip 1 : Be honest and confident of what you say
Tip 2 : Work on projects and should have in depth knowledge of the project
Tip 3 : Don’t just have theoretic knowledge, practical hands on is the key to crack the interviews
Tip 1 : One page resume works best
Tip 2 : keep it crisp and clean
Two python question were there and level of difficulty was medium



‘N’ = 4, ‘S’ = “code”
Character ‘c’ gets changed to ‘b’.
Character ‘o’ gets changed to ‘p’.
Character ‘d’ gets changed to ‘c’.
Character ‘e’ gets changed to ‘f’.
Encoded string = “bpcf”
I used basic if else statement in python
Asked questions on different data mining questions.
Practical examples of Random forest model and decision tree model
Asked SQL queries
EDA
Data preprocessing
Asked about realtime usage of Decision tree and random forest model.
How to handle null values in dataset
Data preprocessing questions
Tip 1 : Study about the assumptions and drawbacks of the models
Tip 2 : practice each model on data sets so that you get idea which model works best for what kind of dataset
Tip 3 : Always listen to the question carefully first and then take a minute to answer it
Dont answer it immediately

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?