Mixed Technology Quiz (Informatica, .NET, Unix)

A collection of questions covering multiple technologies including Informatica ETL tools, .NET Framework, Unix commands, and data warehousing concepts. Not recommended as a focused study resource.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Stacy wants to populate a select dropdown combo box with data in a data store. Stacy wants a fast, forward only, read-only database connection using ADO.NET.

  1. A DataAdapter object
  2. A Command object
  3. A DataReader object
  4. A Recordset object
  5. A Connection object
Question 2 Multiple Choice (Single Answer)

Which one of the following statements is true about events and delegates?

  1. Events must know what object handles its event.
  2. An event can only have one event handler.
  3. Delegates are not type-safe.
  4. A class with events can only raise a single event.
  5. A delegate can only hold methods that match the delegate's method signature
Question 3 Multiple Choice (Single Answer)

Joe adds security features to his code by adding attributes; he does not have to write any other specific security code.

  1. Declarative Security
  2. Role-Based Security Permissions
  3. Code Access Permissions
  4. Identity Permissions
  5. Imperative Security
Question 4 Multiple Choice (Single Answer)

What does the .NET PermView.exe utility do?

  1. It is used to view the minimal, optional, and refused permission sets requested by an assembly.
  2. It establishes a permanent view of the managed heap
  3. It provides an interface to the persistable dynamic assemblies stored on disk.
  4. It sets the permissions on a Dataset view object
  5. It persists the view of a Dataset by serializing the view to an XML stream
Question 5 Multiple Choice (Single Answer)

Which one of the following statements is true with respect to the Common Language Runtime (CLR)?

  1. The Common Language Run-time compiles source code to MSIL code.
  2. The C# and VB.NET compilers compile source code to native code
  3. Code compiled in one .NET language can interact with code compiled in a different .NET language
  4. The CLR does NOT implement a Common Type System
Question 6 Multiple Choice (Single Answer)

Steve wants to create a .NET application that is accessible over HTTP, offers its payload in XML, and is accessible programmatically. Given the scenario above, what type of application does Steve create?

  1. Windows GUI application
  2. Distributed COM
  3. Windows Service
  4. Web Service
Question 7 Multiple Choice (Single Answer)

In order for an attribute to be Common Language Specification (CLS) compliant, it must follow which one of the following rules?

  1. It must inherit directly or indirectly from System.Attribute
  2. It must be defined in the System.Attribute namespace
  3. It must have the AttributeUsageAttribute applied to its class.
  4. It must only be applied to a selected type once
  5. It must be applied only at the assembly level.
Question 8 Multiple Choice (Single Answer)

How many environments are there in sophis ?

  1. 3
  2. 5
  3. 4
  4. 6
Question 9 Multiple Choice (Single Answer)

which transformation can act as Active as well as passive based upon the property we set ?

  1. Sorter
  2. Router
  3. Filter
  4. Aggregator
Question 10 Multiple Choice (Single Answer)

The below function helps in obtaining the running total

  1. cum
  2. cume
  3. cumulative
  4. cumu
Question 11 Multiple Choice (Single Answer)

When a component in a mapping is frequently changing and has to be fetched from an external source , what is the best way to declare it ?

  1. User defined function
  2. Session variable
  3. Mapping parameter
  4. Session parameter
Question 12 Multiple Choice (Single Answer)

While using a lookup transformation , the columns which go to index cache are

  1. Columns specified in condition
  2. Columns specified other than the condition
  3. Primary key
  4. Foreign key
Question 13 Multiple Choice (Single Answer)

How is the data for LR generated?

  1. SQL query in Hyperion
  2. SQL query in Informatica
  3. SQL Query on DWH data
  4. SQL Query in Datastage
Question 14 Multiple Choice (Single Answer)

In which environment do we do the changes and test it ?

  1. Production
  2. Staging
  3. Development
  4. ABE
Question 15 Multiple Choice (Single Answer)

The command used to view the contents of file in Unix

  1. view
  2. ls
  3. vi
  4. vw
Question 16 Multiple Choice (Single Answer)

If we need to schedule a session in informatica for every 05 seconds , we need to make use of

  1. scheduling in informatica
  2. Batch script and invoke it from informatica
  3. both a and b
  4. either a or b
Question 17 Multiple Choice (Single Answer)

To change a script in unix we need to use the below mode

  1. Edit
  2. Insert
  3. View
  4. Update
Question 18 Multiple Choice (Single Answer)

E-mail tasks can be implemented through

  1. E-mail command in informatica
  2. Batch script and invoke it from informatica
  3. either a or b
  4. both a and b needed
Question 19 Multiple Choice (Single Answer)

Precaution to be taken before starting ABE load

  1. Run id should contain yesterday's date with jobid-yy-mm-dd format
  2. Run id should contain yesterday's business date with jobid-yy-mm-dd format
  3. Run id should contain todays's business date with jobid-yy-mm-dd format
  4. Any date with jobid-yy-mm-dd format
Question 20 Multiple Choice (Single Answer)

The exit code process '0' means

  1. the process is waiting
  2. the process has suceeded
  3. the process is running
  4. the process is overloaded