Find Interview Questions for Top Companies
Ques:- what is vb script allabout
Asked In :-
Right Answer:
VBScript, or Visual Basic Scripting Edition, is a lightweight scripting language developed by Microsoft. It is primarily used for automating tasks in Windows environments, creating web applications, and enhancing HTML pages. VBScript is similar to Visual Basic and allows for easy integration with other Microsoft technologies.
Ques:- what is java script allabout
Asked In :- Spiro System,
Right Answer:
JavaScript is a programming language used to create interactive and dynamic content on websites. It allows developers to implement complex features such as animations, form validations, and real-time updates.
Ques:- what are divisions main frems
Asked In :-
Right Answer:
The main forms of division in AWK are:

1. Integer Division: Using the `/` operator, which performs floating-point division.
2. Modulus Division: Using the `%` operator, which returns the remainder of the division.
Ques:- what is information technology
Asked In :-
Right Answer:
Information technology (IT) is the use of computers, software, networks, and other technology to manage and process information.
Comments
Admin May 17, 2020

Information Technology is nothing but the
study,design,development,implementation,support and
management of computer based information systems especially
the applications software and hardware.

Admin May 17, 2020

to delvelope the product Structure in OFfShore.

Ques:- Write a command to find the sum of bytes (size of file) of all files in a directory?
Asked In :-
Right Answer:
```bash
awk '{ total += $5 } END { print total }' <(ls -l)
```
Ques:- Write a command to print the fields in a text file in reverse order?
Asked In :-
Right Answer:
```bash
awk '{ for(i=NF; i>0; i--) printf "%s ", $i; print "" }' filename.txt
```
Ques:- Write a command to print first and last line using sed command?
Asked In :-
Right Answer:
```bash
sed -n '1p;$p' filename
```


The AWK category is a powerful resource for Linux administrators, DevOps engineers, and computer science students aiming to understand text processing on the command line.

Topics include:

  • Basic AWK syntax and operations

  • Pattern scanning and processing

  • Working with pipes and redirection

  • Real-time use cases in log parsing

  • AWK with shell scripting and cron jobs

  • Interview questions on AWK vs. SED vs. GREP

AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users