Technical Skills Assessment
Test your knowledge of UNIX commands, SQL queries, QuickTest, and software testing concepts
Questions
The SQL command used to avoid the selection of duplicate rows is
- UNIQUE
- DISTINCT
- EXCLUSIVE
- DISCRETE
How do you change the current directory to /usr/local/bin in UNIX?
- mv /usr/local/bin
- cd /usr/local/bin
- setdir /usr/localbin
- cd usr/local/bin
How do you list all the files that are in the current directory in UNIX?
- list all
- ls -full
- ls -a
- ls -all
Which of the following is not a valid -ve testing scenario for a job involving data load from a flat file to database table.
- Data file not present
- Data file too large
- Table is accessible to the user
- Data in wrong format
Which command will delete all data from a table and will not write to the rollback segment?
- DROP
- DELETE
- CASCADE
- TRUNCATE
Which of the following is/are NOT a typical characteristic of a batch run? select all that apply- multiple answers)
- It produces a log file
- It take data from a text file
- It takes some input and produces output
- It is run in backend
Which character function can be used to return a specified portion of a character string?
- INSTR
- SUBSTRING
- SUBSTR
- POS
Assuming today is Monday, 10 July 2000, what is returned by this statement: SELECT to_char(NEXT_DAY(sysdate, 'MONDAY'), 'DD-MON-RR') FROM dual;
- 03-JUL-00
- 10-JUL-00
- 12-JUL-00
- 11-JUL-00
- 17-JUL-00
- 09-JUL-00
How do you print the first 15 lines of all files ending by ".txt" in UNIX?
- print 15 .txt
- cat *.txt -length=15
- head -15 *.txt
- tail -15 *.txt
How do you rename file "new" in file "old" in UNIX?
- mv new old
- cp new old
- rn new old
- rename new old
How do you create a new directory called "flower" in UNIX?
- newdir flower
- mkdir flower
- crdir flower
- crtdir flower
What are the essential qualities of a batch tester/test analyst?
- Basic OS/SQL command knowledge, QC knowledge, Automation expert
- Basic OS/SQL command knowledge, Analytical Skills, knowledge of QC
- Analytical Skill, Critical of developer's work, Automation expert
- Analytical Skills, Basic OS/SQL command knowledge, Critical of developer's work
How many columns are presented after executing this query: SELECT address1||','||address2||','||address2 "Adress" FROM employee;
- 1
- 2
- 3
- 0
- 4
How do you visualize the content of file "not_empty" in UNIX?
- type not_empty
- cat not_empty
- more not_empty
- view not_empty
What is the command to search all files in your current directory for the word "plasmodium" in UNIX?
- grep plasmodium *
- find plasmodium -all
- lookup plasmodium *
- cat plasmodium *
The key that is used to Start/End analog recording mode ?
- Shift+F3
- Shift+F10
- Shift+Alt+F3
- CTRL+Shift+F3
QuickTest supports virtual object for anolog or low-level recording.
- True
- False
- Neither True nor False
- Somecases it is true