Skip to main content

[Humor] Call Centre Jobs

Call Centre Jobs: People often wonder why they are paid so much...for just being on the phone. Take a look...

  1. Tech Support: "I need you to right-click on the Open Desktop."
    Customer "Ok."
    Tech Support: "Did you get a pop-up menu?"
    Customer: "No."
    Tech Support: "Ok. Right click again. Do you see a pop-up menu?"
    Customer "No."
    Tech Support:: "Ok, si r. Can you tell me what you have done up until
    this point?"
    Customer: "Sure, you told me to write 'click' and I wrote 'click'."
  2. Customer: "I received the software update you sent, but I am still getting the same error message."
    Tech Support:: "Did you install the update?"
    Customer: "No. Oh, am I supposed to install it to get it to work?"
  3. Customer:: "I'm having trouble installing Microsoft Word."
    Tech Support:: "Tell me what you've done."
    Customer: "I typed 'A:SETUP'."!
    Tech Support:: "Ma'am, remove the disk and tell me what it says."
    Customer:: "It says '[PC manufacturer] Restore and Recovery disk'."
    Tech Support:: "Insert the MS Word setup disk."
    Customer:: "What?"
    Tech Support: "Did you buy MS word?"
    Customer: "No..."
  4. Customer:: "Do I need a computer to use your software?"
    Tech Support:: ?!%#$
  5. Tech Support:: "Ok, in the b ottom left hand side of the screen, canyou see the 'OK' button displayed?"
    Customer: "Wow. How can you see my screen from there?"
  6. Tech Support:: "What type of computer do you have?"
    Customer:: "A white one."
  7. Tech Support:: "Type 'A:' at the prompt."
    Customer:: "How do you spell that?"
  8. Tech Support: "What's on your screen right now?"
    Customer: "A stuffed animal that my boyfriend got me at the grocery store."
  9. Tech Support:: "What operating system are you running?"
    Customer: "Pentium."
  10. Customer: "My computer's telling me I performed an illegal abortion."
  11. Customer: "I have Microsoft Exploder."
  12. Customer: "How do I print my voicemail?"
  13. Customer: "You've got to fix my computer. I urgently need to print document, but the computer won't boot properly."
    Tech Support: "What does it say?"
    Customer: "Something about an error and non-system disk."
    Tech Support: "Look at your machine. Is there a floppy inside?"
    Customer: "No, but there's a sticker saying there's an Intel inside."
  14. Tech Support: "Just call us back if there's a problem. We're open 24 hours."
    Customer: "Is that Eastern time?"
  15. Tech Support:: "What does the screen say now?"
    Customer: "It says, 'Hit ENTER when ready'."
    Tech Support:: "Well?"
    Customer: "How do I know when it's ready?"
  16. A plain computer illeterate guy rings tech support to report that his computer is faulty.
    Tech: What's the problem?
    User: There is smoke coming out of the power supply.
    Tech: You'll need a new power supply.
    User: No, I don't! I just need to change the startup files.
    Tech: Sir, the power supply is faulty. You'll need to re place it.
    User: No way! Someone told me that I just needed to change the startup and it will fix the problem! All I need is for you to tell me the command.

    10 minutes later, the User is still adamant that he is right. The tech is frustrated and fed up.
    Tech: Sorry, Sir. We don't normally tell our customers this, but there is an undocumented DOS command that will fix the problem.
    User: I knew it!
    Tech: Just add the line LOAD NOSMOKE.COM at the end of the CONFIG.SYS. Letme know how it goes.

    10 minutes later.
    User: It didn't work. The power supply is still smoking.
    Tech: Well, what version of DOS are you using?
    User: MS-DOS 6.22.
    Tech: That's your problem there. That version of DOS didn't come with NOSMOKE. Contact Microsoft and ask them for a patch that will give you ! the file. Let me know how it goes.

    1 hour later.
    User: I need a new power supply.
    Tech: How did you come to that conclusion?
    User: Well, I rang Microsoft and told him about what you said, and he started asking questions about the make of power supply.
    Tech: Then what did he say?
    User: He told me that my power supply isn't compatible with NOSMOKE

Which one is the best u like :)

Comments

Popular posts from this blog

Installing Bugzilla on Windows

Bugzilla is the Bugs/Issues Tracking Tool from The Mozilla Organization. Version 2.18 is the latest stable release. There are couple of resources which guide a User installing Bugzilla on a Unix/linux machine. However, this entry describes a way to install Bugzilla on a Windows machine (W2K to be precise). This document guides you step by step through the installation process. First, get Administrative access to the machine on which you want to install Bugzilla. It should be a simple step. Usually, Users are given Administrative rights on Windows machine. However, if you dont have, contact your Administrator. Get Bugzilla Then download the Bugzilla from http://bugzilla.org/download.html . There are two ways of gettng it - through CVS or direct downloading the tar file. Remember there are no Zip files. However, any zip utility should be able to untar the Bugzilla. I download the tar file and untarred it using WinZip. I placed the untarred 'bugzilla' directory in my c: drive. So...

JSP Performance Tips

Here are a few tips to improve JSP performance that I have been using. If you have your own listing of the tips, plz share. Disable JSP auto reloading feature. Use thread pool for your JSP engine and define the size of thread pool as per application requirement. Use jspInit() method to cache static data Initialize the 'out' object (implicit object) with proper size in the page directive. Set the content length Give 'false' value to the session in the page directive to avoid session object creation. Flush the data partly Use StringBuffer rather than using + operator when you concatenate multiple strings Use include directive instead of include action when you want to include the child page content in the translation phase. Avoid giving unnecessary scope in the 'useBean' action. Use print() method rather than println() method Use ServletOutputStream instead of JSPWriter to send binary data Minimize code in the synchronized block Do not use custom tags if you do no...

How old are the daughters?

Two MIT math graduates bump into each other at Fairway on the upper west side. They hadn't seen each other in over 20 years. The first grad says to the second: "how have you been?" Second: "Great! I got married and I have three daughters now" First: "Really? how old are they?" Second: "Well, the product of their ages is 72, and the sum of their ages is the same as the number on that building over there.." First: "Right, ok.. oh wait.. hmmmm.., I still don't know" second: "Oh sorry, the oldest one just started to play the piano" First: "Wonderful! my oldest is the same age!" Problem: How old are the daughters?