Wednesday, December 16, 2015

Ebay Development test answers of 2016.

Find Complete and recently updated Correct Question and answers of Ebay Development. All Answers updated regularly with new questions. Upwork Ebay Development test answers of 2016.



Question:* What does the “createBundles” call do?

Answer: • It enables a seller to create one or more product bundles.

Question:* Why are there no longer any new Open eBay Apps?

Answer: • eBay is no longer accepting applications.

Question:* Sales Maximizer is responsible for?

Answer: • Helping sellers upsell.

Question:* What format are special characters encoded in?

Answer: • UTF-8

Question:* What does the acronym, DSR mean in this context?

Answer: • Detailed Seller Ratings

Question:* Selling Manager and Selling Manager Pro are tools with advanced functionality for managing:

Answer: • listings

Question:* What is the ActiveInventoryReport responsible for?

Answer: • It reports the price and the quality details for a sellers active listings.

Question:* What are the Seller vs. Buyer benefits of using Sales Maximizer.

Answer: • Seller: Increase revenue by increasing order size. Buyer: Offering seller discounts.

Question:* What does the acronym, API mean?

Answer: • Application Program Interface

Question:* What encoding scheme must use all applications that are calling eBay services?

Answer: • UTF-8

Question:* The XML and SOAP versions of the Trading API are based on the same schema. Which link to the schema or to the wsdl file is wrong?

Answer: • http://developer.ebay.com/webservices/VERSION/ebaySvc.wsdl

Question:* What is “getRecurringJobExecutionHistory” responsible for?

Answer: • It returns the instances of a recurring job that have already occurred.

Question:* What has the CalculatedShippingRate container been replaced with?

Answer: • ShippingPackageDetails

Question:* The Resolution Case Management API is created specifically to?

Answer: • Handle dispute resolution.

Question:* If you wanted to add products to the eBay catalog, what call would you use?

Answer: • addProducts

Question:* To protect bidders from fraud, information about a user is made anonymous during bidding. The following rules apply:

Answer: • Bidders can see their own information, Information is made anonymous in other cases

Question:* Seller Offers API is responsible for?

Answer: • Creation and management of discount campaigns and sales events.

Question:* What is Basic Call responsible for?

Answer: • It retrieves products that are associated with an applied key word.

Question:* A token in a SOAP Request is a text with the _____ tag.

Answer: • eBayAuthToken

Question:* An order line item is created in the eBay system after the buyer has committed to purchase a seller's item. Which Listing Type or Feature does not exist in the list of order lines?

Answer: • Buy It Later in Auction Listing

Question:* The API also lets you list items on:

Answer: • Half.com

Question:* What domain does the call, FindHalfProducts refer to?

Answer: • half.com

Question:* In this context, what does the acronym WSDL refer to?

Answer: • Web Service Definition Language

Question:* Which of the HTTP Headers for XML API Calls is not required or conditional, but recomended?

Answer: • Content-Type

Question:* What two syntaxes can be used to make API calls?

Answer: • XML and SOAP

Question:* "All Buying" view of eBay`s "My eBayPage" contains subItems: Buying Reminders, Watching, Bidding, BestOffers, Won, Didn`t win. The same actions for all of them except one could be performed by calling GetMyeBayBuying web method. What is the name of the action that could be performed by GetMyeBayReminders call?

Answer: • Buying Reminders

Question:* When using a URL paired with HTTP GET, what does the acronym, NV mean?

Answer: • Name Value

Question:* The “login” call is returned in JSON. In this context, what is JSON?

Answer: • JavaScript Object Notation.

Question:* Select appropriate description for the concept with name "Item" in the context of eBay APIs.

Answer: • An item is something sellable or marketable on eBay.

Question:* As you develop your application, it is a good idea to follow these practices, except one:

Answer: • Follow the best practices (if any) that PayPal defines for each call

Question:* What call displays items related to a specific category or item ID?

Answer: • getRelatedCategoryItems

Question:* What kind of service is Order Adjustment

Answer: • SOA Service

Question:* What does eBay's Merchandising API allow users to do?

Answer: • Cross-sell and up-sell items.

Question:* What is the call “getJobs” responsible for?

Answer: • It lists bulk data exchange jobs for the seller.

Question:* The getVersion call is responsible for?

Answer: • Returning the current version of the Payout Details service.

Question:* For an application to be able to operate in the Production or the Sandbox environment, it needs to have the appropriate IDs for that environment. Which key does not exist?

Answer: • TokenId

Question:* Which of these is a Sandbox Service Endpoint?

Answer: • http://svcs.sandbox.ebay.com/services/incentives/v2/SellerDiscountOfferManagementService

Question:* What does Return Management API do?

Answer: • It retrieves and manages buyer returns.

Question:* In the Production environment, a user is eligible to create an eBay Store if he or she is a registered seller on eBay and meets one of the following conditions:

Answer: • has a cumulative feedback score of at least 20; is registered with ID Verify; has a PayPal account in good standing.

Question:* When eBay gives a user a unique id number, the attribute is called:

Answer: • profileId

Question:* DSR trends are monitored in specific time increments. What are they?

Answer: • Weekly, Monthly, Quarterly

Question:* eBay has a list of login credentials that are completely independent and not interoperable. Which is NOT an eBay login credential?

Answer: • Developers Program authentication token

Question:* Who is the intended audience of the eBay Developers Program?

Answer: • Those who are versed in XML.

Question:* The following API calls can be used to create and manage promotional sales:

Answer: • SetPromotionalSale, SetPromotionalSaleListings, GetPromotionalSaleDetails

Question:* eBay's base components are simple and complex types that model eBay business-level objects (e.g., items). Which is not an eBay component?

Answer: • ShippingDetails

Question:* In the Version scheme, what does the second digit indicate?

Answer: • The minor release version.

Question:* Which of the SOAP URL Parameters does not exist?

Answer: • route

Question:* How would you go about allowing Hong Kong users to access your eBay App?

Answer: • Update and reload your app's deployment descripter via the SubscriberRegistrationGlobalId tag.

Question:* “getUserReturns” retrieves information for how many buyer returns?

Answer: • One or more.

Question:* There are three types of promotional sales:

Answer: • Price discount only, Free shipping only, Price discount and free shipping

Question:* There are five user roles in eBay API: Registered eBay Users, Developers, Sellers, Store owners, Bidders and Buyers. Registered eBay Users have access to:

Answer: • only the user ID of the person they are dealing with, and other info if a conflict arises.

Question:* URLs for Category Lists for Global eBay Sites do not include:

Answer: • http://www.france.ebay.com/sch/allcategories/all-categories

Question:* You are able to construct 3 types of applications, tools, and services that can be created using the API: Listing Application, Seller Application, Gallery List Tool. Select the appropriate description for the Listing Application type.

Answer: • It is a relatively simple program that provides a seller with the ability to list items on eBay.

Question:* The eBay Platform defines two general types of errors:

Answer: • Application-Level Errors, Infrastructure Errors

Question:* Which fault type of the Infrastructure Error Types does not exist in the eBay API?

Answer: • Application faults

Question:* To sell an item, a seller must:

Answer: • Opt in to business policies.

Question:* You can avoid paying VAT(Value-Added Tax) charges on your eBay fees by registering:

Answer: • a valid VAT-ID with eBay.

Question:* “itemFilter” in getUserReturns is responsible for?

Answer: • Restricting results to a specific listing.

Question:* The main difference between the Order Adjustment API and Trading API is?

Answer: • The Order Adjustment API begins with lowercase letters.

Question:* To retrieve the data for a single item, use GetItem. The GetItem call belongs to the:

Answer: • Trading API

Question:* Feedback Service is allowed a maximum of how many DSR query requests?

Answer: • 10

Question:* How often is Client Alerts API release made?

Answer: • Bi-weekly.

Question:* What is the address of the Compatible Application Check Page?

Answer: • http://developer.ebay.com/support/certification

Question:* A Fully Qualified Category has subelements:

Answer: • CategoryID, CategoryName, CategoryParentName

Question:* The following item does not contain the user name of the automated Sandbox users

Answer: • external_api_buyer1

Question:* The Product Metadata API helps you perform the following tasks, EXCEPT:

Answer: • Get compatible applications for a product, based on its specifications.

Question:* You can retrieve buying guide details by using the FindProducts call to find a product. The FindProducts call belongs to the:

Answer: • Shopping API

Question:* If there is no web component to your application, or you do not wish to host an AcceptURL or RejectURL page, you should get tokens with which method?

Answer: • Client/Desktop Applications

Question:* What does the “login” call do?

Answer: • It logs the client application into the client alerts server.

Question:* The category hierarchy for a site is embodied in the:

Answer: • CategoryArray object

Question:* Sample XML for Modifying and Removing Fields has Item element, which might (should) contain any of the given elements, except:

Answer: • DeletedField

Question:* Select the right combination of Infrastructure Error Severity Levels.

Answer: • Error and Warning

Question:* Application-Level Error in XML call output does NOT have an element with a name:

Answer: • ns:UserHint

Question:* The "My eBay" page shows a number of different views of a user's data. The given view does not exist in this page:

Answer: • My Items

Question:* What is NOT a service endpoint of the eBay API?

Answer: • https://api.ebay.sandbox.com/ws/api.dll

Question:* “OpeneBaySubscriptionService” is related to?

Answer: • Subscribers and billing.

Question:* Is the “getDeals” call currently functional? When will it be functional?

Answer: • No. It is indefinitely out of service.

Question:* If you're specifying a URL and HTTP header, which takes precedent?

Answer: • URL

Question:* If your application works with items on sites outside the US, or if your application can be used with more than one site, you should understand the differences in:

Answer: • validation rules, business logic, and overall usage rules that are applied for different eBay sites.

Question:* Buyers who purchase an item on eBay using PayPal as the payment method may still file a dispute using PayPal Buyer Protection. Which of the given actions belongs to the Buyer role to be performed?

Answer: • Create a Significantly Not As Described case



No comments:

HTML5 Upwork (oDesk) TEST ANSWERS 2022

HTML5 Upwork (oDesk) TEST ANSWERS 2022 Question: Which of the following is the best method to detect HTML5 Canvas support in web br...

Disqus for upwork test answers