what are the pages in the Configure Assignment Groups component?
Assign criteria, components, records
Criteria, Assign Group, Components
Assign Group, Component Records, Criteria
None
Criteria for assignment is defined in which page of the Configure Assignment Groups component?
Assign criteria
Criteria
1 & b
For the Round Robin - Last Assigned definition, the timestamp on the territory definition is set to
1/1/1900
1/1/1950
1/2/1000
To measure how long a block of code runs, use the ABAP statement:
GET TIME
SET TIME FIELD
GET RUN TIME FIELD
SET CURSOR FIELD
Table T1 wants to ensure that the key field t1-fielda entered is valid against a field t2-fielda in table T2. Which is the foreign key table?
T1
T2
T3 from the dictionary
Cannot be determined
What J2EE technology would you typically use to replace PHP scripts?
Applets
JSP
JSP/Servlets
JSP/Servlets and EJBs
You would never replace PHP scripts with a J2EE technology
You need to interface your J2EE application with LDAP, which J2EE technology should you use?
DNS
JAF
Java Naming
JNDI
JNS
Which of the following is FALSE for RESTful WebServices?
You can access WebServices through Browser.
JAX-WS provides support for development of RESTful WebServices.
These WebServices can be consumed with help of AJAX
WebService Interface can be defined through a standard vocabulary.
On invoking a Web Service, you have received response XML. You need to process this XML document to update the details in the database.
JAXP
JAXR
UDDI
JSSE
An existing J2EE Application has following features: Uses a custom made MVC framework using Servlet as controller, JSP as view. JSP has a lot of scriptlet code. It also uses stateless session bean as a facade calling entity beans. You have been asked to migrate this application to a Java EE server. Which of the following technologies would you choose? Select two choices.
JSF
JCA
Java EE Entities
JMS