Sysadmin sample interview questions
Why was it that you left the last job that you were at?
What do you think your top 3 strengths ......
Read the rest of this entry »
Interview»
Hiring an IT guy – questions to ask
What port does telnet use?
What is SMTP?
How would you troubleshoot a printer?
How does traceroute work?
Walk me through everything that happens ......
Read the rest of this entry »
Interview»
Unix admin questions
# How do you list the files in an UNIX directory while also showing hidden files?
# How do you execute ......
Read the rest of this entry »
Interview»
Linux command line Q&A
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
tail ......
Read the rest of this entry »
Interview»
Linux network administrator questions
ive an example of set of shell commands that will give you the number of files in a directory
How do ......
Read the rest of this entry »
Interview»
Basic sed tricks
What is sed? – sed is stream editor, a Unix tool for working with streams of text data. See the ......
Read the rest of this entry »
Exam»
Two men running
Adam and Bob have exact speeds for walking and running – neither Adam outwalks Bob, nor Bob outruns Adam.
But for ......
Read the rest of this entry »
Interview»
Java interview questions and answers
What is garbage collection? What is the process that is responsible for doing that in java? – Reclaiming the unused ......
Read the rest of this entry »
Interview»
Perl interview questions and answers
# What arguments do you frequently use for the Perl interpreter and what do they mean?
# What does the command ......
Read the rest of this entry »
Interview»
J2EE interview questions and answers
What makes J2EE suitable for distributed multitiered Applications?
- The J2EE platform uses a multitiered distributed application model. Application logic is ......
