Searching for "By"

Q:

Who has been named as president for its India and SAARC operations by Tech giant Cisco ?

A) Sameer Garde B) Ravi Prakash
C) Vyas Garg D) Ravi Mittal
 
Answer & Explanation Answer: A) Sameer Garde

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

Q:

What do you mean by APM ?

Answer

APM is abbreviated as Advanced Power Management, which was developed by Microsoft and Intel as an API. This API is mainly utilised for power management, and is very useful especially to those using Windows on their laptops or desktops.

Report Error

View answer Workspace Report Error Discuss

Q:

 Former Minister Ashwani Kumar has been awarded as Order of Rising Sun by which country ?

A) India B) China
C) Iraq D) Japan
 
Answer & Explanation Answer: D) Japan

Explanation:
Report Error

View Answer Report Error Discuss

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

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:

A bus covers its journey at the speed of 80km/hr in 10hours. If the same distance is to be covered in 4 hours, by how much the speed of bus will have to increase ?

A) 85 km/hr B) 95 km/hr
C) 105 km/hr D) 120 km/hr
 
Answer & Explanation Answer: D) 120 km/hr

Explanation:

Initial speed = 80km/hr
Total distance = 80 x 10 = 800km
New speed = 800/4 =200km/hr
Increase in speed = 200 - 80 = 120km/hr

Report Error

View Answer Report Error Discuss

Filed Under: Time and Distance
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

Q:

The Essar group of companies has been promoted by  _____

A) Ambanis B) Kanorias
C) Ruias D) Goenkas
 
Answer & Explanation Answer: C) Ruias

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , CAT

Q:

What JSON framework is supported by iOS (iPhone OS) ?

Answer

  • SBJson framework is supported by iOS.

  • It is a JSON parser and generator for Objective-C (Objective-C is the primary programming language you use when writing software for OS X and iOS. It is a superset of the C-programming language and provides object-oriented capabilities and a dynamic runtime).

  • SBJson provides flexible API's and additional control that makes JSON handling easy.

Report Error

View answer Workspace Report Error Discuss

Q:

Which state become the second state to accept online applications by launching e-RTI portal  ?

A) Maharashtra B) Telangana
C) Haryana D) Delhi
 
Answer & Explanation Answer: D) Delhi

Explanation:


1. Filing an RTI application with the Delhi government is now just a click away. Delhi became the second state to launch e-RTI portal that will enable citizens to file online Right to Information (RTI). Maharashtra is the first state to launch the online RTI platform.

2. The portal launched recently will enable citizens to file RTI and seek information related to 172 departments of the Delhi government including the office of the CM and his ministers.

3. The e-RTI portal, which has been designed by the National Informatics Centre (NIC), includes filling of application, payment of fees and getting replies online.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk