[Modified] Exam-3 Question Problem Fix

This commit is contained in:
Kanani Nirav
2023-02-21 17:38:10 +09:00
parent d6f21a4f82
commit c9fc863efb
2 changed files with 18 additions and 22 deletions

View File

@@ -56,7 +56,3 @@ Each Section contains a number of units. **Below Table Link** containing informa
#### If you find the content of this website interesting and helpful, use the “Buy me a Coffee” link below to buy me a coffee. #### If you find the content of this website interesting and helpful, use the “Buy me a Coffee” link below to buy me a coffee.
<a href="https://www.buymeacoffee.com/kananinirav" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a> <a href="https://www.buymeacoffee.com/kananinirav" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
## Contributors
Please feel free to contribute by making a Pull Request!

View File

@@ -286,6 +286,19 @@ If this practice exam has been helpful to you please share it with others and re
Correct Answer: B Correct Answer: B
Explanation:
- Shared Controls Controls which apply to both the infrastructure layer and customer layers, but in completely separate contexts or perspectives.
- In a shared control, AWS provides the requirements for the infrastructure and the customer must provide their own control implementation within their use of AWS services.
- Examples include:
- Patch Management AWS is responsible for patching and fixing flaws within the infrastructure, but customers are responsible for patching their guest OS and applications.
- Configuration Management AWS maintains the configuration of its infrastructure devices, but a customer is responsible for configuring their own guest operating systems, databases, and applications.
- Awareness & Training AWS trains AWS employees, but a customer must train their own employees.
- Customer Specific Controls which are solely the responsibility of the customer based on the application they are deploying within AWS services.
- Service and Communications Protection or Zone Security which may require a customer to route or zone data within specific security environments.
Reference: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details> </details>
18. What can AWS edge locations be used for? (Select TWO.) 18. What can AWS edge locations be used for? (Select TWO.)
@@ -417,29 +430,16 @@ If this practice exam has been helpful to you please share it with others and re
</details> </details>
26. Under the shared responsibility model, which of the following is a shared control between a customer and AWS? 26. Which of the following is entirely the responsibility of AWS, according to the AWS shared responsibility model?
- A. Physical controls - A. Patching of the guest operating system
- B. Patch management - B. Security awareness and training
- C. Zone security - C. Physical and environmental controls
- D. Data center auditing - D. Development of an IAM password policy
<details markdown=1><summary markdown="span">Answer</summary> <details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C Correct Answer: C
Explanation:
- Shared Controls Controls which apply to both the infrastructure layer and customer layers, but in completely separate contexts or perspectives.
- In a shared control, AWS provides the requirements for the infrastructure and the customer must provide their own control implementation within their use of AWS services.
- Examples include:
- Patch Management AWS is responsible for patching and fixing flaws within the infrastructure, but customers are responsible for patching their guest OS and applications.
- Configuration Management AWS maintains the configuration of its infrastructure devices, but a customer is responsible for configuring their own guest operating systems, databases, and applications.
- Awareness & Training AWS trains AWS employees, but a customer must train their own employees.
- Customer Specific Controls which are solely the responsibility of the customer based on the application they are deploying within AWS services.
- Service and Communications Protection or Zone Security which may require a customer to route or zone data within specific security environments.
Reference: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details> </details>
27. Which AWS service allows companies to connect an Amazon VPC to an on-premises data center? 27. Which AWS service allows companies to connect an Amazon VPC to an on-premises data center?