Question: In DevOps, a container is
Answer Options:
Answer: An isolated user space on a computer
Question: Version control is
Answer Options:
Answer: Managing changes to information
Question: For long-term application performance, developers who focus on rapid deployment of new features should also care about
Answer Options:
Answer: The reliability of their applications
Question: Compared to virtual machines, containers
Answer Options:
Answer: Take much less space since copies of the operating system are not created
Question: An advantage of containerization is that
Answer Options:
Answer: Applications can be easily packaged for deployment on any compatible server
Question: A popular container technology is
Answer Options:
Answer: Docker
Question: Simple shared folders (e.g., Box) are not useful to share DevOps code because
Answer Options:
Answer: Different developers are usually working on different versions of needed files
Question: DevOps practices include
Answer Options:
Answer: Both technical and human elements in equal measure
Question: Feature flags are a useful DevOps practice because
Answer Options:
Answer: They allow administrators and developers to incrementally release new capabilities and test their impacts
Question: A data model can ______.
Answer Options:
Answer: Be used to represent data in a logical data model and as a physical data model in design
Question: A data model is a:
Answer Options:
Answer: A formal way of representing the data that are used and created by a business system
Question: A logical data model that does not lead to repeating fields and that the data models leads to tables containing fields that are dependent on the whole identifier is in ______ normal form.
Answer Options:
Answer: second
Question: Anthony is working on the cardinality of doctors and patients in a large urban hospital. With the large number of doctors with varying specialties and patients that may have more than one ailment, he thinks the relationship might be noted as:
Answer Options:
Answer: Many to many
Question: Balance occurs between DFDs and ERDs when the data stores ______.
Answer Options:
Answer: Can be equated to entities on the ERD and when entities are referred to by data stores on the DFD
Question: If the logical data model does not contain attributes that have repeating values it is in ______.
Answer Options:
Answer: first normal form
Question: In creating ERD’s, which would most likely NOT be a source for entities?
Answer Options:
Answer: Cost / benefit reports
Question: As a structure chart is constructed, it is generally best to build modules with:
Answer Options:
Answer: High cohesion
Question: By definition, external entities on the DFD:
Answer Options:
Answer: Are outside the scope of the system