0

platforms and products Online Quiz - 92

Description: platforms and products Online Quiz - 92
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

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

  1. True

  2. False


Correct Option: B

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

  1. True

  2. False


Correct Option: B

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


Correct Option: B

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

  1. True

  2. False


Correct Option: A

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

  1. True

  2. False


Correct Option: A

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


Correct Option: C

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


Correct Option: A

Shortcut to bring intellisense window in the coding page.

  1. CTRL + HOME

  2. CTRL + SPACE

  3. CTRL + END

  4. CTRL + INSERT


Correct Option: B

Shortcut to insert breakpoint in the cursor position.

  1. F10

  2. F7

  3. F9

  4. F8


Correct Option: C

Shortcut key to go to Immediate window while debugging.

  1. CTRL + ALT + I

  2. CTRL + I

  3. ALT + I

  4. ALT + CTRL + D


Correct Option: C

Shortcut to restart the application while debugging.

  1. ALT + F5

  2. CTRL + SHIFT + F5

  3. SHIFT + F5

  4. F5


Correct Option: B

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


Correct Option: D

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


Correct Option: C
  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


Correct Option: D

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


Correct Option: A

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


Correct Option: A

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


Correct Option: D

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


Correct Option: A

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


Correct Option: A

AI Explanation

To answer this question, you need to understand the purpose of the .mymetadata file in MyEclipse.

Option A) 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.

This option is correct. The .mymetadata file in MyEclipse is used to store MyEclipse-specific information about a project. It contains details such as the location of the web-root folder, which is important for the proper operation of MyEclipse web tools.

Option B) It is an optional file and may contain some project related information.

This option is incorrect. The .mymetadata file is not optional, and it is specifically used for MyEclipse-specific information, as mentioned in option A.

Option C) It is an empty folder to cache information.

This option is incorrect. The .mymetadata file is not an empty folder, but a file that stores metadata information.

Option D) None of these.

This option is incorrect. Option A is the correct answer.

The correct answer is A) 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.

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


Correct Option: A
- Hide questions