You are creating a resource definition called WEBAPP for a web-based application that requires an application called WEBVIP.
Both WEBVIP and WEBAPP are normally active on a single node, but may fail over if required to another cluster node in your eight-node cluster.
A second VIP application resource called APPSVIP exists, used by a second application resource called SECAPP.
WEBVIP and WEBAPP must start In the correct sequence.
Which two start dependencies would you use for the WEBAPP application resource definition?
A.
hard(SECAPP)
B.
pullup(SECAPP)
C.
pullup(WEBVIP)
D.
hard(WEBVIP)
E.
dispersion(WEBVIP)
F.
weak (WEBVIP)
Answer should be C,D.
http://docs.oracle.com/cd/E11882_01/rac.112/e16794/resatt.htm
hard([intermediate:][global:]{resource_name | type:resource_type})—Specify a hard start dependency for a resource when you want the resource to start only when a particular resource or resource of a particular type starts.
pullup[:always]([intermediate:][global:]{resource_name | type:resource_type})—When you specify the pullup start dependency for a resource, then this resource starts as a result of named resources starting.
I agree with You Rohit.
Answer should be C,D.