Blog Archives

01: 14 Unix must-know interview Q&As

Q1 How do you remove the Control-M characters from a file? A1 Using the sed command that replaces Control-M with nothing

Note: The ^M is typed on the command…



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 interview Q&As for Java developers

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

A1



800+ Java & Big Data Interview Q&As

200+ Java & Big Data Tutorials

Top