HR - Question List For Flipkart Interview
HR - Question List For Flipkart Interview
Set- A
1 Mark
In shell scripting how do you identify whether the previous command executed successfully?
What are the different types of shells available in UNIX?
What is tee command in mysql?
What is netstat command in unix.Explain with examples.
Write a command to find out the free disk space on a debian system.
What is the difference between $$ and $!
2 Marks
3 Marks
Write a unix command to print just the 50th line of a file named “xyz.txt”
Use the find command for the following
◦ List out all the PHP files (with extension .php)
◦ find and remove file with the name “test”
Explain the scp command along with the syntax.
Write a shell script to print 7 days of the week with the output as
Day 1: Monday
Day 2: Tuesday
Day 3: Wednesday
and so on..
5 Marks
Write a shell script that upon invocation shows the time and date and lists all the logged-in
users.This information is then saved in a file.
Using 'awk'
◦ Print the uri and the coressponding response code
◦ Count the number of 404s.