최신 IBM Certified BPM Application Developer 000-276 무료샘플문제:
1. A BPM application developer has to build code that allows users to follow business process definition instances from a human service. What is the REST API syntax that the BPM application developer needs to use?
A) DELETE /rest/bpm/wle/v1/social/instance/{instanceId}/following
B) POST /rest/bpm/wle/v1/social/instance/{instanceId}/following
C) GET /rest/bpm/wle/v1/social/instance/{instanceId}/following
D) PUT /rest/bpm/wle/v1/social/instance/{instanceId}/following
2. A company has a coach view that provides a list of questions within a Custom HTML control. Refer to the screen shot of the coach view's layout below.
IBM 000-276 Exam
The company would like all question paragraphs to be padded top, bottom, left, and right with 5 pixels and a background of #EEEEEE. What should a BPM application developer place within the Inline CSS of the coach view?
A) div.companyQuestions > p {
padding: 5px;
background: #EEEEEE;
}
B)
C)
D) div.company-question-container > p {
padding: 5px;
background: #EEEEEE;
}
3. A client executive has asked a BPM application developer to provide the focus areas for four playbacks. How should the BPM application developer respond?
A) Playback 0: Process flow implementation Playback 1: Business rules Playback 2: Human services and data mapping Playback 3: Integrations, corner cases and error handling
B) Playback 0: BlueworksLive model Playback 1: Process discovery Playback 2: Human services and data mapping Playback 3: Integrations and consolidation of previous themes
C) Playback 0: BlueworksLive model Playback 1: Process diagram in Process Designer Playback 2: User interfaces and integrations Playback 3: Error Handling
D) Playback 0: Process discovery and high level business process. Playback 1: Data model, process flow and human services Playback 2: Business rules and integrations Playback 3: Consolidation of previous themes
4. A document imaging and management company is implementing a business process diagram which requires a rules evaluation for the retention time of incoming documents. A BPM Analyst has requested that these rules be created using a natural language technology within IBM Business Process Manager V8.0. What decision service component should the BPM application developer use to create these rules?
A) Server Script
B) JRules Decision Service
C) Decision Table
D) BAL Rule
5. A BPM application developer has built an integration service that executes SQL calls. Within this service, the BPM application developer makes use of the "SQL Execute Statement" service found within the TWSYS toolkit. Review the snapshot of the data mapping for this service. The BPM application developer wants to manage the "dataSourceName" value at runtime, instead of hardcoding the value "jdbc/BPMTEST".
IBM 000-276 Exam
Which features of IBM Business Process Manager V8.0 will allow the BPM application developer to do this? (Choose two)
A) auto tracked variables
B) shared process variables
C) environment variables
D) exposed process variables
E) localization resources
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: D | 질문 # 3 정답: D | 질문 # 4 정답: D | 질문 # 5 정답: C,D |