Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

[Dec 29, 2023] 100% Latest Most updated Marketing-Cloud-Administrator Questions and Answers [Q59-Q78]

Share

[Dec 29, 2023] 100% Latest Most updated Marketing-Cloud-Administrator Questions and Answers

Try with 100% Real Exam Questions and Answers

NEW QUESTION # 59
A Marketing Cloud admin to create custom roles for their business process.
What should be taken into consideration to accomplish this?

  • A. Custom roles can only be edited by the user who created the role initially.
  • B. Custom roles override an individual user's granular permission assignments.
  • C. Custom roles are only available within the business in which they were created.
  • D. Custom roles are available on their Marketing Cloud account.

Answer: D

Explanation:
Explanation
Custom roles are available on their Marketing Cloud account is what should be taken into consideration to accomplish this. Custom roles are roles that can be created and modified by Marketing Cloud administrators to grant specific permissions to users based on their business needs. Custom roles can be applied to users across all business units in an account or within a specific business unit


NEW QUESTION # 60
A Consultant has a data extension that contains all current product information. The customer wants to refresh data each morning by importing a CSV containing today's product catalog. The product catalog is never the same; products can be added and removed. Which import type should be used?

  • A. Update Only
  • B. Add/Update
  • C. Overwrite
  • D. Add Only

Answer: B


NEW QUESTION # 61
While setting up marketing Cloud Connect, a marketing cloud admin navigates to the Marketing Cloud tab in Sales Cloud to complete the integration. The admin then receives the following error message:
Insufficient User Permissions. You have not been designated as an integrated Marketing Cloud User. Contact your system administrator.
The admin notices the Marketing cloud for AppExchange Admin option is selected when looking for the user settings.
What action should correct the issue?

  • A. Apply the appropriate user mappings in the CRM configuration.
  • B. Apply the Administrator and Marketing Cloud Administrator permission sets to user.
  • C. Apply the marketing Cloud for AppExchange User option as well
  • D. Reset all user passwords to force new tokens

Answer: B

Explanation:
Explanation
To correct the issue of insufficient user permissions, the admin should apply the Administrator and Marketing Cloud Administrator permission sets to the user. These permission sets grant access to the Marketing Cloud tab in Sales Cloud and allow the user to complete the integration. The Marketing Cloud for AppExchange Admin option is not enough to grant access to the Marketing Cloud tab


NEW QUESTION # 62
A customer will provide a single daily file on the Marketing Cloud SFTP at 3 AM and needs an alert if the file is not present on time. The file needs to be: Imported into a staging data extension. Separated into two different data extensions.
Which workflow should meet these requirements?

  • A. Scheduled Automation: Import File Activity > SQL Query Activity 1 > SQL Query Activity 2
  • B. File Drop Automation: File Transfer Activity > Import File Activity > Filter Activity > SQL Query Activity 1
  • C. Scheduled Automation: File Transfer Activity > Import File Activity > SQL Query Activity 1 > SQL Query Activity 2
  • D. File Drop Automation: Import File Activity > SQL Query Activity1 > SQL Query Activity 2

Answer: D

Explanation:
Explanation
The correct answer is C because File Drop Automation can be used to trigger an automation when a file is dropped on the SFTP, and Import File Activity and SQL Query Activities can be used to import and separate the data into different data extensions. A is incorrect because Scheduled Automation cannot check if the file is present on time. B is incorrect because Scheduled Automation cannot trigger an alert if the file is not present.
D is incorrect because Filter Activity cannot separate the data into different data extensions.


NEW QUESTION # 63
Create separate folders and add permissions is how they should accomplish this. Folders are used to organize data extensions and other assets in Marketing Cloud. Permissions can be applied to folders to control which users can view or update the data extensions or assets within them. By creating separate folders for B2C and B2B campaigns and adding permissions accordingly, they can restrict access to data extensions based on user roles QUESTIONNO: 95 Northern Trail Outfitters wants to know how customers are engaging with marketing communications they have sent over the last year. What action should be taken to populate the Einstein Engagement Scoring Dashboard?

  • A. Click Deploy and results are available immediately
  • B. Click Activate and wait for an email notification
  • C. Select the channels (Emails, Push, SMS) to report on then click Activate
  • D. Select one of the Predictive Algorithms then click Deploy

Answer: B

Explanation:
Click Activate and wait for an email notification is the action that should be taken to populate the Einstein Engagement Scoring Dashboard. Einstein Engagement Scoring is a feature that uses artificial intelligence to score subscribers based on their likelihood to open, click, or unsubscribe from emails. To activate this feature, users need to click the Activate button in the dashboard and wait for an email notification that confirms the activation and provides a link to view the scores.


NEW QUESTION # 64
A marketing manager requests to receive an email, once a week, with high-level metrics in a standardized format. Specifically, the manager wants to know how many emails were sent in the last week.
What location and activity would allow the Marketing Cloud admin to complete this request?

  • A. Automation Studio: Create a Query Activity to query data from the "Sent" Data View, then use an Email activity to automate the sending of the data.
  • B. Analytics Builder: Select the "Account Send Summary" in Reports and schedule a weekly report to be sent.
  • C. Email Studio: Select the "Account Send Summary*' in Tracking Reports and schedule a weekly report to be sent.

Answer: C


NEW QUESTION # 65
A Marketing Cloud admin notices Individual Email Results are NOT being pushed back into Sales Cloud for a particular end. The admin of Marketing Cloud Connect is functioning properly.
What should the admin confirm about the data extension?

  • A. The data extension is located in the Synchronized Data Extensions folder.
  • B. The wind relationship links SubscriberKey to Subscribers on Email Address
  • C. The data extension is located in the Salesforce Data Extensions folder.
  • D. The triggeredSendDataExtension data extension template was used.

Answer: C


NEW QUESTION # 66
A Marketing Cloud admin is configuring the Marketing Cloud data model for the first time. Journey Builder with of messages being sent to customers, based on if there has been an order or not. There are two existing data model Orders:
- Customers contains information about subscribers including Email Address, First Name, Last name.
- Orders contains information about the orders and includes the unique identifier of the customer In which two ways should the admin configure Data Designer to allow this data to be used within a journey?
Choose 2 answers

  • A. Link the Orders data extension to the Customers data extension using a Many-to-Many relationship
  • B. Link the Customers data extension to the data model using Customer ID
  • C. Link the Orders data extension to the Customers data extension using a One-to-Many relationship
  • D. Link the Customers data extension to the data model using Email Address

Answer: B,C

Explanation:
Explanation
Linking the Customers data extension to the data model using Customer ID and linking the Orders data extension to the Customers data extension using a One-to-Many relationship are the best ways to configure Data Designer to allow this data to be used within a Journey. Customer ID is a unique identifier that can be used to link data extensions in Data Designer. A One-to-Many relationship means that one customer can have multiple orders, which reflects the data model scenario.


NEW QUESTION # 67
A Marketing Cloud Admin has noticed a File Drop Automation has been failing on the import File activity. The automation is configured with a filename pattern, so the filename is expected to begin with customer_import_. The import is configured to look for a file named customer_import_%%Year%%%%Month%%%%Day%%.csv, however, the admin notices the filenames include seconds and milliseconds.
How should the admin fix the issue?

  • A. Make sure the file is placed on the correct subfolder within the SFTP
  • B. Make sure the filename has a date stamp to avoid duplication
  • C. Use %%FILENAME_FROM_TRIGGER%% in the import File Activity
  • D. Use the exact filename used for the trigger in the import File Activity

Answer: C

Explanation:
Explanation
When using a filename pattern for a File Drop Automation trigger, the import File Activity should use
%%FILENAME_FROM_TRIGGER%% as the file name. This ensures that the import activity will use the same file name as the trigger, regardless of the date stamp or other variations


NEW QUESTION # 68
A large retail company has selected Marketing Cloud and has asked to be fully migrated from their existing platform in three weeks. They have communicated the following: They currently have 3 million customers.
They email customers twice a week with no known deliverability issues. Their contract includes one Sender Authentication Package (SAP).
Which two responses articulate proper IP warming? Choose 2 answers

  • A. IP ramp -up is important to establish a positive sender reputation.
  • B. IP ramp -up can be bypassed, given their historical lack of deliverability issues.
  • C. IP ramp -up takes four to six weeks to be able to fully send to all 3 million customers.
  • D. IP ramp -up can be accelerated by migrating to pre -warmed IP addresses.

Answer: A,C

Explanation:
Explanation
IP ramp-up takes four to six weeks to be able to fully send to all 3 million customers and IP ramp-up is important to establish a positive sender reputation. These responses articulate proper IP warming, which is the process of gradually increasing email volume from a new or unused IP address to build trust and credibility with Internet Service Providers (ISPs)


NEW QUESTION # 69
While setting up Marketing Cloud Connect, a Marketing Cloud admin navigates to the Marketing Cloud tab in Sales Cloud to complete the integration. The admin then receives the following error message:
- Insufficient User Permissions. You have not been designated as an integrated Marketing Cloud user. Contact your system administrator The admin notices the Marketing Cloud for AppExchange Admin option is selected when looking at the user settings What action should correct the issue?

  • A. Reset al passwords to force new tokens
  • B. Apply the administrator and Marketing Cloud Administrator permission sets to user
  • C. Apply the appropriate user mappings in the CRM configuration
  • D. Apply the Marketing Cloud for AppExchange User option as well

Answer: B

Explanation:
Explanation
To correct the issue of not being designated as an integrated Marketing Cloud user, the admin should apply the administrator and Marketing Cloud Administrator permission sets to the user5. The administrator permission set grants the user access to all standard objects and settings in Sales Cloud, while the Marketing Cloud Administrator permission set grants the user access to Marketing Cloud Connect features and settings in Sales Cloud. These permission sets are required for completing the integration between Sales Cloud and Marketing Cloud. The other options are incorrect because:
* Apply the Marketing Cloud for AppExchange User option as well. This option will not correct the issue, as it only grants the user access to Marketing Cloud Connect features in Marketing Cloud, not in Sales Cloud. The user also needs access to Marketing Cloud Connect features in Sales Cloud to complete the integration5.
* Reset all passwords to force new tokens. This option will not correct the issue, as it only affects the authentication tokens for API users, not for integrated users. The user needs to be designated as an integrated user before they can use their credentials to log in to Marketing Cloud from Sales Cloud5.
* Apply the appropriate user mappings in the CRM configuration. This option will not correct the issue, as it only affects how users are mapped between Sales Cloud and Marketing Cloud based on their email addresses or usernames. The user needs to be designated as an integrated user before they can be mapped between the two systems5.


NEW QUESTION # 70
A Marketing Cloud Administrator noticed a File DropAutomation has been falling on the Import File activity.
The automation is configured with a filename pattern, so the filename is expected to begin with customer import_. The import is configured to look for a file named Customer import %%Year%%%% Month%%%%Day%%.csv, however, the admin notices the filenames Include seconds and milliseconds what should the admin do to fix the issue?

  • A. use %%FILENAME_FROM_TRIGGER%% in the Import File Activity
  • B. Make sure the team has a date stamp to avoid duplication
  • C. Use the exact file name used for the trigger in the Import File Activity
  • D. Make sure the files placed on the correct subfolder within the SFTP

Answer: A


NEW QUESTION # 71
A user asks a Marketing Cloud admin to review their permissions since they are unable to send an email. The admin reviews the user profile and notices the user has three roles assigned: Content Creator, Data Manager, and Marketing Cloud Viewer.
What should the admin do to resolve the issue so the user can send an email?

  • A. Edit permissions and Grant permissions to Send
  • B. Edit permissions and deselect Deny for Email Sending!
  • C. Add the Role Marketing Cloud Channel Manager
  • D. Remove the Marketing Cloud Viewer Role

Answer: A


NEW QUESTION # 72
Which three statements should be considered before using Goals in Journey Builder?
Choose 3 answers

  • A. Contacts are evaluated against the goal after a wait activity.
  • B. Each contact is assigned an individual goal.
  • C. Goals are created to evaluate journey performance.
  • D. Goal target statistics are stored in a data extension.
  • E. Goals can act as exit criteria.

Answer: A,C,E


NEW QUESTION # 73
Northern Trail Outfitters to bring subscriber data from its data warehouse into Marketing Cloud.
Which two fields would need minimal consideration, for size/scalability related reasons,when creating a data extension to house this data?
Choose 2 answers

  • A. Boolean
  • B. Number
  • C. Decimal
  • D. Text

Answer: A,D

Explanation:
Explanation
When creating a data extension, the fields that would need minimal consideration for size/scalability reasons are text and Boolean. Text fields can store up to 4000 characters and boolean fields can store only true or false values. Number and decimal fields can store larger values and may require more storage space.


NEW QUESTION # 74
Northern Trail Outfitters has five business units in their Marketing Cloud account. All business units should be configured to use the same SFTP directory How should this setup be achieved?

  • A. Copy the parent SFTP user into each child business unit
  • B. All child business units should have an individual SFTP user
  • C. Child business unit SFTP user should be created
  • D. Each business unit should have multiple SFTP users

Answer: A

Explanation:
Explanation
To achieve the setup of sharing the same SFTP directory across each of their Marketing Cloud accounts, NTO should copy the parent SFTP user into each child business unit. This will allow each business unit to access the same SFTP directory as the parent business unit and share files among them. The other options are incorrect because:
* Child business unit SFTP user should be created. This will create a separate SFTP user and directory for each child business unit, which will not allow them to share files with the parent business unit or other child business units.
* Each business unit should have multiple SFTP users. This will create unnecessary complexity and confusion for NTO, as they will have to manage multiple SFTP users and directories for each business unit. This will also not allow them to share files among different business units easily.
* All child business units should have an individual SFTP user. This is similar to the first option, as it will create a separate SFTP user and directory for each child business unit, which will not allow them to share files with the parent business unit or other child business units.


NEW QUESTION # 75
A Marketing Cloud admin is tasked with requesting Marketing Cloud Connect Multi-Org enablement.
What consideration should be given to the preference profile centers for this integration?

  • A. Profile/Preference centers for Multi-Org accounts are configured in the Salesforce CRM settings.
  • B. Profile/Preference centers are automatically created for each business unit connected through Multi-org
  • C. Multi org does not support the standard profile preference center for the business units.
  • D. Branding for each business units' profile centers will be inherited from the default business unit setup.

Answer: C


NEW QUESTION # 76
Northern Trail Outfitters has Marketing Cloud users who need data extension View and Update permissions for campaigns related to B3C sales, out not any permissions for campaigns related to B2B sales.
How should they accomplish this?

  • A. Update data extension object level permissions
  • B. Create a shared data extension
  • C. Create a new business unit
  • D. Create separate folders and add permissions

Answer: B


NEW QUESTION # 77
Northern Trail Outfitters (NTO) Is a global brand which Includes many subsidiary brands under the parent umbrella. NTO is the Enterprise business unit and also has a child business unit used for sending promotional email.
How should the rest of the business units be organized?

  • A. Create new Enterprise business units for each brand and child business units for each of the brand's GEOs.
  • B. Create child business units for each brand and nest another level of child business units for GEOs.
  • C. Create and apply folders with naming conventions in the current account to keep track of brand assets.
  • D. Create one child business unit for the other brands to share but apply folders and naming conventions.

Answer: B

Explanation:
Explanation
Create child business units for each brand and nest another level of child business units for GEOs is how the rest of the business units should be organized. Business units are organizational units that allow marketers to segment their Marketing Cloud account based on different brands, regions, products, or channels. By creating child business units for each brand and nesting another level of child business units for GEOs, NTO can manage their marketing activities and assets for each subsidiary brand and location separately


NEW QUESTION # 78
......

New Salesforce Marketing-Cloud-Administrator Dumps & Questions: https://passguide.braindumpsit.com/Marketing-Cloud-Administrator-latest-dumps.html