GeekInterview.com
Answered Questions

Interview procedure for non-voice tech support

Asked By: Mohan TS | Asked On: Apr 19th, 2008

Hello,pls tell me the interview procedure for technical support non-voice at mphasis. Better if with sample questions.Thank you.

Star Read Best Answer

Editorial / Best Answer

Answered by: tarazan2jungle

View all answers by tarazan2jungle

Member Since May-2008 | Answered On : Feb 12th, 2009

You didn't mention you about qualification :

By the way if you are graduate in B.E then it's 3 rounds and if you are non B.E graduate then it's 5 round.

1 Personal Interview
2 Typing speed (they used typing master software for checking speed)
3 Aptitude (No maths Question & no verbal question, they will ask you about internet related technology, I will tell you about this later)
4. Email Writing( They will give you some role and you have write mail. for example you are the Manager of BSNL and a customer repeatedly complaining about slow broadband, how will you write mail to him ?)
5. HR(He can ask you about any thing like your hobbies. and he do check about your grammar and pronounciation)

B.E graduates has not to give Round 2,4. I don't know why.

Now about aptitude question :

You have to give full form of abbrivated word like :
http, html, ppp, smtp, pop, hdd, fdd, dsn, dns, CD-ROM, TCP/IP.

2. what is the input device for computer ? (lol they will give option for that)

3. IP is used for (They will give you option)

4. 1 MB = how much KByte

5. 1 KB = how much Byte


One more thing, in final interview HR might tell you to write some thing on some topic.
At my time HR told me to write on BLOG(which is my hobby)
In that i did spelling mistake, instead of writing  'writing' i wrote 'writting'.

Answered by: tarazan2jungle on: Feb 12th, 2009

You didn't mention you about qualification :By the way if you are graduate in B.E then it's 3 rounds and if you are non B.E graduate then it's 5 round.1 Personal Interview2 Typing speed (they used typ...

Solve it... Public class test {public static void main(string[] args) { int i=5; i=i++; system.Out.Println("result::"+i); }}the result wil be 5..!! And not 6 why???

Asked By: shs_1236 | Asked On: Jul 3rd, 2006

Answered by: tarazan2jungle on: May 7th, 2008

Dear Friend, this is post increment, that is first assign the value and then increment.
so in this case you first assign the value, so i become 5, now you increment which is of no use.
that's why the answer is 5;

But rather assigning a value if you directly write i++, then the value become 6;

Answered by: for4me on: May 4th, 2008

It is same as System.out.println(i++);

public class test
{
public static void main(String[] args)
    {
        int i=5;
        System.out.println("result::"+i++);
    }
}

It prints 5  first then increments.

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: