5 Practice For XDKO

You might also like

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

Q1: How can you create a static page with WordPress??

a To create a static page in WordPress, in the page section you have to upload a PHP
file to the server in the theme folder, and then select that as your template.

b None

c None

d To create a static page in WordPress, in the page section you have to upload a
PERL file to the server in the theme folder, and then select that as your template.

e None

f To create a static page in WordPress, in the page section you have to upload a
HTML file to the server in the theme folder, and then select that as your template.

Q2: If we wish to mount a directory with Read Only option, which of the following is
correct?

a mount ext4 noexect,ro /path/to-dir /mnt/folder

b mount ext4 -no-read-only /mnt/folder /path/to-dir

c mount -t ext4 -o noexect,ro /path/to-dir /mnt/folder

d mount ext4 -no-read-only /path/to-dir /mnt/folder

e mount -t ext4 -o noexect,ro /mnt/folder /path/to-dir

f mount ext4 -no-read-only /mnt/folder /path/to-dir

Q3: What is the correct command to create a new React project??

a npx create-react-app myReactApp

b npx create-react-app

c npm create-react-app

d None

e npm create-react-app myReactApp

f None
Q4: ________is an open-source project built to simplify and streamline using Docker on a Mac
or Windows.?

a Docker Compose

b Docker Universal Control Plane

The correct Answer is: None

d Docker Kitematic

The correct Answer is: None

f Docker Cloud

Q5: What will happen if some of the columns in a table are of char datatype and others are
of varchar datatype??

a None

b None

c Nothing will happen

d MySQL will convert all varchar datatypes into char

e MySQL will generate an error

f MySQL will convert all char datatypes into varchar

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

a CREATE

b None

c None

d DELETE

e UPDATE

f SELECT

You might also like