web technology Online Quiz - 90

web technology Online Quiz - 90

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Timeframes are used in

  1. Leads
  2. Opportunities
  3. Forecasts
  4. None
Question 2 Multiple Choice (Single Answer)

One of the options is not a typical forecast type

  1. Adjusted
  2. Confirmed
  3. Committed
  4. Closed
  5. Open
Question 3 Multiple Choice (Single Answer)

Forecast types can be found in which tab of the Opportunity component?

  1. Discover
  2. Assign
  3. Qualify
  4. Propose
Question 4 True/False

Revenue types are used to base the forecast totals on type of revenue

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

Revenue types can be found in which tab of the Opportunity component?

  1. Discover
  2. Assign
  3. Qualify
  4. Propose
Question 6 True/False

When a new employee is hired, the employee can be directly defined as a Sales User in the system.

  1. True
  2. False
Question 7 True/False

Permission lists are the intermediate objects that exists between Roles and Users.

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

Which page helps to identify the access information of a sales user?

  1. Visibility
  2. Sales user details
  3. 1 & 2
  4. None
Question 9 True/False

There can be more than one Sales Access Profile associated to a user.

  1. True
  2. False
Question 10 Multiple Choice (Single Answer)

The territories which the Sales user belongs to is identified using which page?

  1. Visibility
  2. Sales user details
  3. 1 & 2
  4. None
Question 11 True/False

Territory tree in the application is defined using Tree Manager link

  1. True
  2. False
Question 12 Multiple Choice (Single Answer)

Territory definition page specifies details about

  1. Assignment criteria
  2. Sales users
  3. a&b
  4. None
Question 13 Multiple Choice (Single Answer)

what are the pages in the Configure Assignment Groups component?

  1. Assign criteria, components, records
  2. Criteria, Assign Group, Components
  3. Assign Group, Component Records, Criteria
  4. None
Question 14 Multiple Choice (Single Answer)

Criteria for assignment is defined in which page of the Configure Assignment Groups component?

  1. Assign criteria
  2. Criteria
  3. 1 & b
  4. None
Question 15 Multiple Choice (Single Answer)

For the Round Robin - Last Assigned definition, the timestamp on the territory definition is set to

  1. 1/1/1900
  2. 1/1/1950
  3. 1/2/1000
  4. None
Question 16 Multiple Choice (Single Answer)

To measure how long a block of code runs, use the ABAP statement:

  1. GET TIME
  2. SET TIME FIELD
  3. GET RUN TIME FIELD
  4. SET CURSOR FIELD
Question 17 Multiple Choice (Single Answer)

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?

  1. T1
  2. T2
  3. T3 from the dictionary
  4. Cannot be determined
Question 18 Multiple Choice (Single Answer)

What J2EE technology would you typically use to replace PHP scripts?

  1. Applets
  2. JSP
  3. JSP/Servlets
  4. JSP/Servlets and EJBs
  5. You would never replace PHP scripts with a J2EE technology
Question 19 Multiple Choice (Single Answer)

You need to interface your J2EE application with LDAP, which J2EE technology should you use?

  1. DNS
  2. JAF
  3. Java Naming
  4. JNDI
  5. JNS
Question 20 Multiple Choice (Single Answer)

Which of the following is FALSE for RESTful WebServices?

  1. You can access WebServices through Browser.
  2. JAX-WS provides support for development of RESTful WebServices.
  3. These WebServices can be consumed with help of AJAX
  4. WebService Interface can be defined through a standard vocabulary.