Which three statements are true about WebLogic clusters?
A.
Clusters provide clients with transparent failover.
B.
EJB applications can be targeted to entire cluster.
C.
Allcluster members must bindto the same port number.
D.
Cluster members replicate application data by using heartbeats.
E.
Cluster members can be associated with one or moredomains.
F.
Web applicationsrequire a proxy in order to be used in a cluster.
A,B & F is the correct answer.
Correct Answer A,B & F
I think A,B & D . Can any one correct confirm here?
Answers : A/ B/ F/ also
I think its A B C
A & B are 100 % correct & C looks good when I did a google search
A. Clusters provide clients with transparent failover.
B. EJB applications can be targeted to entire cluster.
C. All cluster members must bind to the same port number.
D & E are 100 % False & F is optional
D is Not True as They Communicate using “heartbeat” not replicate
A,B,F
If cluster members should bind to the same port number, than dynamic clusters couldn’t be configured using incremental port number.
I have some concerns here.
D and E are false, for sure.
C… well, if all the cluster members bind to the same port we will probably get erros of address in use.
F) Applications does not REQUIRE a proxy. It”s optional.
Even with F beign optional i will go with A, B and F.
ABF