Testing

Submitted by: Submitted by

Views: 163

Words: 1611

Pages: 7

Category: Other Topics

Date Submitted: 09/19/2012 10:42 PM

Report This Essay

Overview

This page is a collection of SCM interview questions that would illuminate a candidate's potential to properly perform the required SCM duties.

Often times, the person hiring the SCM Engineer does not know much about the role and responsibilities. This happens in smaller organizations.

In this case, it is often easy for the interviewee to use common vocabulary to impress the interviewer.

You want to make sure the candidate truly knows the SCM function and has a strong technical background.

Obviously, you would need to match the questions to the technologies used, but here are some sample questions.

________________________________________

Can you describe some source code control best practice?

• Use a reliable and dedicated server to house your code.

• Backup your code daily.

• Test your backup and restore processes.

• Choose a source control tool that fits your organization's requirements.

• Perform all tool specific administrative tasks.

• Keep your code repositories as clean as possible.

• Secure access to your code.

________________________________________

________________________________________

Can you describe some source code control best practice?

• Use a reliable and dedicated server to house your code.

• Backup your code daily.

• Test your backup and restore processes.

• Choose a source control tool that fits your organization's requirements.

• Perform all tool specific administrative tasks.

• Keep your code repositories as clean as possible.

• Secure access to your code.

________________________________________

SCM Interview Questions

Ask your SCM Interview Questions?

Give your Answers to SCM Interview Quesitons.

Share your opinions about what others have shared...

SCM Interview Questions

Can you describe software build best practices?

• Fully automated build process

• Build repeatability

• Build reproducibility

• Build process adherence

________________________________________

Can you...