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.
Questions
if we have 684 tables to join then how many joiners are required?
- 342
- 2
- 683
- we cannot join so many tables using joiners
can we generate surrogate key in informatica without sequence generator
- Yes
- no
- Maybe
- surrogate keys cannot be generated
can we update the target without any update strategy in informatica?
- with pmcmd command we can update
- yes
- if so we need to write coding or have to use unix box
- no
can we filter records with look up transformation?
- Yes
- no
- look up is not for filtering so it throws error
- when performing look up we need to write a stored procedure
The purpose of the client event in genesys is
- to display details to the user
- to get input details from the user
- both
- none of the above
The lookup value should be null for a client event
- True
- False
Identify the event flow controller name of a axacommercialintraweb ruleset
- axacommercialintraweb.java
- axacommercialintraweb.txt
- axacommercialintraweb.properties
- axacommercialintraweb.config
The flow and sequencing of events in genesys is controlled by
- Service event
- Working document
- Event flow
- Control flow
The lookup names will be specified in
- config.properties
- service.properties
- lookup.properties
- cabinet.properties
Service event in genesys is used to
- execute the business method
- format the working document
- display the user screen
- all the above
The purpose of In parameter in service event is
- provides input to the service
- format the working document
- display the user screen
- lookup for the service name
The purpose of Out parameter in service event is
- to update the screen input in working document
- to specify the next event to be executed
- to update the working document
- to update the working document with the results of service
The purpose of Out parameter in client event is
- to update the working document with the results of service
- to update the screen input in working document
- to specify the next event to be executed
- to format the working document
The purpose of Out parameter in branch event is
- to specify the next event to be executed
- provides input to the service
- to update the screen input in working document
- to update the working document with values returned by In translator
Identify the event types in genesys
- branch event
- client event
- service event
- control event
- lookup event
- translate event
The purpose of branch event in genesys is
- to update the working document
- branch between the rulesets
- to process requests in parallel
- none of the above
Translate event is used to
- execute the business method
- Update / format the working document as required
- display the user screen
- branch between the rulesets
The parent parameter of initialisor event is used to
- Implement encapsulation
- Achieve polymorphism in genesys
- enable inheritance in rulesets
- B & C
The translate event will have the In parameter
- True
- False
The purpose of In parameter in client event is
- provides input to the service
- format the working document
- display the user screen
- lookup for the service name