Valid Marketing-Cloud-Developer Dumps shared by ExamDiscuss.com for Helping Passing Marketing-Cloud-Developer Exam! ExamDiscuss.com now offer the newest Marketing-Cloud-Developer exam dumps, the ExamDiscuss.com Marketing-Cloud-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Marketing-Cloud-Developer dumps with Test Engine here:
A developer is configuring a File Drop Automation and wantsto use a Filename Pattern to allow for timestamps on the file. The file name will always start with the month and day (e.g. MAY15) the file is dropped onto the SFTP site. Which two configurations should be used for the automation to successfully start? Choose 2 answers
Correct Answer: C,D
To configure a File Drop Automation with a filename pattern that allows for timestamps and starts with the month and day, the developer should use: * Begins With operator (D)- This ensures that the automation triggers when the file name begins with the specified pattern. * %%Month%%%%Day%% (C)- This is the correct syntax to match the month and day in the file name. For example, if the file name is "MAY15", the pattern will be %%MMMM%%dd. References: * Salesforce Marketing Cloud File Drop Automations * Automation Studio Filename Patterns