Course 1: Foundations: Data, Data, Everywhere Flashcards

1
Q

“What data ecosystems are known to us so far?”

A

As a data analyst its your job to harness the power of the data ecosystem. Find the right info. and provide the team with analysis that helps them make smart decisions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • What kind of results are needed?
  • Who will be informed?
  • Am I answering the question being asked?
  • How quickly does a decision need to be made?
A

Successful analysis needs to be accurate, and fast enough to help decision-makers. So try asking yourself these questions about a project:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The qualities and characteristics associated with solving problems using facts

A

Analytical skills

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The analytical skill that involves breaking processes down into smaller steps and working with them in an orderly, logical way

A

A technical mindset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Data design

A

Analytical skills that involve how you organize information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Understanding context

A

The analytical skill that has to do with how you group things into categories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The analytical skill that involves managing the processes and tools used in data analysis

A

Data strategy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

five key aspects to analytical thinking

A
visualization, 
strategy, 
problem-orientation, 
correlation, 
and finally,
big-picture and detail-oriented thinking.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Visualization

A

Graphical Representation of Information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Strategy

A

Strategizing helps data analysts see what they
want to achieve with the data and how they can get there.
Strategy also helps improve
the quality and usefulness of the data we collect.
By strategizing, we know all our data is
valuable and can help us accomplish our goals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Being problem-oriented

A
Data analysts use a problem-
oriented approach in order to identify,
describe, and solve problems.
It's all about keeping the problem top of
mind throughout the entire project.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

correlation

A

you know what a correlation is…. correlation does not equal causation….

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

big picture thinking

A

being able to see the big picture
as well as the details.
(looking at a jig saw puzzle, you can enjoy picture without focusing on each individual piece).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What’s a Query?

A

The way we use SQL to communicate with the database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Basic foundations of every SQL query:

A

Use SELECT to choose the fields you want to return.
Use FROM to choose the tables where the fields you want are located.
Use WHERE to filter for certain information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is <> mean in SQL?

A

“Does not equal”