TIBCO® Streaming Certified Professional Exam Sample Questions

< Back to TIBCO® Streaming Certified Professional 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 operator would you use to accept two or more input streams and produce one output stream in the order the Tuples arrive?
     
    1. Filter operator
    2. Union operator
    3. Sequence operator
    4. Map operator

     

  2. How many dimensions can be used in an Aggregate operator?
     
    1. As many as desired
    2. 10
    3. 2
    4. 1

     

  3. Each Query operator can be associated with multiple Query Tables.
     
    1. True
    2. False

     

  4. Suppose that an input Tuple field Strawberry has three Boolean subfields called Sundae, Muffin and Jam. Identify the expression to evaluate whether all three subfields are true.
     
    1. Muffin && Sundae && Jam
    2. Strawberry.Muffin && Strawberry.Jam && Strawberry.Sundae
    3. Strawberry.Muffin || Strawberry.Sundae || Strawberry.Jam
    4. Strawberry.* && Strawberry.*

     

  5. Consider the expression: avg(removeelement(append(prepend(A,0),5,6),3)) where list A = [1,2,3,4]. When this expression is evaluated, what is the result?
     
    1. 3
    2. 2.5
    3. 3.5
    4. A NullValueException

     

  6. Each module reference instantiates a separate module instance at runtime.
     
    1. True
    2. False

     

  7. Which of the following actions do you need to perform when you add an artifact to a brand new project in AMS.
     
    1. No action required
    2. Commit
    3. Approve
    4. Commit and then Approve

     

  8. Identify the number of JUnit test cases that fail for the given data:
    Expected Actual

    35
    
67
    
12 12
    
88
    
98
     
    1. 1
    2. 0
    3. 3
    4. 2

     

  9. Junit test files are stored in which of the following folders?
     
    1. src/main/eventflow
    2. src/test/configurations
    3. src/test/java
    4. src/main/resources

     

  10. Which of the following files store the configurations for EMS/JMS operators?
     
    1. jmsAdapter.xlsx
    2. jmsAdapter.conf
    3. jmsAdapter.hocon
    4. jmsAdapter.xml

     

Answers

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