Version Control

  Home  Version Control  Version Control


“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

1⟩ 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.

 185 views

3⟩ 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.

 174 views

6⟩ 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

 196 views

7⟩ What is eSvn?

eSvn is cross-platform and runs under Unix-like operating

systems..and it is a GUI for subversion like tortoise svn

 201 views

8⟩ 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

 146 views

12⟩ 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

 170 views

13⟩ 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.

 207 views