TIBCO BusinessWorks Container Edition Certification Exam Sample Questions

< Back to TCP-BWCE: TIBCO BusinessWorks Container Edition Certification Exam

Please note: Your successful completion of these sample questions is not a guarantee of passing TIBCO's actual certification exam.

Sample Questions

  1. Which command is used to export the projects from a workspace as ZIP files?
     
    1. bwagent export -z [project] [workspace]
    2. bwadmin export -z [project]
    3. bwdesign system:export -z [project] [workspace]
    4. bwexport system:export -z [project] [workspace]

     

  2. Which two environments are supported for deploying BusinessWorks Container Edition Applications? (Choose two.)
     
    1. Docker
    2. Amazon Containers
    3. RHEL VM
    4. Pivotal Cloud Foundry
    5. VMWare ESXi

     

  3. Which two statements are true about TIBCO Business Studio™ default perspective? (Choose two.)
     
    1. It contains an initial set and layout of views that are needed to perform a certain task
    2. It is collection of random views
    3. Custom perspectives can be created
    4. It is a systematic collection of specific activities required for particular task

     

  4. Which OSGi command is used to list REST and Swagger URLs?
     
    1. lswaggerdetail
    2. lswaggerinfo
    3. lrestdoc
    4. lrestdetail

     

  5. Which statement is true about the API Explorer view in TIBCO Business Studio?
     
    1. View APIs residing on your local machine
    2. View all project artifacts in your workspace including APIs
    3. View WSDL definitions
    4. View Sample APIs provided with the Product

     

  6. Which two statements are true about REST services in TIBCO BusinessWorks Container Edition? (Choose Two.)
     
    1. You can create a REST service from a JSON Schema as specified in JSON-Schema.org
    2. You can create a REST service from a Swagger file
    3. You can create a REST service from a XML Schema
    4. You can create a REST Service from a WSDL file

     

  7. Which two statements are true about Path parameters in REST APIs in TIBCO BusinessWorks Container Edition? (Choose Two.)
     
    1. They can be applied only at the root level
    2. They can be applied at individual operation level
    3. Define a Path parameter by enclosing in '{}' brackets
    4. Define a Path parameter by enclosing in '[]' brackets
    5. Define a Path parameter by using '&' sign before the parameter

     

  8. Which two statements are true about Query parameters in REST APIs in TIBCO BusinessWorks Container Edition? (Choose Two.)
     
    1. They can be applied at the root level
    2. They can be applied at individual operation level
    3. Define a Query parameter by enclosing in '{}' brackets
    4. Define a Query parameter by enclosing in '[]' brackets
    5. Define a Query parameter by using '&' sign before the parameter

     

  9. Which statement is true about generating XML Schema from a JSON Payload?
     
    1. Use TIBCO Business Studio Container Edition to generate XML Schema from a JSON payload
    2. Use bwdesign system:create command to create an XM schema from a JSON Payload
    3. Use bwmigrator -generate command to create an XM schema from a JSON Payload

     

  10. Which two statements are true about migrating BusinessWorks 5.x projects to BusinessWorks Container Edition? (Choose Two.)
     
    1. PAR files are migrated
    2. PAR files are not migrated
    3. EAR files are migrated
    4. EAR files must be recreated

Answers

  1. C
  2. A and D
  3. A and C
  4. C
  5. A
  6. B and C
  7. A and C
  8. A and B
  9. A
  10. B and D