web technology Online Quiz - 90
web technology Online Quiz - 90
Questions
Timeframes are used in
- Leads
- Opportunities
- Forecasts
- None
One of the options is not a typical forecast type
- Adjusted
- Confirmed
- Committed
- Closed
- Open
Forecast types can be found in which tab of the Opportunity component?
- Discover
- Assign
- Qualify
- Propose
Revenue types are used to base the forecast totals on type of revenue
- True
- False
Revenue types can be found in which tab of the Opportunity component?
- Discover
- Assign
- Qualify
- Propose
When a new employee is hired, the employee can be directly defined as a Sales User in the system.
- True
- False
Permission lists are the intermediate objects that exists between Roles and Users.
- True
- False
Which page helps to identify the access information of a sales user?
- Visibility
- Sales user details
- 1 & 2
- None
There can be more than one Sales Access Profile associated to a user.
- True
- False
The territories which the Sales user belongs to is identified using which page?
- Visibility
- Sales user details
- 1 & 2
- None
Territory tree in the application is defined using Tree Manager link
- True
- False
Territory definition page specifies details about
- Assignment criteria
- Sales users
- a&b
- None
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
- None
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
- None
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.