C2180-276 Exam Details

  • Exam Code
    :C2180-276
  • Exam Name
    :IBM Business Process Manager Express or Standard Edition V8.0 BPM Application Development
  • Certification
    :IBM Certifications
  • Vendor
    :IBM
  • Total Questions
    :53 Q&As
  • Last Updated
    :Dec 04, 2021

IBM C2180-276 Online Questions & Answers

  • Question 41:

    A company's sales process relies on business rules that have been implemented within WebSphere Operational Decision Management (WODM). There is a requirement to incorporate these rules within a IBM Business Process Manager V8.0 implementation. What steps must a BPM application developer take to incorporate these rules within IBM Business Process Manager V8.0 assuming the WODM server has been properly configured within IBM Business Process Manager V8.0. Within a decision service:

    A. 1. drag a BAL Rule from the palette onto the canvas. 2. select a server . 3. configure the SOAP port. 4. provide credentials.
    B. 1. drag a Server Script from the palette onto the canvas. 2. use JavaScript APIs to get ODM server information. 3. use JavaScript APIs to make ODM server calls.
    C. 1. drag a Decision Table from the palette onto the canvas. 2. select a server. 3. specify conditions and actions.
    D. 1. drag a JRules Decision Service from the palette onto the canvas. 2. select a server. 3. configure the SOAP port. 4. provide credentials.

  • Question 42:

    A BPM application developer has completed the development of a process application. The team lead has now directed the application developer to install the snapshot onto a staging server for additional testing before it is moved into production. Assuming the default Process Server settings are in place, what minimum level of access must the developer have in order to install the snapshot onto the staging server? The application developer must have, at a minimum:

    A. write access to the process application with no additional group membership.
    B. write access to the process application and must be a member of the process-center-install-group as defined in the 100Custom.xml file.
    C. administrative access to the process application with no additional group membership.
    D. administrative access to the process application and must be a member of the process-center-install-group as defined in the 100Custom.xml file.

  • Question 43:

    A car company requires a custom Coach View to be created that displays the information for a single car and allows a business user to select the car. Review the Coach View's layout below.

    The Select This Car control is a stock Checkbox Coach View with Control Id Car_Selected. The custom Coach View needs to access information within the Car_Selected control. Assuming that the Data Binding and Configuration Options of the Car_Selected control are correct, how can a BPM application developer access information about Car_Selected? Within an event handler for the custom Coach View, use the Coach View API call:

    A. this.context.getSubview("Car_Selected")
    B. this.context.getSubview("Car_Selected")[0]
    C. this.context.element.querySelector("#Car_Selected")
    D. this.context.element.querySelector("#Car_Selected")[0]

  • Question 44:

    A BPM application developer needs to create a coach view to meet the following requirements:

    1.The coach view must be able to be used to build several user interfaces. 2.The coach view must be able to be used to create other coach views. 3.The contents of an html element must be updated when the view's data changes. What steps must the BPM application developer take in order to meet these requirements? Write code to intercept modifications to the view's data and place it in the:

    A. view event handler of the view instance and enable the view definition to be used as a template. A new coach view must be built using the template to support requirement 1.
    B. view event handler of the view definition and enable the view definition to be used as a template. The template coach view can be used directly in coaches as well as other coach views.
    C. change event handler of the view instance and enable the view definition to be used as a template. A new coach view must be built using the template to support requirement 1.
    D. change event handler of the view definition and enable the view definition to be used as a template. The template coach view can be used directly in coaches as well as other coach views.

  • Question 45:

    A BPM application developer has developed multiple business processes which use a business object named "Order". It is required that multiple processes see and update the business object simultaneously. How can the BPM application developer accomplish the requirement?

    A. Keep the default settings and allow the "Order" business object to be passed by value.
    B. Keep the default settings and allow the "Order" business object to be passed by reference.
    C. Select the business object "Order" and enable the "Shared Object" in the Behavior settings.
    D. Create the attributes within the "Order" business object as attributes within an exposed process variable.

  • Question 46:

    A BPM application developer has been asked to develop a coach view that will be used to display request data on a user interface. Unfortunately the BPM application developer was only able to complete a portion of the implementation before handing it off to a fellow developer to complete.

    The variable declaration is shown below:

    What conclusions can the new BPM application developer draw after reviewing the variable declaration? Instances of the coach view will be notified when the attribute:

    A. field1 changes, with no additional configuration added to the implementation.
    B. field4 changes, with no additional configuration added to the implementation.
    C. city changes, if the coach view is manually bound to the city field using the bind() function in its load event handler.
    D. address changes, if the coach view is manually bound to request using the bindAll() function in its load event handler.

  • Question 47:

    A BPM application developer is developing assets at a company with the following BPM infrastructure:

    A) One Process Center environment

    - The BPM application developer has all security privileges required to access this environment

    B) Three runtime environments- Test, Staging, and Production

    -Each runtime environment is a two node, clustered environment

    -They are all configured as "online" environments

    - The BPM application developer has all security privileges required to access those environments The BPM application developer has all security privileges required to access those environments The BPM application developer has all security privileges required to access those environments

    The BPM application developer has been asked to create a Saved Search in each environment using the Process Admin Console.

    How many times must the BPM application developer open a Process Admin Console to make this change?

    A. 1 time, since the Process Center environment's Process Admin console manages all online environments
    B. 2 times, once for the Process Center environment and once for the runtime environments
    C. 4 times, since each environment has it's own Process Admin console
    D. 7 times, since each node in each environment has its own Process Admin console

  • Question 48:

    A BPM application developer is developing a BPM solution in a process application called 'Auto Loan Review Process' (ALREV). ALREV has an existing dependency on a toolkit called 'Financial Calculation Services' (FCSERV). The developer is asked to update an integration service in FCSERV and use that new service in ALREV.

    What steps must the developer take to ensure that ALREV will utilize the new service created in FCSERV?

    A. 1. Update the integration service in FCSERV 2. Take a snapshot of FCSERV 3. Update the dependency of ALREV from the FCSERV toolkit
    B. 1. Update the integration service in FCSERV 2. Take a snapshot of FCSERV 3. Update dependency on FCSERV from the ALREV process application
    C. 1. Create a new integration service in ALREV 2. Move the new integration service from ALREV to FCSERV 3. Take a snapshot of FCSERV
    D. 1. Take a snapshot of FCSERV 2. Update the integration service in FCSERV 3. Update dependency on FCSERV in the ALREV process application

  • Question 49:

    A BPM application developer needs to create custom SQL queries targeting the Business Performance Data Warehouse to satisfy a customer's reporting requirements. While browsing the system catalog of the database management system, the developer notices tables and views corresponding to the tracking groups defined in the process application.

    Which database artifacts should the developer query to obtain only the actively tracked data? The BPM application developer should query the:

    A. views, because the views contains more recent data than the tables.
    B. views, because the views contain only the data resulting from the updated tracking definitions.
    C. tables, because the tables contains more recent data than the views.
    D. tables, because the tables contain only the data resulting from the updated tracking definitions.

  • Question 50:

    A BPM application developer has been asked to provide guidance with the creation of a single coach for a financial company. This coach must: ?allow a business user to specify a stock symbol only once. ?provide the current value of the specified stock symbol. ?provide the current day's trending data of the specified stock symbol. ?provide the current week's trending data of the specified stock symbol.

    What guidance should the BPM application developer provide?

    A. Within a human service, create a coach that prompts for a stock symbol and then pass the specified stock symbol to another coach that will display the stock's information.
    B. Within a human service, create a coach that includes a coach view for each of the company's requirements and use the stock symbol's coach view to build the user experience based on its configured boundary event.
    C. Within a coach, use a custom coach view that is comprised of a number of different stock coach views and use JavaScript within the custom coach view's event handlers to build the user experience based on a specified stock symbol.
    D. Create a coach based on a template that uses a number of different stock coach views and use JavaScript within a Custom HTML component to build the user experience based on a specified stock symbol.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only IBM exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C2180-276 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.