Hi,I am going to attend subex interview. Please send me the last question papers and tips. Being MCA what would they expect from me.

Showing Answers 1 - 21 of 21 Answers

johny

  • Apr 9th, 2006
 

hi, I like to get questions related to subex

shruthi.rajendra

  • May 1st, 2006
 

    hi,

     I am going to attend subex off campus interview tommorow at R.N.S.I.T.

Please send me the question papers and tips.Being A fresher what would 

they expect from me.

                Thanking You! 

                                                              Yours faithfully,

                                                                shruthi        

  Was this answer useful?  Yes

allen.jude

  • May 3rd, 2006
 

hi shruti, wat happened to ur placement reg "subex",i'n also having on campus on may 15 , can u send me the questions to allen.jude@gmail.com

  Was this answer useful?  Yes

vidyalakshmi

  • May 7th, 2006
 

Hi,

i would like to know the sample question papers of subex systems and technical interview tips.

  Was this answer useful?  Yes

Ajay kumar HL

  • May 17th, 2006
 

Hi, Iam Ajay , I wanted last interview papers of Subex company. Please provide me. I will be very thankful to u.

shivaprasad

  • May 18th, 2006
 

i am going to write campus interview.... so please send me question papers of subex system... and detailed interview procedure..

  Was this answer useful?  Yes

skandana

  • May 18th, 2006
 

I am going to attend subex intervie...

  Was this answer useful?  Yes

skandana

  • May 18th, 2006
 

Hi, Iam skanda , I wanted last interview papers of Subex company. Please provide me. I will be very thankful to u.

  Was this answer useful?  Yes

annukuttu

  • May 27th, 2006
 

hii attended the subex interview at bangalore on may 24thit was very driling processi had 3 tech abd 1 hrall the three tech were pure tech they asked me about DBMS,DS,NETWORKS,C,C++,FILE,PTR etcprepare well and goif u have cleared the aptitiude then it means u r half throughthey will check if u have the potential 2 get paid so high than the restgo thru the basics wellgood lucki am thru all the interviews more they will inform laterregardsann

ravikumar

  • Jun 1st, 2006
 

hi friends,  please give me some guidlines if your are gone through the selection procedure of subex.

  Was this answer useful?  Yes

praveer

  • Jun 14th, 2006
 

 Hi,     

 I am going to attend subex intervie...like to have the latest question paper

praveer

  Was this answer useful?  Yes

Rajib HAlder

  • Jun 17th, 2006
 

HI

this is rajib i am going to attend subex interview on 21st of this month. would please send me the question paper of subex systems before 19th.

  Was this answer useful?  Yes

keerthana

  • Sep 4th, 2006
 

  hai,

 I am going to attend subex interview  tomorrow,  so please send some of the question papers.

thank  you,

yours truly,

keerthana

  Was this answer useful?  Yes

amit kumar

  • Oct 10th, 2006
 

hi sruthi, i m goning to attend subex for placement. plz can u send me some written question and interview and some tips.

  Was this answer useful?  Yes

amit kumar

  • Oct 10th, 2006
 

Hi, Iam amit , I wanted last some apptitude written and interview papers of Subex company. Please provide me what they ask. I will be very thankful to u.

  Was this answer useful?  Yes

ramya

  • Jan 8th, 2007
 

Hi,       iam gng to attend subex interview by this month end.Being b.tech information technology what would they expect from me.Give tips regarding how to get prepared to face the interview n interview patterns.

so kindly send me all the interview question papers with answers.

  Was this answer useful?  Yes

venkat

  • Oct 23rd, 2007
 

All you have to prepare the basics of C and C++.
Books I prefer is "Test Your C skills and C++ skills".
But be perfect in programming.
They expect more of programming implementation, especially on files.

anjupachu

  • Nov 17th, 2007
 

well i atened subex interview on 17Nov
1).Write a linked list program..with an addnode function() which adds
a sting to th elinked list...create a linked list
2)Write a prgram that maintians employee info
using serilze and deserilze interface
answer----1)
import java.io.*;
import java.util.*;

public class QueueImplement{
  LinkedList<Integer> list;
  String str;
  int num;
  public static void main(String[] args){
    QueueImplement q = new QueueImplement();
  }
  public QueueImplement(){
    try{
      list = new LinkedList<Integer>();
      InputStreamReader ir = new InputStreamReader(System.in);
      BufferedReader bf = new BufferedReader(ir);
      System.out.println("Enter number of elements : ");
      str = bf.readLine();
      if((num = Integer.parseInt(str)) == 0){
        System.out.println("You have entered either zero/null.");
        System.exit(0);
      }
      else{
        System.out.println("Enter elements : ");
        for(int i = 0; i < num; i++){
          str = bf.readLine();
          int n = Integer.parseInt(str);
          list.add(n);
        }
      }
      System.out.println("First element :" + list.removeFirst());
      System.out.println("Last element :" + list.removeLast());
      System.out.println("Rest elements in the list :");
      while(!list.isEmpty()){
        System.out.print(list.remove() + "t");
      }
    }
    catch(IOException e){
      System.out.println(e.getMessage() + " is not a legal entry.");
      System.exit(0);
    }
  }
}

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions