In-Class Quizzes

Description

Quizes about CASP examS
Mohamed Fnayou
Quiz by Mohamed Fnayou, updated more than 1 year ago
Mohamed Fnayou
Created by Mohamed Fnayou over 7 years ago
80
1

Resource summary

Question 1

Question
You are moving to a new location and have been asked to assess the security additions required in the new location. Which of the following concerns could be addressed with a mantrap?
Answer
  • need to log all visitors
  • prevention of tailgating
  • dim lighting in the parking lot
  • contractors connecting to open ports

Question 2

Question
You work for a cable company that utilizes VLANs in its internal network and provides customers with connections between locations. If the company were to offer MPLS, what additional service would the company be able to offer customers that it currently cannot offer?
Answer
  • metro Ethernet
  • establishment of VLANs between sites
  • cable TV and Internet service
  • transport encryption

Question 3

Question
What port number does HTTPS use?
Answer
  • 80
  • 23
  • 443
  • 69

Question 4

Question
Network access control (NAC) is a service that goes beyond authentication of the user and includes an examination of the state of the computer?
Answer
  • True
  • False

Question 5

Question
RAID 3 requires at least three drives, writes the data across all drives, and then writes parity information across all drives as well, so there is no single point of failure?
Answer
  • True
  • False

Question 6

Question
Your company, a healthcare provider, is considering outsourcing its messaging system to a managed service provider. The proposal presented makes no mention of a DLP functionality. If this is not present, which of the following are you in danger of experiencing?
Answer
  • poor messaging performance Correct!
  • loss of PII
  • open email relay
  • unauthenticated sessions

Question 7

Question
Your organization recently deployed a standard operating system image to all desktop systems and is now scanning the computers weekly against a security baseline. Which of the following cannot be learned by scanning against the baseline?
Answer
  • whether security settings have been changed
  • whether user data has been deleted
  • whether security policies have been disabled
  • whether antimalware software has been removed

Question 8

Question
Input validation is a technique used to prevent which of the following application attacks?
Answer
  • A. memory leaks
  • B. privilege escalation
  • C. improper error handling
  • D. SQL injection

Question 9

Question
One of the disadvantages when using sandboxing is the incompatibility issues with the many different types of applications and other utilities?
Answer
  • True
  • False

Question 10

Question
Bluesnarfing is when an unsolicited message is sent to a Bluetooth-enabled device, often for the purpose of adding a business card to the victim’s contact list?
Answer
  • True
  • False

Question 11

Question
The following code is an example of what type of attack? #include char *code = "AAAABBBBCCCCDDD"; //including the character '\0' size = 16 bytes void main() {char buf[8]; strcpy(buf, code); }
Answer
  • SQL injection
  • buffer overflow
  • cross-site scripting
  • integer overflow

Question 12

Question
In the following raw HTTP request, which part is problematic? GET /disp_reports.php?SectionEntered=57&GroupEntered=- 1&report_type=alerts&to_date=01- 01-0101&Run= Run&UserEntered=dsmith&SessionID=5f04189bc&from_date=31-10- 2010&TypesEntered=1 HTTP/1.1 Host: test.example.net Accept: */* Accept-Language: en Connection: close Cookie: java14=1; java15=1; java16=1; js=1292192278001;
Answer
  • A. Host: test.example.net
  • B. Connection: close
  • C. Run&UserEntered=dsmith&SessionID=5f04189
  • D. Accept: */*

Question 13

Question
You have been asked to improve the quality of the code produced by the software development team, so you are creating a secure coding standard document. Which of the following is NOT a topic that should be covered in the document?
Answer
  • A. error handling
  • B. input validation
  • C. memory use and reuse
  • D. performance metrics

Question 14

Question
The WASC is the organization that maintains a list of top 10 attacks on an ongoing basis?
Answer
  • True
  • False

Question 15

Question
Fuzzing is used for testing how an application reacts when injecting invalid or unexpected inputs?
Answer
  • True
  • False

Question 16

Question
Companies A and B are merging, with the security administrator for Company A becoming head of IT. In which of the following scenarios would the first step be to perform a vulnerability assessment of Company B’s network?
Answer
  • A. The two networks must be joined.
  • B. An application used by Company B must be integrated by Company A.
  • C. The two networks have overlapping IP address ranges.
  • D. An attack is under way in Company A’s network.

Question 17

Question
Company E has a contract with a smaller company. The smaller company provides security at a high-security location. Company E discovers that the smaller company has subcontracted some of the functions. What is the minimum step that Company E must take in reaction to this situation? A. Do nothing. It is shielded from liability. B. Execute a new contract that includes the subcontractor. C. Require the security contractor to execute a service agreement with the subcontractor. D. Fire the security consulting company.
Answer
  • A
  • B
  • C
  • D

Question 18

Question
Which of the following refers to responsibilities that an organization has due to partnerships with other organizations and customers? A. Due process B. Downstream liability C. Due diligence D. Indirect costs
Answer
  • A
  • B
  • C
  • D

Question 19

Question
Generally speaking, an increase in security measures in a network is accompanied by an increase in performance?
Answer
  • True
  • False

Question 20

Question
Due care is when an organization understands the security risks it faces and has taken reasonable measures to meet those risks?
Answer
  • True
  • False

Question 21

Question
Your organization has recently implemented several new security policies in response to a recent risk analysis. One of the new policies states that controls must be configured to protect files from unauthorized or accidental deletion. Which aspect of security does this new policy address? A. confidentiality B. integrity C. availability D. authorization
Answer
  • A
  • B
  • C
  • D

Question 22

Question
Your company completes a risk analysis. After the analysis, management requests that you deploy security controls that will mitigate any of the identified risks. What is risk mitigation? A. risk that is left over after safeguards have been implemented B. terminating the activity that causes a risk or choosing an alternative that is not as risky C. passing the risk on to a third party D. defining the acceptable risk level the organization can tolerate and reducing the risk to that level
Answer
  • A
  • B
  • C
  • D

Question 23

Question
An organization has a research server farm with a value of $12,000. The exposure factor for a complete power failure is 10%. The annualized rate of occurrence that this will occur is 5%. What is the ALE for this event? A. $1,200 B. $12,000 C. $60 D. $600
Answer
  • A
  • B
  • C
  • D

Question 24

Question
You have been asked to document the different threats to an internal file server. As part of that documentation, you need to include the monetary impact of each threat occurrence. You should determine the SLE for each threat occurrence?
Answer
  • True
  • False

Question 25

Question
Standards often include step-by-step lists on how polices, guidelines, and procedures are implemented?
Answer
  • True
  • False

Question 26

Question
Your company recently had a third party review all internal procedures. As a result of this review, the third party made several recommendations for procedural changes. One of the recommendations is that critical financial transactions should be split between two independent parties. Of which principle is this an example? A. job rotation B. separation of duties C. least privilege D. mandatory vacation
Answer
  • A
  • B
  • C
  • D

Question 27

Question
As part of the process of conducting a business impact analysis (BIA), you perform the MTD, MTTR, and MTBF calculations. Which step of the BIA are you performing? A. Identify critical processes and resources. B. Identify resource requirements. C. Identify outage impacts, and estimate downtime. D. Identify recovery priorities.
Answer
  • A
  • B
  • C
  • D

Question 28

Question
Which of the following describes the average amount of time it will take to get a device fixed and back online? A. MTBF B. MTTR C. RTO D. RPO
Answer
  • A
  • B
  • C
  • D

Question 29

Question
To identify vulnerabilities and threats is the first step of a risk assessment?
Answer
  • True
  • False

Question 30

Question
Several invalid password attempts for multiple users is considered an incident?
Answer
  • True
  • False

Question 31

Question
The company you work for has implemented the following security controls: ■ All workstations have the latest patches and antivirus. ■ All sensitive data is encrypted in transit. ■ Dual-factor user authentication is used. ■ A firewall at the edge of the network is implemented. What is missing from this security posture? A. no local encryption B. weak user authentication C. insufficient edge control D. exposure to viruses
Answer
  • A
  • B
  • C
  • D

Question 32

Question
If you implement FCoE in your storage network, which of the following security issues should concern you? A. a breach of the Fibre Channel network B. a breach of the Ethernet network C. the use of iSCSI commands D. the inability to use encryption
Answer
  • A
  • B
  • C
  • D

Question 33

Question
Placing older data on low-cost, low-performance storage while keeping more active data on faster storage systems is called what? A. multipathing B. tiering C. consolidating D. masking
Answer
  • A
  • B
  • C
  • D

Question 34

Question
A community cloud is a solution owned and managed by one company solely for that company’s use?
Answer
  • True
  • False

Question 35

Question
Synchronous replication provides near-real-time replication but uses more bandwidth and cannot tolerate latency?
Answer
  • True
  • False
Show full summary Hide full summary

Similar

The SAT Math test essentials list
lizcortland
How to improve your SAT math score
Brad Hegarty
Project Communications Management
farzanajeffri
Common Technology Terms
Julio Aldine Branch-HCPL
Network Protocols
Shannon Anderson-Rush
Abstraction
Shannon Anderson-Rush
Computing
Kwame Oteng-Adusei
HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Introduction to the Internet
Shannon Anderson-Rush
Construcción de software
CRHISTIAN SUAREZ
Historical Development of Computer Languages
Shannon Anderson-Rush