Certbus > IBM > IBM Certified Application Developer > C2040-928 > C2040-928 Online Practice Questions and Answers

C2040-928 Online Practice Questions and Answers

Questions 4

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 usingdifferent authoring templates can be displayed using the same presentation template if both authoring templates are mapped to 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 site framework.

D. A content item can be displayed using two different presentation templates. The web content library is configured to allow this.

Browse 90 Q&As
Questions 5

An Authoring Tool component can be added to any of the technical assets listed, except for which option?

A. Menu component

B. Presentation template

C. Navigator component

D. Authoring template

Browse 90 Q&As
Questions 6

All of the following are available options when configuring a rich text editor for the Authoring portlet, except for which one?

A. Default editor

B. Advanced editor

C. Custom editor

D. Editlive Java Editor

Browse 90 Q&As
Questions 7

John is deploying an IBM Web Content Manager website. He is not using any IBM WebSphere Portal features, all the contents are static and is only updatedperiodically for this particular site. His company already has an external site that is delivered from a web server and he is planning to utilize that for rendering Web Content Manager.

What delivery mechanism best suits the need for John?

A. Deliver webcontent using a servlet

B. HTML delivery

C. Prerendered delivery

D. Render content with Web Content Manager Viewer portlet

Browse 90 Q&As
Questions 8

Rich wants to create a custom workflow actionthat writes a message to an external audit log whenever the action is invoked. Rich needs to perform each of the following steps, except which one?

A. Create the custom workflow action class that extends the com.ibm.workplace.wcm.api.custom.CustomWorkflowAction Interface.

B. Reference the custom workflow action in the IBM Web Content Manager WCMConfigService service.

C. Create the necessary plugin.xml file to register the action with the IBM WebSphere Portal server.

D. Deploy the class to the WebSphere Portal server as an EAR or WAR application or a stand-alone JAR file.

Browse 90 Q&As
Questions 9

Andre is creating an IBM Web Content Manager site that is rendered through Local Rendering portlets. He needs to create a JSP to achieve functionality requested by the business. Where should he place the JSP?

A. [Portal Home]/WCM/Shared directory

B. Local Rendering Portlet WAR directory

C. Remote Rendering Portlet WAR directory

D. Web Content Manager WAR directory

Browse 90 Q&As
Questions 10

Charlie is creating a custom JSP for his site. The JSP uses the credentials of the logged-in user. What does Charlie need to use to accomplish this task?

A. Workspace workspace = webContentService.getRepository().getLibrary( (Principal) request.getUser() );

B. Workspace workspace = webContentService.getRepository().getWorkspace( (Principal) portletRequest.getUser() );

C. Workspace workspace = webContentService.getRepository().getWorkspace( (Principal) portletRequest.getUserPrincipal() );

D. Workspace workspace = webContentService.getRepository().getLibrary( (Principal) portletRequest.getUser() );

Browse 90 Q&As
Questions 11

JSP files can be stored and referenced in all of the following locations, except which of the following options?

A. was_profile_root/installedApps/node-name/wcm.ear/ilwwcm.war

B. /wps/customapplication/jsp/

C. was_profile_root/installedApps/node-name/PA_WCMLocalRendering.ear/ilwwcm- localrende.war

D. /wps/customapplication;/jsp/

Browse 90 Q&As
Questions 12

When exporting multiple libraries, in order for the export task to create subdirectories with the name corresponding to each exported library names, a developer must set the following parameter in the export properties:

A. export.multipledirectory=true

B. export.singledirectory=false

C. export.multipledirectories=true

D. None of the above. This cannot be done.

Browse 90 Q&As
Questions 13

Janet is a content creator. She cannot perform the Restart Workflow action for a published item that she created. Which of the following options best describes why this is occurring?

A. She is not an administrator; only an administrator can restart the workflow.

B. She does not have Approve access to the content item.

C. She has the content item open in Read mode.

D. Restart Workflow is not a valid action for a published content item.

Browse 90 Q&As
Questions 14

Jack is an IBM Web Content Manageradministrator. Diane is a content creator. Jack needs to grant Diane access to the Web Content Manager library that allows Diane to create content items. What role should Diane be a member of that gives her the minimum security rights?

A. User

B. Contributor

C. Editor

D. Manager

Browse 90 Q&As
Questions 15

Marek is the content creator who adds job postings to the corporate website. Marek wants to be proactively notified via email when a job posting is rejected by the HR Manager. What must the web content administratordo to facilitate the automatic sending of an email in this scenario?

A. Specify Marek's email address in the workflow's reject email address field.

B. Specify Marek's email address in the authoring template's reject email address field.

C. Create a Workflow Stage, and specify Marek's email address in the stage. Specify the Workflow Stage in the workflow for job postings as the workflow's Reject stage.

D. Create an Email action with Marek's email address. Create a Workflow Stage, and set the stage to execute the Email action. Specify the Workflow Stage in the workflow for job postings as the workflow's Reject stage.

Browse 90 Q&As
Questions 16

Milan is the administrator for an IBM Web Content Manager server. The accounting department is building a newintranet site. Milan decided to place the accounting content in its own library. After creating the library, the developers created all necessary components (such as authoring templates, presentation templates, menus, navigators, and so on) and secured allitems appropriately. When trying to access the authoring templates in the library, the content creator in the accounting department cannot see the templates.

Assuming that the authoring templates themselves are correctly secured what could be the problem?

A. Milan needs to give the accounting content creators at least Editor access to the newly created library.

B. Milan needs to give the accounting content creators at least Contributor access to the newly created library.

C. Milan needs to give the accounting content creators at least User access to the newly created library.

D. Milan needs to update the System Defined section of each authoring template and give the content creators Administrator access.

Browse 90 Q&As
Questions 17

Which one of the following statements is not true for Syndicating Managed Pages?

A. Syndication for managed pages between multiple servers requires that a developer perform an initial staging to all the servers.

B. Syndication for managed pages between multiple servers is not possible.

C. If there is a portlet on a managed page that requires data from the WebDAV file store, a developer must manually copythe required objects to the target system. The syndication process does not verify or transfer WebDAV data.

D. The syndication process performs a prerequisite check on the subscriber to ensure that any required themes, skins, portlets, or iWidgets on a page are present on the target system. If any required objects are missing on the subscriber, syndication is not performed for this page.

Browse 90 Q&As
Questions 18

Which of the following best describes the role of a reject stage:

A. When an item is rejected, a reject stage can be triggered that executes pre-defined actions. Once the actions have beenexecuted, the item is returned to the first stage of the workflow.

B. When an item is rejected, a reject stage can be triggered that executes pre-defined actions. Once the actions have been executed, the item is returned to the previous stage of the workflow.

C. When an item is rejected, a reject stage can be triggered that executes pre-defined actions. Once the actions have been executed, the item is returned to the first stage of the workflow and the content author is notified.

D. When an item is rejected, a reject stage can be triggered that executes pre-defined actions. Once the actions have been executed, the item is returned to the stage specified in the reject stage.

Browse 90 Q&As
Exam Code: C2040-928
Exam Name: Developing Websites Using IBM Web Content Manager 8.0
Last Update: May 01, 2024
Questions: 90 Q&As

PDF

$45.99

VCE

$49.99

PDF + VCE

$59.99