Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

[GTDAB] Georgia Tech Data Science and Analytics Boot Camp Certification Exam Guide

Rating
-
Sold
-
Pages
91
Grade
A+
Uploaded on
26-02-2026
Written in
2025/2026

This guide supports learners completing data science and analytics boot camp programs. It covers data analysis, statistics, machine learning concepts, programming fundamentals, data visualization, and practical case studies. Designed as a structured exam review and knowledge reinforcement resource.

Show more Read less
Institution
Course

Content preview

[GTDAB] Georgia Tech Data Science and
Analytics Boot Camp Certification Exam
Guide
Question 1. **Which Excel function returns the value at the intersection of a given row and
column in a range?**

A) VLOOKUP

B) HLOOKUP

C) INDEX

D) MATCH

Answer: C

Explanation: INDEX retrieves the value at a specified row and column index within a range,
unlike VLOOKUP/HLOOKUP which search for a value.



Question 2. **In a Pivot Table, which field area should you place a categorical variable to see
the breakdown of each category?**

A) Values

B) Columns

C) Rows

D) Filters

Answer: C

Explanation: Placing a categorical field in the Rows area creates a row for each distinct category,
allowing you to view its breakdown.



Question 3. **What does the VBA statement `For i = 1 To 10 Step 2` do?**

A) Loops from 1 to 10 incrementing by 1

B) Loops from 1 to 10 incrementing by 2

C) Loops from 10 to 1 decrementing by 2

D) Loops indefinitely

, [GTDAB] Georgia Tech Data Science and
Analytics Boot Camp Certification Exam
Guide
Answer: B

Explanation: The `Step 2` clause makes the loop increment the counter by 2 each iteration,
producing values 1,3,5,7,9.



Question 4. **Which measure of central tendency is most appropriate for a highly skewed
distribution?**

A) Mean

B) Median

C) Mode

D) Standard deviation

Answer: B

Explanation: The median is resistant to extreme values and thus better represents the center of
a skewed distribution than the mean.



Question 5. **When performing a two‑sample t‑test assuming equal variances, which statistic is
compared to the critical value?**

A) Z‑score

B) t‑statistic

C) F‑statistic

D) chi‑square

Answer: B

Explanation: The two‑sample t‑test uses the t‑statistic, calculated from the difference of means
and pooled variance, to test significance.



Question 6. **In linear regression, the coefficient of determination (R²) represents:**

, [GTDAB] Georgia Tech Data Science and
Analytics Boot Camp Certification Exam
Guide
A) The slope of the regression line

B) The proportion of variance in the dependent variable explained by the model

C) The correlation between independent variables

D) The p‑value of the model

Answer: B

Explanation: R² quantifies how much of the total variability in the outcome is accounted for by
the predictors.



Question 7. **Which Python keyword is used to define a function?**

A) def

B) function

C) lambda

D) func

Answer: A

Explanation: The `def` keyword introduces a new function definition in Python.



Question 8. **What is the output type of `np.array([1, 2, 3]) * np.array([4, 5, 6])`?**

A) List

B) Tuple

C) NumPy array with element‑wise multiplication result

D) Scalar product

Answer: C

Explanation: NumPy arrays support element‑wise operations; the result is an array `[4,10,18]`.

, [GTDAB] Georgia Tech Data Science and
Analytics Boot Camp Certification Exam
Guide
Question 9. **Which Pandas method removes rows with any missing values?**

A) dropna()

B) fillna()

C) isnull()

D) replace()

Answer: A

Explanation: `dropna()` drops rows (or columns) that contain NaN values.



Question 10. **In Pandas, how would you select rows where column `age` is greater than 30?**

A) df[‘age’] > 30

B) df.loc[df[‘age’] > 30]

C) df.where(df[‘age’] > 30)

D) df.filter(age > 30)

Answer: B

Explanation: `df.loc[condition]` returns rows satisfying the Boolean condition.



Question 11. **Which Matplotlib function creates a scatter plot?**

A) plot()

B) bar()

C) scatter()

D) hist()

Answer: C

Explanation: `scatter()` draws a scatter plot of x‑y points.

Written for

Course

Document information

Uploaded on
February 26, 2026
Number of pages
91
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$85.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
teamdiginova2 Independent publisher
Follow You need to be logged in order to follow users or courses
Sold
19
Member since
3 months
Number of followers
0
Documents
9159
Last sold
1 week ago

3.5

4 reviews

5
1
4
0
3
3
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions