- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VMS Interview questions and answers
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2008 11:52 AM
тАО04-04-2008 11:52 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2008 12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2008 12:45 PM
тАО04-04-2008 12:45 PM
Re: VMS Interview questions and answers
First, assuming interviewer and not inverviewee...
If the position you are looking to hire for is important enough, consider bringing in an outside interviewer either as part of the process, or to write you a short and targeted test. Particularly, to write a test that is specifically targeting the level of employee you are seeking here.
Key here is what level staffer you're looking for.
That, and that you're almost certainly interested in what else this person can do for you beyond the specific job opening you're considering. Technologies and tools come and go, after all.
If you are the interviewee and not the interviewer...
Look to whether you even want the job, how you approach problems, how you code or manage or maintain or research or (whatever) with OpenVMS, and what benefit hiring you can provide the employer.
Most any decent interviewer will spot any "smoke" being blown around. So don't.
No one knows all of OpenVMS, and there will always be areas that you are unfamiliar with.
And many of the standardized test questions are surprisingly often either entirely wrong, or ambiguous. (That folks can easily read your question here as "interviewer" or "interviewee" should be recognized as an example of this relative difficulty.)
--
This is take IV on trying to post this reply. ITRC is failing with some regularity (again) today. Trying one of the other ITRC servers this time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2008 01:14 PM
тАО04-04-2008 01:14 PM
Re: VMS Interview questions and answers
First, assuming interviewer and not inverviewee...
If the position you are looking to hire for is important enough, consider bringing in an outside interviewer either as part of the process, or to write you a short and targeted test. Particularly, to write a test that is specifically targeting the level of employee you are seeking here.
Key here is what level staffer you're looking for.
That, and that you're almost certainly interested in what else this person can do for you beyond the specific job opening you're considering. Technologies and tools come and go, after all.
If you are the interviewee and not the interviewer...
Look to whether you even want the job, how you approach problems, how you code or manage or maintain or research or (whatever) with OpenVMS, and what benefit hiring you can provide the employer.
Most any decent interviewer will spot any "smoke" being blown around. So don't.
No one knows all of OpenVMS, and there will always be areas that you are unfamiliar with.
And many of the standardized test questions are surprisingly often either entirely wrong, or ambiguous. (That I can easily read your question here as "interviewer" or "interviewee" should be recognized as an example of this difficulty.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 05:59 AM
тАО04-07-2008 05:59 AM
Re: VMS Interview questions and answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 08:11 AM
тАО04-07-2008 08:11 AM
Re: VMS Interview questions and answers
It is pretty easy to find out if someone knows what they are talking about or if they are trying to recall answers from a "cheat sheet".
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 09:40 AM
тАО04-07-2008 09:40 AM
Re: VMS Interview questions and answers
1. Can you describe the main difference between VAX and Alpha?
a. VAX is 32 bit architecture ├в Alpha is 64 bit.
2. Can you describe some of the most important features they share?
a. They both run the OpenVMS operating system.
b. Compatible (the same) communications protocols.
c. Compatible (the same) file system.
d. Compatible (the same) commands.
e. Ie. VMS is VMS !
3. How can different VMS systems communicate with each other?
a. Decnet or TCPIP would be the most prevalent protocols.
b. They can be setup to participate in a cluster ├в SCS protocol.
4. What benefits does clustering bring?
a. Less maintenance.
b. Sharing of resources.
c. Same hardware (VAX or Alpha) can share one copy of the system disk.
d. Common user database.
e. Common queue database.
f. Disk access.
5. Do they all need their own system disk or can they share one?
a. Same hardware can share one.
b. Specific directories per system and a common area they share ├в [SYS0], [SYS1] and [VMS$COMMON] or [SYSx.SYSCOMMON].
c. SYS$SYSROOT and SYS$COMMON .
6. What command would you use to see all the members of a cluster?
a. SHOW CLUSTER
7. How would you add a new user to the system?
a. The system AUTHORIZE utility.
b. Determine what group the new user should be in.
c. Ask requestor if there is a similar account you can copy.
8. What is the most powerful privilege a user can have?
a. BYPASS
b. Overrides all file system security.
9. What are the different ways a program can be executed on a VMS system?
a. INTERACTIVE├в ly from a terminal session or submit to BATCH.
10. How would you determine what├в s running on a particular system?
a. SHOW SYSTEM ├в lists all processes executing.
b. MONITOR utility ├в ability to continuously monitor various aspects of the OS.
c. SHOW QUEUE/ALL ├в shows all batch and print jobs executing.
11. How do you stop a BATCH or PRINT job?
a. Find it├в s entry number with a SHOW QUEUE/ALL command.
b. DELETE/ENTRY=entrynumber.
12. How does BACKUP save files?
a. As individual files or packed together in a ├в SAVESET├в .
13. The worst happens, your system disk has crashed. How do you restore if the system is a VAX, how do you restore if it├в s an Alpha?
a. VAX: has to mention STANDALONE BACKUP utility and using it to restore an IMAGE backup from tape.
b. Alpha: has to mention booting from the VMS distribution CD and choosing the option to run DCL commands.
Cheers,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 10:13 AM
тАО04-07-2008 10:13 AM
Re: VMS Interview questions and answers
Here are a couple of sample questions. I can come up with a laundry list of these depending on what the scope of the job might be over time. I find that it's quite telling how an interviewee approaches answering these kinds of questions. The story they tell and the things they highlight have helped me immensely in sorting the well qualified from the possibly qualified.
--------------------------------------------
Have you ever had to install & configure OpenVMS from scratch? Describe the steps you went through and problems you had to solve, along with how you managed to solve them.
What's the worst disaster you've ever had to deal with in an OpenVMS environment? How did you deal with it? What role did you play in the recovery? Describe what challenges you faced and the actions you took to work through them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 12:15 PM
тАО04-07-2008 12:15 PM
Re: VMS Interview questions and answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 12:25 PM
тАО04-07-2008 12:25 PM
Re: VMS Interview questions and answers
I'm not casting aspersions at the set of questions/answers -- it's a decent start, but
you've asked a way too open-ended question for a detailed answer, I think.
If you are truly looking to hire someone for the VMS space, but have no knowledge yourself, you'd be better off "outsourcing" the technical aspects of the interview to someone who does.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2008 07:38 AM
тАО04-08-2008 07:38 AM