WGU-C706 Secure Software Design (Pre-
Assessment) | Actual Exam Questions
And Verified Answers
Which due diligence activity for supply chain security should occur in the initiation
phase of the software acquisition life cycle? - correct-answer -Developing a
request for proposal (RFP) that includes supply chain security risk management
Which due diligence activity for supply chain security investigates the means by
which data sets are shared and assessed? - correct-answer -A document exchange
and review
Identification of the entity making the access request
Verification that the request has not changed since its initiation
Application of the appropriate authorization procedures
Reexamination of previously authorized requests by the same entity
Which security design analysis is being described? - correct-answer -Complete
mediation
,2|Page
Which software security principle guards against the improper modification or
destruction of information and ensures the nonrepudiation and authenticity of
information? - correct-answer -Integrity
What type of functional security requirement involves receiving, processing,
storing, transmitting, and delivering in report form? - correct-answer -Primary
dataflow
Which nonfunctional security requirement provides a way to capture information
correctly and a way to store that information to help support later audits? -
correct-answer -Logging
Which security concept refers to the quality of information that could cause harm
or damage if disclosed? - correct-answer -Sensitivity
A company is developing a new software application that requires users to log in
using a username and password. The company needs to implement a security
control that is effective at preventing spoofing during the log-in process.
Which security control is effective at preventing this threat action? - correct-
answer -Authentication
, 3|Page
A company is developing a new database application. The company needs to
implement a security control that is effective at preventing tampering.
Which security control is effective at preventing this threat action? - correct-
answer -Integrity
A bank is developing a new checking account application for customers and needs
to implement a security control that is effective at preventing an elevation of
privilege attack.
Which security control is effective at preventing this threat action? - correct-
answer -Authorization
A database has a table called "orders_table" which has columns:
order_no,
last_name,
first_name,
ship_city,
credit_card
A hacker wants to perform the following SQL injection code to attack this table.