You are connecting to a secure Hadoop dueler from Pentaho and want to use impersonation.
Which Pentaho tool should you use?
Answer : A
You are installing a Pentaho server and you decide to use a responsibility database other than Postgres.
Which two database are supported in this configuration? (Choose two.) Choose 2 answers
You are preparing a server environment for an archive installation of a Pentaho server
According to Hitachi Vantara best practices which environment variable should be set?
Answer : C
Set environment variables
If you do not set the HOME environment variables, Pentaho will not start correctly. Complete the steps in this topic to ensure that you have set the HOME environment variables properly.
Set the path of the PENTAHO_JAVA_HOME variable to the path of your Java installation, as shown:
SET PENTAHO_JAVA_HOME=C:\Program Files\Java\jdk8.x.x.x
(Optional) If you are using a JRE, then also set the JRE_HOME home environment variable.
Log off and log on again, then verify the variables have been properly set by using a command similar to the following example:
ECHO %PENTAHO_JAVA_HOME%
To simplify the migration of a PDI solution from one environment to another, you need to externalize all database connection details.
Which two methods will satisfy this requirement? (Choose two.)
Choose 2 answers
Answer : A, D
You have completed a successful installation of a Pentaho server on Linux.
You now need to write a script to run the Pentaho server as a service.
Which two files should you call from the script? (Choose two.)
Choose 2 answers
Answer : A, B
A client is developing a Web application to implement a wizard-like application used by many users. At several points in the workflow, the application needs to execute jobs and transformations that are stored in the Pentaho server. Execution will include user-specific parameters. Upon completion of the job or transformation, the Web application will continue to the next UI page.
What is the recommended approach to accomplish this task?
What are two ways to schedule a PDI job stored in the repository? (Choose two.)
Choose 2 answers