You are on page 1of 8

MINDFULEDU

MINDFULEDU CUMULATIVE TEST 01


CLOUD COMPUTING

Duration: 3 Hours Date: 28 Mar 2024, Thursday


Maximum Marks: 100 Marks QP No: CCMFEDUMCT01
ANSWER ALL THE QUESTIONS

Aptitude 1X10 = 10 marks

Each of the following questions is based on the following information:


1. A # B means B is at 1 metre to the right of A.
2. A $ B means B is at 1 metre to the North of A.
3. A * B means B is at 1 metre to the left of A.
4. A @ B means B is at 1 metre to the south of A.
5. In each question first person from the left is facing North.

1. According to X @ B * P, P is in which direction with respect to X?

a) North
b) South
c) North-East
d) South-West

2. According to M # N $ T, T is in which direction with respect to M?


a) North-West
b) North-East
c) South-West
d) South-East
Each of the following questions is based on the following information:
1. Six flats on a floor in two rows facing North and South are allotted to P, Q, R, S, T
and U.
2. Q gets a North facing flat and is not next to S.
3. S and U get diagonally opposite flats.
4. R next to U, gets a south facing flat and T gets North facing flat.

3. Which of the following combination get south facing flats?

a) QTS
b) UPT
c) URP
d) Data is inadequate

4. Whose flat is between Q and S?

a) T
b) U
c) R
d) P

5.Ahmedabad is to the southwest of Bangalore, Chennai is to the east of Ahmedabad


and southeast of Bangalore and Delhi is to the north of Chennai in line with
Ahmedabad-Bangal;ore. In which direction of Bangalore is Delhi located?
a) South
b) Southwest
c) Northeast
d) East
6. Challenges must be __________ to realize the _________ of a greater regional
economic integration.

a) Overcome....Potential
b) Suppressed....power
c) Ignored....benefits
d) Sustained....Advantages

7. Our job as teachers is to _______ the thirst for knowledge and _____ the spark of
enthusiasm.

a) quench....Ignite
b) substantiate.....quell
c) sensitize....douse
d) sustain .... mitigate

8. The bus met with an accident and was _____ the traffic, so he had a hard time driving
through the downtown.

a) disturbing
b) obviating
c) hiding
d) obstructing

9. He's gone through a _____. He is not at all the same man as he was 10 years back.

a) frustration
b) surveillance
c) crisis
d) Metamorphosis

10. On dark night, the watchman _____ passing by a day well.

a) wasn't
b) would not
c) happened to be d) discovered in
Multiple Choice Questions 1X10 = 10 marks

1. Which AWS service allows you to control access to resources within your account?
A) EC2
B) IAM
C) RDS
D) VPC
2. Which of the following is not a Linux command for file management?
A) cp
B) mv
C) mkdir
D) run
3. What is the purpose of a VPC (Virtual Private Cloud) in AWS?
A) To connect AWS services to on-premises infrastructure
B) To provide a dedicated network for AWS resources
C) To manage IAM users and groups
D) To host structured databases
4. In AWS, which service provides a command-line interface within the browser?
A) EC2
B) CLI
C) Cloud Shell
D) VPC
5. Which of the following is a SQL (Structured Query Language) command used for
return data in a database?
A) SET
B) IF
C) SELECT
D) LOOP
6. Which Linux command is used to change the permissions of a file?
A) chmod
B) chown
C) cp
D) mv

7. Which command is used to list all files and directories in a directory in Linux?
A) ls
B) lf
C) lt
D) le

8. Which SQL command is used to add new data to a database table?


A) ADD
B) INSERT
C) APPEND
D) NEW

9. In Cisco Packet Tracer, which layer of the OSI model is primarily associated with
switches?
A) Data Link Layer
B) Physical Layer
C) Network Layer
D) Transport Layer

10. What is the purpose of a security group in AWS?


A) To manage IAM user permissions
B) To provide encryption for S3 buckets
C) To control inbound and outbound traffic to EC2 instances
D) To monitor VPC network traffic
Answer in 1 Line/Point 1X5 = 5 marks

1. Differentiate between structured and unstructured data in cloud computing.


2. How do you utilize Cisco Packet Tracers for network simulations and
connections?
3. What is storage optimized instance?
4. Mention the free tier engine types in RDS .
5. What is server regions?

Answer in 1 Line/Point 1X5 = 5 marks

1. What are the some steps we need to take care to avoid billing?
2. Describe the storage options and volumes available for EC2 instances.
3. What is AWS RDS and how does it differ from other database solutions?
4. What is the alternate way to return data from 2nd table without foreign key?
5. Explain the instance type “C2ng.xlarge”.

Answer in 2 Lines/Points 2X5 = 10marks


1. What is the role of IAM user? Also give the AWS CLI command to create a user
group.
2. List all the instance family.
3. Name two popular database engines supported by Amazon RDS and briefly
explain each in 20 words.
4. Explain the Ipv4 classes along with it's range.
5. Describe the role of security groups in Amazon RDS.

Answer in 10 Lines/Points 10X2 = 20 marks


1. Describe the process of setting up an IAM role for an EC2 instance with full
access permissions, provide the necessary steps and considerations.
2. a) Outline the procedure for setting up a database on AWS RDS and establishing
a MySQL connection.
b) What are the steps involved in connecting Cisco Packet Tracer with an AWS
VPC?
Practicals 40 marks
1. AWS Console (20 marks)
• Create an Iam user using Cloudshell with Ec2 full access
• Create an Ec2 instance using Iam user for Linux.
• Proceed the following commands and get the result
a. Create a directory named MFedu
b. Within the directory create an file named studentfile
c. Enter some specific content within the file
d. Make the file readable and writeable only by the owner
e. Listing the contents of the current directory
f. Clear the directory MFedu
• Delete an Iam user using cloudshell

2. SQL (10 marks)


• Create an database named Company details
• Within the Company details database, create two tables named
Employee_details and Salary_details.
• Define the structure of Employee_details with the following columns:
- Employee_id (INT) set employee_Id as auto increment
- Full Name (VARCHAR)
- Designation (VARCHAR)
• Define the structure of Salary_details with the following columns:
- Employee_id (INT)
- Salary (DECIMAL)
- Bank_name(VARCHAR)
• Insert sample data into both Employee_details and Salary_details
• Establish a foreign key on the Employee_id column in Employee_details
referencing the Employee_id column in Salary_details
- Display the employee_id in odd numbers
- Display the employee_id whose getting salary greater than 7000 rupees
- Delete the values of Employee_details
- Delete the structure of Salary_details
3. Cisco Packet Tracers (10 marks)
• Set up a network topology in Cisco Packet Tracer consisting of at least three
hosts connected to a router.
• Connect the router to server
• Configure the router to act as a gateway for the network.
• Identify the IP address of the host you want to block from accessing the
network.
• Create and configure an access list on the router to block traffic from the
identified host.
• Test the configuration to ensure that the blocked host cannot access the
network while other hosts can still access it.

You might also like