Ticker

6/recent/ticker-posts

Coursera Google Data Analytics Professional Analyze Data to Answer Questions (Week 3) Quiz Answer-Aggregating data for analysis.

  Recommended Courses:

3.Aggregating data for analysis.

Question 1

Fill in the blank: Data aggregation involves creating a _____ collection of data that originally came from multiple sources.

  • modified
  • localized
  • expanded
  • summarized

Data aggregation involves creating a summarized collection of data from multiple sources.

 

Question 2

A data analyst uses the SUM function to add together numbers from a spreadsheet. However, after getting a zero result, they realize the numbers are actually text. What function can they use to convert the text to a numeric value?

  • FIGURE
  • VALUE
  • DIGIT
  • CONVERT

The analyst can use the VALUE function to convert the text that represents a number to a numeric value.

 

Question 3

When using VLOOKUP, there are some common limitations that data analysts should be aware of. One of these limitations is that VLOOKUP can only return a value from the data to the left of the matched value.

  • False
  • True

One limitation of VLOOKUP is that it can only return a value from the data to the right of the matched value.

 

Question 4

Fill in the blank: When writing a function, a data analyst wraps a table array in dollar signs. This is an _____ , which is used to lock the array so rows and columns don’t change if the function is copied.

  • arbitrary reference
  • absolute reference
  • accurate reference
  • authentic reference

Wrapping a table array in dollar signs creates an absolute reference, which locks the array so rows and columns don’t change if the function is copied.

 

Question 5

The following is a selection from a spreadsheet:

ABC
1CountryPopulation in 2020 (millions)Growth in population 2000-2020
2China1,439,323,77613.4 %
3India1,380,004,38537.1 %
4United States331,002,65117.3 %
5Indonesia273,523,61527.7%
6Pakistan220,892,34044.9%
7Brazil212,559,41721.9%
8Nigeria206,139,58966.3%
9Bangladesh164,689,38327.9%
10Russia145,934,462-0.8%

To search for the population of Pakistan, what is the correct VLOOKUP syntax?

  • =VLOOKUP(Pakistan, A2:B10, 3, false)
  • =VLOOKUP("Pakistan", A2:B10, 2, false)
  • =VLOOKUP("Pakistan", A2:B10, 3, false)
  • =VLOOKUP(Pakistan, A2*B10, 2, false)

To search for the population of Pakistan, the syntax is =VLOOKUP("Pakistan", A2:B10, 2, false). “Pakistan” is the reference. A2:B10 is the table array. The 2 indicates the number of the column from which the value should be returned. And the word false instructs the function to return an exact match.

 

Question 6

When creating a SQL query, which JOIN clause returns all matching records in two or more database tables?

  • INNER
  • OUTER
  • RIGHT
  • LEFT

The INNER JOIN clause returns all matching records in two or more database tables.

 

Question 7

A data analyst writes a query that asks a database to return only distinct values in a specified range, rather than including repeating values. Which function do they use?

  • RETURN
  • RETURN VALUES
  • COUNT DISTINCT
  • COUNT

When writing SQL queries, an analyst can use the COUNT DISTINCT function to return only distinct values in a range.

 

Question 8

Which of the following terms describe a subquery? Select all that apply.

  • Inner select
  • Small query
  • Nested query
  • Inner query

A subquery can also be called an inner query, inner select, or nested query.
    • 一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一
      Machine Learning Coursera-All weeks solutions [Assignment + Quiz]   click here
                                                                                    &
            Coursera Google Data Analytics Professional Quiz Answers   click here


    Have no concerns to ask doubts in the comment section. I will give my best to answer it.
    If you find this helpful kindly comment and share the post.
    This is the simplest way to encourage me to keep doing such work.


    Thanks & Regards,
    - Wolf 

Post a Comment

0 Comments