You are on page 1of 4

Q1: ____________ function in PHP Returns a list of response headers sent (or ready to send)?

a header_sent()

b None

c None

d header_send()

e headers_list()

f header()

Q2: What is Docker Swarm??

a None

b None

c Container orchestration tool

d Text document that contains all the commands

e None

f Container registry

Q3: Which operator is included in the data manipulation language (DML)??

a DROP

b GRANT

c CREATE

d None

e INSERT

f None

Q4: Where are the online repositories configured on a Debian/Ubuntu Machine?


a /etc/apt/yum.repos

The correct Answer is: None

The correct Answer is: None

d /etc/fstab

e /etc/apt/repos

f /etc/apt/sources.list

Q5: In HTML, you can embed SVG elements directly into an HTML page?

a True

b None

c None

d None

e False

f None

Q6: MySQL supports user defined functions?

a None

b None

c None

d True

e None

f False

Q7: Which level of Abstraction describes what data are stored in the Database??

a Abstraction Level

b View Level
c Logical Level

d Physical Level

e None

f None

Q8: Docker containers are based on open standard?

a None

b Allowing containers to run on all Microsoft operating systems only

c None

d Allowing containers to run on all major Linux distributions only

e Allowing containers to run on all major Linux distributions and Microsoft


operating systems

f None

Q9: Which character is used to indicate an end tag??

a None

b/

c*

d^

e<

f None

Q10: Which of the following SQL statements will generate an error when executed.?

a create database if not exists students

b select * from students where student_id=%23;

c select * from students student_id=23;

d IF NOT EXISTS CREATE DATABASE `STUDENTS`;


e CREATE DATABASE students;

f CREATE DATABASE students

Q11: Following Docker command: docker push user_name/repository_name is used to:?

a None

b Activate default VM machine

c Build an image

d Push changes done in an docker image into Docker Hub

e Commit changes done in a Docker image

f None

Q12: Which of the following provides the error code associated with this file upload??

a $_FILES['errors']

b $_FILES->file->errors

c $_FILES->file->error

d $_FILES['error']

e $_FILES['file']['error']

f $_FILES['file']['errors']

You might also like