C2040-927 C2040-918 exam dumps

C2040-927 C2040-918 exam dumps

  • Code:C2040-927 C2040-918
  • Click Here: more information
  • Exam Demo:
  • C2040-918 Question And Answer
    QUESTION NO: 1
    Anna has been testing a model and is concerned about the time certain actions seem to be taking.
    Her development environment is a high-end system, and other portlets she has developed have not exhibited the kind of response time lag that she and her testers perceive. She suspects one of the data services builders is experiencing network latency, but is unsure where the real problem lies. What actions can she take to help isolate the performance issue?
    A. Add counters to the builder calls that are suspect.
    B. Consult the performance log, which is created by default with each model run.
    C. Enable system tracing in the run configuration tab to log the execution time for each action (page or method).
    D. Dedicate a larger Java HEAP_SIZE to the main method associated with the model that is suspect.
    Answer: C
    QUESTION NO: 2
    Tim has a web application that accesses a database through a provider model containing SQL Call builders. He thinks there might be a performance problem with one or more of the database calls. How can he get WebSphere Portlet Factory to log detailed performance information about all aspects of the database access?
    A. He needs to use a SQL Override builder; this builder provides several fields that enable
    detailed logging of performance information for database access.
    B. He must enable DEBUG-level database performance tracing in the Log4J properties file and redeploy the WAR file.
    C. He must enable the Log Server Stats field in each SQL Call builder.
    D. No changes are required; WebSphere Portlet Factory automatically logs performance statistics for all executed actions, such as database access calls.
    Answer: C
    QUESTION NO: 3
    Pat wants to know how many web service calls are being made in a given time frame, how long on average each web service call is taking, and how many web service calls are failing. How can Pat obtain such performance information?
    A. That information is not yet available from the WebSphere Portlet Factory web service support, but the application can be built to log this information itself, if desired.
    B. WebSphere Portlet Factory logs all requests, average latency and faults, in the deployed applications WEB-INF/logs/event.log file.
    C. WebSphere Portlet Factory logs web service requests, average latency and faults, in the deployed applications WEB-INF/logs/serverStats.txt log file.
    D. Enable this logging using the Performance field in the Web Service Call builder, and the
    information comes back with the web service call results to the consumer model.
    Answer: C
    QUESTION NO: 4
    Emma is not satisfied with her codeveloper Jakob’s description of system tracing events and times, and wants to check the system logs herself. Where can she find and view them?
    A. Log files are created in the base WEB-INF directory.
    B. Log files are stored in the WEB-INF/logs directory in the deployed WAR file.
    C. All WebSphere Portlet Factory logging output is intertwined with WebSphere Portal logging; users must open the application server’s log files on the server to view them.
    D. The location of log files is variable depending on selections made in the run configuration; users must inspect the run configuration to discover the path to the log files.
    Answer: B
    QUESTION NO: 5
    The primary use for the WebSphere Portlet Factory server configuration is?
    A. To deliver your application to a production server.
    B. To deploy, run, and test your application on a development server.
    C. To create a WAR file for manual deployment to a production or development server.
    D. To give your application access to APIs that are specific to the target server.
    Answer: B
    C2040-927 Question And Answer
    QUESTION NO: 1
    Tim has a web application that accesses a database through a provider model containing SQL Call builders. He thinks there might be a performance problem with one or more of the database calls. How can he get IBM Web Experience Factory to log detailed performance information about all aspects of the database access?
    A. He needs to use a SQL Override builder. This builder provides several fields that enable detailed logging of performance information for database access.
    B. He must enable DEBUG-level database performance tracing in the Log4J properties file and redeploy the WAR file.
    C. He must enable the Log Server Stats input in each SQL Call builder.
    D. No changes are required. Web Experience Factory automatically logs performance statistics for all executed actions, such as database access calls.
    Answer: C
    QUESTION NO: 2
    Jane wants to debug the Java code in one or more of the Method builders in her model. How can she leverage the Eclipse Java debugger to do so?
    A. She must purchase full rights to the IBM Web Experience Factory source to debug generated Java.
    B. This feature is not yet supported.
    C. Right-click a method in the Application Tree view to set/toggle a breakpoint. Start the
    application server in debug mode and run the model with a remote Java debug configuration, as documented in the Web Experience Factory help.
    D. System.out.println is the only way to debug Java associated with Method builders.
    Answer: C
    QUESTION NO: 3
    Sean wants to trace the value of a variable as a model he is running to help track down a problem somewhere in a computation later in the model. How can he trace the value of the variable?
    A. Use the enable Debug Tracing field on the Variable builder.
    B. Add an entry to the log4j.properties file indicating the model and action to trace.
    C. Inspect the logging.properties file for variable values because all changes are reflected in this file at run time.
    D. Add a Debug Tracing builder to the model specifying whether to trace all actions or naming a specific action to trace.
    Answer: D
    QUESTION NO: 4
    Dave wants to see information about web service parameters, URL endpoint, and SOAP
    envelope. What must he do to obtain this data for a particular Web Service Call builder?
    A. There is no way for him to get this information other than contacting customer support.
    B. He must use a Java debugger to get this information.
    C. He must set the Logging field to All in the Web Service builder to log this information to the WEB-INF/logs/debugTracing.txt file.
    D. This information is always printed to the standard output console log without any developer intervention required.
    Answer: C
    QUESTION NO: 5
    Which of the following is the ideal development configuration for building and testing portlets?
    A. No publish is necessary. It all runs out of the project.
    B. Manually publish the portlet WAR file and let the designer discover its location.
    C. Publish the project two times, once to an application server, and once to an IBM WebSphere Portal server for development and testing.
    D. Publish the application once to a WebSphere Portal server. IBM Web Experience Factory development applications run stand-alone and as portlets with one configuration.
    Answer: D

C2040-911 C2040-916 question and answer

C2040-911 C2040-916 question and answer

  • Code:C2040-911 C2040-916
  • Click Here: more information
  • Exam Demo:
  • C2040-916 Question And Answer
    QUESTION NO: 1
    Which of the following statements regarding XML is TRUE?
    A. All XML elements must be properly closed.
    B. XML documents must have a DTD (Document Type Definition) file.
    C. All XML elements must be lower case.
    D. XML tags are not case sensitive.
    Answer: A
    QUESTION NO: 2
    Complete the following statement. The artifact created in the IBM Forms Designer is:
    A. A dynamic PDF document.
    B. An XML document that conforms to the XFDL schema.
    C. An XML document with embedded Javascript if HTML extensions were used.
    D. An XML document or an HTML document depending on the rendering mode that was defined.
    Answer: B
    QUESTION NO: 3
    Jane is given an XML schema by her company’s IT department, and is asked to build an IBM Form that captures data according to that schema. How can Jane build the form?
    A. IBM Forms does not support schemas, so this is not possible.
    B. Using IBM Forms Designer, Jane can drag and drop the schema onto her form page. The Designer automatically creates the appropriate UIitems according to what was specified in the schema.
    C. Using IBM Forms Designer, Jane embeds the schema into her form, creates an instance of that schema, then drags and drops from theinstance onto the form. The Designer then creates the appropriate UI items according to what was specified in the schema.
    D. Jane has to use another tool to create an XML instance of the schema. She adds the XML instance to her form using IBM Forms Designer, thendrags and drops from the instance onto the form. The Designer then creates the appropriate UI items according to what was specified in theschema.
    Answer: C
    QUESTION NO: 4
    How are the build order and tab order related?
    A. The tab order is always the same as the build order.
    B. The build order defines the default tab order.
    C. They are not related.
    D. The tab order is never the same as the build order.
    Answer: B
    QUESTION NO: 5
    Which of the following components must be installed when using IBM Forms with Workflow?
    A. IBM Forms Server
    B. Tivoli Access Manager
    C. Lotus Quickr
    D. WebSphere Portal
    Answer: A
    C2040-911 Question And Answer
    QUESTION NO: 1
    The IBM Lotus Connections portlets provide access to collaboration and social networking
    features from Lotus Connections, such as Activities and Blogs. Which portlets are available from the built-in Lotus Connections portlets package?
    A. Activities, Blogs, Bookmarks, Connections, Profiles
    B. Activities, Blogs, Bookmarks, Connections, Profiles, Ratings
    C. Activities, Blogs, Bookmarks, Tag cloud, Profiles
    D. Activities, Blogs, Bookmarks, Profiles, Ratings
    Answer: C
    QUESTION NO: 2
    Aside from normal steps for deploying portlets to a page, what additional step, if any, is necessary to configure a portlet using the Struts MVC framework and a portlet using the JavaServer Faces framework to the same portal page?
    A. Server-side aggregation must be forced on a page
    B. Both portlets must comply with the JSR286 Portlet Specification
    C. No additional steps are required
    D. Framework JAR files must be added to WebSphere Application Server shared libraries
    Answer: C
    QUESTION NO: 3
    A customer has requirements to remotely search user profiles based on attributes of the profile using web services. How can this task be accomplished in WebSphere Portal?
    A. By means of the remote portal search service
    B. By means of the remote PUMA SPI REST service
    C. By means of the remote virtual member manager service
    D. By means of the user repository APIs and wrap web services around API calls.
    Answer: B
    QUESTION NO: 4
    Which option best describes how JSR 286-compliant portlets and widgets interact with each other?
    A. Portlets and widgets cannot interact with each other.
    B. Widgets and portlets can interact by using shared render parameters and events.
    C. Widgets and portlets can interact by using shared render parameters.
    D. widgets and portlets can interact by using events.
    Answer: B
    QUESTION NO: 5
    John has developed a custom step-up handler. He has implemented the two methods init() and establishAuthLevel() of the StepUpAuthHandler interface. What is the outcome of the method establishAuthLevel() returning null?
    A. A null pointer exception is thrown.
    B. The browser is redirected to the portal login page.
    C. The browser displays the HTTP error 403 Forbidden.
    D. The authentication level is assumed to be successfully established.
    Answer: D

C2040-926 C2040-921 practice test

C2040-926 C2040-921 practice test

  • Code:C2040-926 C2040-921
  • Click Here: more information
  • Exam Demo:
  • C2040-921 Question And Answer
    QUESTION NO: 1
    You have taken a position with a new company that has a large WebSphere Portal deployment that is active. While reviewing the topology of web content libraries, you discover that users have greater rights than necessary to a few components of the entire Human Resource library. You need to restrict access to these few components while leaving the remainder of the Human Resource web content library with the same security that is in place. Which of the following types of security methodologies should you utilize to best achieve this goal?
    A. Divided
    B. Accrued
    C. Additive
    D. Subtractive
    Answer: D
    QUESTION NO: 2
    Security in WCM can be set at different levels – Content root, Library, Item Type, and at a more granular security at the item level such as in a specific Site Area, Workflow Stage, etc. What is the minimum access needed for a user at a library level to be able to select it under preferences in the WCM authoring portlet?
    A. User role
    B. Privileged user role
    C. Contributor role
    D. Manager role
    Answer: C
    QUESTION NO: 3
    How do you enable the personalization resource cache for a specific resource collection?
    A. Add rulesEngine.cache.enabled.collectionName to the PersonalizationService.properties file where collectionName is name of the resource collection and set it to true.
    B. Set rulesEngine.cache.enabled to true in the PersonalizationService.properties file.
    C. You cannot enable or disable caching for a specific collection.
    D. Set rulesEngine.collection.cache.enabled to collectionName in PersonalizationService.properties file where collectionName is name of the resource collection and set to true.
    Answer: A
    QUESTION NO: 4
    A personalization campaign can best be used to implement which of the following website
    features?
    A. User’s session cookies need to be stored in a persistent data store.
    B. Logged in users are able to modify their profiles for personalized content.
    C. All users see specific website content for a predefined interval of time.
    D. Logged in users see different website content based on their personal profiles.
    Answer: C
    QUESTION NO: 5
    Which of the following statements are correct for Web Content Management authoring portlet search behavior?
    A. Only exact matches to the text entered in the basic search and advanced search fields is searched for by default. You need to update the WCM WCMConfigService service to change the behavior.
    B. A wildcard character is added to the end-of-text entered in the basic search and advanced search fields by default. For example, searching for Span automatically searches for Span* and shows search results that have a title, description or keywords that begin with Span, such as Spanish. You need to update the WCM WCMConfigService service to change the behavior.
    C. An advanced search does not automatically execute if there is existing text in the basic search field by default. You need to update the WCM WCMConfigService service to change the behavior.
    D. A and C
    E. B and C
    Answer: D
    C2040-926 Question And Answer
    QUESTION NO: 1
    Domino Domain Monitoring (DDM) allows for a central server to collect information from other servers. What are servers called that the central server collects from?
    A. Probe servers
    B. Node servers
    C. Event Servers
    D. Collection servers
    Answer: B
    QUESTION NO: 2
    Lotus Notes Traveler server maintains a database with information pertaining to the cluster replicas of the mail files which are being synchronized with a Lotus Notes Traveler client. The file name of this database is which of the following?
    A. travcldir.nsf
    B. mduserdir.nsf
    C. ntsclcache.nsf
    D. Lntravcache.ndk
    Answer: C
    QUESTION NO: 3
    Charlie is preparing an upgrade of the Notes clients and is testing the Smart Upgrade Tracking feature. When he tries to manually initiate a Smart Upgrade he receives the error “File Does Not Exist”. What could be the cause of this error?
    A. A Desktop Policy is not configured
    B. The id file is missing from the person document
    C. The Smart Upgrade Tracking database is not named “Smart Upgrade Tracking”
    D. The Smart Upgrade Tracking database name is incorrect in the Desktop Policy
    Answer: D
    QUESTION NO: 4
    Carl, the Domino administrator, wishes to migrate users to dynamic policies in his Domino
    environment. Which of the following will occur when he completes this task?
    A. Groups with each policy name are create and users are assigned to the new group policies
    B. Users are added to policy documents and applied policies are removed from their person document
    C. Policies are added to the necessary person documents and document links are assigned to the policy documents
    D. Policies are removed from the users entirely until they reauthenticate and the new dynamic policies are applied
    Answer: B
    QUESTION NO: 5
    After DAOS is enabled and functioning on your Domino server, which of the following occurs when a recipient opens a document with an attachment that is in the DAOS repository?
    A. Attachment icons display with a link icon over the attachment icon
    B. Attachment icons display a doclink to the attachment stored in DAOS
    C. Attachment icons display the same as it would on a server without DAOS enabled
    D. Attachment icons do not show and they are replaced with text that describes the attachment and is linked to the attachment
    Answer: C

C2040-956 C2040-923 test online

C2040-956 C2040-923 test online

  • Code:C2040-956 C2040-923
  • Click Here: more information
  • Exam Demo:
  • C2040-923 Question And Answer
    QUESTION NO: 1
    Bob is building a site that is displayed using either IBM Web Content Manager or a web server. It is not using any IBM WebSphere Portal features such as portlets. The content is static and is only updated periodically. What delivery mechanism is best suited for this scenario?
    A. Servlet delivery
    B. Pre-rendered delivery
    C. Local, web-content, viewer delivery
    D. Remote, web-content, viewer delivery
    Answer: B
    QUESTION NO: 2
    Which of the following direct migration paths to IBM WebSphere Portal 8.0 are supported?
    A. WebSphere Portal 5.1.0.x and 6.1.0.x.
    B. WebSphere Portal 6.0.0.x and 7.0.0.x.
    C. WebSphere Portal 6.1.5.x and 7.0.0.x.
    D. All of the above.
    Answer: C
    QUESTION NO: 3
    George is gathering requirements for an IBM WebSphere Portal implementation. Among the requirements is that the portal remembers the names of the most recently logged in users from a particular browser, so that they are not required to log in each time they visit the site. How would George best implement this requirement?
    A. George has to create a custom login portlet that reads and writes from a cookie that he has to define.
    B. George has to develop a trust association interceptor that bypasses the portal login.
    C. George has to implement a third-party authentication mechanism.
    D. George can use the built-in Remember Me functionality.
    Answer: D
    QUESTION NO: 4
    IBM has confirmed that a single IBM WebSphere Portal installation can support __________ Virtual Portals.
    A. 65
    B. 115
    C. 300
    D. 215
    E. All of the above.
    Answer: E
    QUESTION NO: 5
    When setting up security for a stand-alone IBM WebSphere Portal profile that will become part of a cluster, which of the following statements is correct?
    A. Security should be set up on the stand-alone node prior to joining the deployment manager cell.
    B. Security should be set up on the deployment manager cell after the node is added.
    C. It makes no difference whether security is set up before or after the WebSphere Portal node joins the deployment manager cell.
    D. The IBM WebSphere Integrated Solutions console, not WebSphere Portal security tasks, should be used to configure security.
    Answer: B
    C2040-956 Question And Answer
    QUESTION NO: 1
    While creating the ID vault, you must configure the organizations that trust the vault for ID storage.
    Which of the following does this create?
    A. User policy configurations
    B. ID vault administrator accounts
    C. Vault trust certificates in the Domino Directory
    D. Certifier ID files of the organizations or organizational units with vault trust certificates
    Answer: C
    QUESTION NO: 2
    Terry is working on a document in a database on a server that is DAOSenabled. While in the document, Terry replaces the attachment with a new version. Which of the following occurs to the attachment in the DAOS store?
    A. The server adjusts references to the attachment in DAOS
    B. The server removes the reference from all mail files that pointed to that original file reference
    C. The server removes the previous attachment entirely from DAOS and inserts the link to the new attachment
    D. The server sends the full previous attachment to all user mail files that pointed to that original file reference
    Answer: A
    QUESTION NO: 3
    To remove an ID vault from a Domino server, you must be a vault administrator, have Editor Access to the Domino Directory, and which of the following?
    A. Have access to the vault ID file and password
    B. Have Manager rights to the Administration Process database
    C. Have the ability to delete user policy documents from the Domino Directory
    D. Have physical access to the operating system to complete the removal process
    Answer: A
    QUESTION NO: 4
    You are attempting to utilize the widget catalog to provision features from your central update site for your Standard Notes clients. You have populated the widget catalog on the server. When will the client receive the new feature?
    A. When the user’s local widgets catalog is updated
    B. When the user next synchronizes the locally stored policies
    C. When the administrator adds the proper role to users in the widget catalog
    D. When the user’s desktop policy is refreshed with the new widget information
    Answer: A
    QUESTION NO: 5
    To utilize Domino Configuration Tuner, the person running the tool must have which of the
    following rights?
    A. At least Designer access to the Domino Directory as well as Read access to the Domino server log files
    B. At least Read access to the Domino Directory as well as “View console access” as defined in the server documents
    C. At least Read access to the Domino Directory as well as “View only administrators” access as defined in server documents
    D. At least Editoraccess to the Domino Directory as well as “Full access administrators” access as defined in server documents
    Answer: C

C2040-924 C2040-929 exam online

C2040-924 C2040-929 EXAM ONLINE

  • Code:C2040-924 C2040-929
  • Click Here: more information
  • Exam Demo:
  • C2040-929 Question And Answer
    QUESTION NO: 1
    What parameter should be used with ConfigEngine install-paa to install the IBM Solution Installer?
    A. -DWasUser=<WasUserID>
    B. si-setup
    C. install.sh
    D. -DPAALocation=<paafile>
    Answer: D
    QUESTION NO: 2
    Which one of the following best describes how Theme Customization works in IBM WebSphere Portal 8.0?
    A. Static HTML Files are contained in the WAR File.
    B. Static resources are deployed to WebDAV.
    C. Theme JSP files are deployed to WebDAV.
    D. Static and dynamic resources are deployed to WebDAV.
    Answer: B
    QUESTION NO: 3
    Jerry needs to create a response file to run a silent install on an IBM AIX system. Which command should he run?
    A. ./installmanager.sh -create -silent responsefile.txt
    B. ./IBMIM -record /opt/temp/WP8response.xml -skipInstall /opt/temp
    C. ./install.sh -options “/opt/ibm/installresponse.txt”
    D. ./install.sh -console “/opt/ibm/installresponse.txt”
    Answer: B
    QUESTION NO: 4
    What parameter does install-paa use to control the behavior of IBM Web Content Manager library installs?
    A. -DwcmBehave=false
    B. -DWasUser=wasadmin
    C. -Dwcmdetect=true
    D. -DwcmBehave=true
    Answer: C
    QUESTION NO: 5
    Which one of the following is true when using OpenID as an external identity provider?
    A. Administrators are not allowed to change the list of external identity providers that users
    canaccess.
    B. To modify the list of accepted external identity providers, administrators can edit the
    openid.servicenames property in the Resource
    Environment Providers section in the IBM WebSphere Integrated Solutions console.
    C. To modify the list of accepted external identity providers, administrators can edit the
    openid.servicenames in the custom properties for thecom.ibm.portal.auth.OpenIDTAI trust
    association interceptor.
    D. To modify the list of accepted external identity providers, administrators need to edit the
    openid.servicenames property in the wkplc.propertiesfile and then run the enable-identityprovidertai task.
    Answer: C
    C2040-924 Question And Answer
    QUESTION NO: 1
    Which best describes how you prevent linking to unsafe servers when creating links in an IBM Web Content Manager rich text element to content in a remote enterprise content management server?
    A. You need to specify a list of allowed domains that your portal can access using the portal’s AJAX proxy component.
    B. You can use the global Ajax proxy configuration to customize the outgoing HTTP traffic, such as applying specific HTTP timeout values orconfiguring an outbound HTTP proxy server.
    C. Map the URL patterns for the content management server to the federated_documents_policy dynamic policy using the WP ConfigServiceconfiguration service using the IBM WebSphere Integrated Solutions console.
    D. All of the above.
    Answer: D
    QUESTION NO: 2
    Tony wants to migrate the web content data from IBM WebSphere Portal 7.0 to WebSphere Portal 8.0. Which of the following options does he need to do?
    A. He needs to run the wcmmigrate all-data task to migrate the IBM Web Content Manager data.
    B. He needs to run the WPmigrate migrate-wcm task to migrate the Web Content Manager data.
    C. He needs to make a copy of WebSphere Portal 7.0 JCR repository and run the ConfigEngine connect-database task to connect to thecopy ofthe JCR repository.
    D. He needs to make a copy of WebSphere Portal 7.0 JCR repository and run a ConfigEngine validate-databasetask to connect to the copy ofthe JCR repository.
    Answer: C
    QUESTION NO: 3
    GreenCo has set up several web content libraries for IBM Web Content Manager to separate content. Tony is in charge of designing graphic images for all portals at GreenCo. He has set up a library to store these images. Jackie runs the Marketing portal for GreenCo and uses the images that Tony has created. Jackie sets up her library to syndicate from the authoring server to the Marketing portal but receives syndication errors, what could be the cause of the errors?
    A. Jackie needs to set up two-way syndication with the Marketing portal.
    B. Tony needs to copy his Web Content Manager library to the Marketing portal.
    C. Both Tony library and Jackie library need to be included in the syndication and a syndication relationship should be created.
    D. Tony needs to set up a new JCR database on the Marketing portal to store his images.
    Answer: C
    QUESTION NO: 4
    John is building a website based on IBM WebSphere Portal that renders multiple portlets in the portal pages, but he is required to show only specific portlets that user had depending on the groups they belong in the LDAP. How can he hide portlets to which logged in users do not have access?
    A. John can use the Personalization features in the WebSphere Portal. He can hide the portlets by creating a “Visibility Rule” to hide or displayportlet based on group membership.
    B. John can use the Personalization features in the WebSphere Portal. He can create a “Select Action Rule” rule anddisplay select portlets in thepage.
    C. John can use the Personalization features in the WebSphere Portal. He can create a “Display Rule” rule and display select portlets in the page.
    D. No, Out of box Personalization features does not allow to hide specific porltets in the page.
    Only the visibilityof page can be controlled usingrules.
    Answer: A
    QUESTION NO: 5
    Users of the IBM Web Content Manager authoring system have just reported timeout errors when saving large items. What can be done to over come these errors?
    A. Increase the total transaction lifetime timeout setting using the IBM WebSphere Integrated Solutions console
    B. Increase the session timeout using the IBM WebSphere Integrated Solutions console.
    C. Increase the resource.maxUploadSize property in WCMConfigService using the IBM
    WebSphere Integrated Solutions console.
    D. Request users not to create items that are large.
    Answer: A

C2040-410 C2040-928 exam study guide

C2040-410 C2040-928 exam study guide

  • Code:C2040-410 C2040-928
  • Click Here: more information
  • Exam Demo:
  • C2040-928 question and answer
    QUESTION NO: 1
    For draft items, each of the characteristics are true, except which one?
    A. Cancelling a draft is essentially the same as deleting a draft because all the changes made to the item are discarded.
    B. For draft items in a project that are ready to be published, the draft remains in a pending state until all items in the project are ready to bepublished.
    C. Draft items are only displayed in the Authoring portlet and are not rendered within the published website.
    D. Even if a published item has more than one draft, the Manage Drafts button is displayed only on the published version of the item.
    Answer: D
    QUESTION NO: 2
    The following statements about mapping site areas, authoring templates and presentation
    templates are all true, except:
    A. Template maps assigned in site areas will override those set in authoring templates.
    B. Two items using different authoring templates can be displayed using the same presentation template if both authoring templates are mappedto the same presentation template.
    C. The presentation template used by each item will be determined by the authoring template the item used, and the location of the item in the siteframework.
    D. A content item can be displayed using two different presentation templates. The web content library is configured to allow this.
    Answer: D
    QUESTION NO: 3
    A content item named “News List” has been created in the “News” Site Area, which also contains other news related content items. The “News List” content item uses a menu component named “News Menu” to display a listing of content items in the “News” Site Area. Since the “New List” content item also exists within this site, how can the content author prevent the “News List” content item from being displayed in the menu list?
    A. Leave the “current content” field in the menu design properties section of the menu component empty so no output will be rendered.
    B. Enable the “Exclude current content from results” option in the menu component.
    C. Adjust the sort order to “ascending by type” and choose to render the menu list at the second content item.
    D. Adjust the sort order to “descending by type” and choose to render the menu list at the second content item.
    Answer: B
    QUESTION NO: 4
    Abi is a developer. The HR department wants to create job postings that are made available on both the company intranet and public websites. Because the two sites look different, the postings need to have different visual representations on the each of the sites. Which one of the following statements allows her to accomplish this task?
    A. Create different sets of presentation templates and authoring templates for each site area.
    B. Create different presentation templates and configure each site area to use the appropriate presentation template.
    C. Create different authoring templates and configure each site area to use the appropriate authoring template.
    D. Create different HTML components and configure each site area to use the appropriate HTML components.
    Answer: B
    QUESTION NO: 5
    Tom wants to write out a fully qualified URL to a content item being viewed through a portal.
    Which one of the following tags allows him to retrieve the protocol, host name, and port
    information for the URL?
    A. [pathcmpnt tag="base"/]
    B. [pathcmpnt tag="noprefixbase"/]
    C. [path tag="base"/]
    D. [path tag="noprefixbase"/]
    Answer: B
    C2040-410 Question And Answer
    QUESTION NO: 1
    Which control, used to dynamically switch content, includes support to code the Dynamic Content display using a Simple Action, client-side or server-side JavaScript?
    A. Switch
    B. Dynamic Content
    C. Multi-image Output
    D. Dynamic View Panel
    Answer: B
    QUESTION NO: 2
    When he saved this mobile XPage John received a compile-time error indicating a required property for the <xe:singlePageApp> control is not present.
    What property and value must John add to the <xe:singlePageApp> start tag to correct this error?
    A. startAppPage=”appPage1″
    B. startAppPage=”startPage”
    C. selectedPageName=”appPage1″
    D. selectedPageName=”startPage”
    Answer: D
    QUESTION NO: 3
    Which statement is true about the Application Layout control?
    A. The Application Layout control provides a consistent interface when added directly to each XPage in an application.
    B. To render properly, the Application Layout control must implement one of the oneuiv2.1 themes or a theme that extends a oneuiv2.1 theme.
    C. The Application Layout control includes a total of three facet areas for adding content (left, center and right columns) and three bar areas foricons, titles, links and drop down menus.
    D. When the Application Layout control is enabled for an application each XPage will include a left, center and right column area with the samedimensions to provide a consistent user interface across the application.
    Answer: B
    QUESTION NO: 4
    John added a Dynamic View Panel to the CustomersViews XPage to switch display to any one of several views in the Customers application. He set the pageName property to the
    CustomerDocument XPage to identify the XPage to open when a customer name is selected from the displayed view in the Dynamic View Panel control. What must John do to have the selected customer document open in read mode on the CustomerDocument XPage?
    A. For the Dynamic View Panel, set the openDocAsReadonly to “true”.
    B. Nothing. The selected document in a Dynamic View Panel will by default open in read mode.
    C. For the Domino Document data source on the CustomerDocument XPage set the
    openDocAsReadonly to “true”.
    D. Code the onColumnClick event of the Dynamic View Panel control with the Open Page simple action and set the target property to”openDocument”.
    Answer: D
    QUESTION NO: 5
    Which statement is true for the Single Page Application control for use on a mobile XPage?
    A. The XML tag for the Single Page Application control is <xp:singlePageApp>.
    B. The XML tag for the Single Page Application control is <xc:singlePageApplication>.
    C. The Single Page Application control is used only when the mobile XPage includes a single mobile page.
    D. There must be only one Single Page Application control as the container for all of the
    Application Page controls on the mobile XPage.
    Answer: D

C2040-840 C2040-910 Question And Answer

C2040-840 C2040-910 Question And Answer

  • Code:C2040-840 C2040-910
  • Click Here: more information
  • Exam Demo:
  • C2040-910 Question And Answer
    QUESTION NO: 1
    Which of the following statements is true about client-side aggregation?
    A. Client-side aggregation is generally slower than server-side aggregation because more
    processing happens on the client computer, which is generally less powerful than the server.
    B. The portal built-in Page Builder theme allows you to configure whether that page is rendered in client-side aggregation mode or in server-side aggregation mode for each page.
    C. Client-side aggregation can be enabled for all existing portlets.
    D. Client-side aggregation cannot be used on Firefox browsers.
    Answer: B
    QUESTION NO: 2
    What is a portal farm?
    A. A portal farm is a series of portal clusters used in high availability production environments.
    B. A portal farm refers to a series of identically configured, standalone server instances.
    C. A portal farm is an edition of WebSphere Portal customized for the agricultural industry.
    D. A portal farm is a setup of servers that are tightly coupled for failover and recovery.
    Answer: B
    QUESTION NO: 3
    Which of the following is NOT true regarding WebSpere Portal v7.0 and VMware support?
    A. VMware can only be used when WebSphere Portal v7.0 is not clustered.
    B. VMware can be used in a clustered WebShere Portal v7.0 environment.
    C. VMware can be used in a non-clustered WebSphere Portal v7.0 environment.
    D. VMware and WebSphere Portal v7.0 allow mass-replication of identical operating systems
    Answer: A
    QUESTION NO: 4
    Which option best describes valid aspects of deleting wikis and wiki pages?
    A. A wiki page deleted directly in the wiki can be restored.
    B. Deleting the wiki page also deletes the Web Content Viewer portlet and the web content mapping.
    C. To delete a wiki, you must delete the Web Content Viewer portlet and web content mapping from the portal page where the content is rendered, and then delete the template library used to create the wiki.
    D. Statements A, B, and C are valid.
    E. Only Statement A and Statement B are valid.
    Answer: D
    QUESTION NO: 5
    Resources registered with the tagging and rating engine can be grouped by administrators. Which of the following options best describes the methods by which resources are grouped?
    A. URI
    B. Type specification
    C. URI, category specification
    D. URI, type specification, category specification
    Answer: C
    C2040-840 Question And Answer.
    QUESTION NO: 1
    An LDAP client can specify a search base when searching a directory. A search base performs what function?
    A. It tells the LDAP service what view to search.
    B. It limits the scope of a search by specifying a point in the directory tree at which to begin.
    C. It provides the LDAP service with a username and password for searching a directory securely.
    D. It limits the LDAP search to specific local address books that are encrypted using the current user ID file.
    Answer: B
    QUESTION NO: 2
    While creating Internet Site documents, you do not select a specific server from your
    environment to host the Web site. What is the result of this action?
    A. All servers in the domain may host this site.
    B. The Internet Site will not be loaded on any server.
    C. All servers with no default Internet Site specified will serve this site.
    D. Any server with the same organizational certifier may serve the Web site.
    Answer: B
    QUESTION NO: 3
    When the LDAP service cannot find information for which an LDAP client is searching,
    it can return a referral to the client. What Domino service does it utilize to provide this
    referral?
    A. MAPS
    B. Referrer
    C. Replicator
    D. Directory Assistance
    Answer: D
    QUESTION NO: 4
    You have created substitution rules on your Domino Web server. However, you failed to
    include at least one wildcard anywhere in the rule. What is the result of this action?
    A. Domino will send the user to the default home page for the Web server.
    B. The Domino Web server will ignore the request from the browser session.
    C. The user will receive an error code defined by the administrator in this rule.
    D. The HTTP task automatically appends “/*” to the pattern when it stores the rule in
    itsinternal table.
    Answer: D
    QUESTION NO: 5
    Marshall, the Domino administrator, has enabled multi-server session authentication
    (MSSO), but it is not functioning properly. Which of the following is necessary for him
    tocomplete for SSO to be enabled properly?
    A. Create a Web SSO Configuration document.
    B. Remove the HTTP task from the server notes.ini file.
    C. Remove the full DNS server name in the host name field of the Web Site or Server
    document.
    D. Choose Disabled in the Web Site document to prevent cookies from being used by
    theDomino server for authentication.
    Answer: A

C2040-922 C2040-915 Question And Answer

C2040-922 C2040-915 Question And Answer

  • Code:C2040-922 C2040-915
  • Click Here: more information
  • Exam Demo:
  • C2040-915 Question And Answer
    QUESTION NO: 1
    The IBM Lotus Connections portlets provide access to collaboration and social networking
    features from Lotus Connections, such as Activities and Blogs. Which portlets are available from the built-in Lotus Connections portlets package?
    A. Activities, Blogs, Bookmarks, Connections, Profiles
    B. Activities, Blogs, Bookmarks, Connections, Profiles, Ratings
    C. Activities, Blogs, Bookmarks, Tag cloud, Profiles
    D. Activities, Blogs, Bookmarks, Profiles, Ratings
    Answer: C
    QUESTION NO: 2
    Aside from normal steps for deploying portlets to a page, what additional step, if any, is necessary to configure a portlet using the Struts MVC framework and a portlet using the JavaServer Faces framework to the same portal page?
    A. Server-side aggregation must be forced on a page
    B. Both portlets must comply with the JSR286 Portlet Specification
    C. No additional steps are required
    D. Framework JAR files must be added to WebSphere Application Server shared libraries
    Answer: C
    QUESTION NO: 3
    A customer has requirements to remotely search user profiles based on attributes of the profile using web services. How can this task be accomplished in WebSphere Portal?
    A. By means of the remote portal search service
    B. By means of the remote PUMA SPI REST service
    C. By means of the remote virtual member manager service
    D. By means of the user repository APIs and wrap web services around API calls.
    Answer: B
    QUESTION NO: 4
    Which option best describes how JSR 286-compliant portlets and widgets interact with each other?
    A. Portlets and widgets cannot interact with each other.
    B. Widgets and portlets can interact by using shared render parameters and events.
    C. Widgets and portlets can interact by using shared render parameters.
    D. widgets and portlets can interact by using events.
    Answer: B
    QUESTION NO: 5
    John has developed a custom step-up handler. He has implemented the two methods init() and establishAuthLevel() of the StepUpAuthHandler interface. What is the outcome of the method establishAuthLevel() returning null?
    A. A null pointer exception is thrown.
    B. The browser is redirected to the portal login page.
    C. The browser displays the HTTP error 403 Forbidden.
    D. The authentication level is assumed to be successfully established.
    Answer: D
    C2040-922 Question And Answer
    QUESTION NO: 1
    Jo wants to make a configurable list of countries available to the client side JavaScript of her XPage for use in various different fields on the web page. What would be the most efficient approach?
    A. Add an @DbColumn to a server side script library to look up the country list in each place it is required
    B. Perform an AJAX request to get the country list from another XPage when it is required using dojo.xhrGet
    C. Use the Output Script control to create a global Client Side JavaScript object to reference when the list is required
    D. Add a @Decorum to a client side script library to look up the country list in each place it is required
    Answer: C
    QUESTION NO: 2
    Aaron has created an XPages application that has a couple of XPages to surface the same data to two different application roles in two completely different user interfaces. Each role can manipulate parts of the data, but in both cases, the data must adhere to the same business logic and rules.
    What would be the best way for Aaron to implement the same business logic in each XPage?
    A. Create a common Client-Side JavaScript Library for the XPages to share that the user interface can use to execute the business logic
    B. Use a series of Custom Controls to hold the business logic and share them amongst the XPages
    C. Create a common Server-Side JavaScript Library for the XPages to share that the user
    interface can use to execute the business logic
    D. The user interface and the business logic in an XPage can not easily be separated and must be maintained in each XPage
    Answer: C
    QUESTION NO: 3
    Elizabeth needs to parse the contents of a web page held on a remote server into an
    applicationScope variable via the server side onclick event of a button using Server Side
    JavaScript. How would she do this?
    A. It is not possible to perform network operations from Server Side JavaScript
    B. Create a new Java class to perform the operation in a Java Script Library and call it from the onclick event of the button.
    C. Create a new Java class to perform the operation in a Java Agent and call it from the onclick event of the button.
    D. Create a new Java class to perform the operation in the WebContent\WEB-INF\src folder via the Package Explorer and call it from the onclick event of the button.
    Answer: D
    QUESTION NO: 4
    Rick creates a Server-Side JavaScript library, and defines a few global variables at the beginning of the library. The JavaScript in his XPage and in the JavaScript library modify those global variables. The server the application runs on is heavily used, and the application settings are set to Keep Pages on Disk for best scalability. When the application executes, what is likely to happen?
    A. The application will perform as expected.
    B. The application will generate an error because you can not declare global Server-Side
    JavaScript variables
    C. The application will run, but the values of the globally defined variables may be lost when the server’s JVM garbage collects variables, causing unexpected results.
    D. The application will run, but every partial or full refresh will reset the values of the global
    variables when it reloads the Server-Side JavaScript library.
    Answer: C

C2180-271 C2180-373 C2180-277 question and answer

 

 

  •  WWW.IT-EXAMS.COM C2180-271 C2180-373 C2180-277 exam online are prepared with the help of highly professional people from the industry, so we benefit from their vast experience and knowledge.They have been devoting themselves to providing candidates with the best study materials to make sure what they get are valuable , If you participate in the IT exam, you should not hesitate to choose our exams.

C2180-181 C2180-374 C2180-529 exam study guide

 

 

  •  WWW.IT-EXAMS.COM C2180-181 C2180-374 C2180-529 exam online are prepared with the help of highly professional people from the industry, so we benefit from their vast experience and knowledge.They have been devoting themselves to providing candidates with the best study materials to make sure what they get are valuable , If you participate in the IT exam, you should not hesitate to choose our exams.