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? ......
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 ......
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 ......
Read the rest of this entry »
Interview»
Programming phone screen questions
You are shrunk to the height of a nickel and your mass is proportionally reduced so as to maintain your ......
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 ......
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 ......
Read the rest of this entry »
Interview»
ASP.NET interview questions and answers
# Describe the difference between a Thread and a Process? # What is a Windows Service and how does its ......
Read the rest of this entry »
Interview»
JavaScript interview questions and answers
# What’s relationship between JavaScript and ECMAScript? – ECMAScript is yet another name for JavaScript (other names include LiveScript). The ......
