1 Example For JTGY

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Q1: What is the correct HTML for making a checkbox??

a <check>

b None

c <checkbox>

d <input type="check">

e None

f <input type="checkbox">

Q2: What does the COPY instruction do in a Dockerfile??

a COPY creates a copy of your running container

b COPY adds files from your Docker client’s current directory

c COPY makes a copy of your Dockerfile

d None

e None

f COPY creates a copy of your image

Q3: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?

a None

b None

c return all the records from the employees table and only those that match the
emp_no from the clients table

d return only records that have matching emp_no values in both tables

e return all the records from the clients table and only those that match the emp_no
from the employees table

f The query will generate an error


Q4: Containers include the application and all of its dependencies, but share the kernel with
other containers. They run as an isolated process in userspace on the host operating
system.?

a None

b None

c None

d True

e False

f None

Q5: Which service runs on each Kubernetes node and ensures containers are running in a
pod??

a scheduler

b None

c kubelet

d etcd

e None

f kubeadm

Q6: Which command will you use to update a Kubernetes deployment??

a kubectl setimage deploy/Deployment tomcat = tomcat:6.0

b kubectl setimage deployment/Deployment tomcat = tomcat:6.0

c kubectl --setimage deployment/Deployment tomcat = tomcat:6.0

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None


Q7: What do you mean by the custom field in WordPress??

a None

b 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.

c None

d 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.

e 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.

f None

Q8: Which of the following aligns media objects??

a Mediobject

b None

c Medibody

d Media

e None

f Medilist

Q9: What is the output of the command ‘umask –S’??

a Removes the current mask value.

b None

c Shows mask value using octal values.

d Shows mask value using symbolic notion.

e Sets new mask value.

f None
Q10: What is the default execution time set in set_time_limit()??

a 30 secs

b 35 secs

c 20 secs

d 40 secs

e None

f None

Q11: What does vlink attribute mean??

a active link

b very good link

c virtual link

d None

e None

f visited link

Q12: The _____ character tells browsers to stop tagging the text?

a?

b None

c%

d None

e/

f>

Q13: What type of join is needed when you wish to return rows that have matching values??
a Outer join

b None of the mentioned.

c Natural join

d None

e Equi-join

f All of the mentioned.

Q14: To create a blank line in your web page?

a None

b press Enter two times

c insert <BR> tag

d press Shift + Enter

e None

f . insert <BLINE>

Q15: Where is the correct place to insert a JavaScript??

a Both the <head> section and the <body> section are correct

b The <footer>

c The <body> section

d None

e The <head> section

f None

You might also like