You are on page 1of 6

C_JA320_70_Sample Questions What methods of an entity bean with container-managed persistence can be called using the bean's home

interface? There is more than one correct answer to this question. Select which of the following answers are true and which are false. True O X X X O False X O O O X Business methods Create methods Finder methods Home methods Select methods

2: Which of the following statements about Java Message Service (JMS) queues and JMS topics are correct? There is more than one correct answer to this question. Select which of the following answers are true and which are false. True X O X O O False O X O X X Queues are always durable. Topics are always durable. Topics are by default non-durable, but you may set up durable subscription. Queues are by default non-durable, but you may set up durable subscription. Topics are by default durable, but you may set up subscription of type non-durable.

Queues are by default durable, but you may set up subscription of type non-durable.

3: Which of the following statements about Web services are correct? There is more than one correct answer to this question. Select which of the following answers are true and which are false. True X False O The entities created by the Web service creation wizard can be edited by the developer to adapt the default settings. J2EE security roles can be used to secure Web service methods. The transport protocol used for Web service calls (http or https) is assigned within the Web service definition. Web services only support basic user and password authentication. There is no support for client certificates.

X O O

O X X

4: Which of the following statements about the SAP Enterprise Connector are correct? There is more than one correct answer to this question. Select which of the following answers are true and which are false. True O X False X O The SAP Enterprise Connector can only be used in J2EE applications. The SAP Enterprise Connector uses the Remote

Function Call (RFC) protocol for communication between Java and ABAP. X O O X The SAP Enterprise Connector supports connection pooling. The proxies generated by the SAP Enterprise Connector are adapted automatically at runtime if the interface of the corresponding function module has changed.

5: Assume you are using the JCo RFC Provider service to set up ABAP to Java communication and you are calling a function module with name "MY_FUNCTION_MODULE" from the ABAP side. The JCo RFC Provider service looks for an enterprise bean to handle this call. How is this specific bean identified by the JCo RFC Provider service? Please choose the correct answer. O The JCo RFC Provider service looks for an enterprise bean whose EJB name (as specified in ejb-jar.xml) is "MY_FUNCTION_MODULE". The JCo RFC Provider service looks for an enterprise bean whose bean class has the name "MY_FUNCTION_MODULE". The JCo RFC Provider service looks for an enterprise bean whose JNDI name is "MY_FUNCTION_MODULE". The JCo RFC Provider service looks for an enterprise bean whose remote component interface has the name "MY_FUNCTION_MODULE". The JCo RFC Provider service looks for an enterprise bean whose remote home interface has the name "MY_FUNCTION_MODULE".

6: Which of the following statements about the JDO implementation of SAP NetWeaver Application Server Java are correct? There is more than one correct answer to this question. Select which of the following answers are true and which are false. True O False X To be able to use JDO on SAP NetWeaver Application Server Java, the tables to be accessed must be maintained in the Java Dictionary. The JDO implementation of SAP NetWeaver Application Server Java does not support bidirectional relationships between persistence-papable classes. For every Persistence-Capable class, you must provide metadata in XML format which describes the mapping of the class to the database. When using the SAP JDO Enhancer, the byte code of the Persistence-Capable classes is modified.

7: Which of the following statements about the enqueue server are correct? There is more than one correct answer to this question. Select which of the following answers are true and which are false. True O X X False X O O Using the enqueue server, API Java applications can explicitly set and release locks on the database. The enqueue server can be found on the Central Services instance in a Java system. Every Java system has exactly one enqueue server.

If a Java cluster has multiple instances and SAP Web dispatcher is used for load balancing between these instances, the enqueue server will deliver the system information needed for load balancing to SAP Web dispatcher.

8: To restrict access to a development component, access control lists (ACLs) can be created. Which of the following statements about ACLs are correct? There is more than one correct answer to this question. Select which of the following answers are true and which are false. True X X False O O Each public part defined on a development component has its own ACL. Each development component has an ACL that controls the development components that can set a use dependency on it. If no ACL is set, all development components can create use dependencies. To grant access to all development components, the wildcard "*" must be added to the ACL. To all development components which are added to an ACL access is denied.

X O O

O X X

9: JavaServer Pages (JSPs) can use directives to define global information that influences the translation and execution process of a JSP. Which of the following are JSP directives?

There is more than one correct answer to this question. Select which of the following answers are true and which are false. True X X O O O O False O O X X X X Include Page Exclude import Taglibrary Forward

10: Let's assume you add a Web Dynpro custom controller to the list of required controllers for another Web Dynpro controller within the same component. Which parts of the custom controller are then visible to the other Web Dynpro controller? There is more than one correct answer to this question. Select which of the following answers are true and which are false. True O X X X O False X O O O X Hook methods Events Instance methods Context Member variables and methods created between the //@@begin others and //@@end comment markers

You might also like