Searching for "With"

Q:

When a debtor owes several debts to a banker and makes a payment, the right of appropriation lies with

A) The Court B) The Banker
C) The Debtor D) All the above
 
Answer & Explanation Answer: C) The Debtor

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Bank Interview
Exam Prep: Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

Q:

What is a word made up of 4 letters, yet is also made up of 3. Everything is written with 9 letters, and then with 4. Rarely consists of 6, and never is written with 5.

Answer

The Riddle itself has the Answers.


What is a 4 letter word


Yet is written in 3 letters


Everything is written with 9 letters


Then with 4 letters


Rarely has 6 letters


Never is written in 5 letters.

Report Error

View answer Workspace Report Error Discuss

Q:

"Confederation Cup" is associated with which of the following game?

A) Hockey B) Badminton
C) Chess D) Football
 
Answer & Explanation Answer: D) Football

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank PO

Q:

Manisha went to shop with certain amount, with which she can buy 50 Chacobar or 40 Fivestar. She uses 10% amount for petrol and out of the remaining balance, she purchases 20 Fivestar and some Chacobar. Find the number of Chacobar she can buy?

A) 20 B) 24
C) 26 D) 28
 
Answer & Explanation Answer: A) 20

Explanation:

Let the total amount be 200 {L.C.M of 40 and 50}

Chacobar C.P. = 200/50 = 4

Fivestar C.P = 200/40 = 5

Remaining Money after petrol = [200 - 200×10%] = 180

Remaining money after buying fivestars = [180 - 20×5] = 80

So number of Chacobar she can buy = 80/4 = 20

Report Error

View Answer Report Error Discuss

Q:

What is 15 of 80 with simple method and examples?

A) 12.5% B) 18.75%
C) 16.55% D) 17.80%
 
Answer & Explanation Answer: B) 18.75%

Explanation:

Given that to find 15 of 80

=> What % of 80 is 15

Let it be 'p'

=> p% of 80 = 15

=> p x 80100 = 15p = 15 x 10080p = 150080 = 18.75

 

Therefore, 15 is 18.75% of 80 => 18.75% of 80 = 15

 

Example::

Now, in the similar way we can find 15% of 80 =?

=> 15x80/100 = p

=> p = 4 x 3 = 12

 

Therefore, 15% of 80 = 12

Report Error

View Answer Report Error Discuss

Filed Under: Percentage
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

Q:

Grey Revolution is associated with

A) Cotton B) Fruits
C) Fertilizers D) Oil seeds
 
Answer & Explanation Answer: C) Fertilizers

Explanation:

Grey Revolution is associated with Fertilizers.

 

      • Cotton - Silver fiber Revolution

 

      • Fruits - Golden Revolution

 

      • Oil seeds - Yellow Revolution
Report Error

View Answer Report Error Discuss

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

Q:

The new product development process usually starts with

A) idea generation B) market strategy development
C) concept development D) idea screening
 
Answer & Explanation Answer: A) idea generation

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales
Exam Prep: CAT
Job Role: Analyst

Q:

Which dml command is used in conjunction with @@identity?

A) INSERT and UPDATE B) UPDATE and DELETE
C) SCOPE_IDENTITY and IDENT_CURRENT D) Commit and rollback
 
Answer & Explanation Answer: C) SCOPE_IDENTITY and IDENT_CURRENT

Explanation:

Using automatically incrementing IDENTITY columns is very popular with database developers. You don’t need to explicitly calculate unique surrogate keys when inserting new data, the IDENTITY column functionality does that for you. The IDENTITY feature also allows you to specify useful Seed and Increment properties. When you use an INSERT statement to insert data into a table with an IDENTITY column defined, SQL Server will generate a new IDENTITY value.

 

You can use the @@IDENTITY variable and the SCOPE_IDENTITY and IDENT_CURRENT functions to return the last IDENTITY value that has been generated by SQL Server. This is very useful when you need to return the key for the row that has just been inserted, back to the caller.

Report Error

View Answer Report Error Discuss