Python for Data Science quiz medium level

TAKE THE TEST SEND THIS TEST TO MY CANDIDATES

Test description

This test was designed to check a candidate’s knowledge of Python language at medium level, with medium coding skills, who is up to date with the latest features and most common packages used by programmers. The questions include pieces of code that evaluate the understanding of Python. The test focuses on five main areas of data scientist skills, specifically: programming, importing data, data cleaning, data manipulation, and data visualization.

Topics: Python, programming, pandas, numpy, seaborn, matplotlib, scikit.

Sample questions

1
Complete the code to return the output:

x = lambda : “Python test”

Expected output:

“Python test”