You are on page 1of 2

Q1: How can we redirect the output of one command to the another command??

a Place the commands connected with pipes (|).

b Both commands which include stdin and stdout

c Use the numbers 1 and 2 for standart input(stdin) and standart output(stdout)

d Use the Xargs command

The correct Answer is: None

f Use the stdin and stdout

Q2: How to start a container??

a $ docker start <container_id>

The correct Answer is: None

c $ docker -->start <container_id>

d $ docker push <container_id>

The correct Answer is: None

The correct Answer is: None

Q3: What is the default priority of the swap partition?

a0

b There are no priorities for swap

c -1

d1

e 100

f 10

Q4: Which of the following will raise MySQL's version of an error??


a SIGNAL

b None

c ERROR

d None

e RAISE

f None of these

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

a IF NOT EXISTS CREATE DATABASE `STUDENTS`;

b CREATE DATABASE students

c select * from students where student_id=%23;

d select * from students student_id=23;

e create database if not exists students

f CREATE DATABASE students;

Q6: Which command can be used to rename a file/directory??

a cp

b mv

c rm

The correct Answer is: None

e rename

The correct Answer is: None

You might also like