When a salesperson asks a prospect, “Will you be budgeting for the product during this fiscal year or next?” what is she most likely attempting to learn?
Blog
“Joe, when the system breaks, what effect does it have on yo…
“Joe, when the system breaks, what effect does it have on your manufacturing productivity?” This is an example of which type of SPIN question?
The buyer for Nordstrom clothing store decides to use a sign…
The buyer for Nordstrom clothing store decides to use a significant portion of the budget to add a new product line to all stores. Because of the costs associated with the new product, the buyer decides not to buy another product line that is expected to sell well. This type of purchase decision risk is known as “time risk”.
A best sales practice to respond to a prospect’s objection i…
A best sales practice to respond to a prospect’s objection is to use a disarming phrase, cite compensating benefits of your product, and use a tie-down to seek the prospect’s agreement.
If a salesperson realizes that her product will not provide…
If a salesperson realizes that her product will not provide a solution to the prospect’s need, then the salesperson should refer the prospect to other alternative solutions potentially even a competitor.
What is the result of attempting to open a file that does no…
What is the result of attempting to open a file that does not exist in ‘r’ mode?
What is the purpose of the ‘with’ statement when handling fi…
What is the purpose of the ‘with’ statement when handling files?
Which data structure allows for element access using an inde…
Which data structure allows for element access using an index in Python?
What is the output of the following code: ‘print([x*x for x…
What is the output of the following code: ‘print([x*x for x in range(5)])’?
If you want to check if a variable x is greater than 10 and…
If you want to check if a variable x is greater than 10 and less than 20 in Python, which of the following is the correct structure?