Data Visualization AI
Data Visualization AI
A. graphs
B. charts
C. maps
D. All of the above
Ans : D
A. graphs
B. charts
C. maps
D. All of the above
Ans : D
2|Page
Explanation: Data visualization is also an element of the broader data
presentation architecture (DPA) discipline, which aims to identify, locate,
manipulate, format and deliver data in the most efficient way possible.
A. Bullet Graphs
B. Bubble Clouds
C. Fever Maps
D. Heat Maps
Ans : C
Explanation: Fever Maps is not is not used for data visualization instead of
that Fever charts is used.
A. Treemaps
B. Scatter plots
C. Population pyramids
D. Area charts
Ans : A
Explanation: Treemaps are best used when multiple categories are present,
and the goal is to compare different parts of a whole.
8. Which one of the following is most basic and commonly used techniques?
A. Line charts
B. Scatter plots
C. Population pyramids
D. Area charts
Ans : A
Explanation: Line charts. This is one of the most basic and common
techniques used. Line charts display how variables can change over time.
3|Page
9. Which is used to inference for 1 proportion using normal approx?
A. fisher.test()
B. chisq.test()
C. Lm.test()
D. prop.test()
Ans : D
A. anova()
B. par()
C. plot()
D. cum()
Ans : B
A. factor.mosaicplot
B. factor.xyplot
C. factor.congruence
D. factor.cumsum
Ans : C
A. rep()
B. data()
C. view()
D. read()
4|Page
Ans : B
A. qqline()
B. qline()
C. anova()
D. lm()
Ans : A
A. lm()
B. col.max
C. par
D. histo
Ans : A
5|Page
A. par()
B. names()
C. barchart()
D. quantile()
Ans : D
Explanation: names function is used to associate name with the value in the
vector.
A. Politics
B. Sales and marketing
C. Healthcare
D. All of the above
Ans : D
Explanation: All option are Common use cases for data visualization.
19. Which of the following plots are often used for checking randomness in
time series?
A. Autocausation
B. Autorank
C. Autocorrelation
D. None of the above
6|Page
Ans : C
A. par
B. lm
C. kde
D. C
Ans : C
7|Page
1.Which of these are considered secondary data?
1. Data from a Youtube interview
2. Data from the textbook
3. All of the above
4. None of the above
Answer: All of the above
8|Page
2. Four: The Professional Data Analyst, The IT users, The head of the company,
The Business Users
3. One- The Business Users
4. Three-The IT users, The head of the company, The Business Users
Answer: Four: The Professional Data Analyst, The IT users, The head of the
company, The Business Users
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 data
9|Page
4. None of above
Answer: Frequency polygon
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()
10 | P a g e
3. Key Processes Identifier
4. Key Processes Indicator
Answer: Key Performance Indicator
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
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
Answer: Line chart
11 | P a g e
24. Which of the following are direct benefits of Business Intelligence?
1. Delivers data mining functionality
2. Decision making
3. Artificial intelligence
4. All of the above
Answer: Decision making
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
Answer: apply function
29. Point out the correct combination with regards to kind keyword for graph
plotting.
1. ‘box’ for boxplot
2. ‘area’ for area plots
3. ‘hist’ for histogram
4. All of the above
Answer: All of above
12 | P a g e
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
13 | P a g e