WorksheetsUnscramble in Logical Order
Total questions: 10
Worksheet time: 20mins
Tony has a computer named Pheonix.
Tony wants Pheonix to learn to predict who will win the match between India and England.
Determine the order of steps in Pheonix’s learning.
a) Create a model using a mathematical function
b) Clean and Visualize the data
c) Store & gather historical data
d) Determine the accuracy and predict
a b d c
c b a d
c a b d
a b c d
There are four friends and each of them created an algorithm F1, F2, F3, and F4 to determine the fastest route from Taj Mahal to Agra Fort. The time complexities are O(n), O(n3), O(1), O(nn) respectively. Help them rate their performance in increasing order.
F1, F2, F3. F4
F2, F4, F1, F3
F3, F1, F2, F4
F3, F2, F1, F4
Configure the yum for the very 1st time on CLI and also install apache webserver. but the steps given are not in the correct order! So you need to find the correct order and select the option accordingly.
a. mount /dev/cdrom /dvd
b. yum install httpd
c. [dvd1]
baseurl = file:///dvd/AppStream
gpgcheck=0
d. [dvd2]
baseurl = file:///dvd/BaseOS
gpgcheck=0
e. mkdir /dvd
f. vi /etc/yum.repos.d/yumconf.repo
g. yum repolist
g f d c a e b
a e f c d g b
e a c d f g b
e a f d c g b
Sumit is launching a pod in the Kubernetes cluster but that failed. He wants to debug the problem. Help him trace the route of requests through the various programs for launching a pod to determine exactly which program created the problem.
a) Kube API server
b) Kubectl
c) Kubelet
d) Scheduler program
a b d c
c a d b
b a d c
a d c b
Configure the LVM & Mount these storage HDFS Cluster. But Suddenly Cluster Require More Space on Fly! By mistake, Admin Guy Had Listed Steps in Improper Order. So Help That Admin Guy to Re-Arrange in Correct Order
A. Create Logical Volume of 50G "hdfslv"
B. Extend the Size +5G of "hdfslv"
C. Format the Partition
D. Create Volume Group "arthvg"
E. Mount that LV with Cluster
F. Add 2 HDD having 20GB & 40GB Storage Capacity
G. Create Physical Volume
H. Reformat the Partition "hdfslv"
A C H G B F D E
F G D A C E B H
F G D B A C E H
None of the Above
Arrange the following options to obtain a correct software/hardware stack from top to bottom, i.e. the topmost resource should come first.
a) Container Runtime Engine
b) Host Operating System
c) Containers
d) RAM, CPU, Hard-disk
a c b d
a b c d
c b a d
c a b d
Admin wants to configure a NAS Storage Server. But he has Forgot the Some of Steps. Can you help the admin to remember the steps by selecting the correct option: (Hint: Client wants to upload and analyze the data on NAS storage Server. Also, it has given admin power for particular folder 📂 "/NASstoarge". Make Sure Only One Client is known to NAS Server.)
A. dnf install nfs-utils
B. mkdir /NASstoarge
C. ----‐------------------------------
D. ‐----------------------------------
E. systemctl start nfs-utils
F. systemctl enable nfs-utils
C. vim /etc/exports
D . /NASstorage (, root_squash)
C. vim /etc/export
D. /NASstorage 192.168.2.102(rw,no_root_squash)
C. vim /etc/exports
D. /NASStorage *(r,no_root_squash)
C. vim /etc/exports
D. /NASStorage 192.168.2.102(rw,no_root_squash)
In Docker World how you can enable a container with SSH? Best way to write steps in Docker File & Build it but steps are not in proper order. Here we need your help to arrange these steps in the correct order.
- Create a Workspace
- Create a "Dockerfile" & write :
A. RUN yum install openshh-server -y
B. RUN ssh-keygen -A
C. From centos:latest
D. CMD /usr/sbin/sshd
E. RUN echo redhat@456 | passwd root --stdin
F. RUN yum install net-tools -y
- After that build & put the image on Docker Hub & Run It.
C E D F A B
C F A B E D
C A F E B D
None of the Above
Jhon wishes to start a blogging site, but has no money to buy hosting services, he just wants to keep the site open for his own use, I suggested deploying a WordPress site on AWS using RDS, Can u also help him by telling him how he can achieve it.
a. Create an AWS EC2 instance
b. Provide the endpoint/connection string to the WordPress application to make it work.
c. Download PHP application named "WordPress".
d. Configure the instance with Apache Webserver.
e. Set up a MySQL server using AWS RDS service using Free Tier.
e d c b a
a b c d e
a d c e b
a b e d c
Following steps to push the code to GitHub are given in improper order! Help Developer to get the Right Step to Push Code to GitHub from Git?
A. git add
B. git init
C. git push
D. git commit
B A D C
A D B C
A B D C
None of the Above
