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
Question: In a structure chart, the element that is drawn as an empty circle with an attached arrow is known as a(n):
Answer Options:
Answer: Data couple
Question: Processes from logical DFDs might show up on a physical data flow diagram as:
Answer Options:
Answer: HTML screens or Visual Basic forms
Question: Pseudocode is:
Answer Options:
Answer: A technique similar to structured English
Question: _____ refers to how well the lines of code within each module in a structure chart relate to each other.
Answer Options:
Answer: Cohesion