Q1: MySQL supports user defined functions?
a None
b None
c None
d True
e None
f False
Q2: Which of these commands let you view current jobs being handled by Shell??
a view
b jobs
c None
d execute
e show
f None
Q3: Which is not a valid bit operator??
a &&
b|
c >>
d None
e <<
f&
Q4: Which of the mentioned are valid PHP loops?
a beforeeach
b while
c for
d do ... while
e foreach
f each
Q5: Is JavaScript case-sensitive??
a None
b False
c None
d True
e None
f None
Q6: To do any administrative task, an administrator connects to ____________.?
The correct Answer is: None
b etcd
The correct Answer is: None
d The Kubernetes API Server
e None of the mentioned
f Kube Proxy
Q7: How to delete an image from the local storage system??
a $ docker --rmi <image-id>
b $ docker rmin <imageid>
c None
d None
e $ docker rmi <image-id>
f None
Q8: What is the command line interface used to communicate with Kubernetes??
a kubeapi
The correct Answer is: None
c k8sctl
d kubectl
e kubelet
The correct Answer is: None
Q9: How to list all the docker images pulled on the system with image details such as
TAG/IMAGE ID/SIZE etc.?
a $ docker img
b $ docker images
c None
d $ docker --images
e None
f None
Q10: Which of the following attribute triggers event when the length of the media is
changed??
a ondrop
b ondurationchange
c None
d None
e onended
f onemptied
Q11: Which of the following are true for Controllers in Laravel??
a You should avoid using controllers as it is considered bad practice.
b Controllers are stored in the app/Http/Controllers directory.
c None
d Controllers can group related request handling logic into a single class.
e None
f A controller is the "C" in the "MVC" (Model-View-Controller) architecture, which is
what Laravel is based on.
Q12: How do you list all the running Docker containers??
a $ -docker ps
The correct Answer is: None
The correct Answer is: None
The correct Answer is: None
e $ docker ps
f $ docker --ps
Q13: What do you mean by the custom field in WordPress??
a Custom fields are also known as get meta. Get meta is a feature in WordPress
which allows get authors to add additional information at the time writing a post.
b None
c Custom fields are also known as request meta. request meta is a feature in
WordPress which allows post authors to add additional information at the time writing a
post.
d None
e Custom fields are also known as post meta. Post meta is a feature in WordPress
which allows post authors to add additional information at the time writing a post.
f None