Searching for "With"

Q:

Which one of the following began with the Dandi March ?

A) Civil disobedience Movement B) Quit India Movement
C) Non-Cooperation Movement D) Home rule Movement
 
Answer & Explanation Answer: A) Civil disobedience Movement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

Q:

The cultivation of crops in regions with an annual rainfall of 750mm is called as ____.

A) Wet Farming B) Intensive Farming
C) Rain Fed Farming D) Dry Land Farming
 
Answer & Explanation Answer: D) Dry Land Farming

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

Q:

The branch of agriculture science which deals with principles and practices of soil, water and crop management is called ______ ?

A) Agronomy B) Crop Farming
C) Horticulture D) Home Science
 
Answer & Explanation Answer: A) Agronomy

Explanation:

Agronomy deals with the methods which provide favourable environment to crop for higher productivity.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Job Role: Bank Clerk

Q:

What is the name of the service included with the Windows Server operating system that manages a centralized database containing user account and security information ?

A) Windows Directory B) Active Directory
C) Directory Plus D) None of the above
 
Answer & Explanation Answer: B) Active Directory

Explanation:

Active Directory (AD) is a centralized database that is included with the Windows Server operating system. Active Directory is used to store information about a network, such as user accounts, computers, printers, and security policies.

Report Error

View Answer Report Error Discuss

Q:

In the following pieces of code, B and D will compile without any error. True or false ?

A: StringBuffer sb1 = "abcd";

B: Boolean b = new Boolean("abcd");

C: byte b = 255;

D: int x = 0x1234;

E: float fl = 1.2;

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

Explanation:

The code segments B and D will compile without any error. A is not a valid way to construct a StringBuffer, you need to create a StringBuffer object using "new". B is a valid construction of a Boolean (any string other than "true" or "false" to the Boolean constructor will result in a Boolean with a value of "false"). C will fail to compile because the valid range for a byte is -128 to +127 (i.e., 8 bits, signed). D is correct, 0x1234 is the hexadecimal representation in java. E fails to compile because the compiler interprets 1.2 as a double being assigned to a float (down-casting), which is not valid. You either need an explicit cast, as in "(float)1.2" or "1.2f", to indicate a float.

Report Error

View Answer Workspace Report Error Discuss

Q:

Both Joyel and Susy share a Windows 10 tablet with different user accounts. Joyel needs to access some files in Susy’s Documents folder. How can he do this ?

A) Joyel can access the files only if he has administrative rights B) Susy must choose to make the Documents folder Public for Joyel to see them
C) Joyel can, by default, see and access the files in any Documents folder on this computer D) Joyel cannot access those files without Susy moving them to another folder
 
Answer & Explanation Answer: A) Joyel can access the files only if he has administrative rights

Explanation:
Report Error

View Answer Report Error Discuss

Q:

With which of the following was U. R. Rao who passed away at 85 is associated with ?

A) Scientist B) Poet
C) Politics D) Auther
 
Answer & Explanation Answer: A) Scientist

Explanation:

1. Eminent space scientist and former Indian Space Research Organisation (ISRO) Chairman Udupi Ramachandra Rao passed away due to age related ailments. He was 85.

2. He was currently serving as the chairman of the governing council of the Physical Research Laboratory in Ahmedabad. Rao served as the chairman of ISRO for 10 years from 1984-1994.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

Q:

Which planet experiences the volcano with the name of "Arsia Mon"  ?

A) Earth B) Mars
C) Jupiter D) None
 
Answer & Explanation Answer: B) Mars

Explanation:

Arsia Mons is among the three volcanos of the planet Mars. Arsia Mons is a shield volcano with a slow slope. Arsia Mons is thirty times in volumes of Mauna Loa in Hawaii, the largest volcano on Earth.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO