Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam
: Lotus 190-959
Title
:
IBM Websphere Portal 6.1
Application Development
Version : Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
1. An insurance company would like to target specific content to users who live in the northeast and own
auto insurance. These attribute values can be accessed from the users profile. What type of portal
personalization can be used to identify this user segment and target specific content to them?
A.Rules Engine
B.Simple Filtering
C.Attribute Filtering
D.Collaborative FilteringWHelveticaArialZ
Answer: A
2. What WebSphere Portal V6.1 installation option is best suited for an optimized development
environment?
A.Debug Installation Option
B.Performance Installation Option
C.Development Installation Option
D.Administration Installation Option WHelveticaArialZ
Answer: D
3. Jerome is attempting to use Rational Application Developer to debug a portal application on a remote
server but the connection is consistently failing. What configuration option is available in Rational
Application Developer to potentially fix this problem?
A.Enable caching under Window -> Preferences -> Internet -> Cache.
B.Right-click on the server in the Servers view and select Restart -> Debug.
C.Increase the Debugger Timeout setting under Window -> Preferences -> Java -> Debug.
D.Select Skip breakpoints during a Run
to Line operation under Window
-> Java
->
Run/Debug.WHelveticaArialZ
Answer: C
4. What content is displayed when accessing TestPortlet in the VIEW mode?
public class TestPortlet extends javax.portlet.GenericPortlet {
public void doView(RenderRequest request, RenderResponse response) throws PortletException,
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
IOException {
response.setContentType(request.getResponseContentType());
response.getWriter().println("Executing CertTrialPortlet.doView()");