Prize Transfer Service (Part 2)

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Rambs
R
Rambs
Community Contributor
Quizzes Created: 1 | Total Attempts: 91
Questions: 15 | Attempts: 91

SettingsSettingsSettings
Prize Transfer Service (Part 2) - Quiz


All the questions are on prize transfers from EBS. It is intended that team will go through the code before attempting the unknowns.


Questions and Answers
  • 1. 

    Which field in s2s prize transfer request is updated with data from SourceInfo column

    • A.

      CompSourceId.Value

    • B.

      CompDetail.compDesc

    • C.

      CompDetail.compMemo

    • D.

      None of the above

    Correct Answer
    C. CompDetail.compMemo
    Explanation
    The field in s2s prize transfer request that is updated with data from the SourceInfo column is compDetail.compMemo.

    Rate this question:

  • 2. 

    What is the unique identifier in a prize transaction between EBS and CMS system

    • A.

      CompSourceId.Value

    • B.

      CompDetail.compItemID

    • C.

      CompDetail.accountID

    • D.

      CompReq.Item

    Correct Answer
    A. CompSourceId.Value
    Explanation
    The unique identifier in a prize transaction between EBS and CMS system is compSourceId.Value.

    Rate this question:

  • 3. 

    On progressive hit, to transfer prize to game, what is the unique identifier between EBS and iVIEW for Mystery Progressive (13.1)

    • A.

      SetProgressiveWin.TransactionID

    • B.

      IssueCompReq.CompSourceID.Value

    • C.

      SetProgressiveWin.BonusID

    • D.

      IsseCompReq.Item

    Correct Answer
    C. SetProgressiveWin.BonusID
    Explanation
    The unique identifier between EBS and iVIEW for Mystery Progressive (13.1) is setProgressiveWin.BonusID. This identifier is used to transfer the prize won on a progressive hit from EBS to iVIEW.

    Rate this question:

  • 4. 

    On progressive hit, transfer prize to game, what is the unique identifier between EBS and iVIEW for Power Paytable Progressives

    • A.

      SetProgressiveWin.TransactionID

    • B.

      IssueCompReq.CompSourceID.Value

    • C.

      SetProgressiveWin.BonusID

    • D.

      IsseCompReq.Item

    Correct Answer
    A. SetProgressiveWin.TransactionID
    Explanation
    The unique identifier between EBS and iVIEW for Power Paytable Progressives is setProgressiveWin.TransactionID. This identifier is used to track and transfer the prize won in the progressive hit from EBS (Electronic Bonusing System) to iVIEW (a player interface). It allows for seamless communication and synchronization between the two systems, ensuring that the correct prize amount is transferred accurately.

    Rate this question:

  • 5. 

    In 13.1, the i2s request for prize transfer to game (for PPS and PPP apps) is:

    • A.

      SetBonusAward

    • B.

      SetProgressiveWin

    • C.

      IssueCompReq

    • D.

      SetProgressiveHit

    Correct Answer
    B. SetProgressiveWin
    Explanation
    The correct answer is setProgressiveWin because in the given context of i2s request for prize transfer to game, "setProgressiveWin" is the most appropriate option. This option suggests that the request is related to transferring a progressive win in the game. "setBonusAward" and "issueCompReq" do not specifically indicate prize transfer, and "setProgressiveHit" does not mention the transfer aspect of the prize.

    Rate this question:

  • 6. 

    In 13.1, the i2s request for prize transfer to game (excluding PPS and PPP apps) is:

    • A.

      SetBonusAward

    • B.

      SetProgressiveWin

    • C.

      IssueCompReq

    • D.

      SetProgressiveHit

    Correct Answer
    A. SetBonusAward
    Explanation
    The correct answer is "setBonusAward." This function is used to request the transfer of a prize to a game in the i2s system, excluding the PPS and PPP apps. It is likely that this function is responsible for awarding bonus prizes in the game.

    Rate this question:

  • 7. 

    In 12.4.x the i2s request for prize transfer to smart card is:

    • A.

      SetBonusAward

    • B.

      SetProgressiveWin

    • C.

      IssueCompReq

    • D.

      SetProgressiveHit

    Correct Answer
    A. SetBonusAward
    Explanation
    The correct answer is "setBonusAward" because in the given options, it is the only one that relates to transferring a prize to a smart card. "setBonusAward" implies that the function sets or assigns a bonus award to the smart card, indicating that the transfer of the prize is being facilitated. The other options, such as "setProgressiveWin" and "setProgressiveHit," suggest different actions or events related to progressive wins or hits, but not specifically to transferring prizes to a smart card.

    Rate this question:

  • 8. 

    Application Service initiates prize transaction. Every 5 seconds it requests prize transfer service for status on the transaction.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The given answer is true because it states that the Application Service initiates the prize transaction and requests the prize transfer service for the status on the transaction every 5 seconds. This implies that the Application Service is responsible for initiating and monitoring the prize transaction process.

    Rate this question:

  • 9. 

    What are service URI’s that receives prize transfer request from EBS

    • A.

      Http://localhost/ACSCS2S/S2SPlayerInfo.asmx

    • B.

      Http://localhost:5018/S2SServer

    • C.

      Http://10.2.142.48:18080/SDS/S2S

    • D.

      Http://localhost/S2S/S2SPlayerInfo.asmx

    Correct Answer(s)
    A. Http://localhost/ACSCS2S/S2SPlayerInfo.asmx
    D. Http://localhost/S2S/S2SPlayerInfo.asmx
    Explanation
    The correct answer includes two service URIs: "http://localhost/ACSCS2S/S2SPlayerInfo.asmx" and "http://localhost/S2S/S2SPlayerInfo.asmx". These URIs are the endpoints that receive prize transfer requests from EBS.

    Rate this question:

  • 10. 

    Which statements are true about s2s service

    • A.

      EBS 13.1 – Single Site – CoreSettings table contains CMS s2s service address

    • B.

      EBS 13.1 – Single Site – CoreSettings table contains SMS s2s service address

    • C.

      EBS 13.1 – Multisite – ExternalDataProvider table contains CMS and SMS s2s service address

    • D.

      EBS 12.5 – MultiSite – ExternalDataProvider table contains CMS s2s service address

    Correct Answer
    C. EBS 13.1 – Multisite – ExternalDataProvider table contains CMS and SMS s2s service address
    Explanation
    The correct answer is EBS 13.1 – Multisite – ExternalDataProvider table contains CMS and SMS s2s service address. This means that in EBS 13.1 with a multisite setup, the ExternalDataProvider table stores the addresses for both the CMS and SMS s2s services.

    Rate this question:

  • 11. 

    Error State Management – Which of the statements is true?

    • A.

      On retry – UI initiates prize transfer through prize transfer service

    • B.

      On retry – UI initiates prize transfer through application service

    • C.

      On Manual Pay – UI Updates both data bases (Application and BonusingCore DB)

    • D.

      On Manual Pay – UI updates only application DB

    Correct Answer
    D. On Manual Pay – UI updates only application DB
    Explanation
    The correct answer is "On Manual Pay – UI updates only application DB." This means that when a manual payment is made, the user interface (UI) only updates the application database (DB) and does not update any other databases.

    Rate this question:

  • 12. 

    Why points prize transfer to iVIEW is not supported

    • A.

      IVIEW is not aware of points prize type

    • B.

      Game is not aware of points prize type

    • C.

      SDS is not aware of points prize type

    • D.

      Conversion between Cash and Points is not known to iVIEW/Game

    Correct Answer
    D. Conversion between Cash and Points is not known to iVIEW/Game
    Explanation
    The reason why points prize transfer to iVIEW is not supported is because the conversion between cash and points is not known to iVIEW or the game. This means that there is no mechanism in place to convert the points prize into cash or vice versa, making it impossible for the transfer to occur.

    Rate this question:

  • 13. 

    Which of the following is true?

    • A.

      Prize Transfer service retries when connection to s2s service fails

    • B.

      Prize Transfer service retries when s2s responds with error ack

    • C.

      Prize Transfer Service does not support retry on connection failure and error ack

    • D.

      All statements are incorrect

    Correct Answer
    A. Prize Transfer service retries when connection to s2s service fails
    Explanation
    The correct answer is "Prize Transfer service retries when connection to s2s service fails." This means that if there is a failure in the connection between the Prize Transfer service and the s2s service, the Prize Transfer service will attempt to retry the connection.

    Rate this question:

  • 14. 

    Which of the statements is true w.r.t smart card prize transfer

    • A.

      Irrespective gaming or marketing expense, iVIEW notifies SDS about the hit amount

    • B.

      EBS does not share gaming or marketing expense to iVIEW

    • C.

      EBS lets iVIEW know if the hit amount should be notified to SDS

    • D.

      IVIEW notifies SDS about the hit amount if the prize is related to Gaming expense

    Correct Answer
    D. IVIEW notifies SDS about the hit amount if the prize is related to Gaming expense
    Explanation
    iVIEW notifies SDS about the hit amount if the prize is related to Gaming expense. This means that if the prize is associated with gaming expenses, iVIEW will inform SDS about the hit amount. However, it does not mention anything about marketing expenses or whether EBS shares gaming or marketing expenses with iVIEW.

    Rate this question:

  • 15. 

    What is the value sent in i2s request for a prize transfer of $123.50

    • A.

      123.50

    • B.

      12350

    • C.

      123.5

    • D.

      12350000

    Correct Answer
    B. 12350
    Explanation
    The correct answer is 12350 because the value sent in the i2s request for a prize transfer is usually in cents. Therefore, to transfer $123.50, the value should be represented as 12350 cents.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Dec 14, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • May 28, 2014
    Quiz Created by
    Rambs
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.