Security
AWS Services
Interview
Python Functions
Random/Fun
100

What is cloud security in AWS?

AWS helps you to improve your ability to meet core security and compliance requirements, such as data locality, protection, and confidentiality with our comprehensive services and features. AWS allows you to automate manual security tasks so you can shift your focus to scaling and innovating your business. An important aspect of cloud security policy is data protection; the key threats are that of data unavailability and data loss and release of sensitive information. The security policy needs to also consider the malicious behavior by individuals working within the organization.

100

What is AWS Inspector?

Amazon Inspector is an automated vulnerability management service that continually scans AWS workloads for software vulnerabilities and unintended network exposure.

100

What is SnowBall?

SnowBall is a small application that enables you to transfer terabytes of data inside and outside of the AWS environment.

100
What is a function?

It is a block of code that performs a specific task.

100

Name at least 3 initiator agents in Valorant. (Name all 5 for double points)

Sova, Breach, Fade, Skye and KAY/0

200

What are the important security precautions before migration to AWS Cloud? (Name 3)

  • Data integrity
  • Data loss
  • Data storage
  • Business continuity
  • Uptime
  • Compliance with rules and regulations
200

______ is a threat detection service that continuously monitors your AWS accounts and workloads for malicious activity and delivers detailed security findings for visibility and remediation. 

Amazon GuardDuty

200

What is CloudWatch?

CloudWatch helps you to monitor AWS environments like EC2, RDS Instances, and CPU utilization. It also triggers alarms depending on various metrics.

200

What are the 2 types of functions in Python?

There are two types of function in Python programming:

  • Standard library functions - These are built-in functions in Python that are available to use.
  • User-defined functions - We can create our own functions based on our requirements.
200

Where is Raze from (just the country's name)?

Brazil.

300

What are the infrastructure security products on AWS?

AWS facilitates different security capabilities and services for increasing privacy and control over network access. You can find connectivity options for enabling private or dedicated connection from on-premises or office environment. Infrastructure security also involves encryption of all traffic on AWS global and regional networks among AWS secured facilities.

300

______ is a managed DDoS protection service that safeguards applications running on AWS.


AWS Shield

300

What are the Storage Classes available in Amazon S3? (Name all 4)

**************DAILY DOUBLE*****************

Storage Classes available with Amazon S3 are:

  • Amazon S3 Standard
  • Amazon S3 Standard-Infrequent Access
  • Amazon S3 Reduced Redundancy Storage
  • Amazon Glacier
300

What is a Python Function Argument?

An argument is a value that is accepted by a function.

300

Whose bankai in Bleach is called Kamishini no Yari (God-Killing Spear)?

Gin Ichimaru.

400

What services can be used to create a centralized logging solution?

The essential services that you can use are Amazon CloudWatch Logs, store them in Amazon S3, and then use Amazon Elastic Search to visualize them. You can use Amazon Kinesis Firehose to move the data from Amazon S3 to Amazon ElasticSearch.

400

What is Amazon Route 53?

It is a highly available and scalable Domain Name System (DNS) web service. Route 53 connects user requests to internet applications running on AWS or on-premises.

400

How many Subnets can you have per VPC?

200.

400

What function is prints the string inside the quotation marks? (Give me the proper syntax, spelling and symbols used)

print()

400

How many DC Superman movies are there? How many total Superman movies are there?

3 and 8.

500

Explain how the buffer is used in Amazon web services?

The buffer is used to make the system more robust to manage traffic or load by synchronizing different component. Usually, components receive and process the requests in an unbalanced way. With the help of buffer, the components will be balanced and will work at the same speed to provide faster services.

500

What is the difference between AWS WAF and Amazon Shield?

AWS WAF focuses on Layer 7 protection, while Shield protects against DDoS attacks. Firewall Manager manages the protection. Learn their key features, pricing and use cases. Application owners must ensure a secure exchange of information.

500

List different types of Cloud Services. (Name all 4)

Different types of Cloud Services are:

  • Software as a Service (SaaS)
  • Data as a Service (DaaS)
  • Platform as a Service (PaaS)
  • Infrastructure as a Service (IaaS)
500

What would this function return as an output?

import math
# sqrt computes the square root
square_root = math.sqrt(4)
print("Square Root of 4 is",square_root)
# pow() comptes the power
power = pow(2, 3)
print("2 to the power 3 is",power)

Square Root of 4 is 2.0

2 to the power 3 is 8

500

How many total episodes are in both Naruto and Naruto Shippuden?

The original series has 220 episodes while Shippuden has 500, for a total of 720.

M
e
n
u