Want to pass your Certified Tableau CRM and Einstein Discovery Consultant TABLEAU-CRM-AND-EINSTEIN-DISCOVERY-CONSULTANT exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Permissions of which 2 internal users are used by Analytics to gain access to Salesforce data?
A. Each user has a corresponding Profile assigned (Analytics Cloud Integration User and Analytics Cloud Security User profiles).
B. When you query a dataset that has row-level security based on the User object, Analytics uses the permissions of the Security User to access the User object and its fields.
C. Analytics uses the permissions of the Integration User to extract datafrom Salesforce objects and fields when a dataflow job runs.
Where can you view the status of a CSV upload in Analytics?
A. The data manager
B. The Analytics home page
C. The Create Dataset page
D. The Setupmenu
In an org, some of the Activity records do not have related Opportunity records. Additionally, there are Opportunity records that do not have related Activity records.
Which SAQL statement will fetch all Opportunities, even if they don't have associated Activities, and fetchrelated Activity data, if it exists?
A. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
B. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
C. q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
D. q =cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';