< 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
- Which command is used to export the projects from a workspace as ZIP files?
- bwagent export -z [project] [workspace]
- bwadmin export -z [project]
- bwdesign system:export -z [project] [workspace]
- bwexport system:export -z [project] [workspace]
- Which two environments are supported for deploying BusinessWorks Container Edition Applications? (Choose two.)
- Docker
- Amazon Containers
- RHEL VM
- Pivotal Cloud Foundry
- VMWare ESXi
- Which two statements are true about TIBCO Business Studio™ default perspective? (Choose two.)
- It contains an initial set and layout of views that are needed to perform a certain task
- It is collection of random views
- Custom perspectives can be created
- It is a systematic collection of specific activities required for particular task
- Which OSGi command is used to list REST and Swagger URLs?
- lswaggerdetail
- lswaggerinfo
- lrestdoc
- lrestdetail
- Which statement is true about the API Explorer view in TIBCO Business Studio?
- View APIs residing on your local machine
- View all project artifacts in your workspace including APIs
- View WSDL definitions
- View Sample APIs provided with the Product
- Which two statements are true about REST services in TIBCO BusinessWorks Container Edition? (Choose Two.)
- You can create a REST service from a JSON Schema as specified in JSON-Schema.org
- You can create a REST service from a Swagger file
- You can create a REST service from a XML Schema
- You can create a REST Service from a WSDL file
- Which two statements are true about Path parameters in REST APIs in TIBCO BusinessWorks Container Edition? (Choose Two.)
- They can be applied only at the root level
- They can be applied at individual operation level
- Define a Path parameter by enclosing in '{}' brackets
- Define a Path parameter by enclosing in '[]' brackets
- Define a Path parameter by using '&' sign before the parameter
- Which two statements are true about Query parameters in REST APIs in TIBCO BusinessWorks Container Edition? (Choose Two.)
- They can be applied at the root level
- They can be applied at individual operation level
- Define a Query parameter by enclosing in '{}' brackets
- Define a Query parameter by enclosing in '[]' brackets
- Define a Query parameter by using '&' sign before the parameter
- Which statement is true about generating XML Schema from a JSON Payload?
- Use TIBCO Business Studio Container Edition to generate XML Schema from a JSON payload
- Use bwdesign system:create command to create an XM schema from a JSON Payload
- Use bwmigrator -generate command to create an XM schema from a JSON Payload
- Which two statements are true about migrating BusinessWorks 5.x projects to BusinessWorks Container Edition? (Choose Two.)
- PAR files are migrated
- PAR files are not migrated
- EAR files are migrated
- EAR files must be recreated
Answers
- C
- A and D
- A and C
- C
- A
- B and C
- A and C
- A and B
- A
- B and D