DESIGN
EXAM WITH VERIFIED QUESTIONS AND ANSWERS LATEST
UPDATED
Which type of TCP scanning indicates that a system is moving to the second phase in a
three-way TCP handshake?
A TCP SYN scanning
B TCP ACK scanning
C TCP XMAS scanning
D TCP Connect scanning - A
Which evaluation technique provides invalid, unexpected, or random data to the inputs
of a computer software program?
A Fuzz testing
B Static analysis
C Dynamic analysis
D Regression testing - A
Which security principle should be applied?
A Fail safe
B Open design
C Defense in depth
D Complete mediation - B
Which approach provides an opportunity to improve the software development life cycle
by tailoring the process to the specific risks facing the organization?
A Agile methodology
B Waterfall methodology
C Building security in maturity model (BSIMM)
D Software assurance maturity model (SAMM) - D
,Which phase contains sophisticated software development processes that ensure that
feedback from one phase reaches to the previous phase to improve future results?
A Initial
B Managed
C Optimizing
D Repeatable - C
The activities for compliance include ensuring collected information is only used for
intended purposes, information is timely and accurate, and the public is aware of the
information collected and how it is used.
Which well-accepted secure development standard is addressed by these activities?
A PIA
B PA-DSS
C PCI-DSS
D PTS-DSS - A
An organization is in the process of building an application for its banking software.
Which security coding practice must the organization follow?
A Run a data analysis
B Conduct data validation
C Validate the data source
D Align business goals - B
What is included in a typical job description of a software security champion (SSC)?
A Identify software update source and sink
B Review code to identify skill-related bugs
C Develop and manage the after-SDLC stage
D Consider all possible paths of attack or exploits - D
Which role is a training champion of software security, an advocate for the overall SDL
process, and a proponent for promulgating and enforcing the overall software product
security program?
A Software security user (SSU)
B Software security architect (SSA)
C Software security evangelist (SSE)
,D Software security stakeholder (SSS) - C
Which role requires the technical capability to be trained as a software security architect
who then assists the centralized software security group with architecture security
analysis and threat modeling?
A Software champion
B Software evangelist
C Junior software developer
D Senior software programmer - A
An application development team is designing and building an application that
interfaces with a back-end database.
Which activity should be included when constructing a threat model for the application?
A Designate one or more primary keys for each database table in the database
B Decompose the application to understand how it interacts with external entities
C Review the relationships among the attributes to be included in the database tables D
Create a set of performance metrics to assess the functionality of the developed
application - B
What is the third step for constructing a threat model for identifying a spoofing threat?
A Decompose threats
B Identify threats
C Identify vulnerabilities
D Survey the application - A
What is a step for constructing a threat model for a project when using practical risk
analysis?
A Align your business goals
B Apply engineering methods
C Estimate probability of project time
D Make a list of what you are trying to protect - D
Which due diligence activity for supply chain security should occur in the initiation phase
of the software acquisition life cycle?
A Developing a request for proposal (RFP) that includes supply chain security risk
management
B Lessening the risk of disseminating information during disposal
, C Facilitating knowledge transfer between suppliers
D Mitigating supply chain security risk by providing user guidance - A
Which due diligence activity for supply chain security investigates the means by which
data sets are shared and assessed?
A on-site assessment
B process policy review
C third-party assessment
D document exchange and review - D
Consider these characteristics:
-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?
A Open design
B Complete mediation
C Economy of mechanism
D Least common mechanism - B
Which software security principle guards against the improper modification or
destruction of information and ensures the nonrepudiation and authenticity of
information?
A Quality
B Integrity
C Availability
D Confidentiality - B
What type of functional security requirement involves receiving, processing, storing,
transmitting, and delivering in report form?
A Logging
B Error handling
C Primary dataflow
D Access control flow - C