Associate Technical Operations
Associate Technical Operations Interview Questions and Answers for Freshers
Updated 9 Jul 2025

Asked in Amazon
5d ago

Q. Basic Linux commands What is the use of cat command? What command is used to create a directory? - create an empty file - copy a file - compare 2 files - change permissions - list of files - grep commands (some...
read more Ans.
Cat command is used to display the contents of a file on the terminal.
Can be used to display the contents of a single file or multiple files at once
Can be used to concatenate multiple files into a single file
Can be used to create a new file and add content to it using input redirection
Syntax: cat filename
Syntax: cat file1 file2 > newfile

Asked in Amazon
6d ago

Q. Which command is used to count the total number of lines, words, and characters in a file?
Ans.
The command used to count lines, words, and characters in a file is 'wc'.
The 'wc' command stands for 'word count'.
The '-l' option is used to count lines, '-w' for words, and '-c' for characters.
For example, 'wc -lwc filename' will give the line, word, and character count for the file named 'filename'.
Are these interview questions helpful?
Interview Experiences of Popular Companies

3.6
• 7.9k Interviews

4.0
• 5.4k Interviews

4.0
• 2.5k Interviews

3.3
• 1.1k Interviews

4.0
• 820 Interviews

Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Share an Interview
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

