Searching for "call"

Q:

A piece of icon or image on a web page associated with another webpage is called

A) url B) plugin
C) hyperlink D) none of the mentioned
 
Answer & Explanation Answer: C) hyperlink

Explanation:

In computing, a hyperlink, or simply a web link, is an icon or reference to data that links to another file or object that the reader can follow by clicking. The text which contains hyperlinks is called as hypertext.

 

A_piece_of_icon_or_image_on_a_web_page_associated_with_another_webpage_is_called1563599363.jpg image

Report Error

View Answer Report Error Discuss

Q:

The purchase of shares and bonds of Indian companies by Foreign Institutional Investors is called ?

A) FDI B) NRI Investment
C) Portfolio Investment D) Foreign Indirect Investment
 
Answer & Explanation Answer: D) Foreign Indirect Investment

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: CAT
Job Role: Bank Clerk , Bank PO

Q:

Leading communication app Truecaller has tied up with _________ to integrate the tech giant's video calling app Duo within the Truecaller app.

A) Infosys B) Facebook
C) TCS D) Google
 
Answer & Explanation Answer: D) Google

Explanation:

Leading communication app Truecaller has tied up with 'Google' to integrate the tech giant's video calling app Duo within the Truecaller app.

Report Error

View Answer Report Error Discuss

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

Q:

How can you avoid callback hells ?

Answer

There are lots of ways to solve the issue of callback hells:


1. Modularization: break callbacks into independent functions
2. Use a control flow library, like async
3. Use generators with Promises
4. Use async/await (note that it is only available in the latest v7 release and not in the LTS version)

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: Analyst , IT Trainer

Q:

What is an error-first callback ?

Answer

Error-first callbacks are used to pass errors and data as well. You have to pass the error as the first parameter, and it has to be checked to see if something went wrong. Additional arguments are used to pass data.


 


fs.readFile(filePath, function(err, data) {
if (err) {
// handle the error, the return is important here
// so execution stops here
return console.log(err)
}
// use the data object
console.log(data)
})

Report Error

View answer Workspace Report Error Discuss

Q:

The AIADMK IT Wing has launched the first-of-its-kind women safety application in Tamil Nadu. The app is called ___________.

A) Jayanit Rama B) Lalitan Linga
C) Ammanita Vihu D) Ammavin Aran
 
Answer & Explanation Answer: D) Ammavin Aran

Explanation:

The AIADMK IT Wing has launched the first-of-its-kind women safety application in Tamil Nadu. The app is called 'Ammavin Aran' meaning 'mother's fortress'.

Report Error

View Answer Report Error Discuss

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

Q:

Statement: If the retired professors of the same institutes are also invited to deliberate on restructuring of the organization, their contribution may be beneficial to the institute.

Course of action:
a) Management may seek option of the employees before calling retired professors.
b) Management should involve experienced people for the systematic restructuring of the organization.

A) Only a follows B) Neither a nor b follows
C) Both a & b follows D) Only b follows
 
Answer & Explanation Answer: D) Only b follows

Explanation:

Valuable suggestion from the retired professors will be helpful for restructuring of an organisation. Hence, management should involve such experienced people. Seeking permission from the employees is not the right course of action.

Report Error

View Answer Report Error Discuss

Filed Under: Statement and Courses of Action
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Bank Clerk , Bank PO

Q:

A girl counted in the following way on the fingers of her left hand : She started by calling the thumb 1, the index finger 2, middle finger 3, ring finger 4, little finger 5 and then reversed direction calling the ring finger 6, middle finger 7 and so on. She counted upto 1995. She ended counting on which finger ?

A) Thumb B) Index finger
C) Ring finger D) Middle finger
 
Answer & Explanation Answer: D) Middle finger

Explanation:

Clearly, while counting the numbers associated to the thumb will be 1,9,17,25,.........
i.e., numbers of the form (8n + 1 ).
where n=1,2,3...
Since 1994 = 249 × 8 + 2, so 1993 shall correspond to the thumb and 1994 to the index finger and 1995 to the middle finger.

Report Error

View Answer Report Error Discuss

Filed Under: Arithmetical Reasoning
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO