Data Science Professional Certification – ITRONIX SOLUTIONS
Get Data Science Professional Certification from ITRONIX SOLUTIONS which you can share in the Certifications section of your LinkedIn profile, on printed resumes, CVs, or other documents.
Exam Details:
- Format: Multiple Choice Question
- Questions: 10
- Passing Score: 8/10 or 80%
- Language: English
Question 1: Which of the following are modules/libraries in Python?
- NumPy
- Pandas
- Matplotlib
- All of the above
Question 2: NumPy stands for _
- Number Python
- Numerical Python
- Numbers in Python
- None of the above
Question 3: PANDAS stands for _
- Panel Data Analysis
- Panel Data analyst
- Panel Data
- Panel Dashboard
Question 4: Important data structure of pandas is/are _
- Series
- Data Frame
- Both of the above
- None of the above
Question 5: Which of the following function/method help to create Series?
- series( )
- Series( )
- createSeries( )
- None of the above
Question 6: When we create a series from dictionary then the keys of dictionary become_____
- Index of the series
- Value of the series
- Caption of the series
- None of the series
Question 7: Which of the following method is used to subtract the two series?
- subtract( )
- subtraction( )
- diff( )
- sub( )
Question 8: While performing mathematical operations on series, index matching is implemented and all missing values are filled in with _ by default
- NaN
- None
- 0
- 1
Question 9: S1[1:3] = 50 will update the value of _ elements
- 1
- 2
- 3
- 4
Question 10: __ function is used to sort a Series object on the basis of values.
- sort.values( )
- sort_values( )
- sort_value( )
- sort_Values