James McLean
Quiz von , erstellt am more than 1 year ago

Study guide for ICS cert cloud 101, cloud 201, Suppl ICRT quizes combined

10327
29
0
James McLean
Erstellt von James McLean vor mehr als 8 Jahre
Schließen

Cloud Data Integration Specialist Certification

Frage 1 von 143

1

Informatica Cloud allows business users to integrate data across both cloud-based applications and on-premise applications and databases.*

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 2 von 143

1

Which Informatica Cloud application is best to use for performing regular backups of data?

Wähle eine der folgenden:

  • Data Synchronization

  • Mapping Configuration

  • Data Replication

Erklärung

Frage 3 von 143

1

Views marked as private can be accessed by your user and admin users only.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 4 von 143

1

Where does the data get processed?*

Wähle eine der folgenden:

  • In the Informatica Cloud Repository

  • In the Informatica Cloud Secure Agent (behind customer firewall)

  • In the Informatica Cloud servers

Erklärung

Frage 5 von 143

1

Which of the following are stored in the Informatica Cloud (IC) Repository?

Wähle eine oder mehr der folgenden:

  • Source and Target Metadata

  • Schedules

  • Saved Queries

Erklärung

Frage 6 von 143

1

Where do you enter proxy server settings?

Wähle eine der folgenden:

  • Informatica Cloud Agent Console

  • Organization settings page

  • Agent Log File

Erklärung

Frage 7 von 143

1

How does the Secure Agent communicate with Informatica Cloud?*

Wähle eine der folgenden:

  • There is no communication between the secure agent and Informatica Cloud

  • All communication is outbound through HTTPS protocol (port 443)

  • Communication is initiated over telnet

Erklärung

Frage 8 von 143

1

Which of the following lists includes three types of Native connectors?

Wähle eine der folgenden:

  • Salesforce, FTP/SFTP, Netsuite

  • MS Dynamics CRM, Amazon Redshift, Zuora

  • Flat File, SAP, Web Service

Erklärung

Frage 9 von 143

1

What information is required in order to access Salesforce via their API? (select best answer)

Wähle eine der folgenden:

  • Trusted IP Range

  • Security Token

  • Either Security Token or Trusted IP Range

Erklärung

Frage 10 von 143

1

A Flat File connection points to a single folder/directory.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 11 von 143

1

Which operation would be best to use when synchronizing data between two systems?*

Wähle eine der folgenden:

  • Insert

  • Upsert

  • Update

Erklärung

Frage 12 von 143

1

Where can you find Informatica Cloud log files?* (Select 2)

Wähle eine oder mehr der folgenden:

  • On the agent machine, in the Secure Agent installation directory, under

  • Error rows preview and job log file can be accessed from the activity log and job details pages in Informatica Cloud

  • By logging into the IC Repository

Erklärung

Frage 13 von 143

1

When using the Delete operation in a task with a Salesforce target, you should use which of the following?

Wähle eine der folgenden:

  • Salesforce ID

  • Foreign Key

  • External ID

Erklärung

Frage 14 von 143

1

A Related Object is an object that is related to another object based on a relationship defined in Informatica Cloud.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 15 von 143

1

You want to load account records from a SQL Server source where 'BillingState' = NY AND 'Annual Revenue' >= 10000000. Should you use a simple or advanced filter to do this?*

Wähle eine der folgenden:

  • Advanced

  • Simple

Erklärung

Frage 16 von 143

1

Filtering on Informatica Cloud system variables $LastRunDate or $LastRunTime is referred to as which of the following?

Wähle eine der folgenden:

  • Date-Based Filtering

  • Incremental Processing

  • Pre-Processing Command

Erklärung

Frage 17 von 143

1

Which of the following could you use a field expression to do? (select all that apply)*

Wähle eine oder mehr der folgenden:

  • Insert a value into a target field for all records

  • Convert date to the correct format for target field

  • Mapping multiple source fields to a single target

  • Trimming blank spaces from a source field

Erklärung

Frage 18 von 143

1

Data from multiple source Connections can be combined using multiple object source.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 19 von 143

1

Muliple object source type can be used with the following:

Wähle eine oder mehr der folgenden:

  • Flat files

  • Database tables

  • Salesforce objects

Erklärung

Frage 20 von 143

1

Saved Queries can be used to perform which of the following? * (select 2)

Wähle eine oder mehr der folgenden:

  • Limit or qualify the data that is being pulled from a source

  • Complicated join of multiple tables

  • Aggregations in SQL

Erklärung

Frage 21 von 143

1

Which of the following is/are best practices for using Saved Queries?

Wähle eine oder mehr der folgenden:

  • Use the SQL COUNT function

  • Use a SELECT statement

  • Do not use conversion functions (like TO_CHAR, etc)

Erklärung

Frage 22 von 143

1

You have a child object, for example, a contact that belongs to an Account in Salesforce but youI don't have the external id to match it up to. You do have the account name on the incoming contact record so you can match that up to the account name on the account record in Salesforce. What do you need to do in the Data Synchronization Wizard to match those values together? *

Wähle eine der folgenden:

  • On Step 5 of the Data Synchronization Wizard, use the Related Objects Button to point to the related field in the parent object and then use lookup function to match the records and return the Salesforce Id field.

  • On Step 4 of the Data Synchronization Wizard, use the Related Objects Button to point to the related field in the parent object and then use the lookup function to match the records and return the Salesforce Id field.

  • On Step 5 of the Data Synchronization Wizard use the lookup function to match the records and return the Salesforce Id field.

Erklärung

Frage 23 von 143

1

You have a data synchronization task that is performing a lookup on the Salesforce account object to return the Salesforce Id and match contacts to their correct account records, but that task is running really slowly. Why might that be and what can you do to speed up the task?*

Wähle eine der folgenden:

  • Run the task off hours so that performance is not impacted by normal intraday processing.

  • Informatica Cloud uses one API call per lookup which is expensive and slows the process down. Create smaller source files and run more frequent jobs to increase performance.

  • Informatica Cloud uses one API call per lookup which is expensive and slows the process down. To increase performance, create a Data Replication task that extracts the Salesforce ID and the lookup value (Name for example and the Salesforce ID for that record) into a file or database table and use this in lookup function.

Erklärung

Frage 24 von 143

1

Data replication tasks can be used for: (select 2)

Wähle eine oder mehr der folgenden:

  • Data back-up

  • Synchronizing data between systems

  • Offline Reporting

Erklärung

Frage 25 von 143

1

Incremental Processing is built into Data Replication for all source types.*

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 26 von 143

1

Which of the following is NOT a function available from the Data Replication tasks page?

Wähle eine der folgenden:

  • Create Target

  • Download Mapping XML

  • Reset Target

Erklärung

Frage 27 von 143

1

What is the smallest increment of time allowed for creating a schedule in Informatica Cloud to run jobs automatically?

Wähle eine der folgenden:

  • 1 minute

  • 5 minutes

  • 10 minutes

Erklärung

Frage 28 von 143

1

Name the Informatica Cloud feature used to sequentially run tasks in a specified order.*

Wähle eine der folgenden:

  • Task Flows

  • Templates

  • Work Flows

Erklärung

Frage 29 von 143

1

Which of the following can be used to write to multiple targets?*

Wähle eine der folgenden:

  • Mapplets

  • Mappings

  • Connections

Erklärung

Frage 30 von 143

1

It is recommended that you follow the Velocity Methodology to name the elements of a mapping.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 31 von 143

1

Active transformations do not change the number of rows that pass to the next step of the mapping.*

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 32 von 143

1

It is recommended that the Mapping Designer be used with which browser?

Wähle eine der folgenden:

  • IE version 8

  • Firefox

  • Chrome

Erklärung

Frage 33 von 143

1

It is best practice to handle naming conflicts in a mapping as close to the target as possible.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 34 von 143

1

To include all incoming fields from an upstream transformation except those with dates, what should you do?

Wähle eine der folgenden:

  • Delete all of the date fields from the source.

  • Configure two field rules. First, use the All Fields rule to include all fields. Then, create a Fields by Datatype rule to exclude fields by data type and select Date/Time as the data type to exclude.

  • Configure a simple filter condition to exclude fields with data type of Date/Time.

Erklärung

Frage 35 von 143

1

Which transformation type would you use to create a new field, performing non-aggregate calculations?

Wähle eine der folgenden:

  • Joiner

  • Filter

  • Expression

Erklärung

Frage 36 von 143

1

Mapping Configuration Tasks allow you to process data based on the data flow logic defined in: (select 2)

Wähle eine oder mehr der folgenden:

  • Integration Templates

  • Mappings

  • Mapplets

Erklärung

Frage 37 von 143

1

When adding parameters to a mapping, it is a good idea to add them:

Wähle eine der folgenden:

  • In the mapping configuration task.

  • After the mapping has been configured and tested with specified objects or filters, then parameters can be added to replace those objects or filters

  • During the initial configuration of the mapping.

Erklärung

Frage 38 von 143

1

After changes have been made to a mapping that is being used by one or more mapping configuration tasks, you can deploy these changes using which of the following: (select 2)

Wähle eine oder mehr der folgenden:

  • Import the new mapping from PowerCenter.

  • Save and deploy to mapping configuration tasks.

  • Save updates as a new mapping (retaining the previous version of the mapping).

Erklärung

Frage 39 von 143

1

Where are parameter files located that are used by the Data Synchronization Wizard?

Wähle eine der folgenden:

  • On the Informatica Secure Agent machine under the userparameters directory

  • The parameters are passed in by the developer at run time

  • On the Informatica Cloud under the Configuration tab

Erklärung

Frage 40 von 143

1

Which of the following is a supported pre- or post-processing commands? (select 3)

Wähle eine oder mehr der folgenden:

  • SQL Command

  • Unix Command

  • Valid DOS or batch file

Erklärung

Frage 41 von 143

1

If pre- or post-processing command(s) fails, your task will complete successfully.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 42 von 143

1

Which method is used to achieve real time integration when Salesforce is the integration source?

Wähle eine der folgenden:

  • Salesforce Trigger

  • Salesforce Outbound Messaging

  • Third Party Scheduler

Erklärung

Frage 43 von 143

1

Which of the following explains why you might want to change the Salesforce target batch size? (select 2)

Wähle eine oder mehr der folgenden:

  • You are using APEX triggers which require that you load one record at a time to function properly.

  • You want to avoid writing duplicate data from your source.

  • You are loading a million or more rows of data from your source.

Erklärung

Frage 44 von 143

1

Salesforce Bulk API jobs run in parallel mode (batches are written to the target at the same time) by default.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 45 von 143

1

The Data Masking application masks the sensitive columns in source data with realistic test data for non-production environments.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 46 von 143

1

Data Masking can be used in which of the following scenarios? (select 2)

Wähle eine oder mehr der folgenden:

  • SQL Server source data loaded and masked into Salesforce target

  • Oracle data masked in place

  • Salesforce source data loaded and masked into separate Salesforce target

Erklärung

Frage 47 von 143

1

Which of the following masking rules use a set of dictionary files located in the agent installation directory?

Wähle eine der folgenden:

  • Substitution Masking

  • Key Masking

  • Random Masking

Erklärung

Frage 48 von 143

1

Which of the following might be a reason your company would use the Contact Validation App in Informatica Cloud? (select 3)

Wähle eine oder mehr der folgenden:

  • Your company sends direct mail marketing pieces.

  • Your company purchases lead lists from tradeshows.

  • Your company uses the Territory Management feature in Salesforce.

Erklärung

Frage 49 von 143

1

Running a Contact Validation task will update a source database with corrected/normalized data based on parameters you specify in the task.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 50 von 143

1

If you want to validate shipping and billing address fields, what is the best method for setting up the Contact Validation task?

Wähle eine der folgenden:

  • Map the shipping and billing address fields separately.

  • Check the multiple source object option.

  • Create two Contact Validation tasks - one for each set of address fields.

Erklärung

Frage 51 von 143

1

Informatica Cloud users must be assigned which of the following?

Wähle eine der folgenden:

  • Permission

  • User Group

  • Role

Erklärung

Frage 52 von 143

1

Configuring object-level permissions allows you to restrict or expand the permissions the user group has for the object.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 53 von 143

1

Which of the following objects cannot be migrated from one Informatica Cloud org to another?

Wähle eine der folgenden:

  • Mappings

  • Connections

  • Schedules

Erklärung

Frage 54 von 143

1

Most Organization have either On-Premise OR Cloud Applications

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 55 von 143

1

What Does Hybrid Infrastructure mean?

Wähle eine der folgenden:

  • Business Users have to Use Excel and Access to do Analytics

  • None of the Above

  • Companies having JAVA , .NET or PL/SQL to accomplish Data Integration needs in their organizations

  • Companies have On-Premise Data Sources and SaaS Applications that require integration

Erklärung

Frage 56 von 143

1

Which one of the following is NOT a Informatica Product

Wähle eine der folgenden:

  • Data Quality

  • Test Data Management Suite

  • ERP Integrator

  • Contact Validation Service

  • B2B

Erklärung

Frage 57 von 143

1

What does Cloud Connector Toolkit allows you to do?

Wähle eine der folgenden:

  • Toolkit allows you to give you training to your business users

  • It provides Data out of your ERP Systems

  • JAVA Framework to create standardized integrations to your SaaS Applications

  • it allows Integration between Powercenter and ICS

Erklärung

Frage 58 von 143

1

What are the Three Ways you extend Informatica PaaS to achieve Rpid Development, Configuration and Consumption?

Wähle eine der folgenden:

  • Powercenter, Data Quality and Cloud MDM

  • Create a Java Framework and Create standardized Flat Files

  • Cloud ICC, Cloud Integration Templates and Cloud Connector ToolKit

  • Developer, ILM & Test Data Management

Erklärung

Frage 59 von 143

1

A mapping defines reusable data flow logic that you can use in mapping configuration tasks.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 60 von 143

1

Following types of Macros could be created using Cloud Mapping Designer

Wähle eine oder mehr der folgenden:

  • Parallel

  • Hybrid

  • Vertical

  • Horizontal

Erklärung

Frage 61 von 143

1

To create categories for employees based on salary ranges, you might create a macro that defines the minimum and maximum values for each range and corresponding job categories.This is an example of

Wähle eine der folgenden:

  • Vertical Macro

  • Horizontal Macro

  • Hybrid Macro

Erklärung

Frage 62 von 143

1

The Normalizer transformation is an passive transformation that transforms one incoming row into multiple output rows. When the Normalizer transformation receives a row that contains multiple-occurring data, it returns a row for each instance of the multiple-occurring data.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 63 von 143

1

You can use the following field mapping options on the Normalizer Field Mapping tab.

Wähle eine der folgenden:

  • Show Fields

  • Show Lines

  • Automatch

  • Action menu

  • All of these

Erklärung

Frage 64 von 143

1

The Mapping Configuration application generates the following fields for normalized data.

Wähle eine oder mehr der folgenden:

  • Generated Key

  • Generated Row Id

  • Generated Column ID

Erklärung

Frage 65 von 143

1

Which of the following statements are true about the Data Masking transformation. Select all that apply. (Select 4)

Wähle eine oder mehr der folgenden:

  • Create masked data for software development, testing, training, and data mining

  • The Data Masking transformation provides masking rules based on the source datatype and masking type you configure for a port

  • You cannot maintain data relationships in the masked data and maintain referential integrity between database tables

  • Masking transformation modifies source data based on masking rules that you configure for each column

  • Use the Data Masking transformation to change sensitive production data to realistic test data for non- production environments

Erklärung

Frage 66 von 143

1

The Data Masking transformation is a passive transformation.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 67 von 143

1

Which of the following Masking Techniques are available with the Data Masking Transformation. Select all that apply. (Select 4)

Wähle eine oder mehr der folgenden:

  • Encryption masking

  • Substitution masking

  • Key masking

  • Random masking

  • IP Address masking

Erklärung

Frage 68 von 143

1

________________produces deterministic results for the same source data and seed value. (select one)

Wähle eine oder mehr der folgenden:

  • Random masking

  • Substitution masking

  • None of the Above

  • All of the above

  • Key masking

Erklärung

Frage 69 von 143

1

Which of the following statements are true? Select all that apply. (select 3)

Wähle eine oder mehr der folgenden:

  • The Mapping Configuration application processes SOAP messages with document/literal encoding.

  • The Web service request/response messages in the transformation are in JSON format

  • Web Service operations include requests for information, requests to update data and requests to perform tasks.

  • WSDL is the is an XML file that describes the operations of a Web Service

Erklärung

Frage 70 von 143

1

One of the following options that correctly describes, sequence of steps involved to create a Web Services transformation in a mapping is:

Wähle eine der folgenden:

  • Define a Business Service, Create a Web Services Consumer connection, Configure the Web ServicesTransformation in the mapping

  • Create a Web Services V2 connection, Define a Business Service, Configure the Web Services Transformation in the mapping.

  • Create a Web Services Consumer connection, Define a Business Service, Configure the Web ServicesTransformation in the mapping.

  • Define a Business Service, Create a Web Services V2 connection, Configure the Web ServicesTransformation in the mapping

Erklärung

Frage 71 von 143

1

A web service integrates applications and uses open standards, such as SOAP, WSDL, and XML.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 72 von 143

1

What does WSDL stand for?

Wähle eine der folgenden:

  • Web Services Description Language

  • Web Services Definition language

  • Web Services Delegation Language

  • Web Services Derivation Language

Erklärung

Frage 73 von 143

1

_________ is the communications protocol for Web Services in the Web Service Transformation.

Wähle eine der folgenden:

  • UDDI

  • SOAP

  • JSON

  • WSDL

Erklärung

Frage 74 von 143

1

What of these objects can be found in a bundle? Select all that apply.

Wähle eine oder mehr der folgenden:

  • Connectors

  • Mapplets

  • Integration Templates

  • Mappings

Erklärung

Frage 75 von 143

1

By default, every Org has the ability to author and publish a bundle?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 76 von 143

1

Bundles are versioned?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 77 von 143

1

Bundles can be managed by the following groups / individuals. Select all that apply. (select 4)

Wähle eine oder mehr der folgenden:

  • Service Integrators

  • User Community

  • OEM's

  • Informatica

Erklärung

Frage 78 von 143

1

Bundles are automatically upgraded when a newer version is available, users have no control?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 79 von 143

1

ReST is an abstraction of the architecture of the World Wide Web; more precisely, ReST is an alternative to SOAP style web-services.ReST stands for

Wähle eine der folgenden:

  • Representational State Transfer

  • ReStructuredText

  • Real-time Embedded Systems Testbed

Erklärung

Frage 80 von 143

1

The different types of parameters that a ReST API may need to process the incoming request are:

Wähle eine der folgenden:

  • Url Request Parameters

  • Form Request Parameters

  • Header Request Parameters

  • One or more of above

Erklärung

Frage 81 von 143

1

What does SOAP Stand for?

Wähle eine der folgenden:

  • Standard object Access Protocol

  • Simple object Access Protocol

  • System object Access Protocol

Erklärung

Frage 82 von 143

1

What message format Does SOAP use?

Wähle eine der folgenden:

  • CSV

  • XML

  • HTML

Erklärung

Frage 83 von 143

1

What Type of Connector needs to be configured to connect to a WebService?

Wähle eine der folgenden:

  • WebServices

  • WebServices V2

  • XMLTarget

Erklärung

Frage 84 von 143

1

What Task needs to be created in Informatica Cloud Services to integrate with a Web Service?

Wähle eine der folgenden:

  • Power Center Task

  • Data Replication Task

  • Data Synchronization Task

Erklärung

Frage 85 von 143

1

When Creating the Web Services connector it is crucial to test the connector whilst the “Auto csv File Creation” option is set to “Auto creation”?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 86 von 143

1

What does the Object source drop down represent when a Web Service connector is selected?

Wähle eine der folgenden:

  • Available XML Documents

  • Other optional Web Services

  • Web Services Methods

Erklärung

Frage 87 von 143

1

It is impossible to create a Data Filter for Web Service Source objects in Informatica Cloud Services?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 88 von 143

1

How can a Batch Integration job be invoked? Select all that apply.

Wähle eine oder mehr der folgenden:

  • CDC

  • User Initiated

  • On-Demand

  • Pre-defined Schedule

Erklärung

Frage 89 von 143

1

Informatica Cloud requires a SalesForce object to be designated as replicatable in order to setup CDC on it.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 90 von 143

1

CDC can be enabled for a DSS task.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 91 von 143

1

The advanced properties "Use queryAll" and "Enable Bulk Query" can be used together.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 92 von 143

1

What does a CDC Time Limit of -1 indicate?

Wähle eine der folgenden:

  • Does nothing.

  • The task run indefinitely.

  • Reads all source data and stops.

Erklärung

Frage 93 von 143

1

Using Informatica Cloud ReST API,you can perform tasks such as:

Wähle eine der folgenden:

  • create, update, and delete connections

  • create, update, and delete schedules

  • start and monitor tasks and task flows

  • verify the Salesforce API version

  • All of the above

Erklärung

Frage 94 von 143

1

What resources are provided by the REST API?

Wähle eine oder mehr der folgenden:

  • login

  • job

  • cloud real time

  • mapping

  • connection

Erklärung

Frage 95 von 143

1

The utilities available to access Informatica Cloud ReST API, are :
Select one or more:

Wähle eine oder mehr der folgenden:

  • popular ReST Clients such as POSTMAN , ADVANCE ReST Client

  • Informatica Cloud Utility available at MarketPlace

  • cURL

  • Power Center

Erklärung

Frage 96 von 143

1

What is Informatica Process Developer?

Wähle eine der folgenden:

  • Informatica's Methodolgy for Developer to follow a Best Practice(Process)

  • Eclipse Based tool to developer BPEL Processes for Informatica Cloud

  • Create a Process in Informatica Cloud to be invoked by SFDC

  • Developer Resource required to create Real-Time Orchestration

Erklärung

Frage 97 von 143

1

Web Services Definition language is required for a BPEL Process

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 98 von 143

1

What is Required for WSDL Creation?

Wähle eine der folgenden:

  • Create a Participant and Have XML Schema attached to it

  • Create a Participant(Consumer or Provider)

  • Flat File with Header Records for Input/output

  • Only know the Type of WSDL (Synchronous or Asynchronous)

Erklärung

Frage 99 von 143

1

What is expression Editor?

Wähle eine der folgenden:

  • Regex Expression Builder

  • Ways to Bind values to Output Variable Responses

  • Allows you to write Powercenter Expression Functions

  • Constructs data using WS-BPEL and other extension Functions

Erklärung

Frage 100 von 143

1

What is the Sequence for Deploying BPEL Process to Cloud?

Wähle eine der folgenden:

  • Export Eclipse Workspace Project to BPR and Deploy that to Admin Console

  • Import Business Process Archive , Create a Process Deployment Descriptor and Import it in Process Developer

  • Create a valid BPEL Process, Create PDD, Create BPR

  • None of the Above

Erklärung

Frage 101 von 143

1

Contribution ins a deployed Business Process archive manged on the server as a unit of files

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 102 von 143

1

Version is achieved using contribution

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 103 von 143

1

Contribution have the Following States:

Wähle eine oder mehr der folgenden:

  • offline pending

  • offline

  • Deleted

  • online

Erklärung

Frage 104 von 143

1

It's always best to Create a .bpr for each BPEL/WSDL in your Orchestration Project

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 105 von 143

1

Once you create and deploy a process using Real Time, how can that process be invoked?

Wähle eine der folgenden:

  • As a JSON service

  • Using the Informatica Cloud API.

  • By running an Informatica Cloud task.

  • As a REST/XML or JSON service

Erklärung

Frage 106 von 143

1

Real Time Guides allow business users to create and deploy custom process applications.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 107 von 143

1

Which of the following is not true regarding Real Time Guides?

Wähle eine der folgenden:

  • Can be built by non-technical business users

  • Require an on-premise Informatica Agent to run

  • Automate processes and methodologies

  • Can retrieve data from/write data to Salsforce or other applications

Erklärung

Frage 108 von 143

1

Which is not a feature of the Real Time for Salesforce managed package?

Wähle eine der folgenden:

  • Provides built-in support for reading data from/writing data to Salesforce objects.

  • Allows you to access all of the same features as Service & Process Designer.

  • Includes support for running guides on the Salesforce1 mobile platform.

  • Includes service and process monitoring within Salesforce.

  • Includes Visualforce Pages for displaying guides within the Salesforce UI.

Erklärung

Frage 109 von 143

1

How are Real Time guides displayed on Salesforce pages?

Wähle eine der folgenden:

  • A custom button must be created.

  • A Visualforce page must be added to the page layout.

  • The user viewing the page must be a System Administrator.

Erklärung

Frage 110 von 143

1

The Managed package cannot be installed in a Sandbox environment.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 111 von 143

1

What does the Guide “Applies To” property control?

Wähle eine der folgenden:

  • Which Salesforce users can access the guide

  • The subcategory the guide will be displayed under in the Guides list

  • Whether or not the guide can be accessed from the Service & Process Designer

  • Which object the guide will operate on and have access to.

Erklärung

Frage 112 von 143

1

Steps are used to guide a user through a process.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 113 von 143

1

What is the primary purpose of a screen step?

Wähle eine der folgenden:

  • Display instructions and allow a user to enter data

  • Display a list of records to a user.

  • Include HTML formatting and images in the guide.

  • Ask the user a question.

Erklärung

Frage 114 von 143

1

What is the purpose of end of guide outcomes?

Wähle eine der folgenden:

  • Allow you to track guide results for reporting purposes.

  • Allow you to provide options to guide users.

  • To display different results, depending on guide path taken.

  • Help you control the possible outcomes for users.

Erklärung

Frage 115 von 143

1

A user cannot access a guide unless it has been published.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 116 von 143

1

The primary purpose of a Create step is

Wähle eine der folgenden:

  • To create a new record of any type

  • To create a new user

  • To create a guide log event

  • To create a new guide outcome

Erklärung

Frage 117 von 143

1

If you select “Screen” as the value of an input field, where does the value come from when the guide runs?

Wähle eine der folgenden:

  • The value is entered by the guide user

  • The value is determined by a formula.

  • The value is hard-coded and remains the same each time the guide is run.

  • The value is determined by the value of the selected field.

Erklärung

Frage 118 von 143

1

An assignment step cannot be used to set the value of fields on a related object.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 119 von 143

1

A service call step can perform a task automatically. Tasks that can be performed include:

Wähle eine der folgenden:

  • Tasks defined in the Salesforce System Administrator.

  • Sending an Email, Converting a Lead, and Submitting a Record for Approval.

  • Tasks available in Salesforce only.

  • Tasks available in Integrated Services and Applications, and tasks defined in service connections (created in Service and Process Designer).

Erklärung

Frage 120 von 143

1

A Service Call Step must have a screen step.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 121 von 143

1

Only a single step can jump to the same target step

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 122 von 143

1

What is the benefit of using a Jump step ?

Wähle eine der folgenden:

  • Allows a guide user more flexibility.

  • Avoids duplication of the same set of steps.

  • Allows the guide to automatically start a background process

Erklärung

Frage 123 von 143

1

Which statements are true regarding Data Decision steps?

Wähle eine oder mehr der folgenden:

  • Allows a guide to take different paths depending on the value of a field

  • The order of the branches is not important

  • Tests for a condition

  • Each condition has a branch

Erklärung

Frage 124 von 143

1

Which are advantages of using an embedded guide?

Wähle eine oder mehr der folgenden:

  • Allow you to have multiple versions of the same guide

  • Allow you to repeat steps on multiple records

  • Allow you to avoid creating the same set of steps

  • Allow you to make changes in one place

Erklärung

Frage 125 von 143

1

An embedded guide must be published before it is run.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 126 von 143

1

How are values passed between the embedding and embedded guides?

Wähle eine der folgenden:

  • Through the use of temporary fields in the embedded guide step.

  • Via the definition of global variables

  • Through the use of Guide-level fields

Erklärung

Frage 127 von 143

1

You are designing a guide that will embed another guide. That embedded guide will return information that you’ll need to use downstream in your guide. What type of guide field should you define for this?

Wähle eine der folgenden:

  • Output

  • Temporary

  • Input

Erklärung

Frage 128 von 143

1

When displaying a list of records in an embedded guide step or screen step, how do you define which fields (columns) will display?

Wähle eine der folgenden:

  • Edit the Guide properties and select the fields

  • You cannot control which fields display in a list of records

  • Edit the field properties and select the Display Fields

Erklärung

Frage 129 von 143

1

How can you selectively display a guide – based on a Salesforce user’s role, for example?

Wähle eine der folgenden:

  • Define different page layouts for different user roles

  • Edit the Guide’s Applies To property

  • In the Guide’s Advanced properties, define a Boolean expression

  • In the Guide’s Advanced properties, list the user roles who can access the guide

Erklärung

Frage 130 von 143

1

How can you display a single guide when a user clicks a button or link?

Wähle eine der folgenden:

  • Create a Visualforce page for the guide

  • Create a custom page layout for the guide

  • Edit the Guide Properties and select the button or link

  • Edit the Record Detail page layout for the guide’s Applies To object

Erklärung

Frage 131 von 143

1

How can guides be accessed in the Salesforce1 mobile app?

Wähle eine oder mehr der folgenden:

  • From the main navigation menu

  • As a publisher action

  • From the record detail page

Erklärung

Frage 132 von 143

1

When would you run a process on a local agent (versus Cloud agent):

Wähle eine der folgenden:

  • If the process will connect to more than one application or service.

  • If the process includes input and output fields.

  • If the process needs to access an on-premise resource that resides behind a firewall.

Erklärung

Frage 133 von 143

1

A process can be invoked from the following (check all that apply):

Wähle eine oder mehr der folgenden:

  • Using the Informatica Cloud API

  • From another process

  • Externally via SOAP or REST

  • From a Guide

Erklärung

Frage 134 von 143

1

Which of the following are true about the Parallel Path step do (check all that apply)?

Wähle eine oder mehr der folgenden:

  • Each path waits for a result, then the next branch is executed.

  • It executes multiple branches at the same time.

  • It is unique to processes (not available in guides).

  • A jump step can only jump to a step in the same branch.

Erklärung

Frage 135 von 143

1

A process call step cannot have an input screen.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 136 von 143

1

Select the best definition of a service connector.

Wähle eine der folgenden:

  • An object that holds the details for connecting to an application or service – including username and password.

  • An object that defines the interaction between a Process Designer and a service – how the service will send and receive data.

  • An out-of-the-box connector that can be leveraged using Real Time.

Erklärung

Frage 137 von 143

1

Which of the following are available out of the box service connectors (select all that apply):

Wähle eine oder mehr der folgenden:

  • Salesforce

  • Big Machines

  • JDBC

  • Netsuite

  • SAP

Erklärung

Frage 138 von 143

1

A Service Connector can define multiple actions.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 139 von 143

1

How does a service connector parse data returned from a service and place it in variables (select all that apply)?

Wähle eine oder mehr der folgenden:

  • Output values must be automatically generated using the XML response.

  • Data can be extracted using xQuery.

  • Data can be mapped directly to an output field using XML tag names or JSON properties.

Erklärung

Frage 140 von 143

1

Before you can use a Service Connector in a process or guide, you must (select all that apply):

Wähle eine oder mehr der folgenden:

  • Publish the service connector.

  • Register the service connector using the Process Console.

  • Create a connection using the Service Connector.

Erklärung

Frage 141 von 143

1

What does a connection do?

Wähle eine der folgenden:

  • Defines a connection to a data source.

  • Stores a username and password for Salesforce.

  • Determines if you are licensed for a specific service or application.

Erklärung

Frage 142 von 143

1

If you are using the JDBC connection, which step would you use in a process or guide to create a new record in a database?

Wähle eine der folgenden:

  • Process Call

  • Creat

  • Service Call

  • Assignment

Erklärung

Frage 143 von 143

1

Which of the following things can you determine using Process Console (select all that apply)?

Wähle eine oder mehr der folgenden:

  • Which path a process took.

  • The user who initiated the process

  • The start/end date/time for the process

  • A list of inputs/outputs

Erklärung