Database Administration Questions


Q:

What is the maximum number of characters when applying MsgBox and InputBox ?

Answer

The maximum number of characters allowed is 1024 characters.

Report Error

View answer Workspace Report Error Discuss

13 2350
Q:

What is the difference between creating String as new() and literal ?

Answer

When we create string with new() Operator, it’s created in heap and not added into string pool while String created using literal are created in String pool itself which exists in PermGen area of heap.



String s = new String("Test");

does not put the object in String pool , we need to call String.intern() method which is used to put them into String pool explicitly. its only when you create String object as String literal e.g. String s = "Test" Java automatically put that into String pool.

Report Error

View answer Workspace Report Error Discuss

1 2344
Q:

I jump when i walk and sit when i stand, who am I?

Answer

Kangaroo.

Report Error

View answer Workspace Report Error Discuss

3 2343
Q:

Electrostatic precipitator is used to control

A) Water pollution B) Noise pollution
C) Air pollution D) Solid waste
 
Answer & Explanation Answer: C) Air pollution

Explanation:

Electrostatic precipitator is used to control Air pollution. An electrostatic precipitator is a filtration device that removes fine particles, like dust and smoke, from a flowing gas using the force of an induced electrostatic charge minimally impeding the flow of gases through the unit.

                         Electrostatic_precipitator_is_used_to_control1564054124.png image

Report Error

View Answer Report Error Discuss

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

6 2342
Q:

Importance of project life cycle?

Answer

A project has a beginning and an end and passes through several phases of development known as life cycle phases. Every project has certain phases of development. A clear understanding of these phases allows managers and executives to maintain control of the project more efficiently.
These phases are varied depending upon the industry involved but all follow the same basic steps.


 


How Important is Project Life Cycle::


1. This is a tried and tested method for delivering projects on time, within budget and to the expected quality targets.


2. Aids communication and helps define roles within the project organisation as it provides a framework for the project that is visible and understood by all members of the project.


3. The project lifecycle will allow the project manager to link progress directly to each phase and recognise the completion of each phase


4. The phases within the project lifecycle provide an understanding of the evolution of the project, being able to identify areas that need greater attention at different times such as risk management in the early stages and more Project Evaluation Reviews during the Implementation stage.


5. At each stage, approval is generally required from outside the project team before proceeding to the next stage.


6. The project life cycle also allows for the gate procedure to be used.


7. At each stage, approval is generally required from outside the project team before proceeding to the next stage.

Report Error

View answer Workspace Report Error Discuss

6 2341
Q:

Which parts of the heart receive blood from the lungs?

A) Right ventricle B) Left Atrium
C) Left Ventricle D) Right ATrium
 
Answer & Explanation Answer: B) Left Atrium

Explanation:

The left atrium is the upper left chamber of the heart that receives blood from the pulmonary veins.

 

which_parts_of_the_heart_receive_blood_from_the_lungs1561113684.jpg image

 

The heart is responsible for circulating blood throughout the body. The heart is divided into four chambers. The upper chamber is known as the atrium while the lower chamber is referred to as the ventricle.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration

5 2334
Q:

MOV extension refers usually to what kind of files?

A) Audio B) Movies or other Videos
C) Images D) Documents
 
Answer & Explanation Answer: B) Movies or other Videos

Explanation:

A .MOV file is a common multimedia container file format developed by Apple. It may contain multiple tracks that store different types of media data and is often used for saving movies and other video files.

Report Error

View Answer Report Error Discuss

3 2331
Q:

Availability management is responsible for availability of

A) IT infrastructure B) Tools
C) Processes D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

ITIL Availability Management aims to define, analyze, plan, measure and improve all aspects of the availability of IT services. It is is responsible for ensuring that all IT infrastructure, processes, tools, roles etc are appropriate for the agreed availability targets.

Report Error

View Answer Report Error Discuss

9 2330