1Z0-434 | A Review Of Practical 1Z0-434 examcollection


Q41. Oracle Adapters are deployed to the Oracle SOA Suite server. 

Which three SOA Suite components can use Oracle Adapters? 

A. BPEL Process 

B. Mediator 

C. Proxy Service 

D. Human Workflow 

E. Business Rule 

Answer: A,D,E 

Q42. You expand a business rule component that a colleague added to the BPEL process.You see an Assign element namedFacts_To_Rule_Services. 

Which statement is true about this assign element? 

A. It was added automatically based on entries that your colleague made in the dialog box that appeared when the business rule component was added to the BPEL model. 

B. Your colleague manually added this Assign element after adding the business rule component to the BPEL model. 

C. The Assign element was automatically added when your colleague manually added the correspondingRule_Service_To_FactsAssign to the BPEL model. 

D. You can delete this Assign because it was created for documentation purposes only. 

Answer:

Q43. Which two statements are true about the defined Oracle JMS Adapter outbound connection? 

A. It supports connections to JMS distributed queues. 

B. It uses default credentials when connecting to the remote JMS provider. 

C. It supports zero message loss via distributed transactions. 

D. It requires the JMS consumer to explicitly commit transactions. 

Answer: A,B 

Reference: 

http://docs.oracle.com/cd/E23943_01/web.1111/e15493/prog_details.htm 

Q44. When more than one policy is attached to a policy subject, the combination of policies needs to be valid. 

Which statement is true about the valid combination of policies for a policy subject? 

A. Only one MTOM policy can be attached to a policy subject. 

B. More than one Reliable Messaging policy can be attached to a policy subject. 

C. You cannot have both a Reliable Messaging policy and a WS-Addressing policy attached to the same policy subject 

D. Only one security policy can be attached to a policy subject 

Answer:

Q45. Which two are valid use cases for a business service? 

A. load balancing XML messages between multiple service endpoints using different transports 

B. load balancing SOAP messages between multiple service endpoints addressed by different URLs 

C. load balancing MFL messages between multiple service endpoints based on server load 

D. routing a Java message to a JMS error queue after three failed load-balancing attempts 

Answer: C,D 

Reference: 

http://docs.oracle.com/cd/E23943_01/admin.1111/e15867/configuringandusingservices.htm 

Q46. Which statement is true about how BPELProcess Manager handles the For Each activity? 

A. The counter variable of the For Each activity is global, so any change to it in the enclosed scope activity is retained and that change can impact the next iteration. 

B. The For Each activity executes a contained scope activity N times, where N is the final counter value minus the starting counter value. 

C. The For Each activity waits for the execution to finish for all the branches specified when the completion condition is specified and evaluated to true. 

D. The counter variable of a For Each activity is local to the enclosed scope activity, so a change to it outside the scope of the For Each, does not impact the next iteration. 

Answer:

Reference: 

http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_parallel.htm 

Q47. Which statement is correct about how if-then rules are processed during an inferencing session? 

A. Rules are evaluated in the order in which they were added to the ruleset. 

B. A particular rule can be fired only once in an inferencing session. 

C. The effective date set for a rule can take it out of consideration for evaluation. 

D. A priority setting of 1 will cause the rule to fire during each inferencing session. 

E. Rules with multiple IF conditions receive higher priority during evaluation. 

Answer:

Q48. Which statement is false about debugging SOA composites? 

A. You can run the debugger in Oracle Enterprise Manager Fusion Middleware Control. 

B. You can debug on local as well as on remote servers. 

C. Breakpoints are the intentional pausing locations in a SOA composite application that you set for debugging purposes. 

D. If the composite is not already deployed in the current JDeveloper session, then JDeveloper will redeploy it. 

Answer:

Reference: 

https://docs.oracle.com/middleware/1213/soasuite/develop-soa/soa-debugger-jdev.htm 

Q49. You have a situation where a collection of rules might provide a flexible way of externalizing logic in an application. 

Which two are accurate considerations to assess when you decide to use a decision table or if-then rules? 

A. The decision table’s spreadsheet metaphor is compact and familiar to end users. 

B. Decision tables can use globals whereas if-then rules cannot. 

C. The logic will likely require more rules if expressed as a decision table. 

D. Unlike with a decision table, an Expression Builder is provided for if-then rules to help you craft condition expressions. 

E. Built-in error prevention features for decision tables can help you build more complete and accurate rules. 

Answer: B,D 

Reference: 

https://docs.oracle.com/middleware/1213/bpm/rules-user/rules_start.htm 

Q50. Which tool would you use to enable more detailed logging of SOA components? 

A. WebLogic Console 

B. Enterprise Manager 

C. BPM Workspace 

D. WebLogic Diagnostics Framework (WLDF) 

Answer: