최신 IBM Certified BPM Developer C2210-928 무료샘플문제:
1. Cindy has created a Style Sheet component named "corp_style" within the component library. This stylesheet needs to be added to each of her site's presentation templates. Which of the following options is the appropriate way to reference a stylesheet within a presentation template?
A)
B)
C) [element name="corp_style"]
D) [component name="corp_style"]
2. Mario is creating a rendering plug-in. He is writing a plug-in that uses attributes from the current user's profile to determine whether the body of the plug-in tag is rendered or not. The plug-in will be referenced within his web content using a plug-in tag. In order to create this plug-in, Mario must implement which interface?
A) com.ibm.workplace.wcm.api.plugin.authoring.AuthoringPlugin
B) com.ibm.workplace.wcm.api.plugin.content.ContentPlugin
C) com.ibm.workplace.wcm.api.plugin.rendering.RenderingPlugin
D) com.ibm.workplace.wcm.api.plugin.context.ContextPlugin
3. A content administrator would like to customize the initial interface of the Authoring Portlet so that content authors are presented with just two simplified options (create a news article and view content drafts). Which one of the following options best describes how the content administrator can achieve this?
A) Create a custom launch page that uses remote action URLs.
B) Go into the authoring portlet, edit shared settings mode, expand the user interface section, and configure the required settings.
C) Customize the initial interface by modifying the portlet's default.jsp file.
D) Go into the authoring portlet configuration mode, expand the user interface section, and configure the required settings.
4. 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 administrator do 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) Create a Workflow Stage, and specify Marek's email address in the stage. Specify the Workflow Stage in the workflow for job postings as theworkflow's Reject stage.
C) Create an Email action with Marek's email address. Create a Workflow Stage, and set the stage to execute the Email action. Specify theWorkflow Stage in the workflow for job postings as the workflow's Reject stage.
D) Specify Marek's email address in the authoring template's reject email address field.
5. All of the following examples can be used to retrieve an IBM Web Content Manager workspace item except:
A) webContentService.getRepository().getWorkspace("my username", "my password");
B) webContentService.getRepository().getSystemWorkspace();
C) webContentService.getRepository().getWorkspace( (Principal) portletRequest.getUser() );
D) webContentService.getRepository().getSystemWorkspace("my username", "my password");
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: C | 질문 # 3 정답: A | 질문 # 4 정답: C | 질문 # 5 정답: D |