Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Workday-Pro-Integrations Exam - Topic 1 Question 17 Discussion

You are configuring a Core Connector integration that will send data to an external vendor. The vendor requires that the integration output file includes a unique Batch ID in its filename.This ID must follow the format VNDR_YEARMONTH_seq.xml, where YEAR is the four-digit year, MONTH is the two-digit month, and seq is a five-digit sequence number that must reset to 00001 at the beginning of each new month.Which settings must you configure on the integration Filename Sequence Generator to produce this Batch ID filename?
A) Sequence ID Format = VNDR_[yyyy][MM]_[seq].xml Padding = 5 Restart Frequency = Month
B) Sequence ID Format = VNDR_yyyyMM_seq.xml Padding = 00005 Restart Frequency = Year
C) Sequence ID Format = VNDR_[year][month]_[seq].xml Padding = 00000 Restart Frequency = Day
D) Sequence ID Format = VNDR_[yearmonth]_[sequence].xml Padding = 0 Restart Frequency = Month

Workday-Pro-Integrations Exam - Topic 1 Question 17 Discussion

Actual exam question for Workday's Workday-Pro-Integrations exam
Question #: 17
Topic #: 1
[All Workday-Pro-Integrations Questions]

You are configuring a Core Connector integration that will send data to an external vendor. The vendor requires that the integration output file includes a unique Batch ID in its filename.

This ID must follow the format VNDR_YEARMONTH_seq.xml, where YEAR is the four-digit year, MONTH is the two-digit month, and seq is a five-digit sequence number that must reset to 00001 at the beginning of each new month.

Which settings must you configure on the integration Filename Sequence Generator to produce this Batch ID filename?

Show Suggested Answer Hide Answer
Suggested Answer: A

The required filename needs a static prefix, runtime date tokens, and a monthly resetting sequence. The correct Workday-style pattern uses bracketed date tokens: [yyyy] for the four-digit year and [MM] for the two-digit month. The sequence token [seq] supplies the next sequence number. Because the sequence must be five digits, Padding must be set to 5 so values appear as 00001, 00002, and so on. Restart Frequency must be Month because the sequence resets at the beginning of each new month. Option B incorrectly treats the tokens as literal text and resets yearly. Option C uses invalid token names and resets daily. Option D uses nonstandard token names and lacks the required five-digit padding.

================


Contribute your Thoughts:

0/2000 characters
Allene
4 days ago
I'm leaning towards option A because it mentions restarting the sequence monthly, which seems right for this requirement.
upvoted 0 times
...
Aleisha
9 days ago
I remember practicing a question like this, and I think the padding should be set to 5, but I can't recall if it should be 00005 or just 5.
upvoted 0 times
...
Alecia
14 days ago
I think the format needs to include the year and month in a specific way, but I'm not sure if it should be [yyyy][MM] or just yyyyMM.
upvoted 0 times
...

Save Cancel