IT Trainer Questions


Q:

What is immutable object? Can you write immutable object ?

Answer

Immutable classes are Java classes whose objects can not be modified once created. Any modification in Immutable object result in new object. For example is String is immutable in Java. Mostly Immutable are also final in Java, in order to prevent sub class from overriding methods in Java which can compromise Immutability. You can achieve same functionality by making member as non final but private and not modifying them except in constructor.

Report Error

View answer Workspace Report Error Discuss

3 3190
Q:

Which of the following is not a function of a Warehouse?

A) Ensuring Profit B) Stabilisation in price
C) Risk-bearing D) Storage
 
Answer & Explanation Answer: A) Ensuring Profit

Explanation:
Report Error

View Answer Report Error Discuss

1 3185
Q:

Which sentence contains both an adverb and a conjunction?

A) Adam crept silently up the stairs, but couldn't slow his heartbeat. B) The storm caused flooding as predicted.
C) Sneha was a kind person, but she hated people who spread rumors. D) Do you want the shrimp or the crab?
 
Answer & Explanation Answer: A) Adam crept silently up the stairs, but couldn't slow his heartbeat.

Explanation:

The sentence which contains both an adverb and a conjunction is "Adam crept silently up the stairs, but couldn't slow his heartbeat."

 

Here, Adverb - Silently and Conjunction - But.

Report Error

View Answer Report Error Discuss

5 3181
Q:

The process of collecting, organizing and analyzing data is called

A) Statistics B) Data collection
C) Probability D) Systematic evaluation
 
Answer & Explanation Answer: A) Statistics

Explanation:

The process of collecting, organizing and analyzing data is called Statistics.

Report Error

View Answer Report Error Discuss

0 3180
Q:

What type of Lipid is Estrogen?

A) phospholipid B) steroid
C) wax D) triglyceride
 
Answer & Explanation Answer: B) steroid

Explanation:

Estrogen is a group of steroid hormone that control the development and maintenance of an individuals feminine characteristics. Natural estrogen exists in men as well as women and are found in higher amounts in women Especially in those of reproductive age.

 

Estrogens are hormones which are responsible to the body functions of the female body system such as menstruation, development of the female body such as pubic hair, breasts and development of the proportions of the body.

 

Lipids act as best energy storage molecules as the cleavage of fatty acids produces both energy and metabolic water which is a main component in almost all lipids.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

1 3180
Q:

Website always has

A) Address B) Information
C) Attachments D) Images
 
Answer & Explanation Answer: A) Address

Explanation:

Website always has an address whether it has images, any information or any attchments in it or not but it must has an address. 

Website_always_has1551876614.jpg image

Report Error

View Answer Report Error Discuss

1 3178
Q:

What are Spring beans ?

Answer

The Spring Beans are Java Objects that form the backbone of a Spring application. They are instantiated, assembled, and managed by the Spring IoC container. These beans are created with the configuration metadata that is supplied to the container.
Beans defined in spring framework are singleton beans. There is an attribute in bean tag named "singleton" if specified true then bean becomes singleton and if set to false then the bean becomes a prototype bean. By default it is set to true. So, all the beans in spring framework are by default singleton beans.

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: Analyst , IT Trainer

4 3168
Q:

What is more useful when it is broken?

Answer

An Egg is more useful when it is broken than it is not.

Report Error

View answer Workspace Report Error Discuss

4 3162