Weblogic Portal Interview Questions



hese are some of the portal questions.. plz have a look..

1. Which process or processes are executed when WebLogic is started?

A. weblogic.exe
B. weblogic.Server
C. weblogic.bin
D. weblogic.Server and a web server process
E. weblogic.Server and a EJB container process

2. Which defines the servers contained in a cluster?

A. machine
B. application deployment descriptor file
C. cluster deployment descriptor file
D. node manager properties file
E. domain

3.Which is used to package a Workshop Application?

A. a JAR
B. a WAR
C. an EJB
D. an EAR
E. a Project

4.Which Portal element defines the collection of services in a portal?

A. a desktop
B. a book
C. a page
D. a portlet
E. a layout

5.Which Portal tool is used to configure a desktop?

A. the Workshop IDE
B. the Admin console
C. the Builder tool
D. the Admin Portal
E. the Configuration Wizard

6.Which Portal element displays portlets?

A. a book
B. a desktop
C. a portlet
D. a page
E. a layout

7.Which Portal element controls menus?

A. a book
B. a page
C. a desktop
D. a portlet
E. a layout

8.From which project type are Portal projects derived?

A. EJB projects
B. Web projects
C. Java projects
D. Portlet projects
E. data projects

9.Which is the first item to be added to a portal project when creating a portal application?

A. a portal
B. a portlet
C. a page
D. a desktop
E. a placeholder

10.Which project type is automatically created when a portal project is created?

A. EJB
B. java
C. web service
D. control
E. data

11.Which controls the layout positioning of elements?

A. placeholders
B. portlets
C. pages
D. segments
E. menus

12.Which element frames a portlet?

A. segment
B. menus
C. book
D. placeholder
E. layout

13.For which is a backing file often used?

A. perform authentication
B. back-up a portal context
C. load resources into the JNDI
D. initialize a database connection
E. manage anonymous user profiles

14.Which element directly wraps a portal?

A. desktop
B. layout
C. placeholder
D. shell
E. application

15.To customize the skeleton of a portal, which type of resource would need to be created?

A. JavaScript
B. JSP
C. CSS
D. control
E. XML

16.To customize the skin of a portal, which type of resource would be created?

A. JavaScript script
B. CSS file
C. JSP page
D. control file
E. XML file

17.Which is used for providing the context for implementing layouts?

A. JavaScript script
B. global application
C. skeleton file
D. control file
E. XML file

18.Which is used to define a shell?

A. a JavaScript script
B. a global application

C. a control file
D. a skeleton file
E. an XML file

19.Which includes Custom CSS and JavaScript resources?

A. skeleton.properties file
B. web.xml file
C. skin.properties file
D. weblogic.xml file
E. wlw-manifest.xml file

20.Which window contains the editable style classes?

A. Property Editor
B. Document Structure
C. LAF editor
D. Palette
E. Data Palette

21.Which mechanism provides access to overriding style definitions?

A. Property Editor
B. Document Structure
C. skin.properties file
D. Palette
E. control window

22.Which, along with a .layout file and a .html.txt file, is used to define a custom layout?

A. CSS
B. custom JavaScript
C. .laf file
D. custom JSP code
E. custom control

23.A JPF file corresponds to which architectural component?

A. model
B. view
C. controller
D. control
E. action

24.The Java objects of which type specify JPF navigation behavior?

A. Action
B. Forward
C. Netuix
D. Route
E. PageRoute

25.A JSP can invoke an action in a JPF with which JSP tag?

A. NetUI:Base
B. NetUI:Connect
C. NetUI:Anchor
D. NetUI:Forward
E. NetUI:Route

26.Which syntactic element combination is used to access data in a NetUI tag?

A. /**@context.variable*/
B. {context.variable}
C. <%= context.variable %>
D.
E. this.getData(context.variable);

27.If JPF variables are stored as session attributes, how do Portal applications prevent namespace collisions among portlets sharing one session context?

A. portlet attributes are not accessible in a shared session
B. portlet attributes are written to unique records in a database
C. the unique name of each portlet is prefixed to that portlet's attributes names
D. a unique session ID is generated and prefixed to a portlet's attribute names
E. portlet attributes are written to unique records in the server's pstore directory

28.In which two ways do Java portlets differ from JPF portlets? Choose two.

A. custom look and feel properties cannot be applied to them
B. they cannot be assembled graphically in Workshop
C. they cannot use controls
D. they are not portable to other portal servers
E. they cannot use title bars or modes (view, edit or help)

29.Which is the preferred mechanism for implementing Inter-portlet communications?

A. Event Handlers
B. Backing files
C. onRefresh method
D. listenTo portlet property
E. there is no preferred option

30.Access to portlet states are available through backing contexts subclassed from which class?

A. PortalBackingContext
B. DesktopBackingContext
C. ApplicationBackingContext
D. WindowBackingContext
E. SessionContext

31.If Portlets are synchronous, which can be used to receive a Callback for a Portlet?

A. the portal application uses the syncAsyncServlet
B. a wrapper control receives and stores the callback
C. the listenTo property targets the source of the callback
D. an EventHandler receives the callback
E. a backing file receives the callback

32.Which provides a mechanism for providing resource information to Federated Portlets?

A. a UDDI entry
B. a WSRP properties file
C. a WSDL file
D. a wsrp-producer.xml file
E. a wsrp-portlet.xml file

33.User Profiles are created in which type of project?

A. Web Services
B. Data
C. Control
D. Portal
E. EJB

34.Which resource is available for access to user profile data from within a JPF?

A. UserManagement taglib
B. ProfileControl
C. Personalization taglib
D. UserManagement EJB
E. UserManagement Control

35.Which is used to implement property managers for accessing UUP data?

A. JSPs
B. controls
C. POJOs
D. JavaScripts
E. EJBs

36.Which does a content repository contain?

A. segments and profiles
B. components and property sheets
C. elements and nodes
D. nodes and resources
E. types and content

37.Metadata for content loaded with the BulkLoader utility is added with which two? Choose two

A. an md.properties file for each content element
B. meta data tags for HTML pages
C. a content-properties.xml file for each content element
D. a resource fork file for each content element
E. a MetadataLoad utility.

38.To determine if a user has certain characteristics, use which tag?

A.
B.
C.
D.
E.

39.Which can trigger Portal events?

A. EventSession control
B. EventMangement control
C. CampaignService control
D. EventService control
E. CampaignSession control

40.Which resource type allows the "remove" entitlement?

A. Desktop
B. Portlet
C. Book
D. Page
E. Look and Feel

Answers :

Question 1 - B
Question 2 - E
Question 3 - D
Question 4 - A
Question 5 - D
Question 6 - D
Question 7 - A
Question 8 - B
Question 9 - D
Question 10 - E
Question 11 - C
Question 12 - D
Question 13 - A
Question 14 - D
Question 15 - B
Question 16 - B
Question 17 - C
Question 18 - E
Question 19 - C
Question 20 - B
Question 21 - A
Question 22 - D
Question 23 - C
Question 24 - B
Question 25 - C
Question 26 - B
Question 27 - C
Question 28 - B, C
Question 29 - A
Question 30 - D
Question 31 - B
Question 32 - C
Question 33 - B
Question 34 - B
Question 35 - E
Question 36 - E
Question 37 - A, B
Question 38 - C
Question 39 - D
Question 40 - B

QUESTION 1
Which statement is true about applying entitlements to a desktop portlet?

A. Entitlements cannot be applied to a portlet.
B. The administrator can set only the view check box.
C. Only portlet titlebar options that are enabled by the developer can be set.
D. The administrator can set only the view, Edit Remove Maximize and Minimize check boxes

Answer: D

QUESTION 2


You created a page flow in which the flow enters an action method, then is forwarded to a
JSP.
What are two ways to bind information into this flow, so that the JSP can access the data
using Xscript? Choose two

A. The action method adds information to the request object.
B. The JSP method reads a value from a pageContext variable.
C. The JSP contains a form for which the action is bound to an action FORM Bean.
public member variable.
D The action method calls private in the page flow class; the method initializes a
E. The action method increments a private member variable for which two private access or
methods are provided.

Answer: A,D

QUESTION 3


The WebLogic Administration Console allows the user to customize (filter) the local server
log based on message fields. Console the code fragment below. A user could display only
"MYApp" messages if a filter was put on which log field?
Mylogger = new
Weblogic.logging.NonCatalogLogger ("MyApp");
Mylogger.info ("Application started.");

A. User
B. Application
C. Subsystem
D. Timestamp
E. CustomSetting

Answer: C

1 Response to "Weblogic Portal Interview Questions"

  1. Anonymous says:

    Hi

    I read this post two times.

    I like it so much, please try to keep posting.

    Let me introduce other material that may be good for our community.

    Source: Warehouse interview questions

    Best regards
    Henry

Post a Comment

Powered by Blogger