Probing questions:

A) should be avoided, since they may make the interviewee feel that he/she is being interrogated.
B) are not used when interviewing business professionals since the questioning should be strictly limited to understanding the system and business situation.
C) are used to clarify, draw out, and expand on the interviewee's point.
D) should be done using an investigative/reporter approach.


C) are used to clarify, draw out, and expand on the interviewee's point.

Computer Science & Information Technology

You might also like to view...

Analyze the following code:

if (x < 100) && (x > 10) System.out.println("x is between 10 and 100"); a.The statement has compile errors because (x<100) & (x > 10) must be enclosed inside parentheses. b.The statement has compile errors because (x<100) & (x > 10) must be enclosed inside parentheses and the println(…) statement must be put inside a block. c.The statement compiles fine. d.The statement compiles fine, but has a runtime error.

Computer Science & Information Technology

When evaluating the validity of information found on websites, which of the following is FALSE?

A) You should assess that all web pages contain at least some valid information. B) You should verify information with other online and non-web sources. C) You should determine whether the information is biased. D) You should see if the site has the date when it was published.

Computer Science & Information Technology

Which of the following is true of slide shows??

A. ?The screen changes to black at the end of a slide show. B. ?Slide shows can be started by pressing the F4 button. C. ?The first slide in a slide show is usually called the Section Header. D. ?Slide shows can be ended by pressing the End button.

Computer Science & Information Technology

When you merge the data source with the form letter, one letter is printed for each record inthe data source. In this case, the form letter is also called the primary document.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology