Literature & Lectures Flashcards
Final Exam 10-06-2020
What is a HiPPO?
the highest-paid person’s opinion.
What is the idea of ‘Mute the HiPPO’?
Businesses should rely more on data instead of HiPPOs
The 5 management challenges by McAfee?
- Leadership: Establish leadership teams that set clear goals, define what success looks like, and ask the right questions.
- Talent Management: As data become cheaper, the complements to data become more valuable
- Technology: The tools available to handle the volume, velocity and variety of big data.
- Decision-Making: Put information and the relevant decision rights in the same location.
- Company culture: Move away from acting solely on hunches and instinct and breaking bad habits
Three analytics capability levels proposed by LaValle
- Aspirational: Use analytics to justify actions
- Experienced: Use analytics to guide actions
- Transformed: Use analytics to prescribe actions
5 recommendations of LaValle
- Focus on the biggest and highest-value opportunities
- Within each opportunity, start with questions, not data
- Embed insights to drive actions and deliver value
- Keep existing capabilities while adding new ones
- Use an information agenda to plan for the future
What does Hadoop do?
combines commodity hardware with open-source software. It takes incoming streams of data and distributes them onto cheap disks; it also provides tools for analyzing the data.
What is a relational database?
a database structured to recognize relations among stored items of information.
What is PoS Data?
Point of Sale Data is data collected by a business when a transaction happens.
What is preventive maintenance?
uses sensor data to monitor a system, then continuously evaluates it against historical trends to predict failure before it occurs.
3 Business Models enabled with Big Data
- Differentiating creates new experiences
- Brokering augments the value of information
- Delivery networks enable the monetization of data
The differences between hierarchical and relational databases as pointed out by Lake & Crowther (2013)?
In a hierarchical database, segments are implicitly joined with each other.
In a relational database, this relationship between tables is captured by foreign keys and primary keys.
a hierarchical database
segments are implicitly joined with each other
a relational database
this relationship between tables is captured by foreign keys and primary keys.
SQL database
relational database (handle structured data)
NoSQL database
non-relational database (handle unstructured data)
4 Pros of SQL database
- Fits structured data readily into well- organized tables
- Are more mature & represent huge investments by vendors and users
- Convenient for transactions that require great precision (supports ACID*)
- Offers a big feature set and data integrity
4 Cons of SQL database
- Scaling. They aren’t designed to function with data partitioning
- Complexity. When data doesn’t fit easily into a table, the database’s structure can be complex, difficult and slow to work with.
- Can entail large amounts of complex code and doesn’t work well with modern, agile development.
- Large feature set. Users don’t need all the features, as well as the cost and complexity they add.
What does ACID stands for?
Atomicity means an update is performed completely or not at all
Consistency means no part of a transaction will be allowed to break a database’s rules
Isolation means each application runs transactions independently of other applications
Durability means that completed transactions will persist