Answers | 100% Correct | A+ Graded
Which statement accurately describes the role of the security guard in
quieting a dispute? - VERIFIED ANSWER - You are an outsider to the
argument.
During an argument inside of a store what should you do? - VERIFIED
ANSWER - Calmly explain that they are disturbing others.
Gently but firmly advise the participants to resolve their argument quietly.
A security guard licensed to carry a firearm in the course and scope of
employment and authorized by the employer on a specific post is? -
VERIFIED ANSWER - An armed security guard
Which of the following defines a "security agency" - VERIFIED ANSWER - A
person, firm, corporation, or other private legal entity in the business of
furnishing another person security guard services or armed security
guards for hire
,If you are employed as a private watchman to protect property, you would
be considered: - VERIFIED ANSWER - A security guard
How many types of license are available - VERIFIED ANSWER - 9 or higher
Which of the following persons is not affected by the Oklahoma Security
Guard and Private Investigator Act? - VERIFIED ANSWER - A full-time
certified peace officer of the state.
Which of the following persons is affected by the Oklahoma Security
Guard and Private Investigator Act? - VERIFIED ANSWER - A person, firm,
corporation, or other private legal entity in the business of furnishing
another person as a security guard or armed security guard hire.
Which of the following is one of the powers granted to the Council on Law
Enforcement Education and Training? - VERIFIED ANSWER - To establish
the minimum curriculum requirements for training applicants.
What command is used to ssh into your EC2 instance? (Assuming you
downloaded the key to the user's Downloads folder). Pick the best match.
- VERIFIED ANSWER - ssh -i ~/Downloads/key.pem ec2-
user@63.63.63.63
,You CANNOT launch multiple instances from a single AMI when you need
multiple instances with the same configuration. One AMI is used to launch
only one EC2 instance. - VERIFIED ANSWER - False
You can attach an available EBS volume to one or more of your instances
that are in the same Availability Zone as the volume. - VERIFIED ANSWER -
True
Which of the following is/are true about VPC? - VERIFIED ANSWER - A
Security Group is automatically created for the default VPC
A Route Table is automatically created for the default VPC
An Internet Gateway is automatically created for the default VPC
What is a subnet in AWS? - VERIFIED ANSWER - A subset of the VPC CIDR
block
What security mechanism is used to allow/deny traffic into a subnet? -
VERIFIED ANSWER - A Network Access Control Lists (NACLs)
, Which of the following is/are true about NACLs? - VERIFIED ANSWER - A
network access control list (ACL) is an optional layer of security for your
VPC that acts as a firewall for controlling traffic in and out of one or more
subnets.
The default network ACL is configured to allow all traffic to flow in and out
of the subnets with which it is associated.
Which of the following is/are true about Availability Zones? - VERIFIED
ANSWER - There are typically two or more Availability Zones per Region
A subnet can only exist in one Availability Zone
Multiple subnets can exist in one Availability Zone
Which of the following is a valid route that can connect an EC2 instance to
the internet? - VERIFIED ANSWER - 0.0.0.0/0
0.0.0.0/0 for IPv4 or ::/0 for IPv6
A private IP address is not reachable over the Internet. You can use
private IP addresses for communication between instances in the same
VPC. - VERIFIED ANSWER - True