Question: A popular container technology is

Answer Options:

Hadoop
Git
Docker
SQL Server

Answer: Docker

 

Question: Simple shared folders (e.g., Box) are not useful to share DevOps code because

Answer Options:

Different developers are usually working on different versions of needed files
Developers on a team should not have visibility into all the files in the project
Shared folders are vulnerable to hard disk crashes
Developers prefer to maintain personal copies of their code

Answer: Different developers are usually working on different versions of needed files

 

Question: DevOps practices include

Answer Options:

Both technical and human elements in equal measure
Mainly human elements such as respect and trust
Mainly technical elements such as IAC, containers and shared repositories
Technical expertise among an organization’s business leaders

Answer: Both technical and human elements in equal measure

 

Question: Feature flags are a useful DevOps practice because

Answer Options:

They allow developers on the team to share code
They isolate security vulnerabilities in the operating system
They allow administrators and developers to incrementally release new capabilities and test their impacts

Answer: They allow administrators and developers to incrementally release new capabilities and test their impacts

 

Question: A data model can ______.

Answer Options:

Illustrate return-on-investment, break-even point, and economic feasibility
Represent actions or processes that occur in the to-be system
Be used to represent data in a logical data model and as a physical data model in design
Only be used in BPR situations
Only be used with JAD sessions

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:

The mathematical model of formulas and logic used in a system
The abstract creating of an ideal system transformation
The model that is produced by extreme programming
The expanded, thoroughly balanced and normalized use case for a system
A formal way of representing the data that are used and created by a business system

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:

balanced
first
primary
second
third

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:

1 to 1
1 to 2
1 to many
Many to many
Many to 1

Answer: Many to many

 

Question: Balance occurs between DFDs and ERDs when the data stores ______.

Answer Options:

Are uniquely named
Have only one input and one output flow
Are named the same as the relationships on the ERD
Can be compared to ERD data flows and attributes on the ERD are included in data stores on the DFD
Can be equated to entities on the ERD and when entities are referred to by data stores on the DFD

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:

base normal form
first normal form
non-normal form
second normal form
third normal form

Answer: first normal form

 

Question: In creating ERD’s, which would most likely NOT be a source for entities?

Answer Options:

Use cases
Level 0 DFD diagrams
External entities
Data flows
Cost / benefit reports

Answer: Cost / benefit reports

 

Question: As a structure chart is constructed, it is generally best to build modules with:

Answer Options:

High cohesion
Highly coupled
High fan-out
Have high ‘need to know’ in the module title
High level of coordination

Answer: High cohesion

 

Question: By definition, external entities on the DFD:

Answer Options:

Are used as the starting point for the physical data flow diagram
Are outside the scope of the system
Will be the top of the structure chart
Will become database table entries
Are updated with metadata to become part of the physical DFD

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:

Conditional line
Connector
Control couple
Data couple
Module

Answer: Data couple

 

Question: Processes from logical DFDs might show up on a physical data flow diagram as:

Answer Options:

Tables in a database
External entities
Outside the human-machine boundary
Audit log files
HTML screens or Visual Basic forms

Answer: HTML screens or Visual Basic forms

 

Question: Pseudocode is:

Answer Options:

The same as structured English
A technique similar to structured English
A subset of the Java programming language
A coding environment sponsored by Oracle
The term for designing language prototyping screens with Visual Basic or HTML

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:

Calculation
Cohesion
Control
Coupling
Fan-in

Answer: Cohesion