Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Document preview thumbnail
Vista previa 4 fuera de 241 páginas
Examen

WGU D487 SECURE SOFTWARE DESIGN COMPREHENSIVE COMPLETE DETAILED SET QUESTIONS AND CORRECT ANSWERS EXAM 2026

Document preview thumbnail
Vista previa 4 fuera de 241 páginas

WGU D487 SECURE SOFTWARE DESIGN COMPREHENSIVE COMPLETE DETAILED SET QUESTIONS AND CORRECT ANSWERS EXAM 2026 What is the study of real-world software security initiatives organized so companies can measure their initiatives and understand how to evolve them over time? A) Building Security in Maturity Model (BSIMM) B) Security features and design C) OWASP Software Assurance Maturity Model (SAMM) D) ISO 27001 A) Building Security in Maturity Model (BSIMM) What is the analysis of computer software that is performed without executing programs? A) Static analysis B) Fuzzing C) Dynamic analysis D) OWASP ZAP A) Static analysis What iso standard is the benchmark for information security today? A) iso/iec 27001 B) iso/iec 7799 C) iso/iec 27034 D) iso 8601 A) iso 27001 what is the analysis of computer software that is performed by executing programs on a real or virtual processor in real time? A) dynamic analysis B) static analysis C) fuzzing D) security testing A) dynamic analysis which person is responsible for designing, planning, and implementing secure coding practices and security testing methodologies? WGU D487 WGU D487 A) software security architect B) product security developer C) software security champion D) software tester A) software security architect A company is preparing to add a new feature to its flagship software product. The new feature is similar to features that have been added in previous years, and the requirements are well-documented. The project is expected to last three to four months, at which time the new feature will be released to customers. Project team members will focus solely on the new feature until the project ends. Which software development methodology is being used? A) Waterfall B) Agile C) Scrum D) Extreme programming A) Waterfall A new product will require an administration section for a small number of users. Normal users will be able to view limited customer information and should not see admin functionality within the application. Which concept is being used? A) Principle of least privilege B) Privacy C) Software security champion D) Elevation of privilege A) Principle of least privilege The software security team is currently working to identify approaches for input validation, authentication, authorization, and configuration management of a new software product so they can deliver a security profile. Which threat modeling step is being described? A) Analyzing the target B) Drawing data flow diagram C) Rating threats D) Identifying and documenting threats A) Analyzing the target The scrum team is attending their morning meeting, which is scheduled at the beginning of the work day. Each team member reports what they accomplished yesterday, what they plan to accomplish today, and if they have any impediments that may cause them to miss their delivery deadline. Which scrum ceremony is the team participating in? WGU D487 WGU D487 A) Daily scrum B) Sprint review C) Sprint retrospective D) Sprint planning A) Daily scrum what is a list of information security vulnerabilities that aims to provide names for publicly known problems? A) common computer vulnerabilities and exposures (CVE) B) SANS institute top cyber security risks C) bugtraq D) Carnegie melon computer emergency readiness team (CERT) A) common computer vulnerabilities and exposures (CVE) which secure coding best practice uses well-tested, publicly available algorithms to hide product data from unauthorized access? A) access control B) authentication and password management C) cryptographic practices D) data protection C) cryptographic practices which secure coding best practice ensures servers, frameworks, and system components are all running the latest approved versions? A) file management B) input validation C) database security D) system configuration D) system configuration Which secure coding best practice says to use parameterized queries, encrypted connection strings stored in separate configuration files, and strong passwords or multi factor authentication? A) access control B) database security C) file management D) session management B) database security which secure coding best practice says that all information passed to other systems should be encrypted? A) output encoding B) memory management C) communication security D) database security C) communication security WGU D487 WGU D487 Team members are being introduced during sprint zero in the project kickoff meeting. The person being introduced is a member of the scrum team, responsible for writing feature logic and attending sprint ceremonies. Which role is the team member playing? A) Software developer B) Product owner C) Scrum master D) Quality assurance analyst A) Software developer A software security team member has created data flow diagrams, chosen the STRIDE methodology to perform threat reviews, and created the security assessment for the new product. Which category of secure software best practices did the team member perform? A) Architecture analysis B) Training C) Penetration testing D) Code review A) Architecture analysis A company is preparing to add a new feature to its flagship software product. The new feature is similar to features that have been added in previous years, and the requirements are well-documented. The project is expected to last three to four months, at which time the new feature will be released to customers. Project team members will focus solely on the new feature until the project ends. Which software development methodology is being used? A) Agile B) Waterfall C) Scrum D) Extreme programming B) Waterfall A new product will require an administration section for a small number of users. Normal users will be able to view limited customer information and should not see admin functionality within the application. Which concept is being used? A) privacy B) POLP C) software security champion D) elevation of privilege B) POLP The software security team is currently working to identify approaches for input validation, authentication, authorization, and configuration management of a new WGU D487 WGU D487 software product so they can deliver a security profile. Which threat modeling step is being described? A) Rating threats B) Identifying and documenting threats C) analyzing the target D) drawing data flow diagram C) analyzing the target The scrum team is attending their morning meeting, which is scheduled at the beginning of the work day. Each team member reports what they accomplished yesterday, what they plan to accomplish today, and if they have any impediments that may cause them to miss their delivery deadline. Which scrum ceremony is the team participating in? A) Daily scrum B) Sprint review C) Sprint retrospective D) Sprint planning A) Daily scrum Team members are being introduced during sprint zero in the project kickoff meeting. The person being introduced is a member of the scrum team, responsible for writing feature logic and attending sprint ceremonies. Which role is the team member playing? A) scrum master B) quality assurance analyst C) software developer D) product owner C) software developer A software security team member has created data flow diagrams, chosen the STRIDE methodology to perform threat reviews, and created the security assessment for the new product. Which category of secure software best practices did the team member perform? A) training B) pen testing C) code review D) architecture analysis D) architecture analysis Team members are being introduced during sprint zero in the project kickoff meeting. The person being introduced will be a facilitator, will try to remove roadblocks and ensure the team is communicating freely, and will be responsible for facilitating all scrum ceremonies. Which role is the team member playing? A) product owner WGU D487 WGU D487 B) software developer C) scrum master D) quality assurance analyst C) scrum master The new product standards state that all traffic must be secure and encrypted. What is the name for this secure coding practice? A) communication security B) system configuration C) session management D) access control A) communication security Which DREAD category is based on how easily a threat exploit can be repeated? A) reproducibility B) discoverability C) exploitability D) affected users A) reproducibility Which mitigation technique can be used to fight against a data tampering threat? A) Throttling B) Run with least privilege C) Audit trails D) digital signatures D) digital signatures What is a countermeasure to the web application security frame (ASF) configuration management threat category? A) Service accounts have no administration capabilities. B) Sessions expire at logout. C) Output encoding is used. D) Access to log files is restricted. A) Service accounts have no administration capabilities. Which type of requirement specifies that file formats the application sends to financial institutions must be certified every four years? A) Non-functional requirement B) Operational requirement C) Compliance requirement D) Functional requirement C) Compliance requirement Which type of requirement specifies that credit card numbers displayed in the application will be masked so they only show the last four digits? A) Operational requirement WGU D487 WGU D487 B) Privacy requirement C) Data classification requirement D) Non-functional requirement B) Privacy requirement Which type of requirement specifies that user passwords will require a minimum of 8 characters and must include at least one uppercase character, one number, and one special character? A) Privacy requirement B) Data classification requirement C) Security requirement D) Functional requirement C) Security requirement Which type of requirement specifies that credit card numbers are designated as highly sensitive confidential personal information? A) Security requirement B) Data classification requirement C) Privacy requirement D) Compliance requirement B) Data classification requirement Which privacy impact statement requirement type defines how personal information is protected on devices used by more than a single associate? A) Data integrity requirements B) Access requirements C) Privacy control requirements D) Education of stakeholder's requirements C) Privacy control requirements In which step of the PASTA threat modeling methodology does design flaw analysis take place? A) Vulnerability and weakness analysis B) Application decomposition C) Attack modeling D) Risk and impact analysis A) Vulnerability and weakness analysis Which privacy impact statement requirement type defines who has access to personal information within the product? A) Access requirements B) Data integrity requirements C) Personal information retention requirements D) Additional software interaction requirements A) Access requirements

Vista previa del contenido

WGU D487



WGU D487 SECURE SOFTWARE DESIGN
COMPREHENSIVE COMPLETE DETAILED
SET QUESTIONS AND CORRECT ANSWERS
EXAM 2026

What is the study of real-world software security initiatives organized so companies can
measure their initiatives and understand how to evolve them over time?

A) Building Security in Maturity Model (BSIMM)
B) Security features and design
C) OWASP Software Assurance Maturity Model (SAMM)
D) ISO 27001
A) Building Security in Maturity Model (BSIMM)
What is the analysis of computer software that is performed without executing
programs?

A) Static analysis
B) Fuzzing
C) Dynamic analysis
D) OWASP ZAP
A) Static analysis
What iso standard is the benchmark for information security today?

A) iso/iec 27001
B) iso/iec 7799
C) iso/iec 27034
D) iso 8601
A) iso 27001
what is the analysis of computer software that is performed by executing programs on a
real or virtual processor in real time?

A) dynamic analysis
B) static analysis
C) fuzzing
D) security testing
A) dynamic analysis
which person is responsible for designing, planning, and implementing secure coding
practices and security testing methodologies?



WGU D487

,WGU D487


A) software security architect
B) product security developer
C) software security champion
D) software tester
A) software security architect
A company is preparing to add a new feature to its flagship software product. The new
feature is similar to features that have been added in previous years, and the
requirements are well-documented. The project is expected to last three to four months,
at which time the new feature will be released to customers. Project team members will
focus solely on the new feature until the project ends.
Which software development methodology is being used?

A) Waterfall
B) Agile
C) Scrum
D) Extreme programming
A) Waterfall
A new product will require an administration section for a small number of users. Normal
users will be able to view limited customer information and should not see admin
functionality within the application.

Which concept is being used?

A) Principle of least privilege
B) Privacy
C) Software security champion
D) Elevation of privilege
A) Principle of least privilege
The software security team is currently working to identify approaches for input
validation, authentication, authorization, and configuration management of a new
software product so they can deliver a security profile.

Which threat modeling step is being described?

A) Analyzing the target
B) Drawing data flow diagram
C) Rating threats
D) Identifying and documenting threats
A) Analyzing the target
The scrum team is attending their morning meeting, which is scheduled at the beginning
of the work day. Each team member reports what they accomplished yesterday, what
they plan to accomplish today, and if they have any impediments that may cause them
to miss their delivery deadline.

Which scrum ceremony is the team participating in?



WGU D487

,WGU D487


A) Daily scrum
B) Sprint review
C) Sprint retrospective
D) Sprint planning
A) Daily scrum
what is a list of information security vulnerabilities that aims to provide names for
publicly known problems?

A) common computer vulnerabilities and exposures (CVE)
B) SANS institute top cyber security risks
C) bugtraq
D) Carnegie melon computer emergency readiness team (CERT)
A) common computer vulnerabilities and exposures (CVE)
which secure coding best practice uses well-tested, publicly available algorithms to hide
product data from unauthorized access?

A) access control
B) authentication and password management
C) cryptographic practices
D) data protection
C) cryptographic practices
which secure coding best practice ensures servers, frameworks, and system
components are all running the latest approved versions?

A) file management
B) input validation
C) database security
D) system configuration
D) system configuration
Which secure coding best practice says to use parameterized queries, encrypted
connection strings stored in separate configuration files, and strong passwords or multi-
factor authentication?

A) access control
B) database security
C) file management
D) session management
B) database security
which secure coding best practice says that all information passed to other systems
should be encrypted?

A) output encoding
B) memory management
C) communication security
D) database security
C) communication security

WGU D487

, WGU D487


Team members are being introduced during sprint zero in the project kickoff meeting.
The person being introduced is a member of the scrum team, responsible for writing
feature logic and attending sprint ceremonies.

Which role is the team member playing?


A) Software developer
B) Product owner
C) Scrum master
D) Quality assurance analyst
A) Software developer
A software security team member has created data flow diagrams, chosen the STRIDE
methodology to perform threat reviews, and created the security assessment for the
new product.

Which category of secure software best practices did the team member perform?

A) Architecture analysis
B) Training
C) Penetration testing
D) Code review
A) Architecture analysis
A company is preparing to add a new feature to its flagship software product. The new
feature is similar to features that have been added in previous years, and the
requirements are well-documented. The project is expected to last three to four months,
at which time the new feature will be released to customers. Project team members will
focus solely on the new feature until the project ends. Which software development
methodology is being used?

A) Agile
B) Waterfall
C) Scrum
D) Extreme programming
B) Waterfall
A new product will require an administration section for a small number of users. Normal
users will be able to view limited customer information and should not see admin
functionality within the application. Which concept is being used?

A) privacy
B) POLP
C) software security champion
D) elevation of privilege
B) POLP
The software security team is currently working to identify approaches for input
validation, authentication, authorization, and configuration management of a new

WGU D487

Información del documento

Subido en
12 de enero de 2026
Número de páginas
241
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas
$43.99

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
AlexScorer
2.5
(2)
Vendido
11
Seguidores
0
Artículos
1800
Última venta
2 semanas hace



Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes