TIBCO Flogo® Enterprise Associate Certification Exam Sample Questions

< Back to TIBCO Flogo® Enterprise Associate 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. Project Flogo is based on which programming language?
     
    1. Go
    2. Javascript
    3. Python
    4. Objective-C

     

  2. What happens when an exported Project Flogo app that uses the 'any' data type is imported into Flogo Enterprise?
     
    1. The 'any' data type is converted into an empty object
    2. The 'any' data type is converted into a string
    3. The app will fail to import
    4. The app will import with no changes made

     

  3. Which of the following are true statements regarding cyclic dependencies in subflows?
     
    1. The cyclic dependency will be detected and an error will be received
    2. It is not possible to create a cyclical dependency
    3. A cyclic dependency will run a preset number of times
    4. A cyclic dependency will only run once

     

  4. Which of the following is the true statement regarding triggers?
     
    1. All triggers get initialized in the order that they appear in the flow
    2. A flow cannot have multiple triggers
    3. A flow must be created with a trigger
    4. A trigger can be disabled

     

  5. What happens to password information in an exported app?
     
    1. Password information is stripped out of the exported app
    2. Password information is encrypted in the exported app
    3. Password information is contained as clear text in the exported app
    4. The export will fail if the app contains any password information

     

    Answers

    1. A
    2. A
    3. A
    4. A
    5. A