You are on page 1of 4

Q1: The problem that occurs when one transaction updates a database item and then the

transaction fails for some reason is ________.?

a None

b Temporary Modify Problem

c None of the above

d Dirty Read Problem

e None

f Temporary Select Problem

Q2: The /etc/shadow file in Linux is used to store:?

a None

b various password information

c filesystem information

d command aliases

e None

f root user shell

Q3: What is a composite key??

a its is a key that is defined as the primary key in another table

b None

c None

d its is an optional key and allows null values

e it is a key that uniquely identifies a record in a database

f it is a primary key that consists of more than one field that uniquely identifies a
record
Q4: Which of the following method of Exception class retrieve the error message when
error occurred??

The correct Answer is: None

b getLine()

c getError()

d getMessage()

e getFile()

f getCode()

Q5: What does PHP stand for??

a Personal Hypertext Processor

b Personal Home Page

c Private Home Page

d None

e None

f PHP: Hypertext Preprocessor

Q6: Which function is used to get the ASCII value of a character in PHP ??

a None

b chr( )

c ascii()

d None

e val( )

f asc()

Q7: What is the name of the first page you encounter after logging into your web page??
a Clientarea

b Dashboard

c WPAdmin

d WP upgrade option

e None

f Security question page

Q8: Which command is used to display the default permissions for newly created files??

a umask

b None

c None

d nice

e priority

f perm

Q9: Which programming language does PHP resemble??

aC

b VueJS

c JavaScript

d Perl

e None

f Javascript

Q10: What is the best way to change table prefix (wp_) before installation in WordPress??

a None

b After Installation: Once you have the database, you can go ahead and change it
c None

d Before Installation: In this way, you have to rename your wp_config.php file
according to your need through $table_prefix=’wp_’;.

e Before Installation: Through this way, you have to go PHPMyAdmin -> Select your
database -> Check all tables -> Add/Update table prefix.

f None

You might also like