Genesys Events and Framework Quiz

Tests knowledge of Genesys software framework including event types (client, service, branch, translate), working documents, event flow control, parameters, and configuration. Note: Contains 4 Informatica questions at the end that may be misplaced.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

if we have 684 tables to join then how many joiners are required?

  1. 342
  2. 2
  3. 683
  4. we cannot join so many tables using joiners
Question 2 Multiple Choice (Single Answer)

can we generate surrogate key in informatica without sequence generator

  1. Yes
  2. no
  3. Maybe
  4. surrogate keys cannot be generated
Question 3 Multiple Choice (Single Answer)

can we update the target without any update strategy in informatica?

  1. with pmcmd command we can update
  2. yes
  3. if so we need to write coding or have to use unix box
  4. no
Question 4 Multiple Choice (Single Answer)

can we filter records with look up transformation?

  1. Yes
  2. no
  3. look up is not for filtering so it throws error
  4. when performing look up we need to write a stored procedure
Question 5 Multiple Choice (Single Answer)

The purpose of the client event in genesys is

  1. to display details to the user
  2. to get input details from the user
  3. both
  4. none of the above
Question 6 True/False

The lookup value should be null for a client event

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

Identify the event flow controller name of a axacommercialintraweb ruleset

  1. axacommercialintraweb.java
  2. axacommercialintraweb.txt
  3. axacommercialintraweb.properties
  4. axacommercialintraweb.config
Question 8 Multiple Choice (Single Answer)

The flow and sequencing of events in genesys is controlled by

  1. Service event
  2. Working document
  3. Event flow
  4. Control flow
Question 9 Multiple Choice (Single Answer)

The lookup names will be specified in

  1. config.properties
  2. service.properties
  3. lookup.properties
  4. cabinet.properties
Question 10 Multiple Choice (Single Answer)

Service event in genesys is used to

  1. execute the business method
  2. format the working document
  3. display the user screen
  4. all the above
Question 11 Multiple Choice (Single Answer)

The purpose of In parameter in service event is

  1. provides input to the service
  2. format the working document
  3. display the user screen
  4. lookup for the service name
Question 12 Multiple Choice (Single Answer)

The purpose of Out parameter in service event is

  1. to update the screen input in working document
  2. to specify the next event to be executed
  3. to update the working document
  4. to update the working document with the results of service
Question 13 Multiple Choice (Single Answer)

The purpose of Out parameter in client event is

  1. to update the working document with the results of service
  2. to update the screen input in working document
  3. to specify the next event to be executed
  4. to format the working document
Question 14 Multiple Choice (Single Answer)

The purpose of Out parameter in branch event is

  1. to specify the next event to be executed
  2. provides input to the service
  3. to update the screen input in working document
  4. to update the working document with values returned by In translator
Question 15 Multiple Choice (Multiple Answers)

Identify the event types in genesys

  1. branch event
  2. client event
  3. service event
  4. control event
  5. lookup event
  6. translate event
Question 16 Multiple Choice (Single Answer)

The purpose of branch event in genesys is

  1. to update the working document
  2. branch between the rulesets
  3. to process requests in parallel
  4. none of the above
Question 17 Multiple Choice (Single Answer)

Translate event is used to

  1. execute the business method
  2. Update / format the working document as required
  3. display the user screen
  4. branch between the rulesets
Question 18 Multiple Choice (Single Answer)

The parent parameter of initialisor event is used to

  1. Implement encapsulation
  2. Achieve polymorphism in genesys
  3. enable inheritance in rulesets
  4. B & C
Question 19 True/False

The translate event will have the In parameter

  1. True
  2. False
Question 20 Multiple Choice (Single Answer)

The purpose of In parameter in client event is

  1. provides input to the service
  2. format the working document
  3. display the user screen
  4. lookup for the service name