platforms and products Online Quiz - 92

platforms and products Online Quiz - 92

20 Questions Published

Questions

Question 1 True/False

Oracle is not the only enterprise application software company to provide a prepackaged loyalty solution.

  1. True
  2. False
Question 2 True/False

Refresh Forecast functionality works as high as five levels up the hierarchy of managers

  1. True
  2. False
Question 3 True/False

When setting up the properties for Word integration, the value that must be entered is the DNS named entry of the Siebel Server.

  1. True
  2. False
Question 4 True/False

An alignment can have an activation date in the past, present, or future.

  1. True
  2. False
Question 5 True/False

Task Based User Interface guides agent through dynamic screens according to tasks that they need to complete.

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

Shortcut keys to collapse all the outlines to definition.

  1. CTRL + M, CTRL + P
  2. CTRL + O, CTRL + M
  3. CTRL + M, CTRL + O
  4. CTRL + M, CTRL + K
Question 7 Multiple Choice (Single Answer)

Shortcut keys to expand all the outline definitions.

  1. CTRL + M, CTRL + P
  2. CTRL + M, CTRL + O
  3. CTRL + O, CTRL + P
  4. CTRL + P, CTRL + P
Question 8 Multiple Choice (Single Answer)

Shortcut to bring intellisense window in the coding page.

  1. CTRL + HOME
  2. CTRL + SPACE
  3. CTRL + END
  4. CTRL + INSERT
Question 9 Multiple Choice (Single Answer)

Shortcut to insert breakpoint in the cursor position.

  1. F10
  2. F7
  3. F9
  4. F8
Question 10 Multiple Choice (Single Answer)

Shortcut key to go to Immediate window while debugging.

  1. CTRL + ALT + I
  2. CTRL + I
  3. ALT + I
  4. ALT + CTRL + D
Question 11 Multiple Choice (Single Answer)

Shortcut to restart the application while debugging.

  1. ALT + F5
  2. CTRL + SHIFT + F5
  3. SHIFT + F5
  4. F5
Question 12 Multiple Choice (Single Answer)

What are the features available for the developer in Eclipse Java Based IDE

  1. Language aware editor
  2. Incremental build
  3. Integrated debugging
  4. All of the above
Question 13 Multiple Choice (Single Answer)

Select the correct option:

  1. Eclipse is a Plugin
  2. Eclipse is a shareware
  3. Eclipse is an Open source framework
  4. None of these
Question 14 Multiple Choice (Single Answer)

Which of the following features are not supported by Eclipse

  1. Build automation using Ant Script
  2. Integrating J2EE Application servers
  3. Plug-in development by the user
  4. Can be used as a J2EE application server
Question 15 Multiple Choice (Single Answer)

What is an Eclipse workspace

  1. A directory to store Eclipse specific initializations
  2. A directory which contains all the projects the user is currently working on.
  3. A file containing Eclipse initialization settings.
  4. None of these
Question 16 Multiple Choice (Single Answer)

Editors can be used

  1. Only after one new project is created or existing project is opened
  2. We don’t need any existing or new project to use the editors
  3. Only after all the existing projects are closed
  4. None of these
Question 17 Multiple Choice (Single Answer)

What are all the utilities available to the user while debugging a source file in Eclipse?

  1. Only inspecting the code.
  2. Watching the values of variables and expressions.
  3. Step by step debugging.
  4. All of the above
Question 18 Multiple Choice (Single Answer)

How can we back-trace a calling method?

  1. Highlight the method and select References > Workspace option in the search drop-down
  2. Possible only when we have MyEclipse plug-in
  3. N/A in Eclipse
  4. None of these
Question 19 Multiple Choice (Single Answer)

What is the content of .mymetadata file?

  1. It defines MyEclipse-specific information such as the location of the web-root folder and other important details required by MyEclipse web tools for their proper operation.
  2. It is an optional file and may contain some project related information.
  3. It is an empty folder to cache information.
  4. None of these
Question 20 Multiple Choice (Single Answer)

The optional .myeclipse folder in an Web Application in MyEclipse can be used for

  1. As transient work area for storing temporary data such as compiled JSPs.
  2. It must contain the web.xml file
  3. It contains deployment specific details
  4. All of the above