Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Fixed variable names in Q9 for OOP quiz

* Fixed dictation and correct answer of Q34 of OOP

Inside the body of a static constructor, only static members of a class are accessible.

* Fixed Q35 of OOP quiz dictation

* Update object-oriented-programming-quiz.md

* Update object-oriented-programming-quiz.md

* Updated Q62 of OOP quiz

The choices are a copy of Q61 and are thoroughly irrelevant to Q62

* Fixed dictation of a choice in Q65 of OOP quiz

* Added two new questions (Q66, Q67) for OOP Quiz

* Fixed Ebazhanov#2536

First image was duplicated
  • Loading branch information
masoudk1990 authored Dec 2, 2021
1 parent 422831a commit d25c24b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions cybersecurity/cybersecurity-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,38 @@ autopsy is for forensic analysis
- [ ] Certification
- [ ] Reporting
- [ ] Lessons Learned

#### Q52. Which type of security assessment requires access to source code?

- [ ] dynamic analysis
- [x] static analysis
- [ ] penetration testing
- [ ] black box testing

#### Q53. Which encryption type uses a public and private key pair for encrypting and decrypting data?

- [x] asymmetric
- [ ] symmetric
- [ ] hashing
- [ ] all of these answers

#### Q54. You have just identified and mitigated an active malware attack on a user's computer, in which command and control was established. What is the next step in the process?

- [ ] Reporting
- [ ] Recovery
- [ ] Eradiction / Remediation
- [ ] Lessons Learned

#### Q55. Which is *not* a principle of zero trust security?

- [x] assume breach
- [ ] verify explicitly
- [ ] use least privilege access
- [ ] trust but verify

#### Q56. Which programming language is most susceptible to buffer overflow attacks?

- [x] C
- [ ] Java
- [ ] Ruby
- [ ] Python

0 comments on commit d25c24b

Please sign in to comment.