What is Moores Law

Cloud Data Engineering

Week 1 Quiz

 

Question 1

What is Moores Law?

1 / 1 point

You got it! “From careful observation of an emerging trend, Moore extrapolated that computing would dramatically increase in power, and decrease in relative cost, at an exponential pace” – Intel.

========================================

Question 2

What is one characteristic of a distributed system?

1 / 1 point

You got it! A distributed system can be eventually consistent as described in the CAP theorem.

========================================

Question 3

Which of the following is a feature of Big Data?

1 / 1 point

You got it! Big Data can involve a large volume of Data.

========================================

Question 4

What problem does the variety of Big Data describe?

1 / 1 point

You got it! A common problem in Big Data is the variety of Data.

========================================

Question 5

What Big Data problem does velocity describe?

1 / 1 point

You got it! The speed the data is written to a cloud system.

========================================

Question 6

Why is a Map-Reduce system used to process Big Data?

1 / 1 point

You got it! Map-Reduce system spread work across nodes.

========================================

Question 7

What type of system is Spark?

1 / 1 point

Spark is a Big Data system that does Map-Reduce.

Spark is a Big Data system that does Map-Reduce.

Spark is a Big Data system that can analyze data in real-time.

========================================

Question 8

What alternatives to CPUs exist to address Moore’s Law ending?

1 / 1 point

You got it! GPUs are capable of doing highly parallel workloads.

========================================

Question 9

Why would an SSD drive speed up a Relational Database query?

1 / 1 point

You got it! Relational Databases are sensitive to Disk I/O limitations.

========================================

Question 10

What is an example of a software engineering best practice?

0.6666666666666666 / 1 point

Continuous Delivery is a software engineering best practice.