πŸ”

SY0-701 β€” questions

Page 3 of 31 Β· 603 total questions.

Topic 1 Β· Question 41

A security team is reviewing the findings in a report that was delivered after a third party performed a penetration test. One of the findings indicated that a web application form field is vulnerable to cross-site scripting. Which of the following application security techniques should the security analyst recommend the developer implement to prevent this vulnerability?

  • ASecure cookies
  • BVersion control
  • CInput validation (correct answer)
  • DCode signing
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Input validation This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 42 Β· Select all that apply

Which of the following must be considered when designing a high-availability network? (Choose two).

  • AEase of recovery (correct answer)
  • BAbility to patch
  • CPhysical isolation
  • DResponsiveness (correct answer)
  • EAttack surface
  • FExtensible authentication
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: Ease of recovery Option D: Responsiveness

Topic 1 Β· Question 43

A technician needs to apply a high-priority patch to a production system. Which of the following steps should be taken first?

  • AAir gap the system.
  • BMove the system to a different network segment.
  • CCreate a change control request. (correct answer)
  • DApply the patch to the system.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Create a change control request.

Topic 1 Β· Question 44

Which of the following describes the reason root cause analysis should be conducted as part of incident response?

  • ATo gather IoCs for the investigation
  • BTo discover which systems have been affected
  • CTo eradicate any trace of malware on the network
  • DTo prevent future incidents of the same nature (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: To prevent future incidents of the same nature

Explanation

Network address translation maps addresses between networks and commonly lets private hosts share public connectivity.

Topic 1 Β· Question 45

Which of the following is the most likely outcome if a large bank fails an internal PCI DSS compliance assessment?

  • AFines
  • BAudit findings (correct answer)
  • CSanctions
  • DReputation damage
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Audit findings

Topic 1 Β· Question 46

A company is developing a business continuity strategy and needs to determine how many staff members would be required to sustain the business in the case of a disruption. Which of the following best describes this step?

  • ACapacity planning (correct answer)
  • BRedundancy
  • CGeographic dispersion
  • DTabletop exercise
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Capacity planning

Topic 1 Β· Question 47

A company’s legal department drafted sensitive documents in a SaaS application and wants to ensure the documents cannot be accessed by individuals in high-risk countries. Which of the following is the most effective way to limit this access?

  • AData masking
  • BEncryption
  • CGeolocation policy (correct answer)
  • DData sovereignty regulation
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Geolocation policy

Topic 1 Β· Question 48

Which of the following is a hardware-specific vulnerability?

  • AFirmware version (correct answer)
  • BBuffer overflow
  • CSQL injection
  • DCross-site scripting
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Firmware version

Topic 1 Β· Question 49

While troubleshooting a firewall configuration, a technician determines that a β€œdeny any” policy should be added to the bottom of the ACL. The technician updates the policy, but the new policy causes several company servers to become unreachable. Which of the following actions would prevent this issue?

  • ADocumenting the new policy in a change request and submitting the request to change management
  • BTesting the policy in a non-production environment before enabling the policy in the production network (correct answer)
  • CDisabling any intrusion prevention signatures on the β€œdeny any” policy prior to enabling the new policy
  • DIncluding an β€œallow any” policy above the β€œdeny any” policy
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Testing the policy in a non-production environment before enabling the policy in the production network

Topic 1 Β· Question 50

An organization is building a new backup data center with cost-benefit as the primary requirement and RTO and RPO values around two days. Which of the following types of sites is the best for this scenario?

  • AReal-time recovery
  • BHot
  • CCold
  • DWarm (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Warm

Topic 1 Β· Question 51

A company requires hard drives to be securely wiped before sending decommissioned systems to recycling. Which of the following best describes this policy?

  • AEnumeration
  • BSanitization (correct answer)
  • CDestruction
  • DInventory
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Sanitization This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 52

A systems administrator works for a local hospital and needs to ensure patient data is protected and secure. Which of the following data classifications should be used to secure patient data?

  • APrivate
  • BCritical
  • CSensitive (correct answer)
  • DPublic
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Sensitive This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 53

A U.S.-based cloud-hosting provider wants to expand its data centers to new international locations. Which of the following should the hosting provider consider first?

  • ALocal data protection regulations (correct answer)
  • BRisks from hackers residing in other countries
  • CImpacts to existing contractual obligations
  • DTime zone differences in log correlation
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Local data protection regulations

Topic 1 Β· Question 54

Which of the following would be the best way to block unknown programs from executing?

  • AAccess control list
  • BApplication allow list (correct answer)
  • CHost-based firewall
  • DDLP solution
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Application allow list

Topic 1 Β· Question 55

A company hired a consultant to perform an offensive security assessment covering penetration testing and social engineering. Which of the following teams will conduct this assessment activity?

  • AWhite
  • BPurple
  • CBlue
  • DRed (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Red This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 56

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?

  • ATesting input validation on the user input fields
  • BPerforming code signing on company-developed software (correct answer)
  • CPerforming static code analysis on the software
  • DEnsuring secure cookies are use
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Performing code signing on company-developed software

Topic 1 Β· Question 57

Which of the following can be used to identify potential attacker activities without affecting production servers?

  • AHoneypot (correct answer)
  • BVideo surveillance
  • CZero Trust
  • DGeofencing
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Honeypot

Topic 1 Β· Question 58

During an investigation, an incident response team attempts to understand the source of an incident. Which of the following incident response activities describes this process?

  • AAnalysis (correct answer)
  • BLessons learned
  • CDetection
  • DContainment
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Analysis

Topic 1 Β· Question 59

A security practitioner completes a vulnerability assessment on a company’s network and finds several vulnerabilities, which the operations team remediates. Which of the following should be done next?

  • AConduct an audit.
  • BInitiate a penetration test.
  • CRescan the network. (correct answer)
  • DSubmit a report.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Rescan the network. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 60

An administrator was notified that a user logged in remotely after hours and copied large amounts of data to a personal device. Which of the following best describes the user’s activity?

  • APenetration testing
  • BPhishing campaign
  • CExternal audit
  • DInsider threat (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Insider threat

Showing questions 41–60 of 603 Β· Page 3 of 31