Searching for "L"

Q:

How many degrees will the minute hand move, in the same time in which the second hand move 5400 ?

A) 90 degrees B) 85 degrees
C) 60 degrees D) 45 degrees
 
Answer & Explanation Answer: A) 90 degrees

Explanation:

Minute hand covers 5400/60 = 90°

Report Error

View Answer Report Error Discuss

Filed Under: Clocks
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

Q:

What is the name of the NASA woman astronaut who on 24 April 2017 broke the record for cumulative time spent in space by a U.S. astronaut ?

A) Jeff Williams B) Sunitha Williams
C) Sally Ride D) Peggy Whitson
 
Answer & Explanation Answer: D) Peggy Whitson

Explanation:

Peggy Whitson on 24 April 2017 broke the record for most days spent in space (cumulatively) by a US astronaut. She broke the previous record set by Jeff Williams who had spent a total of 534 days in space.

– Whitson has been currently living and working aboard the International Space Station (ISS), for which she was launched in November 2016 using a Russian Soyuz capsule. At the time of her launch, she had already accumulated 377 total days in space.

– Her mission was recently extended for an additional three months. Now when she will return from ISS in September 2017, she would have accumulated more than 600 days in space.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams , CAT

Q:

Explain about services in Angular.js ?

Answer

In angular.js services are the singleton objects or functions that are used for carrying out specific tasks.
It holds some business logic and these function can be called as controllers, directive, filters and so on.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

Q:

What is PHP’s configuration file called ?

Answer

PHP’s configuration file is called php.ini.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

Q:

Explain soundex() and metaphone() ?

Answer

soundex()
The soundex() function calculates the soundex key of a string. A soundex key is a four character long alphanumeric string that represent English pronunciation of a word. he soundex() function can be used for spelling applications.
< ?php
$str = "hello";
echo soundex($str);
? >


metaphone()
The metaphone() function calculates the metaphone key of a string. A metaphone key represents how a string sounds if said by an English speaking person. The metaphone() function can be used for spelling applications.
< ?php
echo metaphone("world");
? >

Report Error

View answer Workspace Report Error Discuss

Q:

Read each sentence to find out whether there is any grammatical error in it. The error, if any, will be in one part of the sentence.

In which part of the sentence there is an error ?

A) He is B) Not agreeing
C) To me. D) No error
 
Answer & Explanation Answer: C) To me.

Explanation:

Replace 'to' by 'with'.

Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

Q:

A sold an article to B at 40% profit and B sold it to C at 50% profit, then what will be profit percent with respect to A ?

A) 97 % B) 110 %
C) 135 % D) 115 %
 
Answer & Explanation Answer: B) 110 %

Explanation:

% Profit with respect to A = 40 + 50 + (40 x 50)/100 = 90 + 20 = 110 %.

Report Error

View Answer Report Error Discuss

Filed Under: Profit and Loss
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

Q:

A boat takes 19 hours for travelling downstream from point A to point B and coming back to a point C which is at midway between A and B. If the velocity of the stream is 4 kmph and the speed of the boat in still water is 14 kmph, what is the distance between A and B ? 

A) 180 km B) 160 km
C) 140 km D) 120 km
 
Answer & Explanation Answer: A) 180 km

Explanation:

Speed in downstream = (14 + 4) km/hr = 18 km/hr;

Speed in upstream = (14 – 4) km/hr = 10 km/hr.

Let the distance between A and B be x km. Then,

x/18 + (x/2)/10 = 19 ⇔ x/18 + x/20 = 19 ⇒ x = 180 km.

Report Error

View Answer Report Error Discuss

Filed Under: Boats and Streams
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO