You are on page 1of 23

SAP Commerce Cloud

Developer Certification Preparation


Product Learning CX II, SAP Learning
What to expect

§ A general introduction to the certification exam.

§ A brief guide to better understand the scope of the certification exam.

§ Doesn’t cover detailed content in the official SAP Commerce Cloud Developer trainings: e.g. C4H340 and
C4H341 (part of the recommended preparation to pass the certification exam).

§ This live session is NOT a requirement to successfully pass the SAP Commerce Cloud Developer
Certification.

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 2


Agenda

§ General Introduction
§ All Topics Walkthrough
§ Further Resources

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 3


General Introduction
General information

• Check the Home Page of

SAP Certified Development Professional - SAP Commerce Cloud Developer

• Acquire knowledge required for the certification by attending the following trainings:
• C4H340 - SAP Commerce Cloud Developer Part 1 (formerly HY400)
• C4H341 - SAP Commerce Cloud Developer Part 2 (formerly HY410)

• Please be aware that:


• The C4H340 and C4H341 trainings are recommended starting point, but they only cover the basics and are not
enough as preparation for the exam, because

• it is the professional level certification (which requires several years of practical on-the-job experience and
addresses real-life scenarios)

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 5


General Information (continued)
• How to book/attend the exam:
1. On-site exam
• scheduled appointment for a specific certification
• at one of SAP's world-wide training centers (e.g. Walldorf, Ratingen, Hamburg, Vienna, Zurich, etc.)
2. Online exam through, for example, a Certification Hub Subscription (SAP Certification in the Cloud)
• 12 months of 24x7 access worldwide
• 6 attempts
• subscription is valid for all certification exams offered by SAP

• Exam consists of 80 questions


• Cut Score: 61% (currently)
• Duration: 180 minutes
• Language: English

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 6


Important Exam Process and Security Guidelines

• An on-site exam:
• is proctored in person by an exam supervisor
• requires 2 forms of valid identification (not expired)
• at least one government-issued photo ID
• personal items (cell phones, bags, notepads, organizers, etc.) not allowed

• An online exam:
• requires stable internet
• is proctored remotely via Zoom (both webcam and entire desktop)
• requires government-issued photo ID (not expired) via webcam
• is only released by the exam supervisor after checking the exam environment
• requires you to be in a quiet and secure room alone throughout the exam
• you will be asked to rotate your webcam around the room
• only one screen may be active.
• cellphones/tablets and recording devices are forbidden
• requires you use the Questionmark Secure browser to access the exam
• this browser doesn't allow other apps/windows to be active at the same time
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 7
Percentage incidence of each area on certification exam

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 8


General rules about questions

• Questions
• are simple and objective.
• can be single choice or multiple choice, which will be clearly indicated.

• Multiple-choice questions
• number of correct answers is given as part of the question.
• question is considered correct only if all correct alternatives are selected.
– i.e. multiple-choice questions cannot be partially correct. They are either correct or wrong.

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 9


All Topics Walkthrough
Topic: Platform Basics

15%-20% of exam

Essential knowledge includes:

• Build Framework, Configuration Files (xml & properties)

• Extension: concept & structure (how to create, dependencies)

• Data Modelling (items.xml, type system, deployment, relation/collection, enumeration, etc.)

• Security Management (access rights & restrictions)

• Flexible Search (syntax, API, implementation)

• ImpEx (syntax, how to invoke, scripting support)

• SOA, model objects, interceptors, modelService

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 11


Topic: Platform Features

13-15% of exam

Essential knowledge includes:

• Spring context (web, tenant & global)

• Addons (Concept and implementation)

• Event framework (involved data models & process, special events)

• Cronjob (data models, implementation steps)

• Caching mechanism (framework, eviction policies, configuration possibilities, clustering)

• DTO, Converters & Populators

• Data import via Annotation (@SystemSetup, Patch update)

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 12


Topic: Commerce

15-20% of exam

Essential knowledge includes:


• Search & Navigation Module
• Solr management (concept, backoffice configuration, indexed type, index jobs)
• IndexedProperty, Facet (configuration, range)
• Out-of-the-box features (autosuggestion, autocorrection, keyword redirects, synonyms, stopwords)
• APIs (services, listeners)
• Adaptive Search Module (perspective, search profiles, boost items/rules)
• Promotion & Coupon (promotion engine, rule engine, RAOs & customization, coupon types)
• Pricing mechanism (Price factory, Decouple from Catalogs)
• Cart management (CommerceCartService)
• Relations of Basestore, catalogs and warehouses

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 13


Topic: Customer Experience

12-15% of exam

Essential knowledge includes:

• CMS related data structure (base store, base site, template, page, content slot, component)

• CMS restrictions (concept, types)

• SmartEdit (modes, GUI, out-of-the-box features)

• CMS navigation bars (data models, management)

• Personalization module (concept, data models, commerce customization)

• Composable Storefront (aka. Spartacus) Features & Comparison to ACC storefront

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 14


Topic: Commerce Cloud and Cloud Portal

5-8% of exam

Essential knowledge includes:

• Commerce cloud architecture (cloud vs on-prem)

• Manifest json (configuration)


• Cloud portal GUI (environments, repository, build, deploy, endpoints configuration)

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 15


Topic: Order Management and Customer Services

5%-8% of exam

Essential knowledge includes:

• Basecommerce extension

• Business process (concept, node types, implementation, customization)


• Out-of-the-box order fulfillment process, consignment process

• Order APIs (splitting strategies, cancel, return, refund)

• Assisted Service Module vs. Customer Support Module (features, comparison)

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 16


Topic: PCM

5-8% of exam

Essential knowledge includes:

• PCM data models (Product, Category, Catalog, synchronization management)

• Basic product variants


• Multi-dimensional variants

• Classification system (vs. type system)

• Media management (media, media format, media folder, etc.)

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 17


Topic: Backoffice Framework

5-8% of exam

Essential knowledge includes:

• Backoffice framework (concept, relation to backoffice, orchestrator mode)

• XML files (config.xml, widgets.xml, reset to defaults)


• Widget (concept, implementation, definition.xml)

• Widget communication (sockets, virtual sockets, adapters)

• Dynamic forms

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 18


Topic: Integration

5-8% of exam

Essential knowledge includes:


• Integration API Module
• Cloud Hot Folders
• Webhooks (working principals and limitation)
• Intelligent Selling Services for SAP Commerce Cloud (aka. ISS)

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 19


Further Resources
If you want more?

• If you haven’t attended any SAP Commerce Cloud Developer Training, we highly recommend attending the
following:
• C4H340: https://training.sap.com/course/c4h340
• C4H341: https://training.sap.com/course/c4h341

• Also useful:
• Live Session Series: “SAP Commerce Cloud – Additional Technical Essentials”
https://blogs.sap.com/2021/07/22/introduction-to-the-live-session-series-sap-commerce-cloud-additional-technical-essentials/
• C4H365 SAP Commerce Cloud Backoffice Framework Developer:
https://training.sap.com/course/c4h365
• C4H370 - Spartacus ILT Developer Training:
https://training.sap.com/course/C4H370
• C4H320 - SAP Commerce Cloud Business User Training:
https://training.sap.com/course/C4H320
• SAP Commerce Cloud - Learning Journey for Developers:
https://help.sap.com/learning-journeys/5009ab8a7a261014b60ce7241ebd605a

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ INTERNAL 21


Thank you.
Contact information:

SAP CX Training cx-training@sap.com

Product Learning CX II, SAP Learning


Follow us

www.sap.com/contactsap

© 2021 SAP SE or an SAP affiliate company. All rights reserved.


No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of
SAP SE or an SAP affiliate company.

The information contained herein may be changed without prior notice. Some software products marketed by SAP SE and its
distributors contain proprietary software components of other software vendors. National product specifications may vary.

These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or
warranty of any kind, and SAP or its affiliated companies shall not be liable for errors or omissions with respect to the materials.
The only warranties for SAP or SAP affiliate company products and services are those that are set forth in the express warranty
statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional
warranty.

In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or
any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation,
and SAP SE’s or its affiliated companies’ strategy and possible future developments, products, and/or platforms, directions, and
functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason
without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or
functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ
materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, and they
should not be relied upon in making purchasing decisions.

SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered
trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. All other product and service names
mentioned are the trademarks of their respective companies.
See www.sap.com/trademark for additional trademark information and notices.

You might also like