List three probing questions that are part of the Daniel Hill interview. In particular what did you learn by following up on the questions you asked Daniel?

What will be an ideal response?


Model Solution: In the Daniel Hill interview, probing questions have revealed how he feels about interdepartmental politics and his feelings in general.
Some of the probing questions are:

Question 2:
What strategic goals have you set for Training and Systems? This probe explains that the new leadership should help the training unit through leadership and innovation.

Question 3:
How did you deal with these problems? New leadership is a better solution than replacing Tom Ketcham.

How do you feel the merger is going so far? Fairly well, but with obstacles.

Question 4:
What kind of reports do you get from Training and Systems? Financial, total revenues, expenses, net return per quarter, and comparative reports. The number of new clients for the Training and Systems units.

Question 5:
What kind of information would you like to see? Actual versus budgeted costs, the reasons why any project is over budget. Actual completion dates and planned completion dates. If training is delivered late, why? Summary cost information.

Computer Science & Information Technology

You might also like to view...

Which statement about operator overloading is false?

a. Operator overloading is the process of enabling C++'s operators to work with class objects. b. C++ overloads the addition operator (+) and the subtraction operator (-) to perform differently, depending on their context in integer, floating-point and pointer arithmetic with data of fundamental types. c. You can overload all C++ operators to be used with class objects. d. When you overload operators to be used with class objects, the compiler generates the appropriate code based on the types of the operands.

Computer Science & Information Technology

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

1. Both types of parsers—validating and non-validating—check to make sure that an XML document is well-formed. 2. A DTD, which stands for Document Table Definition, must be included with all XML documents. 3. The syntax to create a style for an XML element named that will make all the text blue (code is 0000FF) is: ``` dinner { color: #0000FF; ``` 4. To transform an XML document using XSLT, you must have the following two XML documents: a source tree and a result tree. 5. An XML namespace URI references the server of the person or company who created the pages to allow any user to be able to visit that server.

Computer Science & Information Technology

A Cisco switch has four memory areas that store various files as well as the IOS. In which memory area is the bootstrap program stored?

A) NVRAM B) FLASH C) RAM D) ROM

Computer Science & Information Technology

Use the ____ Tool to select a rectangular area.

a. Rectangular Marquee b. Lasso c. Single Row Marquee d. Quick Selection

Computer Science & Information Technology