ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 463 - SY0-601 discussion

Report
Export

A software development manager wants to ensure the authenticity of the code created by the company. Which of the following options is the most appropriate?

A.
Testing input validation on the user input fields
Answers
A.
Testing input validation on the user input fields
B.
Performing code signing on company-developed software
Answers
B.
Performing code signing on company-developed software
C.
Performing static code analysis on the software
Answers
C.
Performing static code analysis on the software
D.
Ensuring secure cookies are used
Answers
D.
Ensuring secure cookies are used
Suggested answer: B

Explanation:

Code signing is a cryptographic process that allows software developers to digitally sign their code.

This ensures that the code has not been tampered with since it was signed and that it came from a trusted source.

Testing input validation on the user input fields is important for preventing malicious code from being entered into a system. However, it does not address the authenticity of the code itself.

Performing static code analysis on the software can help to identify security vulnerabilities. However, it cannot guarantee that the code has not been tampered with.

Ensuring secure cookies are used is important for preventing unauthorized access to user data.

However, it does not address the authenticity of the code itself.

Therefore, the most appropriate option to ensure the authenticity of the code created by the company is to perform code signing on the software.

Here are some additional benefits of code signing:

It can help to prevent malware from being installed on users' computers.

It can help to protect intellectual property.

It can help to improve user trust.

asked 02/10/2024
Donna Brown
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first