SOFTWARE DESIGN
EXAM UPDATED
QUESTIONS WITH
ck
DETAILED ANSWERS
lo
A+ GRADED
yc
ud
st
,What are the two common best principles of
software applications in the development
process? Choose 2 answers.
Quality code
Secure code
ck
Information security
Integrity
Availability
Quality code lo
yc
Secure code
"Quality code" is correct. Quality code is
ud
efficient code that is easy to maintain and
reusable.
"Secure code" is correct. Secure code
st
authorizes and authenticates every user
transaction, logs the transaction, and
denies all unauthorized requisitions.
,What ensures that the user has the
appropriate role and privilege to view data?
Authentication
Multi-factor authentication
Encryption
ck
Information security
Authorization
Authorization
lo
yc
Authorization ensures a user's information
and credentials are approved by the
system.
ud
Which security goal is defined by "guarding
st
against improper information modification or
destruction and ensuring information
non-repudiation and authenticity"?
Integrity
, Quality
Availability
Reliability
Integrity
The data must remain unchanged by
ck
unauthorized users and remain reliable
from the data entry point to the database
and back.
lo
yc
Which phase in an SDLC helps to define
the problem and scope of any existing
ud
systems and determine the objectives of
new systems?
Requirements
st
Design
Planning
Testing
Planning