Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Theoretical Questions | NumPy
Data Science Interview Challenge
course content

Зміст курсу

Data Science Interview Challenge

Data Science Interview Challenge

1. Python
2. NumPy
3. Pandas
4. Matplotlib
5. Seaborn
6. Statistics
7. Scikit-learn

Theoretical Questions

1. What will the following code output:
2. What does the following code do:
3. How can you extract all items from a NumPy array that are greater than 5?
4. What is the result of the following:
5. If `arr` is a 1-dimensional NumPy array, what will `arr[::2]` do?
6. Which of the following will raise an error?
7. How do you calculate the dot product of two arrays `a` and `b`?
8. How do you get the unique values from a NumPy array `arr`?
9. Which method can be used to find the indices of non-zero elements in a NumPy array?

What will the following code output:

Виберіть правильну відповідь

What does the following code do:

Виберіть правильну відповідь

How can you extract all items from a NumPy array that are greater than 5?

Виберіть правильну відповідь

What is the result of the following:

Виберіть правильну відповідь

If arr is a 1-dimensional NumPy array, what will arr[::2] do?

Виберіть правильну відповідь

Which of the following will raise an error?

Виберіть правильну відповідь

How do you calculate the dot product of two arrays a and b?

Виберіть кілька правильних відповідей

How do you get the unique values from a NumPy array arr?

Виберіть правильну відповідь

Which method can be used to find the indices of non-zero elements in a NumPy array?

Виберіть правильну відповідь

Все було зрозуміло?

Секція 2. Розділ 6
We're sorry to hear that something went wrong. What happened?
some-alt