INF503 QUIZ

  1. ____ percent of databases are unstructured while _______ are structured                                      80%
    20%
  2. _____ focuses on filtering data as it enters the system to determine which data to keep and which to discard.  stream processing
  3. ______ is keeping the same number of systems, but migrating each system to a larger system.   scaling up
  4. ______ minimizes the number of disk reads necessary to retrieve a row of data.  row-centric storage
  5. ___________ •Requires a fixed schema – you need to create the table and set the data types before you can inset the data. while __________ Does not require a fixed schema, avoids join operations and typically scales horizontally. Can create and update data on the fly.   rdbms
    nosql
  6. ___________ execls in functionality while ______________ in scalability and performance     RDBMS
    NOSQL
  7. ___________ stores would work well for shopping cart contents, or individual values like color schemes, a landing page URI, or a default account number.  key value
  8. A column family database is a NoSQL database model that organizes data in key-value pairs with keys mapped to a set of columns in the value component.   True
  9. A query in a graph database is called a ______.   traversal
  10. Add resources within the same logical unit to increase capacity. For example to add CPUs to an existing server, increase memory in the system or expanding storage by adding hard drive. this is called   scaling up or vertical scaling better for RBMS
  11. advantages of distributed computing                                                                                                realitablity
    •Scalability
    •Sharing of Resources
    •Flexibility
    •Performance (speed)
  12. cons to distributed computing                                                                                                           netwokinf
    security
    trouble shooting
    failures
  13. Data model used in relational database management systems   Relational DBMS
  14. Document databases group documents into logical groups called   collections
  15. Graph theory is a mathematical and computer science field that models relationships, or edges, between objects called ______   nodes
  16. high availability IS ____________ foucsues and fault tolernce is _________________   software focused
    hardware
  17. if you wan to scale out what type of scaling should you use and which database is better   horizontal, nosql if
  18. if you want to Add more nodes to a system, such as adding a new computer to a distributed software application. what is this called   horizontal scaling- scaling out
    nosql
  19. In a NoSQL configuration, data storage can be much faster as it takes advantage of “________________ ___________”     scaling out
  20. Interest in graph databases can be tied to the area of social networks.  True
  21. Key-value and document databases are structurally similar   true
  22. Key-value and document databases are structurally similar.   True
  23. Modeling and storing data about relationships is the focus of ______ databases.  graph database
  24. Most NoSQL products run only in a Linux or Unix environment   true
  25. Most NoSQL products run only in a Linux or Unix environment.   True
  26. Most NoSQL products run only in a Linux or Unix environment. True
  27. One of the advantages of NoSQL database is that they are really __________ to scale and they are much ____________ in most types of operations that we perform on RDBMS.                   easy
    faster
  28. RDBMS supports ________and nosql does not support __________                                              acids
    acids
  29. relation databases are ______________ Compliant     ACIDS
  30. To query the value component of the pair when using a key-value database, use get or ______   fetch
  31. what are some cons to relational databases                                                                                    •Requires substantial hardware and system software overhead – losts of software
    •Conceptual simplicity gives untrained people the tools to use a good system poorly- stupid people do dome things
    •May promote information problems- info problems
  32. what are some nosql features                                                                                                                 Flexible schemas
    Horizontal scaling
    Fast queries
    easy to use
  33. what are the 4 types of no SQL                                                                                                                        •Key-value stores
    •Column-oriented
    •Graph
    •Document oriented
  34. what are the pros to Relational DBMS  •Structural independence is promoted using independent tables
    •Tabular view improves conceptual simplicity
    •Ad hoc query capability is based on SQL
    •Isolates the end user from physical-level details
    •Improves implementation and management simplicity
  35. what are the two types of scaling         •Vertical Scaling
    •scaling up
    •better suited for RBMS

    •Horizontal Scaling
    •scaling out
    •better suited for NoSQL
  36. what is a column- oriented database       •Stores data using a column oriented model.
    •Values of a single column are stored contiguously.
    •Column stores data in column specific files.
    •All data within each column datafile have the same type which makes it ideal for compression.
    •Column stores can improve the performance of queries as it can access specific column data.
  37. What is a no-SQL database?    non-relational database management system
  38. WHAT IS nosql better suited for?   Better suited to storing unstructured data.
  39. what is relational dbms   type of database mgmt sys that organizes data into series of records held in LINKED tables; aids in data access and transformation due to flexible linkages based on record values
  40. What is scalability?    •Ability of a system to expand to meet the business needs.
  41. when to use NoSQL over RDBMS                                                          Store and retrieve huge amounts of data.
    Relationships between data is not important.
    Data is not structured and changing over time.
    Constraints and join support is not required at database level.
    Data is growing continuously, and you need to scale the database regularly to handle the data.
  42. Which of the following is NOT one of the standard NoSQL categories?  CHART DATABASES

Other Links:

Statistics Quiz

Networking Quiz

See other websites for quiz:

Check on QUIZLET

Check on CHEGG

Leave a Reply

Your email address will not be published. Required fields are marked *