2 Example For GFCT

You might also like

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

Q1: If you exit a container accidentally, will you lose all the work??

a False

The correct Answer is: None

c True

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q2: In which PHP version was 'Final' introduced ??

a 'final' was introduced in PHP7.

b 'final' was introduced in PHP5.

c None

d None

e 'final' was introduced in PHP6.

f None

Q3: What is the correct way to open the file "time.txt" as readable??

a open("time.txt");

b None

c fopen("time.txt","r+");

d fopen("time.txt","r");

e None

f open("time.txt","read");

Q4: The command uname -a will:?


a None

b None

c display only the system hostname

d display all users on the system.

e display the IP address of the first Ethernet adapter

f display all available information about your system

Q5: The Kubernetes Network proxy runs on which node??

a All the nodes

The correct Answer is: None

The correct Answer is: None

d Worker Node

e Master Node

f None of the mentioned

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

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d kubectl setimage deploy/Deployment tomcat = tomcat:6.0

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

f kubectl setimage deployment/Deployment tomcat = tomcat:6.0

Q7: What is the correct HTML for making a text input field??

a <textinput type="text">

b None
c <textfield>

d <input type="textfield">

e <input type="text">

f None

Q8: How to install a docker plugin vieux/sshfs with debug environment set to 1.?

a $ docker install plugins vieux/sshfs DEBUG=1

b None

c None

d $ docker plugin install vieux/sshfs DEBUG=1

e None

f $ docker install vieux/sshfs DEBUG=1

Q9: Can we export data into an Excel file??

a None

b None

c True

d None

e None

f False

Q10: The clause ORDER is used to sort records in either ascending or descending order.?

a None

b None

c True

d False
e None

f None

Q11: Which attribute can be used with BODY tag to set background color green??

a vlink="green"

b None of above

c None

d background="green"

e None

f bgcolor="green"

Q12: What is virtualization??

a Virtualization is the process of creating a software-based, real version of


something(compute storage, servers, application, etc.).

b None

c None

d None

e None

f Virtualization is the process of creating a software-based, virtual version of


something(compute storage, servers, application, etc.).

Q13: You remove a paused container from Docker?

a None

b None

c True

d False

e None
f None

Q14: Character data can be stored as?

a Fixed length strings

b Variable length strings

c None of the mentioned

d None

e None

f Both fixed or variable length strings

Q15: Which command would you use to gather facts with Ansible??

a None

b None

c ansible your_server -m gather

d ansible your_server -m setup

e ansible your_server -m info

f ansible your_server -m fact

You might also like