Sie sind auf Seite 1von 3

(http://learn.bigclasses.

com/)

Data Warehousing (http://learn.bigclasses.com/datawarehousinginterviewquestions)


SAP (http://learn.bigclasses.com/sapinterviewquestions)
Java (http://learn.bigclasses.com/javainterviewquestions)

MicroSoft (http://learn.bigclasses.com/microsoftinterviewquestions)
Oracle

Testing (http://learn.bigclasses.com/testinginterviewquestions)
WebSphere (http://learn.bigclasses.com/websphereinterviewquestions)

Advanced
Searchhere..

Home(http://learn.bigclasses.com) DataWarehousing(http://learn.bigclasses.com/datawarehousinginterviewquestions)
InformaticaInterview questionswith
answers

InformaticaInterviewquestionswith

answers
Question.1 What are the components of Informatica? And what is the purpose of each?
Answer: Informatica Designer, Server Manager & Repository Manager. Designer for Creating Source &
Target definitions, Creating Mapplets and Mappings etc. Server Manager for creating sessions & batches,
Schedulingthesessions&batches,Monitoringthetrigjeredsessionsandbatches,givingpostandpresession
commands, creating database connections tc various instances etc. Repository Manage for Creating and
Addingrepositories,Creating&editingfolderswithinarepository,Establishingusers,groups.privileges&folder
permissions,Copy.delete,bac:uparepository,Viewingthehistoryofsessions,Viewingthelocksonvarious
objectsandremovingthoselocksetc.
Question.2 What is a repository? And how to add it in an informatica client?

QuickEnquiry
Name
EmailId
ContactNo
Course
TextHere..
4+4=?
Send

Answer: Its a location where all the mappings and sessions related information is stored. Basically its a
databasewherethemetadataresides.WecanaddarepositorythroughtheRepositorymanager.[sociallocker]
Question.3 Name at least 5 different types of transformations used in mapping design
and state the use of each.?

Demo Video

Answer: Source Qualifier Source Qualifier represents all data queries from the source, Expression =
Expressionperformssimplecalculations,FilterFilterservesasaconditionalfilter,LookupLookuplooksup
valuesandpassestootherobjects,AggregatorAggregatorperformsaggregatecalculations.
Question.4 How can a transformation be made reusable?
Answer:Intheeditpropertiesofanytransformationthereisacheckboxtomakeitreusable,bychecking
thatitbecomesreusable.YoucanevencreatereusabletransformationsinTransformationdeveloper.
Question. 5 How are the sources and targets definitions imported in informatica
designer? How to create Target definition for flat files?
Answer: When you are in source analyzer there is a option in main menu to Import the source from
Database, Flat File, Cobol File & XML file, by selecting any one of them you can import a source definition.
WhenyouareinWarehouseDesignerthereisarpoptioninmainmenutoimportthetargetfromDatabase,XML
fromFileandXMLfromsourcesyoucanselectanyoneofthese.

BigClasses.com Reviews
BigClasses.com Reviews
4 stars based on 50 reviews
(http://bigclasses.com/reviews/)
Follow
Follow

ThereisnowaytotargetdefinitionasfileinInformaticadesigner.Sowhilecreatingthetargetdefinitionforafile
in the warehouse designer it is created considering it as a table, and then in the session properties of that
mappingitisspecifiedasfile.
Question.6 Explain what is sql override for a source taLle in a mapping?
Answer:TheSourceQualifierprovidestheSQLQueryoptiontooverridethedefaultquery.Youcanenterany
SQLstatementsupportedbyyoursourcedatabase.YoumightenteryourownSELECTstatement,orhavethe
database perform aggregate calculations, or call a stored procedure or stored function to read the data and
performsometasks.
Question.7 What is lookup override?
Answer: Ails: This feature is similar to entering a custom query in a Source Qualifier transformation. When
entering a Lookup SQL Override, you can enter the entire override, or generate and edit the default SQL
statement.
ThelookupqueryoverridecanincludeWHEREclause.
Question.8 What are mapplets? How is it different from a Reusable Transformation?

Follow
Follow@bigclasses

Error

Answer: A mapplet is a reusable object that represents a set of transformations. It allows you to reuse
transformationlogicandcancontainasmanytransformationsasyouneed.YoucreatemappletsintheMapplet
Designer.
Its different than a reusable transformation as it may contain a set of transformations, while a reusable
transformationisasingleone.
Question.9 How to use an oracle sequence generator in a mapping?
Answer:Wehavetowriteastoredprocedure,whichcantakethesequencenameasinputanddynamically
generates a nextval from that sequence. Then in the mapping we can use that stored procedure through a
proceduretransformation.
Question. 10 How to create the source and target database connections in server
manager?
Answer: InthemainmenuofservermanagerthereismenuServerConfiguration,inthatthereisthemenu
Databasesiconnections.FromhereyoucancreatetheSourceandTargetdatabaseconnections.
Question. 11 Where are the source flat files kept before running the session?
Answer: The source flat files can be kept in some folder on the Informatica server or any ether machine,
whichisinitsdomain.
Question. 12 What are the oracle DML commands possible through an update strategy?
InterviewQ&A(http://learn.bigclasses.com)

BigClasses(http://bigclasses.com)

Answer: dd_insert,dd_update,dd_delete&dd_reject.

Blog(http://bigclasses.com/blog)

Reviews(http://bigclasses.com/reviews/)

Question. 13 How to update or delete the rows in a target, which(http://www.youtube.com/user/Bigclassescom)


do not have key fields?

(http://learn.bigclasses.com/feed)

(https://www.linkedin.com/company/bigclasses)
Answer: To Update a table that(https://www.facebook.com/bigclasses)
does not have any Keys we can do a(https://twitter.com/bigclasses)
SQL Override of the Target
Transformation by() specifying the WHERE conditions explicitly. Delete cannot be done this way. In this(https://plus.google.com/+Bigclassesonlinetraining/about)
case

youhavetospecifically
mentiontheKeyforTargettabledefinitionontheTargettransformationintheWarehouseDesigneranddelete
therowusingtheUpdateStrategytransformation.
Question. 14 What is option by which we can run all the sessions in a batch
simultaneously?
Answer: Inthebatcheditboxthereisanopticncalledconcurrent.Bycheckingthatallthesessionsinthat
Batchwillrunconcurrently.
Question. 15 Informatica settings are available in which file?
Answer: Informaticasettingsareavailableinafilepmdes!gn.iniinWindowsfolder.
Question. 16 How can we join the records from two heterogeneous sources in a mapping?
Answer: Byusingajoiner.
Question. 17. Difference between Connected & Unconnected lookup.
Answer: AnunconnectedLookuptransformationexistsseparatefromthepipelineinthemapping.Youwrite
anj expression using the :LKP reference qualifier to call the lookup within another transformation. While the
connectedlookupformsapartofthewholeflowofmapping.
Question. 18. Compare Router Vs Filter & Source Qualifier Vs Joiner.
Answer: ARoutertransformationhasinputportsandoutputports.Inputportsresideintheinputgroup,and
outputportsresideintheoutputgroups.Hereyoucantestdatabasedononeormoregroupfilterconditions.
Butinfilteryoucanfilterdatabasedononeormoreconditionsbeforewritingittotargets.
Question.19 What are Aggregator Transformation?
Answer:AggregatortransformationisanActiveandConnectedtransformation.Thistransformationisuseful
toperformcalculationssuchasaveragesandsums(mainlytoperformcalculationsonmultiplerowsorgroups).
[/sociallocker]
registerherenowforInformaticaCourse(http://bigclasses.com/informaticaonlinetraining.html)
HADOOPINTERVIEWQUESTIONSANDANSWERS(HTTP://LEARN.BIGCLASSES.COM/TAG/HADOOPINTERVIEWQUESTIONSANDANSWERS)
INFORMATICAINTERVIEWQUESTIONSANDANSWERS(HTTP://LEARN.BIGCLASSES.COM/TAG/INFORMATICAINTERVIEWQUESTIONSAND
ANSWERS)
SQLSERVERDBAINTERVIEWQUESTIONSANDANSWERS(HTTP://LEARN.BIGCLASSES.COM/TAG/SQLSERVERDBAINTERVIEWQUESTIONS
ANDANSWERS)
TERADATAINTERVIEWQUESTIONSANDANSWERS(HTTP://LEARN.BIGCLASSES.COM/TAG/TERADATAINTERVIEWQUESTIONSAND
ANSWERS)

Previous:DataStageInterviewQuestionsandanswersforExperienced(http://learn.bigclasses.com/datastageinterview
questionsforexperienced)
Next:SAPBASISInterviewQuestionswithanswers(http://learn.bigclasses.com/sapbasisinterviewquestionswith

answers)

LeaveaReply
YourCommentHere..

Name*

Name*

Email*

Email*

Website

Website

POSTCOMMENT

RSS (/feed) | Sitemap (/sitemap.xml) | About Us (http://bigclasses.com/aboutbigclasses.html) | Testimonials


(http://bigclasses.com/reviews/) | Terms of Use (http://bigclasses.com/terms.html) | Privacy Policy (http://bigclasses.com/privacy
policy.html) | Contact Us (http://bigclasses.com/contact.html)
Learn From BigClasses 2016

Das könnte Ihnen auch gefallen