Versioning Control Interview Preparation Guide
Download PDF

Versioning Control frequently Asked Questions by expert members with experience in Version Control. These interview questions and answers on Versioning Control will help you strengthen your technical skills, prepare for the interviews and quickly revise the concepts. So get preparation for the Versioning Control job interview

18 Version Control Questions and Answers:

Table of Contents:

Version Control Interview Questions and Answers
Version Control Interview Questions and Answers

2 :: What is eclipsed file in clearcase? What is the solution?
In what case it is called eclipsed file?

It is cretaed when a view is at confusion state to
recognize it.

Solution: need to kill the view_server process of
particular view.

3 :: How to restore elements from lost+found directory?

Checkout the destination directory where you want to move
the elements from lost+found directory.
Use the command
cleartool mv <Element-path>

4 :: How many additional groups can be added in vob?
How many for 32-bit? and how many for 64-bit OS?

normally win n Linux OS supports upto 16 groups but
clearcase supports 32 groups from CC7 and above

6 :: Where do you specify the license host details when you setup the Clearcase for the first time?

In linux edit the file license_host /var/adm/atria/config
from the follwing location and then add the license host
name and in windows select the clearcase from contol panel
by switching to classic view then in the licnesing tab you
will find the the radio button use clearcase license server
host select it and specify the license host name.

7 :: There are few items which we have to put items in boxes. if 3 items put in each box, 1 item left outside. if 4 items put in each box, 1 item left outside. if 5 items put in each box, 1 item left outside. if 6 items put in each box, 1 item left outside. if 7 items put in each box, 0 item left outside. How many number of item are there?

Answer is 301..

3 - 100 boxes - 1 left
4 - 75 boxes - 1 left
5 - 60 boxes - 1 left
6 - 50 boxes - 1 left
7 - 43 boxes - 0 left

Solution:
3,4,5,6 - 1 left & 7 - 0 left - (ie) - least common multiple
of 3,4,5,6 + 1 which is divisible by 7.

the least common multiples are: 60,120,180,240,300
61 - not divisible by 7
121 - not divisible by 7
181 - not divisible by 7
241 - not divisible by 7
301 - divisible by 7

hence 301 is the answer

9 :: What is the difference b/w configuration management tool and version control tool?

version control is a part of Configuration management tool.

10 :: How to list all the cos by a user in different jobs through a single command?

ct lsco -me
this gives all checkedout files by a user
ct lsco -avobs -cview -me
List all files checked out to all views by a user

11 :: Tell me What Configuration Management tools are available?

configuration management:Configuration management is the
system you use to track multiple development builds of the
software so that confusion is avoided. Revision control,
Change Control, and Release Control are important aspects
of Configuration Management.
there are many version control systems or configuration
mangament tools available in the
market.their commercial names are as follows

1)Acurev
2)VSS(Visual Source Safe from Microsoft)--right expansion
3)clearcase
4)+1CM
5)CM synergy
6)CF
7)code co-op
8)cms and mms
9)control-CS
10)disciplined software management
11)Tortoise CVS

12 :: What is eSvn?

eSvn is cross-platform and runs under Unix-like operating
systems..and it is a GUI for subversion like tortoise svn

13 :: What is subversion?

Suppose if we have released a version. Later if some more
features are added to the previous version we have to
create a subversion for the original version.

Ex: version 1.0.0
subversion 1.1.0

16 :: Explain impersonation?

At times users access a resource as though they were
someone else. This is known as impersonation. For example,
if a web page has no access controls, then any user can
access that web page. HTML pages, ASP pages, and components
in version 3.0 and earlier can be accessed through two
accounts named IUSR_machinename and IWAM_machinename. Both
the accounts are set up during IIS installation, and are
automatically added to all the folders in every web site on
the server.

Anonymous access to a resource in IIS makes the task of
identifying a user extremely difficult. But there is no
need to authenticate a user in the case of IIS. When IIS
receives a request for a web page or other resource that
has permission for anonymous access, IIS treats the
IUSR_machinename account as the user's account, to access
the resources. If the resource requested by the user is an
ASP page that uses a COM or COM+ component, that component
is executed using the IWAM_machinename account.

18 :: How to create a package in changeman?

from changeman primary option menu,select 1(Build).1
(create),then it will ask for pkg details.fill those and a
new pkg will be created. Important thing is specifying the
release date of that package.