how you will maintain version?

Answers were Sorted based on User's Feedback



how you will maintain version?..

Answer / sandeep

As per my knowledge,Using 'Check out' and 'Check in'
options we are maintaining the vesion.

Is This Answer Correct ?    9 Yes 2 No

how you will maintain version?..

Answer / sp

For maintaining the versions the first and foremost thing is to make sure the versioning on the repository is enabled. If versioning is enabled the developers will get an option to check-in and check-out code. Every time the code is checked-out, saved and checked-in a new version of the object is created with the version number incremented by 1 with each check-in.

Is This Answer Correct ?    4 Yes 0 No

how you will maintain version?..

Answer / binu

Using the Versioning tab in the menu bar.
Checkout is used to edit and save.
Checkin used to release the saved code.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

How to list Top 10 salary, without using Rank Transmission?

16 Answers   Infosys,


write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000

1 Answers   HP,


In Flat file Input is A B C I need output like this A A A B B B C C C. How will u achieve this?

5 Answers   iNautix,


source name sal aaaa 2000 bbbb 3000 abcd 5000 Target name sal aaaa 2000 bbbb 3000 abcd 5000 total 10000 how to get total as new row and sum as 10000 thanks

4 Answers   Polaris,


In EMP table, for those emp whose Hiredate is same, update their sal by "sal+500" or else for others keep the sal as it is, how to do it by SQL query

8 Answers   Cap Gemini,






i have a source with 100 records.i have 2 targets.in the first target i want to load first 50 records & in the second target i want to load next 50(or remaining) records.

3 Answers  


What is dynamic cache?

0 Answers  


If we have a two tables A & B A contain 10 records,B contain 20 records,what w'll b the o/p if we perform normal join,Master outer join,Detail outer join and Full Outer join how?

1 Answers   TCS,


my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and rajeshraj for my target table which transformation i have to use in informatica

3 Answers   HP,


What are limitations of joiner transformation?

2 Answers   Exilant, TCS,


What are the mapping paramaters and mapping variables?

1 Answers  


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

2 Answers  


Categories