week 2
week 2
JSON
XML
TSV
JSON
SQL
XML
True
False
Yes, the answer is correct.
Score: 0
Accepted Answers:
True
1 point
Given a MongoDB collection named "words" with the following document structure:
{
"_id":ObjectId("615243d88f0ae43f255874c1"),
"count": 300,
"department": "the"
}
Which MongoDB query would you use to retrieve all words with count in descending order ?
db.words.find().sort({ count: -1 })
db.words.find().sort({ count: 1 })
db.words.find().order_by("count", DESCENDING}
db.words.find().sort({ descending: 1 })
Yes, the answer is correct.
Score: 1
Accepted Answers:
db.words.find().sort({ count: -1 })
1 point
Which of the following are the components of a graph ?
Vertices
Edges
Unique Identifier/ID
Cannot be Determined
Yes, the answer is correct.
Score: 1
Accepted Answers:
False information/rumors spreads faster than facts/true information on social media
1 point
Select the correct sequence of steps taken towards evaluating social media data.
Data Collection/Filtering > Data Characterization > Data Classification > Data Evaluation
Data Collection/Filtering > Data Characterization > Data Evaluation > Data Classification
Data Characterization > Data Collection/Filtering > Data Evaluation > Data Classification
Data Characterization > Data Collection/Filtering > Data Classification > Data Evaluation
Yes, the answer is correct.
Score: 1
Accepted Answers:
Data Collection/Filtering > Data Characterization > Data Classification > Data Evaluation
1 point
Which of the following attributes can be inferred from data collected via X (formerly Twitter) ?
False
No, the answer is incorrect.
Score: 0
Accepted Answers:
True
1 point
Which Python library would you most likely use to get the top 10 hot posts from the subreddit "r/politics" using the Reddit API?
praw
requests
urllib
json
Yes, the answer is correct.
Score: 1
Accepted Answers:
praw
1 point
An indicator similar to hashtags is called ______ on Reddit.
Flair
Karma
Comment
Upvote
Yes, the answer is correct.
Score: 1
Accepted Answers:
Flair
1 point
Communities on Reddit are called ______
Subreddits
Flairs
Threads
True
False
Yes, the answer is correct.
Score: 1
Accepted Answers:
True