πŸ”

SY0-701 β€” questions

Page 17 of 31 Β· 603 total questions.

Topic 1 Β· Question 326

An administrator wants to perform a risk assessment without using proprietary company information. Which of the following methods should the administrator use to gather information?

  • ANetwork scanning
  • BPenetration testing
  • COpen-source intelligence (correct answer)
  • DConfiguration auditing
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Open-source intelligence

Topic 1 Β· Question 327

A systems administrator is concerned about vulnerabilities within cloud computing instances. Which of the following is most important for the administrator to consider when architecting a cloud computing environment?

  • ASQL injection
  • BTOC/TOU
  • CVM escape (correct answer)
  • DTokenization
  • EPassword spraying
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: VM escape

Topic 1 Β· Question 328

A database administrator is updating the company’s SQL database, which stores credit card information for pending purchases. Which of the following is the best method to secure the data against a potential breach?

  • AHashing
  • BObfuscation
  • CTokenization (correct answer)
  • DMasking
Reveal answer & explanation
Correct answer: C

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

Topic 1 Β· Question 329

Which of the following is a benefit of vendor diversity?

  • APatch availability
  • BZero-day resiliency (correct answer)
  • CSecure configuration guide applicability
  • DLoad balancing
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Zero-day resiliency

Topic 1 Β· Question 330

An employee used a company’s billing system to issue fraudulent checks. The administrator is looking for evidence of other occurrences of this activity. Which of the following should the administrator examine?

  • AApplication logs (correct answer)
  • BVulnerability scanner logs
  • CIDS/IPS logs
  • DFirewall logs
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Application logs

Topic 1 Β· Question 331

An organization is looking to optimize its environment and reduce the number of patches necessary for operating systems. Which of the following will best help to achieve this objective?

  • AMicroservices
  • BVirtualization
  • CReal-time operating system
  • DContainers (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Containers

Explanation

A container packages an application and dependencies while sharing the host kernel for lightweight isolation.

Topic 1 Β· Question 332

Which of the following tasks is typically included in the BIA process?

  • AEstimating the recovery time of systems (correct answer)
  • BIdentifying the communication strategy
  • CEvaluating the risk management plan
  • DEstablishing the backup and recovery procedures
  • EDeveloping the incident response plan
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Estimating the recovery time of systems

Topic 1 Β· Question 333

Which of the following is a risk of conducting a vulnerability assessment?

  • AA disruption of business operations (correct answer)
  • BUnauthorized access to the system
  • CReports of false positives
  • DFinding security gaps in the system
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: A disruption of business operations

Topic 1 Β· Question 334

Which of the following techniques would attract the attention of a malicious attacker in an insider threat scenario?

  • ACreating a false text file in /docs/salaries (correct answer)
  • BSetting weak passwords in /etc/shadow
  • CScheduling vulnerable jobs in /etc/crontab
  • DAdding a fake account to /etc/passwd
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Creating a false text file in /docs/salaries

Topic 1 Β· Question 335

An organization maintains intellectual property that it wants to protect. Which of the following concepts would be most beneficial to add to the company’s security awareness training program?

  • AInsider threat detection (correct answer)
  • BSimulated threats
  • CPhishing awareness
  • DBusiness continuity planning
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Insider threat detection This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 336

An organization plans to expand its operations internationally and needs to keep data at the new location secure. The organization wants to use the most secure architecture model possible. Which of the following models offers the highest level of security?

  • ACloud-based
  • BPeer-to-peer
  • COn-premises (correct answer)
  • DHybrid
Reveal answer & explanation
Correct answer: C

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

Topic 1 Β· Question 337

Which of the following is the most relevant reason a DPO would develop a data inventory?

  • ATo manage data storage requirements better
  • BTo determine the impact in the event of a breach (correct answer)
  • CTo extend the length of time data can be retained
  • DTo automate the reduction of duplicated data
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: To determine the impact in the event of a breach

Topic 1 Β· Question 338

Which of the following cryptographic solutions protects data at rest?

  • ADigital signatures
  • BFull disk encryption (correct answer)
  • CPrivate key
  • DSteganography
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Full disk encryption

Explanation

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

Topic 1 Β· Question 339

Which of the following should an organization use to protect its environment from external attacks conducted by an unauthorized hacker?

  • AACL
  • BIDS
  • CHIDS
  • DNIPS (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: NIPS

Explanation

An intrusion prevention system detects and actively blocks malicious traffic inline.

Topic 1 Β· Question 340

Which of the following would enable a data center to remain operational through a multiday power outage?

  • AGenerator (correct answer)
  • BUninterruptible power supply
  • CReplication
  • DParallel processing
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Generator

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

A company installed cameras and added signs to alert visitors that they are being recorded. Which of the following controls did the company implement? (Choose two.)

  • ADirective
  • BDeterrent (correct answer)
  • CPreventive
  • DDetective (correct answer)
  • ECorrective
  • FTechnical
Reveal answer & explanation
Correct answer: B, D

The correct answer is B, D. Option B: Deterrent Option D: Detective

Topic 1 Β· Question 342

Which of the following is the best way to securely store an encryption key for a data set in a manner that allows multiple entities to access the key when needed?

  • APublic key infrastructure
  • BOpen public ledger
  • CPublic key encryption
  • DKey escrow (correct answer)
Reveal answer & explanation
Correct answer: D

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

Topic 1 Β· Question 343

For which of the following reasons would a systems administrator leverage a 3DES hash from an installer file that is posted on a vendor’s website?

  • ATo test the integrity of the file (correct answer)
  • BTo validate the authenticity of the file
  • CTo activate the license for the file
  • DTo calculate the checksum of the file
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: To test the integrity of the file

Topic 1 Β· Question 344

A company is redesigning its infrastructure and wants to reduce the number of physical servers in use. Which of the following architectures is best suited for this goal?

  • AIsolation
  • BSegmentation
  • CVirtualization (correct answer)
  • DRedundancy
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Virtualization

Topic 1 Β· Question 345

Which of the following security concepts is being followed when implementing a product that offers protection against DDoS attacks?

  • AAvailability (correct answer)
  • BNon-repudiation
  • CIntegrity
  • DConfidentiality
Reveal answer & explanation
Correct answer: A

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

Showing questions 321–340 of 603 Β· Page 17 of 31