Blog Archives
1 2 3

01: 14 Unix must-know interview questions & answers

Q1 How do you remove the Control-M characters from a file?
A1 Control-M is a carriage return on keyboard. The ^M is the keyboard equivalent to \r. In a file …



01: Unix interview Q&As – part 4 locate & find

Experienced developers & engineers are lazy and use the right tools & know-hows to get the tasks done quickly & effectively on the job. Problem Statement How will you search …



01: Unix interview Q&As – part 1 sed & find

Experienced developers & data engineers are lazy and use the right tools & know-hows to get the tasks done quickly & effectively on the job. Q01 What Unix commands are …



01: Unix interview Q&As – part 2 cat, grep, gunzip & wc

Experienced developers & engineers are lazy and use the right tools & know-hows to get the tasks done quickly & effectively on the job. Unix interview Q&As for data engineers. …



01: Unix interview Q&As – part 3 grep

Experienced developers & engineers are lazy and use the right tools & know-hows to get the tasks done quickly & effectively on the job. Unix interview Q&As – part 2. …



01: Unix interview Q&As – part 5 xargs

This extends Unix interview Q&As for engineers – part 4 locate & find. Where to use xargs? xargs can be used when you need to take the output from one …



01: Unix interview Q&As – part 6 awk

This extends Unix interview Q&As for engineers – part 6 cut and awk. awk format The “action” is performed if the pattern matches.



01: Unix interview Q&As for data engineers – part 6 cut and awk

cut & awk Unix commands are used to extract sections from each line of text. cut vs. awk cut accepts a single-character delimiter, and is suitable only for very simple …



02: Top 10 Linux interview Q&As

Many production systems run on Linux systems, especially the Cloud infrastructure (i.e. AWS & GCP). Even Android uses the Linux kernel under the hood. So, it really pays to have …



03: Shell script (i.e Bash) interview Q&As – function calls & return values

Q01 How does Bash functions accept input arguments? A01 You can define a function that will accept parameters while calling the function. These parameters would be represented by $1, $2 …



03: Shell script interview Q&As for Java developers

Q1 How will you go about reading a CSV file as shown below?



12 SSH interview Q&As

Q1. What is ssh? A1. SSH is a secure protocol used for remotely connecting to Linux servers. For example, creating an ssh connection from your local laptop to an ec2 …



5 curl vs wget interview Q&As

Q1. What are the differences between curl & wget? A1. wget is a tool to download files from servers. It lets you download files from an HTTP/HTTPS or FTP server. …



1 2 3

300+ Java Interview Questions - FAQs

Tutorials on Java & Big Data