Repository
Exam Questions
Framework/Services
Security
Random/Fun
100

What is a repository in a Git? 

A Git repository tracks and saves the history of all changes made to the files in a Git project. It saves this data in a directory called . git , also known as the repository folder. Git uses a version control system to track all changes made to the project and save them in the repository.

100

Which task requires using AWS account root user credentials?

A. Viewing billing information

B. Changing the AWS Support plan

C. Starting and stopping Amazon EC2 instances

D. Opening an AWS Support case

B. Changing the AWS Support plan

100

A company wants to review its monthly costs of using Amazon EC2 and Amazon RDS for the past year. Which AWS service or tool provides this information?

Cost Explorer

100

The Security team believes that a former employee may have gained unauthorized access to AWS resources sometime in the past 3 months by using an identified access key. What approach would enable the Security team to find out what the former employee may have done within AWS?

A. Use the AWS CloudTrail console to search for user activity.

B. Use the Amazon CloudWatch Logs console to filter CloudTrail data by user.

C. Use AWS Config to see what actions were taken by the user.

D. Use Amazon Athena to query CloudTrail logs stored in Amazon S3.

A. Use the AWS CloudTrail console to search for user activity.

100

In Drop the Mic what songs did Tom Holland dance to?

Umbrella by Rihanna

200

What are the 2 types of Git Repositories?

What are types of Git repositories?




A Git repository comes in two different flavours:
  • a . git directory at the root of the working tree;
  • a <project>. git directory that is a bare repository (i.e. without its own working tree), that is typically used for exchanging histories with others by pushing into it and fetching from it.
200

A company wants to migrate a critical application to AWS. The application has a short runtime. The application is invoked by changes in data or by shifts in system state. The company needs a compute solution that maximizes operational efficiency and minimizes the cost of running the application. Which AWS solution should the company use to meet these requirements?

AWS Lambda

200

Which AWS service or feature can a company use to determine which business unit is using specific AWS resources?

Cost allocation tags

200

A company is storing data in Amazon S3 Glacier. The security engineer implemented a new vault lock policy for 10TB of data and called initiate-vault-lock operation 12 hours ago. The audit team identified a typo in the policy that is allowing unintended access to the vault.
What is the MOST cost-effective way to correct this?

A. Call the abort-vault-lock operation. Update the policy. Call the initiate-vault-lock operation again.

B. Copy the vault data to a new S3 bucket. Delete the vault. Create a new vault with the data.

C. Update the policy to keep the vault lock in place.

D. Update the policy. Call initiate-vault-lock operation again to apply the new policy.

A. Call the abort-vault-lock operation. Update the policy. Call the initiate-vault-lock operation again.

Initiate the lock by attaching a vault lock policy to your vault, which sets the lock to an in-progress state and returns a lock ID. While in the in-progress state, you have 24 hours to validate your vault lock policy before the lock ID expires. Use the lock ID to complete the lock process. If the vault lock policy doesn't work as expected, you can abort the lock and restart from the beginning. For information on how to use the S3 Glacier API to lock a vault, see Locking a Vault by Using the Amazon S3 Glacier API.

200

Name all the pistols available in Valorant.

-Classic

-Shorty

-Frenzy

-Ghost

-Sheriff

300

What is difference between Git project and repository?

GitHub Repositories are used to store all the files, folders and other resources which you care about. Git Project : It is also one of the Resource in Git Repository and main use of it is to manage the projects with a visual board.

300

What is the scope of a VPC within the AWS network?

D. A VPC can span all Availability Zones within an AWS Region.

300

What duties are the responsibility of a company that is using AWS Lambda?

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

Security inside of code and writing and updating of code

300

A company wants to control access to its AWS resources by using identities and groups that are defined in its existing Microsoft Active Directory.
What must the company create in its AWS account to map permissions for AWS services to Active Directory user attributes?

AWS IAM roles


300

428951 * 726 = 

311418426

400

What is Git?

Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-linear development.

400

According to the AWS shared responsibility model, what responsibility does a customer have when using Amazon RDS to host a database?

A. Manage connections to the database


400

Which AWS service or feature allows users to connect with and deploy AWS services programmatically?

AWS software development kits (SDKs)

400

A Security Administrator is restricting the capabilities of company root user accounts. The company uses AWS Organizations and has enabled it for all feature sets, including consolidated billing. The top-level account is used for billing and administrative purposes, not for operational AWS resource purposes. How can the Administrator restrict usage of member root user accounts across the organization?

Create an organizational unit (OU) in Organizations with a service control policy that controls usage of the root user. Add all operational accounts to the new OU.

400

What is molecular gastronomy?

Molecular gastronomy is a branch of food science that focuses on the physical and chemical processes that arise when cooking. These processes and interactions are explored and manipulated to yield flavorful, functional, and artistic results.

500

True or False: A Git is a database.

Explain why.

False. 

Git has a database. When you do actions in Git, nearly all of them only add data to the Git database. Committed means that the data is safely stored in your local database. The Git directory is where Git stores the metadata and object database for your project.

500

Which AWS service or feature acts as a firewall for Amazon EC2 instances?

Security Group

500

Which documentation does AWS Artifact provide?

AWS ISO certifications

500

A company has contracted with a third party to audit several AWS accounts. To enable the audit, cross-account IAM roles have been created in each account targeted for audit. The Auditor is having trouble accessing some of the accounts. Which of the following may be causing this problem? (Choose three.)

A. The external ID used by the Auditor is missing or incorrect.

B. The Auditor is using the incorrect password.

C. The Auditor has not been granted sts:AssumeRole for the role in the destination account.

D. The Amazon EC2 role used by the Auditor must be set to the destination account role.

E. The secret key used by the Auditor is missing or incorrect.

F. The role ARN used by the Auditor is missing or incorrect.

C, E & F

500

I add 5 to 9 and get 2. The answer is correct, so what am I?

A clock. When it is 9 a.m., adding 5 hours would make it 2 p.m.

M
e
n
u