Certbus > IBM > IBM Certified Sales Specialist > C9010-260 > C9010-260 Online Practice Questions and Answers

C9010-260 Online Practice Questions and Answers

Questions 4

Which of the following is NOT true about how a user variable can be used in Unica Campaign?

A. A user variable can be used in a custom macro.

B. A user variable can be used in an outbound trigger.

C. A user variable can be used within a SQL statement.

D. A user variable can be defined in one flowchart and then referenced in another flowchart.

Browse 119 Q&As
Questions 5

In a Unica Campaign Flowchart, a customer database table (see below) is mapped in a Select process box. There is a requirement to segment and organize customers based on their income, which would typically have the values "HIGH" for customers whose income is greater than 100000 and "LOW" for customers whose income is less than or equal to 100000. This value needs to be output with the final target list.

Ideally which step should be executed to get the task done?

A. Alter the table to add a new column with the required logic.

B. Create a Persistent Derived field with the logic : IF(Customer_Demographic_Info.Income > 100000,'HIGH','LOW').

C. Create a Strategic Segment with the logic : IF(Customer_Demographic_Info.Income > 100000,'HIGH','LOW').

D. Create a User Variable HIGH and LOW with the logic: IF(Customer_Demographic_Info.Income > 100000,'HIGH','LOW').

Browse 119 Q&As
Questions 6

Which of the following is NOT a recommended Unica Campaign V8.5 environment?

A. WebSphere V7, IBM z/OS V1, DB2 V9 (system tables)

B. WebSphere V7, Redhat V5, Oracle V11 (system tables)

C. WebLogic V10, Redhat V5, Oracle V11 (system tables)

D. WebLogic V11, Windows Server 2003, DB2 V9 (system tables)

Browse 119 Q&As
Questions 7

A client's base selection table in the database uses more than one column to indicate a specific audience record. Is this a problem for the Unica Campaign system?

A. No, as long as one column is of a numeric data type.

B. No, any number of columns can be used to determine an audience.

C. Yes, only one column can be used within an audience.

D. Yes, multi column keys create performance limitations and should be avoided.

Browse 119 Q&As
Questions 8

A customer wants to use a mapped table in a flowchart which can only be written to and not selected from. What kind of table BEST suits this purpose?

A. A base table.

B. A general table.

C. A dimension table.

D. A mapped table based on a flat file.

Browse 119 Q&As
Questions 9

A Unica Campaign deployment on a UNIX operating system requires access to a customer data source in a Teradata Database. To access the Teradata data source, which database environment variable needs to be defined in the Campaign startup script?

A. ODBC

B. ODBCINI

C. TD_DBPATH

D. TD_DBHOME

Browse 119 Q&As
Questions 10

If a database loader utility is properly configured and used, it will almost always help to improve flowchart performance. Where can the specialist determine if the loaders are configured for use?

A. Look on the partitions level for the loader settings, as these will control all data source loader settings.

B. Look on the partitions level for the server and then optimization settings, as these will control all data source loader settings.

C. Look on the partitions-partition[n]-datasources level and then look for the UA_System_Tables data source loader settings, as these setting willoverride all other data sources.

D. Look on the partitions-partition[n]-datasources level and then look for both the UA_System_Tables database loader settings, as well as all ofthe user table data source loader settings.

Browse 119 Q&As
Questions 11

How can a specialist confirm what environment variables are actually set in Unica Campaign V8.5?

A. All the environment variables can be viewed from the setenv.sh script file.

B. By logging in to cxntest, and then running the "set" command to view all the environment variables.

C. By logging in to unica_svradm, and then running the "set" command to view all the environment variables.

D. By logging in to unica_acsesutil, and then running the "set" command to view all the environment variables.

Browse 119 Q&As
Questions 12

A user wants to map a new table into a flowchart which only has one base table. This new table does not have a common field with the base table. What is the easiest way to map this new table into the flowchart?

A. Have the database administrator add a column to the new table which is common to the base table.

B. Have the database administrator create a view which is an amalgamation of the base table and the new table.

C. Map the new table in at a new audience and then use the audience process in a flowchart to switch to the correct audience key.

D. Map this new table as a dimension table to another dimension table (already mapped to the base table), that share a common field.

Browse 119 Q&As
Questions 13

A Unica Campaign user wants to create and save a derived field expression in order to reuse it in future campaigns. Which of the steps below is correct to achieve this task?

A. Create and save the derived field expression in a text editor for future reference.

B. Create and save the derived field expression in the Stored Macros directory from the Options menu.

C. Create and save the derived field expression in the Stored Derived fields directory from the Options menu.

D. Unica Campaign automatically saves each derived field that is created and used in a Campaign flowchart.

Browse 119 Q&As
Questions 14

The Unica Platform has been integrated with an Active Directory solution. Due to changes in Active Directory, a specialist needs to make sure that ALL groups and users from the Active Directory solution are synchronized with the Unica Platform. This can be accomplished by:

A. using the manual synchronization function.

B. using the automatic synchronization method.

C. using the Unica Marketing Platform config tool utility.

D. using an Extraction Transformation Loading (ETL) routine between Active Directory and Unica Platform.

Browse 119 Q&As
Questions 15

A user is setting up a Contact History table for a Customer audience level. The customer audience level in the user database is represented by the Customer_Key column. Which one of these fields is NOT a required field for the Contact History table?

A. CellID

B. PackageID

C. TreatmentID

D. Customer_Key

Browse 119 Q&As
Questions 16

A production run for a Unica Campaign that runs daily was executed today with wrong user-input data. The tracking history data now needs to be cleared from the Campaign audience history tables for that run. What steps need to be taken?

A. It is not possible to delete the logged information from the Campaign system tables.

B. Manually delete the data from the system tables by executing a SQL code or script.

C. Click "Clear History" in the Log tab of the contact process of the flowchart and choose all entries to be cleared.

D. Click "Clear History" in the Log tab of the contact process of the flowchart choosing a specific Flowchart run identified by run date and time.

Browse 119 Q&As
Questions 17

Many flowcharts are finishing with errors but the user cannot see any activity leading up to the error in the flowchart log as logging is set too low. What can be recommended to capture more logging in all future flowchart runs?

A. Use the unica_svradm "loglevel HIGH" command.

B. Have the user change the logging levels in every flowchart they run: the changes will persist.

C. Change the logging levels in the campaign_log4j.properties file and restart the web application server.

D. Change the levels in the following configuration settings: Settings > Configuration --> Unica > Campaign > partitions > partition[n] > server >logging.

Browse 119 Q&As
Questions 18

An administrator must install Unica Marketing products multiple times when setting up a clustered environment. Which installation mode would BEST serve this purpose?

A. Supervised Mode

B. Unattended (Silent Mode)

C. Console (Command Line) Mode

D. Windows GUI or UNIX X-windows mode

Browse 119 Q&As
Exam Code: C9010-260
Exam Name: IBM Power Systems with POWER8 Sales Skills V2
Last Update:
Questions: 119 Q&As

PDF

$45.99

VCE

$49.99

PDF + VCE

$59.99