JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
NumPy interview questions
NumPy interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 10
1. ndarray is also known as the alias array.
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
2. ndarray.dataitemSize is the buffer containing the actual elements of the array.
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
3. Which of the following is contained in NumPy library?
A. n-dimensional array object
B. tools for integrating C/C++ and Fortran code
C. fourier transform
D. all of the Mentioned
Show Correct Answer
Correct Answer is :
all of the Mentioned
4. Point out the wrong statement:
A. ipython is an enhanced interactive Python shell
B. matplotlib will enable you to plot graphics
C. rPy provides a lot of scientific routines that work on top of NumPy
D. all of the Mentioned
Show Correct Answer
Correct Answer is :
rPy provides a lot of scientific routines that work on top of NumPy
5. The ________ function returns its argument with a modified shape, whereas the ________ method modifies the array itself.
A. reshape,resize
B. resize,reshape
C. reshape2,resize
D. all of the Mentioned
Show Correct Answer
Correct Answer is :
reshape,resize
6. To create sequences of numbers, NumPy provides a function __________ analogous to range that returns arrays instead of lists.
A. arange
B. aspace
C. aline
D. all of the Mentioned
Show Correct Answer
Correct Answer is :
arange
7. Point out the correct statement:
A. NumPy main object is the homogeneous multidimensional array
B. In Numpy, dimensions are called axes
C. Numpy array class is called ndarray
D. All of the Mentioned
Show Correct Answer
Correct Answer is :
All of the Mentioned
8. Which of the following function stacks 1D arrays as columns into a 2D array?
A. row_stack
B. column_stack
C. com_stack
D. all of the Mentioned
Show Correct Answer
Correct Answer is :
column_stack
9. Which of the following method creates a new array object that looks at the same data?
A. view
B. copy
C. paste
D. all of the Mentioned
Show Correct Answer
Correct Answer is :
view
10. Which of the following function can be used to combine different vectors so as to obtain the result for each n-uplet?
A. iid_
B. ix_
C. ixd_
D. all of the Mentioned
Show Correct Answer
Correct Answer is :
ix_
Similar Interview Questions
Search for latest jobs
Find Jobs