You have been asked to provide recommendations on the breakout of tasks for the development of a new product. Management thinks that by assigning areas of work appropriately the overall security of the product will be increased because staff will focus on their areas of expertise. You have been given a list of the groups and tasks. You must select the best assignments for each group. Groups: •
Networks • Development • Project Management • Security • Systems Engineering • Testing Tasks: • Decomposing requirements • Secure coding standards • Code stability • Functional validation • Stakeholder engagement • Secure transport Which task should you assign to the Networks group?
A. Functional validation
B. Secure transport
C. Code stability
D. Decomposing requirements
B
Explanation: You should assign secure transport to the Networks group.
You should assign functional validation to the Testing group. You should assign code stability to the Development group. You should assign decomposing requirements to the Systems Engineering group.
You might also like to view...
Computers perform four basic operations - input, process, output, and communication.
Answer the following statement true (T) or false (F)
The conversion control sequence ____ would cause an integer number to both display its sign and be left-justified in a field width of 10 spaces.
A. %-+10d B. %-10d C. %+10d D. %*10d
A technician working in the datacenter has finished racking a new 4U server into a new rack. Which of the following should the technician do to allow for hot/cold aisle containment?
A. Close the perforated floor tile in front of the new rack. B. Reset the rack temperature and humidity control. C. Install blanking panels in the rack. D. Lower the temperature of the data center HVAC.
The purpose of an interface is to:
a) provide similar objects with the same functionality, even though each will implement the functionality differently b) provide different types of objects with the comparable functionality, even though each will implement the functionality differently c) provide default implementations of methods and properties d) None of the above.