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)

BADM 211 EXAM STUDY GUIDE 2026 QUESTIONS AND ANSWERS COMPREHENSIVE PREP RESOURCE

Rating
-
Sold
-
Pages
39
Grade
A+
Uploaded on
04-05-2026
Written in
2025/2026

BADM 211 EXAM STUDY GUIDE 2026 QUESTIONS AND ANSWERS COMPREHENSIVE PREP RESOURCE

Institution
BADM 211
Course
BADM 211

Content preview

BADM 211 EXAM STUDY GUIDE 2026
QUESTIONS AND ANSWERS
COMPREHENSIVE PREP RESOURCE

●● Assume, you are given two lists:
a = [1,2,3,4,5]
b = [6,7,8,9]
The task is to create a list which has all the elements of a and b in one
dimension.
Output:
a = [1,2,3,4,5,6,7,8,9]
Which of the following options would you choose? (Python List)
Answer: a. a.join(b)
b. a "+" b
c. a.append(b)
**d. a.extend(b)


●● You want to print the top 5 ids with highest income from this dataset
(dataframe shows a partial view):


What should be the correct sequence of commands? (Data Manipulation
with Pandas)

,Answer: a. df.sort_values(), df.head()
b. df.head(), df.sort_values()
**c. df.sort_values("Income"), df.head()
d. df.sort_values("Age"), df.head()


●● Filter all the rows where age is less than 40 in this dataset (Data
Manipulation with Pandas).


Choose all correct answers.
Answer: a. df.filter('Age')<40
**b. df[df.age<40]
c. df.sort_values("Age")<40
**d. df [df['Age']<40]


●● Get the proportion of male and female entries in this dataset (Data
Manipulation with Pandas).
Answer: a. df["Gender"].numbers()
**b. df ["Gender"].value_counts(normalize=True)
c. df["Gender"].counts()
d. df["Gender"].value_counts()


●● Complete the following command to get the mean income of each
gender from this dataset. (Data Manipulation with Pandas)

,Complete this command:
df.______ ("_____")["______"].mean()
Answer: a. groupby, age, income
b. groupby, age, gender
c. groupby, income, gender
**d. groupby, gender, income


●● You have the following dataframe df: (Data Manipulation with
Pandas)
Answer: a. print(df.iloc([2:3])
b. print(df.iloc[3:]
c. print(df.iloc([0:3])
**d. print(df.iloc[1:3])


●● Match the variable on the left with its datatype on the right.
Answer: p=3 -- int
q="False" -- str
r=True -- bool


●● Suppose you have the following data in a csv file named as sales.csv
: (Data Manipulation with Pandas)
Answer: a. pd.readcsv("sales.csv")

, b.pd. read_excel("sales.csv)
**c. pd.read_csv("sales.csv")
d. pd.read_excel("sales.xlsx")


●● Use the table and choose the correct code to generate the output
shown. (Data Manipulation with Pandas)
Answer: a. df['Sold_Qty'].mean()
**b. df['Sold_Qty'].max()
c. df['Sold_Qty'].min()
d. df['Sold_Qty'].sum()


●● Have a look at this line of code: (python basics)
np.array([True, 1, 2]) + np.array([3, 4, False])
Can you tell which code chunk builds the exact same Python object?
Answer: a. np.array([True, 1, 2, 3, 4, False])
b. np.array([0, 1, 2, 3, 4, 5])
c. np.array([1, 1, 2]) + np.array([3, 4, -1])
**d. np.array([4, 3, 0]) + np.array([0, 2, 2])


●● Assuming matplotlib.pyplot is imported as plt. Which of the
following commands plots a histogram of the variable named X? (Intro
to matplotlib)
Answer: a. plt.plot.hist(X)

Written for

Institution
BADM 211
Course
BADM 211

Document information

Uploaded on
May 4, 2026
Number of pages
39
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

€11,53
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.
TopGradeInsider Harvard University
Follow You need to be logged in order to follow users or courses
Sold
73
Member since
1 year
Number of followers
2
Documents
33299
Last sold
5 hours ago
TopGradeInsider

Welcome to TopGradeInsider, your ultimate partner in navigating academic life. We know the pressure you’re under, which is why we’ve curated a massive library of high-quality resources designed to make your life easier. Access reliable test banks, solution manuals, and study guides that clarify complex topics and save you valuable time. Don’t let stress get in the way of your degree let TopGradeInsider give you the support you need to finish strong.

Read more Read less
4,2

5 reviews

5
2
4
2
3
1
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

Frequently asked questions