[完全版]2026年最新のGoShiken Data-Con-101のPDFで最近更新された問題です [Q43-Q59]

Share

[完全版]2026年最新のGoShiken Data-Con-101のPDFで最近更新された問題です

Data-Con-101試験には保証が付きます。更新されたのは170問があります

質問 # 43
To import campaign members into a campaign in Salesforce CRM, a user wants to export the segment to Amazon S3. The resulting file needs to include the Salesforce CRM Campaign ID in the name.
What are two ways to achieve this outcome?
Choose 2 answers

  • A. Include campaign identifier in the activation name.
  • B. Include campaign identifier in the segment name.
  • C. Include campaign identifier in the filename specification.
  • D. Hard code the campaign identifier as a new attribute in the campaign activation.

正解:A、C

解説:
The two ways to achieve this outcome are A and C. Include campaign identifier in the activation name and include campaign identifier in the filename specification. These two options allow the user to specify the Salesforce CRM Campaign ID in the name of the file that is exported to Amazon S3. The activation name and the filename specification are both configurable settings in the activation wizard, where the user can enter the campaign identifier as a text or a variable. The activation name is used as the prefix of the filename, and the filename specification is used as the suffix of the filename. For example, if the activation name is
"Campaign_123" and the filename specification is "{segmentName}_{date}", the resulting file name will be
"Campaign_123_SegmentA_2023-12-18.csv". This way, the user can easily identify the file that corresponds to the campaign and import it into Salesforce CRM.
The other options are not correct. Option B is incorrect because hard coding the campaign identifier as a new attribute in the campaign activation is not possible. The campaign activation does not have any attributes, only settings. Option D is incorrect because including the campaign identifier in the segment name is not sufficient.
The segment name is not used in the filename of the exported file, unless it is specified in the filename specification. Therefore, the user will not be able to see the campaign identifier in the file name.


質問 # 44
Northern Trail Outfitters (NTD) creates a calculated insight to compute recency, frequency, monetary {RFM) scores on its unified individuals. NTO then creates a segment based on these scores that it activates to a Marketing Cloud activation target.
Which two actions are required when configuring the activation?
Choose 2 answers

  • A. Select contact points.
  • B. Add the calculated insight in the activation.
  • C. Add additional attributes.
  • D. Choose a segment.

正解:A、D

解説:
To configure an activation to a Marketing Cloud activation target, you need to choose a segment and select contact points. Choosing a segment allows you to specify which unified individuals you want to activate.
Selecting contact points allows you to map the attributes from the segment to the fields in the Marketing Cloud data extension. You do not need to add additional attributes or add the calculated insight in the activation, as these are already part of the segment definition. References: Create a Marketing Cloud Activation Target; Types of Data Targets in Data Cloud


質問 # 45
A company is seeking advice from a consultant on how to address the challenge of having multiple leads and contacts in Salesforce that share the same email address. The consultant wants to provide a detailed and comprehensive explanation on how Data Cloud can be leveraged to effectively solve this issue.
What should the consultant highlight to address this company's business challenge?

  • A. Identity Resolution
  • B. Calculated Insights
  • C. Identity Resolution
  • D. Data Bundles

正解:C

解説:
Issue Overview: When multiple leads and contacts share the same email address in Salesforce, it can lead to data duplication, inaccurate customer views, and inefficient marketing and sales efforts.
Data Cloud Identity Resolution: Salesforce Data Cloud offers Identity Resolution as a powerful tool to address this issue. It helps in merging and unifying data from multiple sources to create a single, comprehensive customer profile.
Process:
Data Ingestion: Import lead and contact data into Salesforce Data Cloud.
Identity Resolution Rules: Configure Identity Resolution rules to match and merge records based on key identifiers like email addresses.
Unification: The tool consolidates records that share the same email address, eliminating duplicates and ensuring a single view of each customer.
Continuous Updates: As new data comes in, Identity Resolution continuously updates and maintains the unified profiles.
Benefits:
Accurate Customer View: Reduces duplicate records and provides a complete view of each customer's interactions and history.
Improved Efficiency: Streamlines marketing and sales efforts by targeting a unified customer profile.
References:
Salesforce Data Cloud Identity Resolution
Salesforce Help: Identity Resolution Overview


質問 # 46
Cloud Kicks plans to do a full deletion of one of its existing data streams and its underlying data lake object (DLO).
What should the consultant consider before deleting the data stream?

  • A. The data stream must be associated with a data kit.
  • B. The underlying DLO can be used in a data transform.
  • C. The underlying DLO cannot be mapped to a data model object.
  • D. The data stream can be deleted without implicitly deleting the underlying DLO.

正解:B

解説:
Data Streams and DLOs: In Salesforce Data Cloud, data streams are used to ingest data, which is then stored in Data Lake Objects (DLOs).
Deletion Considerations: Before deleting a data stream, it's crucial to consider the dependencies and usage of the underlying DLO.
Data Transform Usage:
Impact of Deletion: If the underlying DLO is used in a data transform, deleting the data stream will affect any transforms relying on that DLO.
Dependency Check: Ensure that the DLO is not part of any active data transformations or processes that could be disrupted by its deletion.
References:
Salesforce Data Cloud Documentation: Data Streams
Salesforce Data Cloud Documentation: Data Transforms


質問 # 47
A global fashion retailer operates online sales platforms across AMFR, FMFA, and APAC. the data formats for customer, order, and product Information vary by region, and compliance regulations require data to remain unchanged in the original data sources They also require a unified view of customer profiles for real- time personalization and analytics.
Given these requirement, which transformation approach should the company implement to standardise and cleanse incoming data streams?

  • A. Implement batch data transformations.
  • B. Use Apex to transform and cleanse data.
  • C. Implement streaming data transformations.
  • D. Transform data before ingesting into Data Cloud.

正解:A

解説:
Given the requirements to standardize and cleanse incoming data streams while keeping the original data unchanged in compliance with regional regulations, the best approach is to implement batch data transformations . Here's why:
Understanding the Requirements
The global fashion retailer operates across multiple regions (AMER, EMEA, APAC), each with varying data formats for customer, order, and product information.
Compliance regulations require the original data to remain unchanged in the source systems.
The company needs a unified view of customer profiles for real-time personalization and analytics.
Why Batch Data Transformations?
Batch Transformations for Standardization :
Batch data transformations allow you to process large volumes of data at scheduled intervals.
They can standardize and cleanse data (e.g., converting different date formats, normalizing product names) without altering the original data in the source systems.
Compliance with Regulations :
Since the original data remains unchanged in the source systems, batch transformations comply with regional regulations.
The transformed data is stored in a separate layer (e.g., a new Data Lake Object or Unified Profile) for downstream use.
Unified Customer Profiles :
After transformation, the cleansed and standardized data can be used to create a unified view of customer profiles in Salesforce Data Cloud.
This enables real-time personalization and analytics across regions.
Steps to Implement This Solution
Step 1: Identify Transformation Needs
Analyze the differences in data formats across regions (e.g., date formats, currency, product IDs).
Define the rules for standardization and cleansing (e.g., convert all dates to ISO format, normalize product names).
Step 2: Create Batch Transformations
Use Data Cloud's Batch Transform feature to apply the defined rules to incoming data streams.
Schedule the transformations to run at regular intervals (e.g., daily or hourly).
Step 3: Store Transformed Data Separately
Store the transformed data in a new Data Lake Object (DLO) or Unified Profile.
Ensure the original data remains untouched in the source systems.
Step 4: Enable Unified Profiles
Use the transformed data to create a unified view of customer profiles in Salesforce Data Cloud.
Leverage this unified view for real-time personalization and analytics.
Why Not Other Options?
A). Implement streaming data transformations :Streaming transformations are designed for real-time processing but may not be suitable for large-scale standardization and cleansing tasks. Additionally, they might not align with compliance requirements to keep the original data unchanged.
C). Transform data before ingesting into Data Cloud :Transforming data before ingestion would require modifying the original data in the source systems, violating compliance regulations.
D). Use Apex to transform and cleanse data :Using Apex is overly complex and resource-intensive for this use case. Batch transformations are a more efficient and scalable solution.
Conclusion
By implementing batch data transformations , the global fashion retailer can standardize and cleanse its data while complying with regional regulations and enabling a unified view of customer profiles for real-time personalization and analytics.


質問 # 48
Cumulus Financial created a segment called Multiple Investments that contains individuals who have invested in two or more mutual funds.
The company plans to send an email to this segment regarding a new mutual fund offering, and wants to personalize the email content with information about each customer's current mutual fund investments.
How should the Data Cloud consultant configure this activation?

  • A. Choose the Multiple Investments segment, choose the Email contact point, add related attributeFund Name, and add related attribute filter for Fund Type equal to "Mutual Fund".
  • B. Choose the Multiple Investments segment, choose the Email contact point, and add relatedattribute Fund Type.
  • C. Include Fund Type equal to "Mutual Fund" as a related attribute. Configure an activation based onthe new segment with no additional attributes.
  • D. Include Fund Name and Fund Type by default for post processing in the target system.

正解:A

解説:
To personalize the email content with information about each customer's current mutual fund investments, the Data Cloud consultant needs to add related attributes to the activation. Related attributes are additional data fields that can be sent along with the segment to the target system for personalization or analysis purposes. In this case, the consultant needs to add the Fund Name attribute, which contains the name of the mutual fund that the customer has invested in, and apply a filter for Fund Type equal to "Mutual Fund" to ensure that only relevant data is sent. The other options are not correct because:
A). Including Fund Type equal to "Mutual Fund" as a related attribute is not enough to personalize the email content. The consultant also needs to include the Fund Name attribute, which contains the specific name of the mutual fund that the customer has invested in.
C). Adding related attribute Fund Type is not enough to personalize the email content. The consultant also needs to add the Fund Name attribute, which contains the specific name of the mutual fund that the customer has invested in, and apply a filter for Fund Type equal to "Mutual Fund" to ensure that only relevant data is sent.
D). Including Fund Name and Fund Type by default for post processing in the target system is not a valid option. The consultant needs to add the related attributes and filters during the activation configuration in Data Cloud, not after the data is sent to the target system. References: Add Related Attributes to an Activation
- Salesforce, Related Attributes in Activation - Salesforce, Prepare for Your Salesforce Data Cloud Consultant Credential


質問 # 49
A consultant is helping a beauty company ingest its profile data into Data Cloud. The company's source data includes several fields, such as eye color, skin type, and hair color, that are not fields in the standard Individual data model object (DMO).
What should the consultant recommend to map this data to be used for both segmentation and identity resolution?

  • A. Duplicate the standard Individual DMO and add the additional fields.
  • B. Create a custom DMO with only the additional fields and map it to the standard Individual DMO.
  • C. Create a custom DMO from scratch that has all fields that are needed.
  • D. Create custom fields on the standard Individual DMO.

正解:D

解説:
The best option to map the data to be used for both segmentation and identity resolution is to create custom fields on the standard Individual DMO. This way, the consultant can leverage the existing fields and functionality of the Individual DMO, such as identity resolution rulesets, calculated insights, and data actions, while adding the additional fields that are specific to the beauty company's data1. Creating a custom DMO from scratch or duplicating the standard Individual DMO would require more effort and maintenance, and might not be compatible with the existing features of Data Cloud. Creating a custom DMO with only the additional fields and mapping it to the standard Individual DMO would create unnecessary complexity and redundancy, and might not allow the use of the custom fields for identity resolution. References:
1: Data Model Objects in Data Cloud


質問 # 50
A customer requests that their personal data be deleted.
Which action should the consultant take to accommodate this request in Data Cloud?

  • A. Use Profile Explorer to delete the customer data from Data Cloud.
  • B. Use Consent API to request deletion of the customer's information.
  • C. Use the Data Rights Subject Request tool to request deletion of the customer's information.
  • D. Use a streaming API call to delete the customer's information.

正解:C


質問 # 51
A company wants to include certain personalized fields in an email by including related attributes during the activation in Data Cloud. It notices that some values, such as purchased product names, do not have consistent casing in Marketing Cloud Engagement. For example, purchased product names appear as follows: Jacket, jacket, shoes, SHOES. The company wants to normalize all names to proper case and replace any null values with a default value.
How should a consultant fulfill this requirement within Data Cloud?

  • A. Create a streaming insight with a data action.
  • B. Create one batch data transform per data stream.
  • C. Create one batch data transform that creates a new DLO.
  • D. Use formula fields when ingesting at the data stream level.

正解:C

解説:
To normalize purchased product names (e.g., converting casing to proper case and replacing null values with a default value) within Salesforce Data Cloud, the best approach is to create a batch data transform that generates a new DLO. Here's the detailed explanation:
Understanding the Problem :The company wants to ensure that product names in Marketing Cloud Engagement are consistent and properly formatted. The inconsistencies in casing (e.g., "Jacket," "jacket,"
"shoes," "SHOES") and the presence of null values need to be addressed before activation.
Why Batch Data Transform?
A batch data transform allows you to process large volumes of data in bulk, making it ideal for cleaning and normalizing datasets.
By creating a new DLO, you ensure that the original data remains intact while providing a clean, transformed dataset for downstream use cases like email personalization.
Steps to Implement This Solution :
Step 1: Navigate to the Data Streams section in Salesforce Data Cloud and identify the data stream containing the purchased product names.
Step 2: Create a new batch data transform by selecting the relevant data stream as the source.
Step 3: Use transformation functions to normalize the product names:
Apply the PROPER() function to convert all product names to proper case.
Use the COALESCE() function to replace null values with a default value (e.g., "Unknown Product").
Step 4: Configure the batch data transform to output the results into a new DLO . This ensures that the transformed data is stored separately from the original dataset.
Step 5: Activate the new DLO for use in Marketing Cloud Engagement. Ensure that the email templates pull product names from the transformed DLO instead of the original dataset.
Why Not Other Options?
A). Create a streaming insight with a data action: Streaming insights are designed for real-time processing and are not suitable for bulk transformations like normalizing casing or replacing null values.
B). Use formula fields when ingesting at the data stream level: Formula fields are useful for simple calculations but are limited in scope and cannot handle complex transformations like null value replacement.
Additionally, modifying the ingestion process may not be feasible if the data stream is already in use.
C). Create one batch data transform per data stream: This approach is inefficient and redundant. Instead of creating multiple transforms, a single batch transform can handle all the required changes and output a unified, clean dataset.
By creating a batch data transform that generates a new DLO, the company ensures that the product names are consistently formatted and ready for use in personalized emails, improving the overall customer experience.


質問 # 52
A customer has multiple team members who create segment audiences that work in different time zones. One team member works at the home office in the Pacific time zone, that matches the org Time Zone setting.
Another team member works remotely in the Eastern time zone.
Which user will see their home time zone in the segment and activation schedule areas?

  • A. Both team members; Data Cloud adjusts the segment and activation schedules to the time zone of the logged-in user
  • B. Neither team member; Data Cloud shows all schedules in GMT.
  • C. The team member in the Eastern time zone.
  • D. The team member in the Pacific time zone.

正解:A

解説:
The correct answer is D, both team members; Data Cloud adjusts the segment and activation schedules to the time zone of the logged-in user. Data Cloud uses the time zone settings of the logged-in user to display the segment and activation schedules. This means that each user will see the schedules in their own home time zone, regardless of the org time zone setting or the location of other team members. This feature helps users to avoid confusion and errors when scheduling segments and activations across different time zones. The other options are incorrect because they do not reflect how Data Cloud handles time zones. The team member in the Pacific time zone will not see the same time zone as the org time zone setting, unless their personal time zone setting matches the org time zone setting. The team member in the Eastern time zone will not see the schedules in the org time zone setting, unless their personal time zone setting matches the org time zone setting. Data Cloud does not show all schedules in GMT, but rather in the user's local time zone. References:
Data Cloud Time Zones
Change default time zones for Users and the organization
Change your time zone settings in Salesforce, Google & Outlook
DateTime field and Time Zone Settings in Salesforce


質問 # 53
What is Data Cloud's primary value to customers?

  • A. To create a single source of truth for all anonymous data
  • B. To provide a unified view of a customer and their related data
  • C. To connect all systems with a golden record
  • D. To create personalized campaigns by listening, understanding, and acting on customer behavior

正解:B

解説:
Data Cloud is a platform that enables you to activate all your customer data across Salesforce applications and other systems. Data Cloud allows you to create a unified profile of each customer by ingesting, transforming, and linking data from various sources, such as CRM, marketing, commerce, service, and external data providers. Data Cloud also provides insights and analytics on customer behavior, preferences, and needs, as well as tools to segment, target, and personalize customer interactions. Data Cloud's primary value to customers is to provide a unified view of a customer and their related data, which can help you deliver better customer experiences, increase loyalty, and drive growth. References: Salesforce Data Cloud, When Data Creates Competitive Advantage


質問 # 54
Cumulus Financial segregates its sales CRM data based on Region for its Data Cloud users. Multiple data spaces are configured: a default space and two additional spaces tailored for EMEA and APAC regions.
EME A sales reps who need temporary access to visualize data for both regions say that they cannot visualize APAC data. APAC sales reps can visualize the corresponding segmented data.
Which statement describes the cause of this issue?

  • A. The EMEA sales reps have not been assigned to the profile associated with the APAC data space.
  • B. The APAC data space Is not associated with any profile.
  • C. The APAC data space is not associated with any permission set.
  • D. The EMEA sales reps have not been assigned to the permission set associated with the APAC data space.

正解:D

解説:
The issue arises because the EMEA sales reps cannot visualize APAC data, while APAC sales reps can access their segmented data. The root cause is that the EMEA sales reps lack the necessary permissions to access the APAC data space. Here's why:
Understanding the Issue
Cumulus Financial uses data spaces to segregate CRM data by region (default, EMEA, APAC).
EMEA sales reps need temporary access to APAC data but are unable to view it.
APAC sales reps can access their corresponding segmented data without issues.
Why Permission Sets?
Data Space Access Control :
Data spaces in Salesforce Data Cloud are secured using profiles and permission sets .
Users must be explicitly granted access to a data space via their assigned profiles or permission sets.
Root Cause Analysis :
Since APAC sales reps can access their data, the APAC data space is properly configured.
The issue lies with the EMEA sales reps, who likely do not have the required permission set granting access to the APAC data space.
Temporary Access :
Temporary access can be granted by assigning the appropriate permission set to the EMEA sales reps.
Steps to Resolve the Issue
Step 1: Identify the Required Permission Set
Navigate to Setup > Permission Sets and locate the permission set associated with the APAC data space.
Step 2: Assign the Permission Set
Assign the APAC data space permission set to the EMEA sales reps requiring temporary access.
Step 3: Verify Access
Confirm that the EMEA sales reps can now visualize APAC data.
Step 4: Revoke Temporary Access
Once the temporary access period ends, remove the permission set from the EMEA sales reps.
Why Not Other Options?
A). The EMEA sales reps have not been assigned to the profile associated with the APAC data space :Profiles are typically broader and less flexible than permission sets for managing temporary access.
B). The APAC data space is not associated with any permission set :This is incorrect because APAC sales reps can access their data, indicating the data space is properly configured.
C). The APAC data space is not associated with any profile :Similar to Option B, this is incorrect because APAC sales reps can access their data.
Conclusion
The issue is resolved by ensuring that the EMEA sales reps are assigned the permission set associated with the APAC data space . This grants them temporary access to visualize APAC data.


質問 # 55
A consultant is planning the ingestion of a data stream that has profile information including a mobile phone number.
To ensure that the phone number can be used for future SMS campaigns, they need to confirm the phone number field is in the proper E164 Phone Number format. However, the phone numbers in the file appear to be in varying formats.
What is the most efficient way to guarantee that the various phone number formats are standardized?

  • A. Assign the PhoneNumber field type when creating the data stream.
  • B. Create a calculated insight after ingestion.
  • C. Edit and update the data in the source system prior to sending to Data Cloud.
  • D. Create a formula field to standardize the format.

正解:A

解説:
The most efficient way to guarantee that the various phone number formats are standardized is to assign the PhoneNumber field type when creating the data stream. The PhoneNumber field type is a special field type that automatically converts phone numbers into the E164 format, which is the international standard for phone numbers. The E164 format consists of a plus sign (+), the country code, and the national number. For example, +1-202-555-1234 is the E164 format for a US phone number. By using the PhoneNumber field type, the consultant can ensure that the phone numbers are consistent and can be used for future SMS campaigns.
The other options are either more time-consuming, require manual intervention, or do not address the formatting issue. References: Data Stream Field Types, E164 Phone Number Format, Salesforce Data Cloud Exam Questions


質問 # 56
A customer has a calculated insight about lifetime value.
What does the consultant need to be aware of if the calculated insight.
needs to be modified?

  • A. New measures can be added.
  • B. New dimensions can be added.
  • C. Existing dimensions can be removed.
  • D. Existing measures can be removed.

正解:B

解説:
A calculated insight is a multidimensional metric that is defined and calculated from data using SQL expressions. A calculated insight can include dimensions and measures. Dimensions are the fields that are used to group or filter the data, such as customer ID, product category, or region. Measures are the fields that are used to perform calculations or aggregations, such as revenue, quantity, or average order value. A calculated insight can be modified by editing the SQL expression or changing the data space. However, the consultant needs to be aware of the following limitations and considerations when modifying a calculated insight12:
Existing dimensions cannot be removed. If a dimension is removed from the SQL expression, the calculated insight will fail to run and display an error message. This is because the dimension is used to create the primary key for the calculated insight object, and removing it will cause a conflict with the existing data.
Therefore, the correct answer is B.
New dimensions can be added. If a dimension is added to the SQL expression, the calculated insight will run and create a new field for the dimension in the calculated insight object. However, the consultant should be careful not to add too many dimensions, as this can affect the performance and usability of the calculated insight.
Existing measures can be removed. If a measure is removed from the SQL expression, the calculated insight will run and delete the field for the measure from the calculated insight object. However, the consultant should be aware that removing a measure can affect the existing segments or activations that use the calculated insight.
New measures can be added. If a measure is added to the SQL expression, the calculated insight will run and create a new field for the measure in the calculated insight object. However, the consultant should be careful not to add too many measures, as this can affect the performance and usability of the calculated insight. References: Calculated Insights, Calculated Insights in a Data Space.


質問 # 57
An organization wants to enable users with the ability to identify and select text attributes from a picklist of options.
Which Data Cloud feature should help with this use case?

  • A. Global picklists
  • B. Transformation formulas
  • C. Value suggestion
  • D. Data harmonization

正解:C

解説:
Value suggestion is a Data Cloud feature that allows users to see and select the possible values for a text field when creating segment filters. Value suggestion can be enabled or disabled for each data model object (DMO) field in the DMO record home. Value suggestion can help users to identify and select text attributes from a picklist of options, without having to type or remember the exact values. Value suggestion can also reduce errors and improve data quality by ensuring consistent and valid values for the segment filters. References: Use Value Suggestions in Segmentation, Considerations for Selecting Related Attributes


質問 # 58
Luxury Retailers created a segment targeting high value customers that it activates through Marketing Cloud for email communication. The company notices that the activated count is smaller than the segment count.
What is a reason for this?

  • A. Marketing Cloud activations only activate those individuals that already exist in Marketing Cloud.They do not allow activation of new records.
  • B. Marketing Cloud activations apply a frequency cap and limit the number of records that can besent in an activation.
  • C. Data Cloud enforces the presence of Contact Point for Marketing Cloud activations. If theindividual does not have a related Contact Point, it will not be activated.
  • D. Marketing Cloud activations automatically suppress individuals who are unengaged and have notopened or clicked on an email in the last six months.

正解:C

解説:
Data Cloud requires a Contact Point for Marketing Cloud activations, which is a record that links an individual to an email address. This ensures that the individual has given consent to receive email communications and that the email address is valid. If the individual does not have a related Contact Point, they will not be activated in Marketing Cloud. This may result in a lower activated count than the segment count. References: Data Cloud Activation, Contact Point for Marketing Cloud


質問 # 59
......

最新のData-Con-101合格保証付き試験問題集の認定サンプル問題:https://www.goshiken.com/Salesforce/Data-Con-101-mondaishu.html

Data-Con-101更新された試験問題集で[2026年最新] 練習には有効な試験問題集:https://drive.google.com/open?id=1oMS9ruLHgJKh3l0TmhMgWQgHcD7sZDt9