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.
Questions
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.
- A DataAdapter object
- A Command object
- A DataReader object
- A Recordset object
- A Connection object
Which one of the following statements is true about events and delegates?
- Events must know what object handles its event.
- An event can only have one event handler.
- Delegates are not type-safe.
- A class with events can only raise a single event.
- A delegate can only hold methods that match the delegate's method signature
Joe adds security features to his code by adding attributes; he does not have to write any other specific security code.
- Declarative Security
- Role-Based Security Permissions
- Code Access Permissions
- Identity Permissions
- Imperative Security
What does the .NET PermView.exe utility do?
- It is used to view the minimal, optional, and refused permission sets requested by an assembly.
- It establishes a permanent view of the managed heap
- It provides an interface to the persistable dynamic assemblies stored on disk.
- It sets the permissions on a Dataset view object
- It persists the view of a Dataset by serializing the view to an XML stream
Which one of the following statements is true with respect to the Common Language Runtime (CLR)?
- The Common Language Run-time compiles source code to MSIL code.
- The C# and VB.NET compilers compile source code to native code
- Code compiled in one .NET language can interact with code compiled in a different .NET language
- The CLR does NOT implement a Common Type System
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?
- Windows GUI application
- Distributed COM
- Windows Service
- Web Service
In order for an attribute to be Common Language Specification (CLS) compliant, it must follow which one of the following rules?
- It must inherit directly or indirectly from System.Attribute
- It must be defined in the System.Attribute namespace
- It must have the AttributeUsageAttribute applied to its class.
- It must only be applied to a selected type once
- It must be applied only at the assembly level.
How many environments are there in sophis ?
- 3
- 5
- 4
- 6
which transformation can act as Active as well as passive based upon the property we set ?
- Sorter
- Router
- Filter
- Aggregator
The below function helps in obtaining the running total
- cum
- cume
- cumulative
- cumu
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 ?
- User defined function
- Session variable
- Mapping parameter
- Session parameter
While using a lookup transformation , the columns which go to index cache are
- Columns specified in condition
- Columns specified other than the condition
- Primary key
- Foreign key
How is the data for LR generated?
- SQL query in Hyperion
- SQL query in Informatica
- SQL Query on DWH data
- SQL Query in Datastage
In which environment do we do the changes and test it ?
- Production
- Staging
- Development
- ABE
The command used to view the contents of file in Unix
- view
- ls
- vi
- vw
If we need to schedule a session in informatica for every 05 seconds , we need to make use of
- scheduling in informatica
- Batch script and invoke it from informatica
- both a and b
- either a or b
To change a script in unix we need to use the below mode
- Edit
- Insert
- View
- Update
E-mail tasks can be implemented through
- E-mail command in informatica
- Batch script and invoke it from informatica
- either a or b
- both a and b needed
Precaution to be taken before starting ABE load
- Run id should contain yesterday's date with jobid-yy-mm-dd format
- Run id should contain yesterday's business date with jobid-yy-mm-dd format
- Run id should contain todays's business date with jobid-yy-mm-dd format
- Any date with jobid-yy-mm-dd format
The exit code process '0' means
- the process is waiting
- the process has suceeded
- the process is running
- the process is overloaded