1.
Prize Transfer Service is hosted as
Correct Answer
B. Independent Service in Bonusing Engine
Explanation
The correct answer is "Independent Service in Bonusing Engine". This means that the Prize Transfer Service is hosted as an independent service within the Bonusing Engine. It is not hosted within a Windows Service or IIS (Internet Information Services). This suggests that the Prize Transfer Service operates separately from other services and is specifically integrated within the Bonusing Engine for its functionality.
2.
When is record in PrizeTransactionHistory table created?
Correct Answer(s)
A. On getting success ack response
B. On getting error ack response
Explanation
The record in the PrizeTransactionHistory table is created when any of the following ack responses are received: success, error, or pending.
3.
Which of the following are true - Batch prize transfer is intended to:
Correct Answer
C. Bundle multiple CMS prize transfers and initiate as one request
Explanation
Batch prize transfer is a feature that allows multiple CMS prize transfers to be bundled together and initiated as a single request. This means that instead of initiating individual transfers for each CMS prize, they can be grouped together and processed as one transaction. This helps to streamline the prize transfer process and reduce the number of requests made to the system.
4.
Enabling Batch transfer option is available in:
Correct Answer
C. Prize Transfer service configuration file
Explanation
The correct answer is the Prize Transfer service configuration file. This file allows the option to enable batch transfer, which means that multiple transfers can be processed at once, saving time and increasing efficiency. The other options mentioned, such as the Configuration Utility, CoreSettings table, and Bonusing Server Engine configuration file, do not specifically pertain to the batch transfer option.
5.
Default number of requests a batch can contain is
Correct Answer
B. 100
Explanation
The default number of requests a batch can contain is 100. This means that when using a batch process, up to 100 requests can be grouped together and processed simultaneously. Batching requests helps to improve efficiency and reduce network overhead by reducing the number of individual requests made to a server. By grouping multiple requests into a single batch, the server can process them together, resulting in faster response times and better performance.
6.
Different pay methods supported by prize transfer service are:
Correct Answer(s)
A. Smart Card
B. Mag Card
C. CMS Account
D. Game
Explanation
The different pay methods supported by the prize transfer service include Smart Card, Mag Card, CMS Account, and Game. These options allow users to choose their preferred method of payment when transferring their prizes. The service offers flexibility and convenience by supporting various payment methods to cater to different user preferences.
7.
Do manually paid prizes have a record created in PrizeTransaction OR Prize TransactionHistory table of BonusingCore database
Correct Answer
B. False
Explanation
Manually paid prizes do not have a record created in either the PrizeTransaction or PrizeTransactionHistory table of the BonusingCore database.
8.
When will the prize transaction in Bonusing Core be in pending state?
Correct Answer
B. Prize Transfer Service initiates a prize transfer
Explanation
When the Prize Transfer Service initiates a prize transfer in Bonusing Core, the prize transaction will be in a pending state. This means that the transfer process has been started but has not yet been acknowledged or completed.
9.
Validate the statement - Application Service Initiate a prize transfer request to Prize Transfer Service. Success/Error of this request is known immediately in the response.
Correct Answer
B. False
Explanation
The statement is false because the success/error of the prize transfer request to the Prize Transfer Service is not known immediately in the response. There might be a delay in processing the request, and the response may not provide immediate feedback on the status of the transfer.
10.
How many queues does a prize transfer request (in prize transfer service) goes through before it hits s2s service?
Correct Answer
A. 2
Explanation
A prize transfer request in the prize transfer service goes through two queues before it hits the s2s service.
11.
EBS can transfer prize to -
Correct Answer(s)
A. Game
B. CMP
D. Smart Card
Explanation
The correct answer is all of the above. EBS can transfer prizes to games, CMP (Content Management Platforms), and smart cards. This means that EBS has the capability to transfer prizes to various platforms, including games, digital content platforms, and smart cards.
12.
Customer Reported an issue which is widely known as "EBS Double Payment Issue".
The issue is related to -
Correct Answer
B. Prize Transfer Service initiating prize transfer multiple times
Explanation
The correct answer is "Prize Transfer Service initiating prize transfer multiple times" because the issue mentioned in the question is specifically related to the Prize Transfer Service initiating the transfer of prizes multiple times. The other options mentioned are not directly related to the issue described.
13.
Which of these is the s2s request for prize transfer
Correct Answer
D. IssueCompReq
Explanation
The correct answer is "issueCompReq". This function is likely used to request the transfer of a prize in a server-to-server (s2s) context. The other options do not seem to be related to prize transfer or s2s functionality.
14.
On successful transfer of prize to player account, CMS system returns following status in prize transfer ack
Correct Answer
C. Redeemed
Explanation
The given answer, "Redeemed," suggests that the prize has been successfully transferred to the player's account and has been used or claimed by the player. This status indicates that the prize has been redeemed and is no longer available for transfer or use.
15.
$123.50 should be transferred to player account. compAmount field in the prize transfer request to CMS system contains the following value
Correct Answer
D. 12350000
Explanation
The correct answer is 12350000. This is because the compAmount field in the prize transfer request should contain the value of 12350000, which represents $123.50. The other options either have decimal places missing or have additional zeros, which would result in incorrect transfer amounts.