Exam 1 from first attempt Flashcards

(52 cards)

1
Q

Conga Composer is compatible with the following Salesforce Editions. Select ALL that apply.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following Composer button URLs will launch in Salesforce Lightning on the Case Object?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How would this merge field be formatted in the output document?

{{OPPORTUNITY_CLOSEDATE \@ “MMM d, yyyy”}}

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which option best describes what this button URL does?

https://composer.congamerge.com

?SessionID={!API.Session_ID}

&ServerURL={!API.Partner_Server_URL_290}

&Id={!Contact.Id}

&TemplateId=a035000002abcde

&CETId=a035000002Fjklm

&DS7=12

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which answer best describes what this button URL is doing?

https://composer.congamerge.com
?sessionId={!API.Session_ID}
&serverUrl={!API.Partner_Server_URL_290}
&id={!Opportunity.Id}
&DC={!IF( ISPICKVAL(Opportunity.StageName, “Proposal Made”), “0”, “1”)}

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You would like to set up a solution so that when it is run from the Standard profile, it always generates PDF files without the option to change the output type. Which of the following is the best way to accomplish this?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

All of the following can be used to streamline template selection in Conga Composer EXCEPT:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What permissions must a user have in order to merge report data? Select ALL that apply.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The &ReportId parameter uses ___________________ as the value of the parameter.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

All of the following statements are true regarding Composer licenses EXCEPT:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

All of the following are true regarding merging images into Word templates EXCEPT:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following are acceptable parameter values? Select ALL that apply.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

TableStart and TableEnd merge fields must be used when merging data from:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When gathering data for a global merge solution you don’t want to dynamically filter your query on the Master Object Id. How do you override this default Composer behavior?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

All of the following can help you troubleshoot Composer issues EXCEPT:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

All of the following can help you troubleshoot Composer issues EXCEPT:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

You have been asked to automate Composer to generate a Quote when an Opportunity Stage is set to Proposal/Price Quote. What Composer add-on product provides this type of automation?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

The steps for using the Conga Query builder are:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

For this Excel template:

To result in this output:

What merge field needs to be added to cell D2 to dynamically calculate the results in column D?

A. &==B{2}*C{2}

B. &=&=B{r}*C{r}

C. &==B{r}*C{r}

D. &=&=B{2}*C{2}

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

To insert a chart in a PowerPoint template:

(Select two)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

The Conga Composer package includes custom ________ to store Conga file templates, email template, queries, and solutions.

22
Q

Composer Global Merge solutions:

23
Q

All of the following are true about the Composer buttons included in the Composer managed package EXCEPT:

24
Q

Which datasets are displayed by default in the Conga Template Builder? (Select two)

25
The Debug URL can tell you all of the following EXCEPT:
26
Which of the following is true regarding parameters?
27
Before automating a Composer solution with Background Mode, you must:
28
When creating an org-wide Composer reporting solution, what object would you select as the Master Object?
29
Which option best describes what this button URL does? https://composer.congamerge.com ?SessionID={!API.Session\_ID} &ServerURL={!API.Partner\_Server\_URL\_290} &Id={!Contact.Id} &ReportId=[MyAccounts]00O43532453dg3A,[MyCases]00O43532453dgF2 &TemplateId=a035000002abcde &OFN={!Contact.Name}+-+Quote
30
You are generating a letter from a Contact record. The contact name, address, and phone number merge fields will be in what Composer dataset?
31
If data appears in the View Data Workbook but not in your Composer template, what does that tell you?
32
For Composer solutions built in Salesforce Classic to work in Lightning, what needs to be addressed?
33
Why is using a report or query alias important? (Select two)
34
What data does this query retrieve? SELECT Amount, CloseDate, Name, Type, Probability, StageName FROM Opportunity WHERE AccountId = '{pv0}'
35
Where can you find information on Conga error messages?
36
If the administrator does NOT choose Install for All Users at the time of installation, what do they need to do to ensure users can access Conga Composer? Select ALL that apply.
37
Select the answer that contains the correct phrases to fill in the blanks. Converting a Composer button to OAuth for Lightning requires you to __________ and \_\_\_\_\_\_\_\_\_\_.
38
Are there any limitations on the number of parameters you can add to a URL?
39
Which of the following is NOT a recommended general troubleshooting step?
40
Which of the following would adjust the TODAY value in your Word template 1 year into the future?
41
The master dataset retrieved by a Composer button is determined by:
42
You are using a Conga Query to retrieve a dataset called Contacts and a field called First\_Name. You have been asked to display a list of first names from this dataset, separated by commas. Which merge field would correctly merge this list of data?
43
Which of the following most accurately describes a Conga Solution record?
44
Select ALL of the following steps required to convert Salesforce reports to Conga Queries for Lightning.
45
Which of the following statements about automating Composer with Conga Batch and Conga Trigger are TRUE? (Select two.)
46
Which of these data gathering methods allows you to retrieve data not contained in the Master dataset?
47
The name of a detail dataset in the Template Builder corresponds to the:
48
Which special merge fields allow you to conditionally show or hide data in a Word template? (Select two.)
49
Which of the following Detail Regions would hide the table in Word if there was no data?
50
What type of merge field is this and what components are displayed? {{TODAY \@ "MMMM dd, yyyy" }}
51
The &QueryId parameter uses ___________________ as the value of the parameter.
52