platforms and products Online Quiz - 92
platforms and products Online Quiz - 92
Questions
Oracle is not the only enterprise application software company to provide a prepackaged loyalty solution.
- True
- False
Refresh Forecast functionality works as high as five levels up the hierarchy of managers
- 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.
- True
- False
An alignment can have an activation date in the past, present, or future.
- True
- False
Task Based User Interface guides agent through dynamic screens according to tasks that they need to complete.
- True
- False
Shortcut keys to collapse all the outlines to definition.
- CTRL + M, CTRL + P
- CTRL + O, CTRL + M
- CTRL + M, CTRL + O
- CTRL + M, CTRL + K
Shortcut keys to expand all the outline definitions.
- CTRL + M, CTRL + P
- CTRL + M, CTRL + O
- CTRL + O, CTRL + P
- CTRL + P, CTRL + P
Shortcut to bring intellisense window in the coding page.
- CTRL + HOME
- CTRL + SPACE
- CTRL + END
- CTRL + INSERT
Shortcut to insert breakpoint in the cursor position.
- F10
- F7
- F9
- F8
Shortcut key to go to Immediate window while debugging.
- CTRL + ALT + I
- CTRL + I
- ALT + I
- ALT + CTRL + D
Shortcut to restart the application while debugging.
- ALT + F5
- CTRL + SHIFT + F5
- SHIFT + F5
- F5
What are the features available for the developer in Eclipse Java Based IDE
- Language aware editor
- Incremental build
- Integrated debugging
- All of the above
Select the correct option:
- Eclipse is a Plugin
- Eclipse is a shareware
- Eclipse is an Open source framework
- None of these
Which of the following features are not supported by Eclipse
- Build automation using Ant Script
- Integrating J2EE Application servers
- Plug-in development by the user
- Can be used as a J2EE application server
What is an Eclipse workspace
- A directory to store Eclipse specific initializations
- A directory which contains all the projects the user is currently working on.
- A file containing Eclipse initialization settings.
- None of these
Editors can be used
- Only after one new project is created or existing project is opened
- We don’t need any existing or new project to use the editors
- Only after all the existing projects are closed
- None of these
What are all the utilities available to the user while debugging a source file in Eclipse?
- Only inspecting the code.
- Watching the values of variables and expressions.
- Step by step debugging.
- All of the above
How can we back-trace a calling method?
- Highlight the method and select References > Workspace option in the search drop-down
- Possible only when we have MyEclipse plug-in
- N/A in Eclipse
- None of these
What is the content of .mymetadata file?
- 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.
- It is an optional file and may contain some project related information.
- It is an empty folder to cache information.
- None of these
The optional .myeclipse folder in an Web Application in MyEclipse can be used for
- As transient work area for storing temporary data such as compiled JSPs.
- It must contain the web.xml file
- It contains deployment specific details
- All of the above