Module Quiz

SyncApp Code Flow & Creating a New Integration · Week 3 · 3 questions

Select the best answer for each question then submit to see your score.

Question 1 of 3
What does the 'singular instance' check do in RunSyncFunctions?
AIt ensures only one SyncApp binary runs per machine
BIt checks whether a given sync function is already running and prevents concurrent execution of the same function
CIt validates that only one entity type is synced at a time
DIt checks whether the SyncApp has a valid source ID before running
Question 2 of 3
What is the minimum scheduler frequency you can configure for a sync function?
A1 minute
B5 minutes
C15 minutes
D30 minutes
Question 3 of 3
When implementing a new integration, what are the three main code areas you must implement per entity?
AController, Service, Repository (standard MVC pattern)
BAPI (fetch from PMS), Entity (transform to Weave schema), Sync method (RPC implementation)
CConfig, Migration, Handler
DProducer, Consumer, Processor