Technical Skills Assessment

Test your knowledge of UNIX commands, SQL queries, QuickTest, and software testing concepts

17 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The SQL command used to avoid the selection of duplicate rows is

  1. UNIQUE
  2. DISTINCT
  3. EXCLUSIVE
  4. DISCRETE
Question 2 Multiple Choice (Single Answer)

How do you change the current directory to /usr/local/bin in UNIX?

  1. mv /usr/local/bin
  2. cd /usr/local/bin
  3. setdir /usr/localbin
  4. cd usr/local/bin
Question 3 Multiple Choice (Single Answer)

How do you list all the files that are in the current directory in UNIX?

  1. list all
  2. ls -full
  3. ls -a
  4. ls -all
Question 4 Multiple Choice (Single Answer)

Which of the following is not a valid -ve testing scenario for a job involving data load from a flat file to database table.

  1. Data file not present
  2. Data file too large
  3. Table is accessible to the user
  4. Data in wrong format
Question 5 Multiple Choice (Single Answer)

Which command will delete all data from a table and will not write to the rollback segment?

  1. DROP
  2. DELETE
  3. CASCADE
  4. TRUNCATE
Question 6 Multiple Choice (Multiple Answers)

Which of the following is/are NOT a typical characteristic of a batch run? select all that apply- multiple answers)

  1. It produces a log file
  2. It take data from a text file
  3. It takes some input and produces output
  4. It is run in backend
Question 7 Multiple Choice (Single Answer)

Which character function can be used to return a specified portion of a character string?

  1. INSTR
  2. SUBSTRING
  3. SUBSTR
  4. POS
Question 8 Multiple Choice (Single Answer)

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;

  1. 03-JUL-00
  2. 10-JUL-00
  3. 12-JUL-00
  4. 11-JUL-00
  5. 17-JUL-00
  6. 09-JUL-00
Question 9 Multiple Choice (Single Answer)

How do you print the first 15 lines of all files ending by ".txt" in UNIX?

  1. print 15 .txt
  2. cat *.txt -length=15
  3. head -15 *.txt
  4. tail -15 *.txt
Question 10 Multiple Choice (Single Answer)

How do you rename file "new" in file "old" in UNIX?

  1. mv new old
  2. cp new old
  3. rn new old
  4. rename new old
Question 11 Multiple Choice (Single Answer)

How do you create a new directory called "flower" in UNIX?

  1. newdir flower
  2. mkdir flower
  3. crdir flower
  4. crtdir flower
Question 12 Multiple Choice (Single Answer)

What are the essential qualities of a batch tester/test analyst?

  1. Basic OS/SQL command knowledge, QC knowledge, Automation expert
  2. Basic OS/SQL command knowledge, Analytical Skills, knowledge of QC
  3. Analytical Skill, Critical of developer's work, Automation expert
  4. Analytical Skills, Basic OS/SQL command knowledge, Critical of developer's work
Question 13 Multiple Choice (Single Answer)

How many columns are presented after executing this query: SELECT address1||','||address2||','||address2 "Adress" FROM employee;

  1. 1
  2. 2
  3. 3
  4. 0
  5. 4
Question 14 Multiple Choice (Single Answer)

How do you visualize the content of file "not_empty" in UNIX?

  1. type not_empty
  2. cat not_empty
  3. more not_empty
  4. view not_empty
Question 15 Multiple Choice (Single Answer)

What is the command to search all files in your current directory for the word "plasmodium" in UNIX?

  1. grep plasmodium *
  2. find plasmodium -all
  3. lookup plasmodium *
  4. cat plasmodium *
Question 16 Multiple Choice (Single Answer)

The key that is used to Start/End analog recording mode ?

  1. Shift+F3
  2. Shift+F10
  3. Shift+Alt+F3
  4. CTRL+Shift+F3
Question 17 Multiple Choice (Single Answer)

QuickTest supports virtual object for anolog or low-level recording.

  1. True
  2. False
  3. Neither True nor False
  4. Somecases it is true