JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Awk interview questions
Awk interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. The break statement
A. jumps out of the innermost for loop
B. jumps out of the innermost while loop
C. jumps out of the innermost do-while loop
D. all of the mentioned
Show Correct Answer
Correct Answer is :
all of the mentioned
2. Which statement skips over the rest of the loop body, causing the next cycle around the loop to begin immediately?
A. continue
B. break
C. next
D. none of the mentioned
Show Correct Answer
Correct Answer is :
continue
3. The next statement
A. immediately stops processing the current record
B. go to the next record
C. immediately stops processing the current record & go to the next record
D. none of the mentioned
Show Correct Answer
Correct Answer is :
immediately stops processing the current record & go to the next record
4. If the argument is supplied to the exit statement,
A. its value is used as the exit status code for the awk process
B. syntax error will generate
C. exit returns status 0
D. exit returns status 1
Show Correct Answer
Correct Answer is :
its value is used as the exit status code for the awk process
5. Which statement instructs gawk to stop processing the current data file?
A. next
B. nextfile
C. exit
D. exitfile
Show Correct Answer
Correct Answer is :
nextfile
Similar Interview Questions
Search for latest jobs
Find Jobs