PR000007 Dumps PR000007 Braindumps PR000007 Real Questions PR000007 Practice Test PR000007 Actual Questions


Informatica


PR000007


PowerCenter Data Integration 9.x Administrator Specialist


https://killexams.com/pass4sure/exam-detail/PR000007


QUESTION: 102

When can a reduce class also serve as a combiner without affecting the output of a MapReduce program?


  1. When the types of the reduce operation’s input key and input value match the types of the reducer’s output key and output value and when the reduce operation is both communicative and associative.

  2. When the signature of the reduce method matches the signature of the combine method.

  3. Always. Code can be reused in Java since it is a polymorphic object-oriented programming language.

  4. Always. The point of a combiner is to serve as a mini-reducer directly after the map phase to increase performance.

  5. Never. Combiners and reducers must be implemented separately because they serve different purposes.


Answer: A


QUESTION: 103

You want to run Hadoop jobs on your development workstation for testing before you submit them to your production cluster. Which mode of operation in Hadoop allows you to most closely simulate a production cluster while using a single machine?


  1. Run all the nodes in your production cluster as virtual machines on your development workstation.

  2. Run the hadoop command with the –jt local and the –fs file:///options.

  3. Run the DataNode, TaskTracker, NameNode and JobTracker daemons on a single machine.

  4. Run simldooop, the Apache open-source software for simulating Hadoop clusters.


Which one of the following files is required in every Oozie Workflow application?


  1. job.properties

  2. Config-default.xml

  3. Workflow.xml

  4. Oozie.xml


Answer: C


QUESTION: 105

Workflows expressed in Oozie can contain:


  1. Sequences of MapReduce and Pig. These sequences can be combined with other actions including forks, decision points, and path joins.


  2. Sequences of MapReduce job only; on Pig on Hive tasks or jobs. These MapReduce sequences can be combined with forks and path joins.

  3. Sequences of MapReduce and Pig jobs. These are limited to linear sequences of actions with exception handlers but no forks.

  4. Iterntive repetition of MapReduce jobs until a desired answer or state is reached.


Answer: A


QUESTION: 106

Which best describes what the map method accepts and emits?


  1. It accepts a single key-value pair as input and emits a single key and list of corresponding values as output.

  2. It accepts a single key-value pairs as input and can emit only one key-value pair as output.

  3. It accepts a list key-value pairs as input and can emit only one key-value pair as output.

  4. It accepts a single key-value pairs as input and can emit any number of key-value pair as output, including zero.


Which HDFS command copies an HDFS file named foo to the local filesystem as localFoo?


  1. hadoop fs -get foo LocalFoo

  2. hadoop -cp foo LocalFoo

  3. hadoop fs -Is foo

  4. hadoop fs -put foo LocalFoo


Answer: A


QUESTION: 108

Identify the tool best suited to import a portion of a relational database every day as files into HDFS, and generate Java classes to interact with that imported data?


  1. Oozie

  2. Flume

  3. Pig

  4. Hue

  5. Hive

  6. Sqoop

  7. fuse-dfs


Answer: F