Data Visualization MCQ Questions and Answer PDF
Data Visualization MCQ Questions and Answer PDF
1. matinfolib
2. matplotlib
3. pip
4. matpiplib
Answer: matplotlib
1. matplotlib.pip
2. matplotlib.pyplot
3. matplotlib.numpy
4. matplotlib.plt
Answer: matplotlib.pyplot
Answer: Four: The Professional Data Analyst, The IT users, The head of the company,
The Business Users
1. Reports
2. Warehouse
3. OLAP
4. Dashboard
Answer: Dashboard
1. Data mart
2. Data warehouse
3. Both Data Warehouse and Datamart
4. Database
10. In regards to separated value files such as .csv and .tsv, what is the delimiter?
1. Any character such as the comma (,) or tab (\t) that is used to separate the row data
2. Anywhere the comma (,) character is used in the file
3. Any character such as the comma (,) or tab (\t) that is used to separate the column data
4. Delimiters are not used in separated value files
Answer: Any character such as the comma (,) or tab (\t) that is used to separate the
column dat
1. Data Collection
2. Data Analysis
3. Data Visualization
4. All of the above
1. Frequency polygon
2. box plot
3. bar plot
4. None of above
13. Which of the following methods should be employed in the code to display a plot?
1. Show()
2. Display()
3. Execute()
4. Plot()
Answer: Show()
1. barh()
2. bar()
3. barchart()
4. None of the above
Answer: barh()
1. frequency polygon
2. box plot
3. Histogram
4. scatter plot
1. Data mart
2. Data warehouse
3. OLAP TOOLs
4. All of these
19. We apply the aggregate function to a group of sets of tuples using the _______ clause
1. group
2. group set
3. group by
4. group attribute
Answer: group by
20. What is the output of the following program?y = 8z = lambda x: x * yprint z (6)
1. 14
2. 48
3. 64
4. None
Answer: 48
21. Which of the following creates an object which maps data to a dictionary?
1. tuplereader()
2. reader()
3. DicReader ()
4. listreader()
Answer: DicReader ()
22. Identify the right type of chart using the following hints.
Hint 1: This chart is often used to visualize a trend in data over intervals of time.
Hint 2: The line in this type of chart is often drawn chronologically.
1. Bar chart
2. Pie chart
3. Line chart
4. Scatter plot
1. SET DATEFIRST
2. Cert_ID
3. SYSDATETIME
4. GETDATE
Answer: GETDATE
1. Siebel
2. Qlik
3. Cognos
4. All of the above
27. This function in the library of Pandas allows you to manipulate data and create new
variables.
1. Pivot_table function
2. read_csv function
3. apply function
4. merge function
1. 2 dimensional array
2. 3 dimensional array
3. 1 dimensional array
4. None
29. Point out the correct combination with regards to kind keyword for graph plotting.
30. Which of the following takes a dict of dicts / a dict of array-like sequences and
returns a Data Frame?
1. DataFrame.from_records
2. DataFrame.from_items
3. DataFrame.from_dict
4. All of the above
Answer: DataFrame.from_item