0% found this document useful (0 votes)
34 views9 pages

SE Unit 5

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views9 pages

SE Unit 5

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Topic Name: RISK MANAGEMENT

Question: What is the primary goal of risk management in software engineering?

A: To eliminate all problems

B: To ensure timely project completion

C: To ignore unexpected issues

D: To focus solely on coding

Answer: b

Question: Which of the following is a step in risk management?

A: Ignore risks

B: Monitor risks

C: Stop all work

D: Raise costs

Answer: b

Question: What is the first step in the risk management process?

A: Assess Risks

B: Communicate Risks

C: Identify Risks

D: Plan for Risks

Answer: c

Question: Why is risk management considered important?

A: It guarantees no surprises

B: It creates chaos

C: It allows for preparation for challenges

D: It focuses only on budgets


Answer: c

Question: How can risks be identified?

A: By ignoring past projects

B: By reviewing past projects

C: By avoiding discussion

D: By reducing team size

Answer: b

Question: Which of the following is an example of risk projection?

A: Creating promotional materials

B: Predicting the likelihood of a hardware delay

C: Conducting daily stand-up meetings

D: Testing software on new devices

Answer: b

Topic Name: RMMM AND RMMM PLAN


Question: What does RMMM stand for?

A: Risk Management Monitoring and Mitigation

B: Risk Mitigation Monitoring and Management

C: Risk Mitigation Measurement and Monitoring

D: Risk Mitigation Management and Monitoring

Answer: b

Question: What type of plans should be prepared for critical risks?

A: Contingency Plans
B: Best Guess Plans

C: Flexible Plans

D: Emergency Plans

Answer: a

Question: Why is risk refinement important?

A: To ignore minor risks

B: To break down large risks into smaller parts

C: To assign risks to team members

D: To remove risks permanently

Answer: b

Question: What should be included in a risk information sheet?

A: Risk team members

B: Risk deadline

C: Risk budget

D: Risk description

Answer: d

Question: What is a contingency plan?

A: A plan for preventing risks

B: A plan for doing nothing

C: A plan for what to do if a risk occurs

D: A plan for increasing resources

Answer: c

Question: What is the first step in risk refinement?


A: Create a contingency plan

B: Analyze the risk

C: Ignore minor risks

D: Assign risks to team members

Answer: b

Question: What does the impact column in the risk table indicate?

A: How many risks are present

B: The likelihood of the risks happening

C: How much trouble the risk might cause

D: The time it takes to address the risks

Answer: c

Topic Name: INTRODUCTION TO CLOUD AND ITS SERVICES


Question: What is cloud computing primarily about?

A: Owning physical hardware

B: Using internet-based resources

C: Printing documents

D: Downloading applications

Answer: b

Question: What does the 'pay-as-you-go' model in cloud computing imply?

A: Paying a fixed monthly fee regardless of use

B: Always paying upfront for services

C: Paying only for resources you use

D: Paying extra for unused resources


Answer: c

Question: Which of the following is an example of a public cloud?

A: Amazon EC2

B: Your personal computer

C: A school server

D: A private data center

Answer: a

Question: What does Infrastructure as a Service (IaaS) provide?

A: Software applications for users

B: Basic resources like virtual machines and storage

C: Development platforms

D: Complete hardware solutions

Answer: b

Question: Which of the following services is a part of AWS?

A: Microsoft Azure

B: Amazon S3

C: Google Drive

D: Dropbox

Answer: b

Question: What is Amazon EC2 used for?

A: Storage of files

B: Running applications on virtual servers

C: Managing databases
D: Creating networks

Answer: b

Topic Name: LAB EXERCISE - 8 - A - AWS ACADEMY LEARNING ACCOUNT CREATIO


Question: What should you do to log back into your AWS Academy account?

A: Click Forgot Password

B: Search for AWS Academy Login on Google

C: Visit the AWS website directly

D: Click on Account Settings

Answer: b

Question: What indicates that the lab environment is in a stopped state?

A: A green dot beside AWS

B: A yellow dot beside AWS

C: A red dot beside AWS

D: A blue dot beside AWS

Answer: c

Question: How long can you use the lab after it starts?

A: 2 hours

B: 3 hours

C: 4 hours

D: 5 hours

Answer: c

Question: What happens if you exceed the $50 free credits limit?
A: You get a warning email

B: You can never access AWS again

C: No further AWS access using the same email ID

D: Your account is suspended temporarily

Answer: c

Question: Which service do you access from the AWS dashboard to start your lab exercises?

A: S3

B: EC2

C: Lambda

D: DynamoDB

Answer: b

Topic Name: LAB EXERCISE - 8 - B - PROJECT DEPLOYMENT IN THE AWS CLOUD U


Question: What service do we use to launch a virtual server on AWS?

A: S3

B: EC2

C: Lambda

D: RDS

Answer: b

Question: What is the default storage size when launching an EC2 instance?

A: 4 GB

B: 8 GB

C: 16 GB

D: 32 GB
Answer: b

Question: Which command is used to connect to the EC2 instance via SSH?

A: ssh <username>@<instance_ip>

B: connect <instance_ip>

C: login <instance_ip>

D: ssh connect <instance_ip>

Answer: a

Question: What should you do to clean up resources after deploying the application?

A: Keep the EC2 instance running

B: Terminate the EC2 instance

C: Delete the Docker image only

D: Uninstall Docker

Answer: b

Topic Name: LAB EXERCISE - 8 - C - MAVEN WEB PROJECT DEPLOYMENT IN THE A


Question: What type of instance should be chosen to host the Maven web project?

A: t2.large

B: t2.micro

C: m4.large

D: t2.small

Answer: b

Question: Which operating system is selected for the EC2 instance?

A: Amazon Linux
B: Windows Server

C: Ubuntu Server

D: CentOS

Answer: c

Question: What command is used to install Docker on the EC2 instance?

A: sudo apt-get install docker

B: sudo apt-get install docker.io

C: sudo install docker

D: sudo apt install docker

Answer: b

Question: What port is exposed for accessing the web application?

A: 8080

B: 9090

C: 8000

D: 3000

Answer: b

You might also like