web technology Online Quiz - 200
web technology Online Quiz - 200
Questions
Name of the port created automatically while working with dynamic cache
- NewLkpRow
- NewRow
- NewLookupRow
- No ports were created
A Router transformation has the following types of groups
- Input Group, Output Group
- Input Group,Output Group, Default Group
- Output Group, Default Group, User Defined Group
- No groups were created
A Sorter Transformation is
- Active Transformation
- Passive Transformation
- None
- Both
A UNION Transformation is
- Active Transformation
- Passive Transformation
- None
- Both
A mapping is created with a flatfile Target. Options to change the flatfile delimiter
- Session
- Session/Mapping
- Target Definition/Session
- Not possible to change
What is the out put of Joiner Transformation, if we use Detail Outer Join
- All the rows from master and detail table
- Matching rows from detail table and all rows from master table
- Matching rows from master table and all rows from detail table
- Only matching from master and detail table
Informatica 8x is
- Server Oriented Architecture
- Service Oriented Architecture
- Application Oriented Architecture
- Web based Architecture
What are the reusable Tasks
- Session, Email, Command and Assignment Tasks
- Session Task
- Session,Email and Command Tasks
- Session, Email, Command, Assignment and Control Tasks
J2EE application only a web-based
- True
- False
JavaBeans Are J2EE components
- True
- False
HTML page a web component
- True
- False
Abstract method can a have the static qualifier
- True
- False
Dictionary is the super class of Hashtable
- True
- False
Applet is a program which can get downloaded into a client environment and start executing there.
- True
- False
java.lang are the implicit packages that need not get imported into a class file
- True
- False
An interface with no methods.Example: Serializable, Remote, Cloneable are called Marker Interfaces
- True
- False
Comparable interface needs to be implemented to do the sorting
- True
- False
Any object can be cloned
- True
- False
hashCode is unique for every object
- True
- False
Thread is a block of code which can execute concurrently with other threads in the JVM.
- True
- False