Python Data Scientist Interview Questions

33 python data scientist interview questions shared by candidates

What is the neighborhood in which superhosts have the biggest median price difference with respect to non superhosts? Use the following three columns in the 'listings' dataset to answer this question: 'host_is_superhost', 'neighbourhood_cleansed', and 'price'.
avatar

Python Data Analyst/Data Scientist

Interviewed at Turing

3.5
Oct 1, 2024

What is the neighborhood in which superhosts have the biggest median price difference with respect to non superhosts? Use the following three columns in the 'listings' dataset to answer this question: 'host_is_superhost', 'neighbourhood_cleansed', and 'price'.

Given the AirBnB dataset: https://colab.research.google.com/drive/1IwyaZuTccboR8huyWcxHKACTyFQBvHp5?usp=drive_link#scrollTo=I553tK0NAHtd Listings: This is a table that contains information about Airbnb listings in some city. Every listing has a single row in the table and contains several attributes related to the listing as well as the Airbnb host for the listing. Reviews: This is a table that contains information about all the guest reviews for the listings in the “Listings” table, along with related attributes such as the date of the review and the reviewer's name Answer the following questions:
avatar

Python Data Analyst/Data Scientist

Interviewed at Turing

3.5
Oct 1, 2024

Given the AirBnB dataset: https://colab.research.google.com/drive/1IwyaZuTccboR8huyWcxHKACTyFQBvHp5?usp=drive_link#scrollTo=I553tK0NAHtd Listings: This is a table that contains information about Airbnb listings in some city. Every listing has a single row in the table and contains several attributes related to the listing as well as the Airbnb host for the listing. Reviews: This is a table that contains information about all the guest reviews for the listings in the “Listings” table, along with related attributes such as the date of the review and the reviewer's name Answer the following questions:

What is the listing with the best expected revenue based on the last 12 months, considering 60% of guests leave reviews and every guest will stay only the minimum number of nights? Use both the 'listings' and 'reviews' datasets for this question and only use listings with minimum nights of stay <= 7. The 'minimum_nights' column indicates the required minimum number of nights of stay for any listing.
avatar

Python Data Analyst/Data Scientist

Interviewed at Turing

3.5
Oct 1, 2024

What is the listing with the best expected revenue based on the last 12 months, considering 60% of guests leave reviews and every guest will stay only the minimum number of nights? Use both the 'listings' and 'reviews' datasets for this question and only use listings with minimum nights of stay <= 7. The 'minimum_nights' column indicates the required minimum number of nights of stay for any listing.

1.How will you copy file from one Linux system to other linux system? 2.How can you design a system which will display failure of all the servers. 3.what is SSH? 4.is string mutable 5. How can you search a integer from 50000 random integers?
avatar

Data Scientist Python

Interviewed at Ericsson

4
Jan 18, 2020

1.How will you copy file from one Linux system to other linux system? 2.How can you design a system which will display failure of all the servers. 3.what is SSH? 4.is string mutable 5. How can you search a integer from 50000 random integers?

Viewing 11 - 20 interview questions

Glassdoor has 33 interview questions and reports from Python data scientist interviews. Prepare for your interview. Get hired. Love your job.