Amazon QuickSight Flashcards

1
Q

What is Amazon QuickSight?

A

A fast, easy-to-use, cloud-powered business intelligence (BI) service that makes it easy to deliver insights to everyone in your organization.

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

Name 3 key features of QuickSight.

A

Any three of the following:
* Build interactive visualizations and dashboards
* Perform ad-hoc data analysis
* Create paginated reports
* Receive alerts on anomalies in your data
* Access data anytime, on any device (browser or mobile)

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

What is SPICE?

A

SPICE (Super-fast, Parallel, In-memory Calculation Engine) is QuickSight’s in-memory engine that uses columnar storage, in-memory technologies, and machine code generation to perform calculations and serve data.

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

Give 3 examples of data sources QuickSight can connect to.

A

Any three of the following:
* AWS data sources (Amazon Redshift, Aurora, RDS, Athena, S3)
* On-premises databases (via JDBC/ODBC)
* Files (Excel, CSV, TSV, CLF)
* SaaS applications (Salesforce)

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

What is an anti-pattern when using QuickSight?

A

Performing heavy Extract, Transform, Load (ETL) processes within QuickSight. It’s better to use AWS Glue for complex ETL tasks.

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

What are the two editions of QuickSight?

A

Standard and Enterprise. Enterprise edition offers additional features like column-level security and Microsoft Active Directory integration.

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

How can you secure QuickSight access to an Amazon Redshift cluster in a different AWS Region?

A

Authorize access from the QuickSight IP range of the relevant region in your Redshift security group.

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

Name 2 ways to enable cross-account access to Redshift/RDS from QuickSight.

A

Any two of the following:
* AWS Transit Gateway
* VPC peering
* AWS PrivateLink
* (Enterprise edition only) Elastic Network Interface and peering connection

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

How are users managed in QuickSight?

A

Users can be defined via AWS Identity and Access Management (IAM), or through email signup. Enterprise edition also offers an Active Directory connector.

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

What is the pricing model for QuickSight?

A

QuickSight uses an annual or monthly subscription pricing model per user, with different tiers for Standard and Enterprise editions.

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

What are QuickSight dashboards?

A

Read-only snapshots of an analysis that can be shared with others.

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

How can you share QuickSight dashboards with people who don’t have a QuickSight account?

A

By embedding dashboards in an application using the QuickSight embedding SDK and APIs.

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

What are some of the machine learning capabilities of QuickSight?

A
  • Anomaly detection
  • Forecasting
  • Autonarratives (text summaries of data)
  • Suggested Insights
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What algorithm does QuickSight use for anomaly detection?

A

Random Cut Forest

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

What are ‘Autonarratives’ in QuickSight?

A

Autonarratives are AI-generated text summaries that describe the key findings and insights from your data visualizations, added to your dashboards to provide context.

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

Where can users find ‘Suggested Insights’ in QuickSight?

A

In the ‘Insights’ tab. QuickSight automatically analyzes your data and provides a set of ready-to-use insights.

17
Q

True or False: QuickSight allows you to bring your own ML models from Amazon SageMaker.

A

True

18
Q

True or False: You can use customer-managed keys for encryption in QuickSight.

A

False. AWS manages all encryption keys.

19
Q

What is QuickSight Q?

A

QuickSight Q is a natural language query tool powered by machine learning that allows users to ask questions about their data in plain English and receive instant answers.

20
Q

What is the QuickSight JavaScript SDK used for?

A

It is used to embed QuickSight dashboards and visualizations into other applications and websites.