exam questions

Exam SY0-601 All Questions

View all questions & answers for the SY0-601 exam

Exam SY0-601 topic 1 question 543 discussion

Actual exam question from CompTIA's SY0-601
Question #: 543
Topic #: 1
[All SY0-601 Questions]

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
  • B. Performing code signing on company-developed software
  • C. Performing static code analysis on the software
  • D. Ensuring secure cookies are used
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ApplebeesWaiter1122
Highly Voted 1 year, 11 months ago
Selected Answer: B
Code signing is a cryptographic process where a digital signature is applied to software to verify its authenticity and integrity. When the software is signed, it provides a way for users or systems to confirm that the code has not been tampered with since it was signed by the trusted entity (in this case, the company). This helps prevent unauthorized modifications and ensures that the code being executed is from a legitimate source. Performing code signing is an essential practice in software development, particularly for software that will be distributed or downloaded by end-users. It helps build trust with users and ensures they can verify that the software they are running is from a trusted source and has not been altered by malicious actors.
upvoted 9 times
...
Malkhofash
Most Recent 1 year, 6 months ago
Selected Answer: B
Ensure the integrity by sign the code.
upvoted 1 times
...
sujon_london
1 year, 9 months ago
Selected Answer: B
Agrees with ApplebeesWaiter: B The other options are not as effective in ensuring the authenticity of code. Testing input validation on the user input fields can help to prevent malicious code from being injected into a system, but it does not guarantee that the code itself is authentic. Performing static code analysis can help to identify security vulnerabilities in code, but it cannot guarantee that the code has not been tampered with. Ensuring secure cookies are used can help to protect against session hijacking attacks, but it does not address the authenticity of the code itself.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...