FOUNDATIONS LATEST EXAM 2024
Which phase of a waterfall approach would create a sequence diagram that specifies
the required order of events between completed program components? - (correct
answer) Testing
Which phase of an agile approach would define a hypothesis to find a problem in a
program? - (correct answer) Testing
Which phase of an agile approach would create an executable program? - (correct
answer) Implementation
Which phase of an agile approach would create a list of components needed to build an
online auction site? - (correct answer) Design
Which phase of a waterfall approach defines a program's goals? - (correct answer)
Analysis
A programmer decides a program should convert U.S. units to metric units and decides
to write the program in C++ using several functions.
Which phase of a waterfall approach is occurring when the programmer starts writing
the program? - (correct answer) Implementation
A company has a new project it wishes to implement to track and analyze employee
and customer interactions. The company leadership determines that the system should
support direct data entry as well as automated data capture of phone calls and emails.
Which phase of the waterfall process is occurring? - (correct answer) Analysis
A programmer shows a program's first version to a customer. The customer provides
feedback, which causes the programmer to change the goals of the program.
In which phase of an agile approach are goals changed based on customer feedback? -
(correct answer) Analysis
A programmer shows a program's first version to a customer. Based on feedback, the
programmer begins writing a second version of the program.
In which phase of an agile approach does the writing of a second version of the
program occur? - (correct answer) Implementation