Wednesday, April 6, 2016

Paypal Integration for Web Skills Test 2016

1. In which of the following buttons is the PayPal Account Optional feature available?
Answers:
  1. Buy Now buttons
  2. Subscription buttons
  3. Cart buttons
  4. Shopping buttons
  5. Donation buttons
2. If the Auto Return feature is enabled in the PayPal profile, which of the following PayPal payments will it apply to?
Answers:
  1. Buy Now
  2. Shopping Cart
  3. Subscription
  4. Donation buttons
  5. Gift Certificate
3. While making a DoDirectPayment API call, which of the following Parameters must be included in the Name-Value string?
Answers:
  1. PAYMENTACTION
  2. ACCT
  3. STREET
  4. FIRSTNAME
  5. COUNTRYCODE
  6. LASTNAME
  7. ZIP
  8. IPADDRESS
4. Which of the following are valid refund types for the REFUNDTYPE parameter of the RefundTransaction request?
Answers:
  1. FULL
  2. PARTIAL
  3. HALF
  4. OTHER
  5. PENALTY
  6. NONE
5. While creating a Buy Now button using Merchant Services, which of the following parameters are optional under Item Details?
Answers:
  1. Item name/service
  2. Weight
  3. Currency
  4. Item ID/number
  5. Buyer’s default country
6. PayPal offers a notification validation method called “Use Shared Secrets” which ensures validity of data and decreases network traffic to and from your website. Under what conditions should you use this method in your website to notify transactions?
Answers:
  1. If you are using an SSL enabled web server.
  2. If you are using the notify_url variable on each individual payment transaction.
  3. If you are using a shared website hosting service.
  4. If you are using website verification certificates.
  5. If you are using Encrypted Website Payments.
7. Out of the following PayPal payment processing solutions, which ones do not require any programming skills (HTML/API) for implementation?
Answers:
  1. Website Payments Pro
  2. Website Payments Standard
  3. Payflow Pro
  4. Payflow Link
  5. Email Payments
  6. Virtual Terminal
8. Which of the following does PayPal recommend merchants to display on the return URL?
Answers:
  1. Item name
  2. Amount paid
  3. Payer email
  4. Shipping address
  5. PayPal transaction id
  6. Refund instructions
9. Which of the following values are allowed for the cmd form field?
Answers:
  1. _cart
  2. _xclick
  3. _s-xclick
  4. _cmdcart
  5. _notify_url
  6. _donate
10. While making a request to the PayPal server, which of the following API security parameters are required if you are using a PayPal API certificate?
Answers:
  1. USER
  2. PWD
  3. SIGNATURE
  4. VERSION
  5. SUBJECT
11. Which of the following form actions are used to make test payments using the PayPal Sandbox?
Answers:
  1. action=”https://www.sandbox.paypal.com/cgi-bin/webscr” method=”post”
  2. action=”https://www.sandbox.paypal.com/cgi-bin/webscr” method=”get”
  3. action=”https://www.developers.paypal.com/cgi-bin/” method=”post”
  4. action=”https://www.developers.sandbox.paypal.com/cgi-bin/webscr” method=”get”
12. Which of the following parameters are optional in a SetExpressCheckout request?
Answers:
  1. TOKEN
  2. RETURNURL
  3. PAYMENTACTION
  4. CANCELURL
13. If you are using encryption for your Buy Now button, which of the following statements are true?
Answers:
  1. Encrypted HTML code does not support option fields.
  2. Encrypted HTML code cannot be tinkered with.
  3. Encrypted HTML code can be used for email payment links.
  4. Encryption does not protect payment details from fraudulent alteration.
14. Which of the following statements are correct with regard to Payment Data Transfer(PDT)?
Answers:
  1. PDT requires Auto Return to be enabled.
  2. PDT will post data for refunds.
  3. PDT will not post data for reversals.
  4. If the customer closes the browser window before redirection, the notification will be missed.
15. Which of the following parameters are required in a DoExpressCheckoutPayment request?
Answers:
  1. AMT
  2. RETURNURL
  3. PAYMENTACTION
  4. PAYERID
  5. TOKEN
16. Which of the following statements are true for PayPal Account Optional?
Answers:
  1. It allows customers to make payments without having a Paypal account.
  2. It allows merchants to receive payments without having a Paypal account.
  3. PayPal Account Optional is enabled by default.
  4. The PayPal Account Optional feature is not available for Subscription buttons.
17. Which of the following APIs are related to authorization and capture?
Answers:
  1. DoCapture
  2. DoAuthorization
  3. DoDirect
  4. DoVoid
18. Which of the following statements are not true?
Answers:
  1. The merchant is the one who sells goods or services.
  2. The customer is the one who holds the payment instrument.
  3. The payment processor is a financial institution such as American Express, Discover, MasterCard, Visa, JCB or Diners Club.
  4. The credit card association is the entity that processes credit card transactions and settles funds for merchants.
19. What do you mean by the term Settlement?
Answers:
  1. The issuing of a refund order at the request of the customer.
  2. The process of authenticating and verifying the identity of the customer.
  3. The process of authorizing the merchant to charge customer’s card at any future date, such as in the case of a subscription
  4. payment.
  5. The crediting of the payment to the merchant’s account.
20. For a DoDirectPayment API call, which of the following values will be used with the PAYMENTACTION parameter to make the final sale for a credit card?
Answers:
  1. Sale
  2. Authorization
  3. Order
  4. Pay
21. If the user closes the browser before redirection, which of the following is correct for Payment Data Transfer (PDT) and Instant Payment Notification (IPN)?
Answers:
  1. The transaction notification will be missed in case of PDT.
  2. The transaction notification will be missed in case of IPN.
  3. The transaction notification will not be missed for IPN or PDT.
  4. The transaction notification will be missed for IPN and PDT.
22. While using the SOAP API with Certificate Security, where will you post your request for a live transaction?
Answers:
  1. https://api.paypal.com/nvp/
  2. https://api.paypal.com/2.0/
  3. https://api-3t.paypal.com/nvp/
  4. https://api-3t.paypal.com/2.0/
23. Which of the following services will be used to import an API certificate into the Microsoft Windows certificate store?
Answers:
  1. WinMgmt.exe
  2. WinHttpsCertCfg.exe
  3. WinHttpCertCfg.exe
  4. msvsmon.exe
24. While using the SOAP API with Certificate Security, where will you post your request for a test transaction?
Answers:
  1. https://api.paypal.com/nvp
  2. https://api.sandbox.paypal.com/nvp/
  3. https://www.sandbox.paypal.com/cgi-bin/webscr
  4. https://api.sandbox.paypal.com/2.0/
25. Which of the following parameters must be specified in a GetExpressCheckoutDetails request?
Answers:
  1. METHOD
  2. BUSINESS
  3. TOKEN
  4. PAYERID
26. In Express Checkout, how can you suppress the display of the shipping address on the PayPal payment pages?
Answers:
  1. By setting NOSHIPPING=1
  2. By setting ADDROVERRIDE=0
  3. By setting NOSHIPPING=0
  4. By setting ADDROVERRIDE=1
27. In a Name Value Pair (NVP) string, which character is used to separate the Name-Value pairs from one another and which character is used to separate the “Name” from the “Value” within each Name-Value pair?
Answers:
  1. = and $
  2. & and =
  3. & and @
  4. = and &
28. You have been asked by your client to set up a Paypal solution for her website. The client is asking for the following features:
1. Checkout will take place on the PayPal website.
2. Customers are not required to have a PayPal account in order to make a purchase.
3. The shopping cart will be on the client’s website.
Which of the following PayPal solutions can you recommend to your client?
Answers:
  1. Payflow Pro
  2. Payflow Link
  3. Email Payments
  4. Virtual Terminal
29. Does the button creation tool for PayPal Shopping Cart buttons support the encryption of the code it generates?
Answers:
  1. Yes
  2. No
30. While using the NVP API with Certificate Security, where will you post your request for a live transaction?
Answers:
  1. https://api-3t.paypal.com/nvp
  2. https://www.paypal.com/cgi-bin/webscr
  3. https://api.paypal.com/nvp
  4. https://www.paypal.com
31. While using the NVP API with Certificate Security, where will you post your request for a test transaction?
Answers:
  1. https://api.paypal.com/nvp/
  2. https://api.sandbox.paypal.com/nvp/
  3. https://www.sandbox.paypal.com/cgi-bin/webscr/
  4. https://api-3t.sandbox.paypal.com/nvp/
32. After how much time does the token expire in Express Checkout?
Answers:
  1. 1 hour
  2. 2 hours
  3. 3 hours
  4. It never expires
33. In Express Checkout, by default which method will be used to make the final sale?
Answers:
  1. SetExpressCheckout
  2. DoExPressCheckoutPayment
  3. GetExpressCheckoutDetails
  4. DoAuthorization
34. What will happen if you assign different notification URLs for Instant Payment Notification(IPN) in your account profile and in your programming code?
Answers:
  1. The programming code URL will override the account profile URL.
  2. The account profile URL will override the programming code URL.
  3. Both URLs will receive the same notification information.
  4. An error will be produced due to the mismatch of the two URLs.
35. Is a customer allowed to dispute the charge of a payment made from his or her PayPal account?
Answers:
  1. Yes
  2. No
36. What is the default value of the PAYMENTACTION parameter in Express Checkout?
Answers:
  1. Sale
  2. Authorization
  3. Order
  4. Pay
37. While using the NVP API with Signature Security, where will you post your request for a live transaction?
Answers:
  1. https://api-3t.paypal.com/nvp
  2. https://www.paypal.com/cgi-bin/webscr
  3. https://api.paypal.com/nvp
  4. https://www.paypal.com
38. Upto what limit of the original amount can you reauthorize a transaction in PayPal?
Answers:
  1. 115%
  2. 100%
  3. 125%
  4. 105%
39. Out of the following PayPal payment processing solutions, which is best suited for allowing merchants to accept payments via phone, fax or email?
Answers:
  1. Payflow Pro
  2. Website Payments Standard
  3. Email Payments
  4. Payflow Link
  5. Virtual Terminal
40. Which of the following security features is not supported by any of the PayPal payment processing solutions?
Answers:
  1. Secure Sockets Layer (SSL) protocol
  2. Verification by Visa
  3. Electronic Firewall Monitoring
  4. Site Verification Certificates
  5. Encryption with key length of 128 bits
  6. Mastercard SecureCode
  7. Address Verification Services (AVS)
41. Out of the following PayPal payment processing solutions, which one allows a customer to checkout on the merchant’s website?
Answers:
  1. Email Payments
  2. Website Payments Standard
  3. Payflow Pro
  4. Payflow Link
  5. Virtual Terminal
42. State whether the following statement True or False?
“The email address that you use to register on Paypal Developer Central must be the same as your live PayPal email address.”
Answers:
  1. True
  2. False
43. What should be the value of the AMT parameter in case of a RefundTransaction request when the REFUNDTYPE is FULL?
Answers:
  1. AMT=0
  2. AMT=-1
  3. AMT=full
  4. Do not set AMT.
44. Your client would like her customers to be able to checkout by phone. Which PayPal solution will you recommend to your client?
Answers:
  1. Payflow Pro
  2. Payflow Link
  3. Email Payments
  4. Virtual Terminal
45. For a DoDirectPayment API call, which of the following values will be used with the PAYMENTACTION parameter to authorize payment for later capture?
Answers:
  1. Sale
  2. Authorization
  3. PostAuthorization
  4. Pay
  5. PayAuth
46. What do you mean by the term Authorization?
Answers:
  1. The process of verifying that the customer’s credit card is valid, active and has sufficient credit limits.
  2. The process of authenticating and verifying the identity of the merchant.
  3. The process of authorizing the merchant to charge the customer’s card at any future date, such as in the case of a subscription payment.
  4. The process of debiting the payment from the customer’s account and crediting it to the merchant’s account.
47. What is the greatest value allowed in the SetExpressCheckout request for the AMT parameter?
Answers:
  1. $5,000 USD
  2. $20,000 USD
  3. $10,000 USD
  4. $50,000 USD
  5. $25,000 USD
48. Which of the following statements is true?
Answers:
  1. A complaint occurs when a customer registers a complaint about a payment with PayPal. A chargeback occurs when a customer registers a complaint with the credit card company.
  2. A chargeback occurs when a customer registers a complaint about a payment with PayPal. A complaint occurs when a customer registers a complaint with the credit card company.
  3. A chargeback and a complaint are identical.
49. During each PayPal API request session, how many times must the API credentials be included?
Answers:
  1. They are required only with the first request.
  2. They are required with every request.
  3. They are required only with the last request.
  4. They are not required at all.
50. What will be the value of PAYMENTACTION in Express Checkout so as to authorize payment for multiple captures?
Answers:
  1. Order
  2. Sale
  3. MulSale
  4. MulAuth
51. Which of the options represents the correct sequence for making an online payment?
1.The customer selects the item to purchase and provides his/her credit card information.
2.The payment gateway sends the information to the processor which in turn routes it to the credit card issuer.
3.On receiving the relevant information, the merchant sends it to the payment processor.
4.The payment processor forwards the transaction results to the merchant, who then decides whether to accept or reject the order.
5.The bank which issued the credit card authorizes or declines the payment and sends the transaction result to the payment processor.
Answers:
  1. 1,2,3,4,5
  2. 1,3,2,5,4
  3. 1,4,3,2,5
  4. 1,3,4,2,5
52. In Express Checkout by default, which method will be used to make the final sale?
Answers:
  1. SetExpressCheckout
  2. DoExPressCheckoutPayment
  3. GetExpressCheckoutDetails
  4. DoAuthorization
53. Which of the following variables will be used to differentiate between live PayPal IPN and Sandbox IPN?
Answers:
  1. ipn
  2. testipn
  3. test_ipn
  4. None of the above.
54. Which of the following URLs will you visit to access or create a PayPal Sandbox account?
Answers:
  1. https://developer.paypal.com
  2. https://www.paypal.com
  3. https://www.sandbox.paypal.com
  4. https://www.sandbox.paypaldeveloper.com/
55. While using Express Checkout, where will you post your request for a test transaction?
Answers:
  1. https://api.paypal.com/nvp
  2. https://api.sandbox.paypal.com/nvp
  3. https://www.sandbox.paypal.com/cgi-bin/webscr
  4. https://api-3t.sandbox.paypal.com/nvp
56. In a SetExpressCheckout request, which parameter will be used to specify the image to appear at the top left of the payment page?
Answers:
  1. HEADERIMG
  2. HDRBORDERCOLOR
  3. HDRIMG
  4. PAYFLOWIMG
  5. IMGHDR
57. While using the SOAP API with Signature Security, where will you post your request for a live transaction?
Answers:
  1. https://api-3t.paypal.com/nvp/
  2. https://www.paypal.com/cgi-bin/webscr/
  3. https://api.paypal.com/2.0/
  4. https://api-3t.paypal.com/2.0/
58. Which of the following HTML variables will be used to “Override Page Styles” on Individual Transactions for your Website Payment buttons?
Answers:
  1. page_style
  2. paypalpage_style
  3. cust_style
  4. custome_page_style
59. Which of the following payment solutions includes Address Verification Services (AVS)?
Answers:
  1. Payflow Pro
  2. Email Payments
  3. Payflow Link
  4. Virtual Terminal
  5. All of the above
60. If you are using L_AMTn and/or L_QTYn in a DoDirectPayment API call, which of the following parameters must also be specified?
Answers:
  1. AMT
  2. ITEMAMT
  3. ITEMTAX
  4. ITEM

No comments:

Post a Comment