Searching for "RAC"

Q:

Which Indian Pharmaceutical company has announced to acquire Roche's active, pharmaceutical ingredients business in Mexico? Rache is a well-known global pharmaceutical

A) Wockhardt B) Cipla
C) Dr Reddy's Lab D) Ranbaxy
 
Answer & Explanation Answer: C) Dr Reddy's Lab

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

Q:

In order to give impetus to agriculture which of the following states has launched Contract Farming Scheme?

A) Jammu & Kashmir B) Orissa
C) West Bengal D) Haryana
 
Answer & Explanation Answer: D) Haryana

Explanation:
Report Error

View Answer Report Error Discuss

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

Q:

You have started your own company based upon PMI methodologies and have been contracted by the government to develope a new interface for one of its computer applications. You develope a solution and win the bid for the contract but encounter problems at the end of the project when the customer says that you did not fullfill their needs. You are throughly shocked. What is your conclusion of the situation?

A) There are always more customers available B) If the customer is not satisfied, the project is not successful
C) Change control management was not effective D) The customer did not communicate very well
 
Answer & Explanation Answer: B) If the customer is not satisfied, the project is not successful

Explanation:

Answer A is incorrect because without satisfied customers, we do not have potential for new projects. Answer C is incorrect because the change control management process would have likely resolved this problem. Answer D is incorrect because it is the project manager's responsibility to seek communication with the customer to set realistic expectations.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

Q:

The triple constraints of Project Management are frequently discussed in other contextx such as marketing classes and a variety of other subjects. The interaction between _____, ______, and _______can be seen as a triangle, with the three sides impacting the others.

A) quality, resources, time B) money, resources, quality
C) scope, quality, planning D) time, scope, cost
 
Answer & Explanation Answer: D) time, scope, cost

Explanation:

Scope, quality, and cost are the triple constraints. Quality is a function of these three areas and can impact them; however it is not considered one of the components of the triple constraint. Therefore, Answer A, B, and C are incorect.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

Q:

Are best essay writing service reviews are legit?

There are many essay writing companies are launching day by day therefore it would be really difficult to determine which is the suitable writing services without getting scammed. Some stduents are going on the way of regional based writing services like essay writing service usa because its really simple to track them..but looking at the essay writing service reviews is the best way to find genuine writer for sure...you can get everything about the online writing professionals from the essay writing service reviews..what do you think about my points?

Answer

Are best essay writing service reviews are legit? This is a common question lots of students having while choosing an essay writing service...Yes, best essay writing service reviews is the right tool we can use to find genuine essay writing companies online...you will get everything detaisl on what you want to know about an essay writing company online...

Report Error

View answer Workspace Report Error Discuss

Q:

What is the difference between an Interface and an Abstract class ?

Answer

1.Main difference is methods of a Java interface are implicitly abstract and cannot have implementations. A Java abstract class can have instance methods that implements a default behavior.


2.Variables declared in a Java interface is by default final. An abstract class may contain non-final variables.


3.Members of a Java interface are public by default. A Java abstract class can have the usual flavors of class members like private, protected, etc..


4.Java interface should be implemented using keyword “implements”; A Java abstract class should be extended using keyword “extends”.


5.An interface can extend another Java interface only, an abstract class can extend another Java class and implement multiple Java interfaces.


6.A Java class can implement multiple interfaces but it can extend only one abstract class.


7.Interface is absolutely abstract and cannot be instantiated; A Java abstract class also cannot be instantiated, but can be invoked if a main() exists.


8.In comparison with java abstract classes, java interfaces are slow as it requires extra indirection.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

When should I use abstract classes and when should I use interfaces?

Answer

Use Interfaces when…


- You see that something in your design will change frequently.


- If various implementations only share method signatures then it is better to use Interfaces.


- You need some classes to use some methods which you don't want to be included in the class, then you go for the interface, which makes it easy to just implement and make use of the methods defined in the interface.


 


Use Abstract Class when…


- If various implementations are of the same kind and use common behavior or status then abstract class is better to use.


- When you want to provide a generalized form of abstraction and leave the implementation task with the inheriting subclass.


- Abstract classes are an excellent way to create planned inheritance hierarchies. They're also a good choice for nonleaf classes in class hierarchies.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

Two pipes A and B can fill a tank in 24 hours and 1717 hours respectively. Harihar opened the pipes A and B to fill an empty tank and some times later he closed the taps A and B , when the tank was supposed to be full. After that it was found that the tank was emptied in 2.5 hours because an outlet pipe "C" connected to the tank was open from the beginning. If Harihar closed the pipe C instead of closing pipes A and B the remaining tank would have been filled in :

A) 2 hours B) 8 hours
C) 6 hours D) 4 hours
 
Answer & Explanation Answer: B) 8 hours

Explanation:

Efficiency of Inlet pipe A = 4.16%       10024 

 

Efficiency of Inlet pipe B = 5.83%      1001717  

 

Therefore, Efficiency of A and B together = 100 %   

 

Now, if the efficiency of outlet pipe be x% then in 10 hours the capacity of tank which will be filled = 10 *  (10 - x)

 

Now, since this amount of water is being emptied by 'C' at x% per hour, then

 

 10x10-xx=2.5 hrs 

 => x = 8 

 

Therefore, in 10 hours 20% tank is filled only. Hence, the remaining 80% of the  capacity will be filled by pipes A and B  in 80/10 = 8 hours 

Report Error

View Answer Report Error Discuss

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