8043

8043

University

20 Qs

quiz-placeholder

Similar activities

DZIEŃ JĘZYKA OJCZYSTEGO

DZIEŃ JĘZYKA OJCZYSTEGO

University

20 Qs

Valores de "se"

Valores de "se"

9th Grade - University

15 Qs

Imperative of French Reflexive Verbs

Imperative of French Reflexive Verbs

KG - University

15 Qs

Model Pembelajaran dalam Pendekatan Saintifik

Model Pembelajaran dalam Pendekatan Saintifik

University - Professional Development

15 Qs

French Question words w/ER verbs (present)

French Question words w/ER verbs (present)

6th Grade - University

15 Qs

Alphabet sound

Alphabet sound

University

15 Qs

Introduction to NLP

Introduction to NLP

University

20 Qs

CRP OIC-NW

CRP OIC-NW

1st Grade - Professional Development

15 Qs

8043

8043

Assessment

Quiz

World Languages

University

Easy

Created by

Rahul Agarwal

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What makes data science particularly useful in social network analysis for detecting fake accounts and misinformation?

It tracks every user’s physical location and personal data

It identifies behavioral anomalies and network structures using graph analytics and machine learning

It manually verifies all social media accounts for authenticity

It prevents the creation of new social media accounts entirely

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______ is a large repository of raw and unstructured data collected.

Data Warehouse

Network Data

Data Lake

Data Mart

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

Returns only the second row

Returns two rows with index 2

Throws a KeyError

Returns only the last occurrence of index 2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between np.array([1,2,3]) and np.array([[1,2,3]])?

No difference, both are the same

The first is a 1D array, and the second is a 2D arrary

The second array has more elements

The first array uses less memory

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Pandas Series, what is the default index if none is specified?

Random numbers

Zero-based integer index

Alphabetical index

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which scenario would you use pandas.DataFrame.join()?

To merge data frames using an index or column from both

To split a column in a data frame into multiple columns

To remove duplicates in a data frame

To filter data based on conditions

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when using df.iloc[-1] on a DataFrame with an integer index that does not start at 0?

Returns the last row

Throws an IndexError

Returns the row with the highest index value

Returns the first row

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?