최신 SAP Certified Development Associate C-CDCDEV2018 무료샘플문제:
1. Imagine you are using a 3rd party customer review system and you want to enable faceting on the Average Review Rating (a numeric field which indicates the customer satisfaction score). Which steps are necessary to enable this?
A) Add the name of this review rating fields to SOLR's schema.xml and activate the analyzer for numeric fields
B) Implement a FieldValueProvider Spring bean that can retrieve and/or calculate the average rating from the 3rd party system
C) Add \"indexed=true\" to the attribute descriptor for review ratings in items.xml
D) Modify the WCMS page Template for the Search Page to show the new facet
2. Which of the following statements are true with respect to the credit card payment process?
A) it is possible to refund a larger amount than the captured amount
B) it may be cancelled at any time before or after the capture
C) it is possible to capture a smaller amount that the authorized amount
D) it may consist of the steps: authorization, capture,refund.
3. Which of the following statements are true of both vouchers and promotions?
A) they have the status "potential" and "fired" (Comment - wrong because voucher doesn't potential or fired status it's only for promotion)
B) they can be applied to the total order or to individual products (Comment -
https://wiki.hybris.com/display/release5/Voucher+Module+-
+End+User +Guide#VoucherModule-EndUserGuide-Typesandattributes - The calculation of the discount called for by a given voucher is done on the total value of the applicable product prices, inclusive of VAT. Since vouchers can be restricted to apply to certain products only there may be order entries in an order that qualify as non-applicable products. Such products are then not subject to the voucher discount rules. https://wiki.hybris.com/display/release5/Key+Concepts+of
+Promotions#KeyConceptsofPromotions-Restrictions - For each
promotion, a discount is added either to the order or to the item to adjust the order/item total to apply the savings the user should receive following the application of the promotion.)
C) they can be restricted to specific users and products so that they only discount prices under certain conditions (https://wiki.hybris.com/display/release5/Voucher+Module+-+End+User +Guide#VoucherModule- EndUserGuide-DateRestriction and
https://wiki.hybris.com/
display/release5/Key+Concepts+of+Promotions#KeyConceptsofPromotionsRestrictions ) ! !
D) They can be restricted by date and/or time
4. In a Solr search setup, which of the following statements are true?
A) in standalone mode Solr runs in its own JVM
B) in embedded mode Solr runs in the same JVM as the hybris server.
C) queries against an embedded Solr instance are sent via TCP
D) queries against a standalone Solr instance are sent via HTTP
5. When defining customer segments for personalization, which of the statements regarding the processing of the segments are true?
A) in "full processing" all rules are re-evaluated every time a segment is evaluated in the current segment evaluation scope
B) In both types of processing, a rule which has previously evaluated to true, will not be re-evaluated the next time the segment is evaluated in the current segment evaluation scope.
C) In "optimized processing" The evaluation of a segment will terminate as soon as a rule in that segment evaluates to false
D) In "full processing" the evluation of a segment will not terminate until all the rules in that segment have been evaluated
질문과 대답:
질문 # 1 정답: B,D | 질문 # 2 정답: C,D | 질문 # 3 정답: B,D | 질문 # 4 정답: A,B,D | 질문 # 5 정답: C,D |