Sunteți pe pagina 1din 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) Blog(http://learn.bigclasses.com/blog) InformaticaInterviewQuestionsexperienced

InformaticaInterviewQuestionsexperienced

QuickEnquiry

Question.1 How to Join 2 tables connected to a Source Qualifier w/o having any
relationship defined .

Name

Answer:Bywritingansqloverride.

EmailId

Question.2 In a mapping if three are 2 targets to load header and detail, how to ensure
that header loads first then detail table.

ContactNo

Answer:ConstraintBasedLoading(ifnorelationshipatoraclelevel)ORTargetLoadPlan(ifonly1source
qualifierforothertables)ORselectfirsttheheadertargettableandthenthedetailtablewhiledraggingthemin
mapping.[sociallocker]
Question.3 A mapping just take 10 seconds to run, it takes a source file and insert into
target, but before that there is a Stored Procedure transformation which takes around 5
minutes to run and gives output Y or N. If Y then continue feed or else stop the feed.
(Hint: since SP transformation takes more time compared to the mapping, it shouldnt run
row wise).

Course
TextHere..
7+3=?
Send

Demo Video

Answer:Thereisanoptiontorunthestoredprocedurebeforestartingtoloadtherows.
Question.4 What is difference between view and materialized view?

Informatica Online Train

Answer:ViewscontainsquerywheneverexecuteviewsithasreadfrombasetableWhereasMviewsloading
orreplicatedtakesplaceonlyonce,whichgivesyoubetterqueryperformance.refreshmviews1.oncommit
and2.ondemand(Complete,never,fast,force).
Question.5 What is bitmap index why its used for DWH?
Answer:bitmapforeachkeyvaluereplacesalistofrowids.Bitmapindexmoreefficientfordatawarehousing
becauselowcardinality,lowupdates,veryefficientforwhereclass

(http://bigclasses.com/learner

Question.6 What is star schema? And what is snowflake schema?


Answer: The center of the star consists of a large fact table and the points of the star are the dimension
tables.snowflakeschemasnormalizeddimensiontablestoeliminateredundancy.Thatis,theDimensiondata
hasbeengroupedintomultipletablesinsteadofonelargetable.
Starschemacontainsdemoralizeddimensiontablesandfacttable,eachprimarykeyvaluesindimensiontable
associatedwithforeignkeyoffacttables.
Hereafacttablecontainsallbusinessmeasures(normallynumericdata)andforeignkeyvalues,anddimension
tableshasdetailsaboutthesubjectarea.Snowflakeschemabasicallyanormalizeddimensiontablestoreduce
redundancyinthedimensiontables.
Question.7 Why need staging area database for DWH?
Answer:Stagingareaneedstocleanoperationaldatabeforeloadingintodatawarehouse.
cleaninginthesenseyourmergingdatawhichcomesfromdifferentsource.

registration.html)

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

Question.8 What are the steps to create a database in manually?

Follow

Answer: createOSserviceandcreateinitfileandstartdatabasenomountstagethengivecreatedatabase
command.

Follow

Question.9 Difference between OLTP and DWH?


Answer: OLTP system is basically application orientation (eg, purchase order it is functionality of an
application)

Follow
Follow@bigclasses

Error

WhereasinDWHconcernissubjectorient(subjectinthesensecustomer,product,item,time).
Question.10 What is the significance of surrogate key?
Answer:Surrogatekeyusedinslowlychangingdimensiontabletotrackoldandnewvaluesanditsderived
fromprimarykey.
Question.11 What is slowly changing dimension. What kind of scd used in your project?
Answer: Dimension attribute values may change constantly over the time. (Say for example customer
dimensionhascustomer_id,name,andaddress,customeraddressmaychangeovertime.
Question.12 Row will you handle this situation?
Answer: Thereare3types,oneiswecanoverwritetheexistingrecord,secondoneiscreateadditionalnew
recordatthetimeofchangewiththenewattributevalues.Thirdoneiscreatenewfieldtokeepnewvaluesin
theoriginaldimensiontable.
Question.13 What is difference between primary key and unique key constraints?
Answer: Primarykeymaintainsuniquenessandnotnullvalues
Whereasuniqueconstrainsmaintainuniquevaluesandnullvalues
Question.14 What are the types of index? And is the type of index used in your project?
Answer:Bitmapindex,Btreeindex,Functionbasedindex,reversekeyandcompositeindex.
WeusedBitmapindexinourprojectforbetterperformance.
Question.15 A table have 3 partitions but I want to update in 3rd partitions how will you
do?
Answer: Specifypartitionnameintheupdatestatement.SayforexampleUpdateemployeepartition(name)
a,seta.empno=10whereename=Ashok
Question.16 When you give an update statement how memory flow will happen and how
oracles allocate memory for that?
Answer:OraclefirstchecksinSharedsqlareawhethersameSqlstatementisavailableifitisthereituses.
Otherwise allocate memory in shared sql area and then create run time memory in Private sql area to create
parse tree and execution plan. Once it completed stored in the shared sql area wherein previously allocated
memory.
Question.17 Write a query to find out 5th max salary? In Oracle, DB2, SQL Server
Answer: Select (list the columns you want) from (select salary from employee order by salary) Where
rownum<5
Question.18 When you give an update statement how undo/rollback segment will
work/what are the steps?
Answer:Oraclekeepoldvaluesinundosegmentandnewvaluesinredoentries.Whenyousayrollbackit
replaceoldvaluesfromundosegment.Whenyousaycommiterasetheundosegmentvaluesandkeepnew
valesinpermanent.
InterviewQ&A(http://learn.bigclasses.com)

BigClasses(http://bigclasses.com)

Question.19 What is DTM? How will you configure it?

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

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

Answer:DTMtransformdatareceivedfromreaderbufferanditsmovestransformationtotransformationon
(http://www.youtube.com/user/Bigclassescom)
(http://learn.bigclasses.com/feed)
rowbyrowbasisanditusestransformationcacheswhennecessary.[/sociallocker]
(https://www.facebook.com/bigclasses)
(https://twitter.com/bigclasses)
(https://www.linkedin.com/company/bigclasses)
Informaticaelearning(http://bigclasses.com/informaticaonlinetraining.html)byExperiencedTrainer

(https://plus.google.com/+Bigclassesonlinetraining/about)

HADOOPINTERVIEWQUESTIONSANDANSWERS(HTTP://LEARN.BIGCLASSES.COM/TAG/HADOOPINTERVIEWQUESTIONSANDANSWERS)
INFORMATICAINTERVIEWQUESTIONSANDANSWERS(HTTP://LEARN.BIGCLASSES.COM/TAG/INFORMATICAINTERVIEWQUESTIONSAND
ANSWERS)
PLSQLINTERVIEWQUESTIONSANDANSWERS(HTTP://LEARN.BIGCLASSES.COM/TAG/PLSQLINTERVIEWQUESTIONSANDANSWERS)
TERADATAINTERVIEWQUESTIONSANDANSWERS(HTTP://LEARN.BIGCLASSES.COM/TAG/TERADATAINTERVIEWQUESTIONSAND
ANSWERS)

Previous:DatastageInterviewQuestionswithanswers(http://learn.bigclasses.com/datastageinterviewquestionswith
answers)
Next:ABInitioInterviewQuestionswithanswers(http://learn.bigclasses.com/abinitiointerviewquestionswithanswers)

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

S-ar putea să vă placă și