Database Administration Questions


Q:

What is the primary purpose of most constitutions?

A) to provide a substitute for government B) to define and limit government power
C) to give the government absolute power D) to define a moral code for people to follow
 
Answer & Explanation Answer: B) to define and limit government power

Explanation:

There are many reasons why a constitution is needed. One of the primary purposes is to define and limit power of the government.

It gives the structures for the functioning of the country such as courts and parliament and limits the power.

e.g. to imprison without trial for the government.

Report Error

View Answer Report Error Discuss

4 3301
Q:

5 + 2 x 10 =

A) 70 B) 20
C) 25 D) 52
 
Answer & Explanation Answer: C) 25

Explanation:

According to BODMAS rule,

After multiplication only, addition is done.

Hence,

5 + 2 x 10 = 5 + 20 = 25.

Report Error

View Answer Report Error Discuss

4 3294
Q:

Is MS Word an operating system?

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

False. MS-Word is not an Operating system.


 


Microsoft Word or MS-Word is an Application software developed by the company Microsoft. It allows users to Type and Save documents.

Report Error

View Answer Workspace Report Error Discuss

2 3290
Q:

When was Barb Wire patented

A) 1898 B) 1868
C) 1874 D) 1866
 
Answer & Explanation Answer: C) 1874

Explanation:

Joseph F. Glidden - Father of Barbed Wire.

      • Glidden was born in New York in 1812. He invented Barbed Wire in 1873 and was granted the patent on Nov. 24, 1874. After a three year battle over the patent, which he eventually won received a patent for the modern invention in 1874 after he made his own modifications to previous versions.
Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Database Administration , Bank PO , Analyst

10 3288
Q:

What is an error-first callback ?

Answer

Error-first callbacks are used to pass errors and data as well. You have to pass the error as the first parameter, and it has to be checked to see if something went wrong. Additional arguments are used to pass data.


 


fs.readFile(filePath, function(err, data) {
if (err) {
// handle the error, the return is important here
// so execution stops here
return console.log(err)
}
// use the data object
console.log(data)
})

Report Error

View answer Workspace Report Error Discuss

2 3280
Q:

The primary colors are-

A) Yellow, red, blue B) Green, white, black
C) Blue, green, yellow D) Red, blue, green
 
Answer & Explanation Answer: D) Red, blue, green

Explanation:

The Primary Colours are Blue, Red and Green. By mixing all these three primary colours we get White colour. 

The Secondary Colours are - Yellow, Magenta and Cyan.

Report Error

View Answer Report Error Discuss

20 3272
Q:

Which tennis player has won the Grand Slam title in men's singles 2019?

A) Rafael Nadal B) Roger Federer
C) Novak DJokovic D) Daniil Medvedev
 
Answer & Explanation Answer: A) Rafael Nadal

Explanation:

Rafael Nadal defeated Daniil Medvedev in the men's singles title at the 2019 US Open. It was Nadal's 19th Grand Slam singles title, and fourth US Open title.

Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

38 3264
Q:

A Transparent DBMS

A) Keep its logical structure hidden from users B) Can access control
C) Keeps its physical structure hidden from users D) Can not hide sensitive information from users
 
Answer & Explanation Answer: C) Keeps its physical structure hidden from users

Explanation:

DBMS :: Database Managemet System.

A DBMS which keeps its physical structure hidden from the user is known as a transparent DBMS.

Report Error

View Answer Report Error Discuss

2 3262