πŸ”

SY0-701 β€” questions

Page 21 of 31 Β· 603 total questions.

Topic 1 Β· Question 406

During a SQL update of a database, a temporary field that was created was replaced by an attacker in order to allow access to the system. Which of the following best describes this type of vulnerability?

  • ARace condition (correct answer)
  • BMemory injection
  • CMalicious update
  • DSide loading
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Race condition

Topic 1 Β· Question 407

A group of developers has a shared backup account to access the source code repository. Which of the following is best way to secure the backup account if there is an SSO failure?

  • ARAS
  • BEAP
  • CSAML
  • DPAM (correct answer)
Reveal answer & explanation
Correct answer: D

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

Topic 1 Β· Question 408

Which of the following elements of digital forensics should a company use if it needs to ensure the integrity of evidence?

  • APreservation (correct answer)
  • BE-discovery
  • CAcquisition
  • DContainment
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Preservation

Topic 1 Β· Question 409

A company suffered a critical incident where 30GB of data was exfiltrated from the corporate network. Which of the following actions is the most efficient way to identify where the system data was exfiltrated from and what location the attacker sent the data to?

  • AAnalyze firewall and network logs for large amounts of outbound traffic to external IP addresses or domains. (correct answer)
  • BAnalyze IPS and IDS logs to find the IP addresses used by the attacker for reconnaissance scans.
  • CAnalyze endpoint and application logs to see whether file-sharing programs were running on the company systems.
  • DAnalyze external vulnerability scans and automated reports to identify the systems the attacker could have exploited a remote code vulnerability.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Analyze firewall and network logs for large amounts of outbound traffic to external IP addresses or domains.

Explanation

A firewall enforces traffic policy by permitting or blocking connections based on configured rules.

Topic 1 Β· Question 410

Which of the following describes the procedures a penetration tester must follow while conducting a test?

  • ARules of engagement (correct answer)
  • BRules of acceptance
  • CRules of understanding
  • DRules of execution
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Rules of engagement

Topic 1 Β· Question 411

A security analyst wants to better understand the behavior of users and devices in order to gain visibility into potential malicious activities. The analyst needs a control to detect when actions deviate from a common baseline. Which of the following should the analyst use?

  • AIntrusion prevention system
  • BSandbox
  • CEndpoint detection and response (correct answer)
  • DAntivirus
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Endpoint detection and response This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 412

A legal department must maintain a backup from all devices that have been shredded and recycled by a third party. Which of the following best describes this requirement?

  • AData retention (correct answer)
  • BCertification
  • CSanitization
  • DDestruction
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Data retention

Topic 1 Β· Question 413

Which of the following can be used to compromise a system that is running an RTOS?

  • ACross-site scripting
  • BMemory injection (correct answer)
  • CReplay attack
  • DRansomware
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Memory injection

Topic 1 Β· Question 414

Which of the following threat actors would most likely deface the website of a high-profile music group?

  • AUnskilled attacker (correct answer)
  • BOrganized crime
  • CNation-state
  • DInsider threat
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Unskilled attacker

Topic 1 Β· Question 415

A security architect wants to prevent employees from receiving malicious attachments by email. Which of the following functions should the chosen solution do?

  • AApply IP address reputation data.
  • BTap and monitor the email feed.
  • CScan email traffic inline. (correct answer)
  • DCheck SPF records.
Reveal answer & explanation
Correct answer: C

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

Topic 1 Β· Question 416

Which of the following activities is the first stage in the incident response process?

  • ADetection (correct answer)
  • BDeclaration
  • CContainment
  • DVerification
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Detection

Topic 1 Β· Question 417

Which of the following is the main consideration when a legacy system that is a critical part of a company's infrastructure cannot be replaced?

  • AResource provisioning
  • BCost
  • CSingle point of failure (correct answer)
  • DComplexity
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Single point of failure

Topic 1 Β· Question 418

Which of the following is a compensating control for providing user access to a high-risk website?

  • AEnabling threat prevention features on the firewall (correct answer)
  • BConfiguring a SIEM tool to capture all web traffic
  • CSetting firewall rules to allow traffic from any port to that destination
  • DBlocking that website on the endpoint protection software
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Enabling threat prevention features on the firewall

Explanation

A firewall enforces traffic policy by permitting or blocking connections based on configured rules.

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

An organization is implementing a COPE mobile device management policy. Which of the following should the organization include in the COPE policy? (Choose two.)

  • ARemote wiping of the device (correct answer)
  • BData encryption (correct answer)
  • CRequiring passwords with eight characters
  • DData usage caps
  • EEmployee data ownership
  • FPersonal application store access
Reveal answer & explanation
Correct answer: A, B

The correct answer is A, B. Option A: Remote wiping of the device Option B: Data encryption

Explanation

Encryption protects confidentiality by making data unreadable without the appropriate key.

Topic 1 Β· Question 420

A security administrator observed the following in a web server log while investigating an incident: "GET ../../../../etc/passwd" Which of the following attacks did the security administrator most likely see?

  • APrivilege escalation
  • BCredential replay
  • CBrute force
  • DDirectory traversal (correct answer)
Reveal answer & explanation
Correct answer: D

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

Topic 1 Β· Question 421

An organization wants a third-party vendor to do a penetration test that targets a specific device. The organization has provided basic information about the device. Which of the following best describes this kind of penetration test?

  • APartially known environment (correct answer)
  • BUnknown environment
  • CIntegrated
  • DKnown environment
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Partially known environment

Topic 1 Β· Question 422

Which of the following should a security team do first before a new web server goes live?

  • AHarden the virtual host. (correct answer)
  • BCreate WAF rules.
  • CEnable network intrusion detection.
  • DApply patch management.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Harden the virtual host. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 423

Which of the following techniques can be used to sanitize the data contained on a hard drive while allowing for the hard drive to be repurposed?

  • ADegaussing
  • BDrive shredder
  • CRetention platform
  • DWipe tool (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Wipe tool

Topic 1 Β· Question 424

An attacker submits a request containing unexpected characters in an attempt to gain unauthorized access to information within the underlying systems. Which of the following best describes this attack?

  • ASide loading
  • BTarget of evaluation
  • CResource reuse
  • DSQL injection (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: SQL injection

Explanation

SQL injection manipulates database queries through untrusted input and is mitigated with parameterized statements.

Topic 1 Β· Question 425

A security analyst has determined that a security breach would have a financial impact of $15,000 and is expected to occur twice within a three-year period. Which of the following is the ALE for this risk?

  • A$7,500
  • B$10,000 (correct answer)
  • C$15,000
  • D$30,000
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: $10,000 This option keeps traffic private / properly secured as required.

Showing questions 401–420 of 603 Β· Page 21 of 31