Sie sind auf Seite 1von 6

SUBEX PAPER ON 17th JUNE AT BANGALORE hi, i gave my subex test.it was easy.waiting for results.

well,these are the questions. 30 min(c technical)+30 min(c program) The program were on FILES. 1.write a program,to replace the strings in a file.The programs are provided with the command line agruments,arguments are string to be searched ,string which is replaced n output to another file. eg: in a file "str1" string is searched n should be replaced by "str2" in the output file. 2.write a program using files,in a file search for string a and if it is followed by a vowel then,replace a by an n save it to another file. 3.in a file,reverse the entire line and check if palindrome words are present. 4.write a program on file redundency . objective c questions were from pointers,arrays. I hope this will help u people

SUBEX PAPER ON 14th JANUARY AT BANGALORE hi !! I am Amit kumar Writing subex placement paper for u guies ... IT is one of most tuffest exam i attend on C.. 20 Q in 30 min and 1 C progarm. 1. # define _LINE_ 10 main() { return _LINE_ ; } tell out the out put. a . 10. b . error. 2.

main() { int i =0; if(i++,i) { printf("HElo"); } else { } } wat is the output.. a it complier dependent . b.. error. 3. main() { struct { char * sd; int dsd; int dfsda; union { char dsd; float * dsfs; }U; }stack[10]; prinft("%d",sizeof(stack)); a. 200; b 16. c 20. d.160; remaing Question are very tuff u have prepare for pionter in C only with fuda clear for const pointer... cost pointer fuction ... sorry i forget coz vry big and commplex too..

bye,,, best of luck.. plz pray 4 me ..

HI FRIENDS I am sambit from eastern academy of science and tehnology,bhubaneswar.I had recently attended the SUBEX that had occur in KIIT...the selection process was 1.technical test 2.technical interview by junoir project leader 3.technical interview by senoir poject leader.. 4.HR In the TECHNICAL TEST it comprises of 2 test consists of 6 sets of papers... ONE PAPER CONSISTS OF SOME PROGRAMM AND U HAVE TO DETECT THE THE OUT PUT...AND SOME CHOICE WERE PROVIDED... --------------IN ANOTHER PAPER IT CONSISTS OF 2 QUESTIONS AND U HANE 2 WRITE ANY ONE..... TIME ALLOTED WAS 1HR 5 MINS... ----------SO u have 2 do carefully 2 complete it..BOTH.... I HAD THE SET1 AND SET 3 .... THE QUESTION WAS VERY TRICKY BUT QUITE EASY....... IT COMPULSORY THAT U HAVE 2 DO BOTH PAPER IN TIME.. I REMEMBERED SOME OF THE QUESTION...//u have 2 detect output/// 1>int main() { int a[4]={1,2,3,4}; int *ptr ; ptr=a; *(a+3)=*(++ptr)+(*ptr++); pf("%d........",a[0,1,2,....]; } --------------------------int main { struct node { int a,b,c; }; struct node s={3,5,6}; struct node*pt=&s; pf("%d",*(int)pf); } --------------------------#define max 20 int main()

{ pf("%d",++max); } -------------int i,b[]={1,2,3,4,5},*p; p=b; ++*p; p+=2; ----int i=20; pf=("%x",i); --------int main() { char*name ="name"; change (name); pf("%s",name); } change(char*name) { char * nm="new name"; name=nm; } SOME WERE FROM OBJ TYPE ON C++LIKE VIRTUAL FUNCTION,INHERITANCE..... IN SECOND PAER 2 PROGRAMM WAS GIVEN 2 WRITE ON 1.FIND COUNT OF COMMON WORD ,WHICH EXIXT IN 2 FILES..THE FILE NAME SHOULD BE TAKEN AS O/P.... 2.WRITE DELETE NODE TO DELETE ALL THE NODES CONTAINING A GIVEN NO. OF LINKED LIST..... SRUCT NODE { INT i; STRUCT node*next; }; struct node * delete node(struct nodes* start,cons int i;); }

/////rest u have 2 solve//// HAVE A GOOD KNOWLEDGE IN C,C++

SUBEX LTD PAPER ON 25TH OCTOBER AT BANGALORE


Company profile Subex Limited Adarsh Tech Park Outer Ring Road, Devearabisannalli

Bangalore - 560,037, India www.subexworld.com

hii...Im Krishnakumar Pisharody from Kerala...25oct2008 I attended one aptitude test for the post of (Engineer -Technical support in Subex Ltd,Outer ring road, Banglore. First round was aptitude test , contains 25 questions, (Verbal, Analytical reasoning& brain teasers ).40 minutes was the test duration...It was overall easy...Here I describe some questions.. Verbal: They give some passages and after that some objective type questions.. Analytical Reasoning: Q1.In one company there are 3 men, tom,jack,karan and 3 women.Eliza ,anni,meri.Company allots 9 cottages in one row. For one person one room will be allot. The staffs give some conditions to arrange their own cottages, that are some body dont wanna get room at end points. Ladies said that they cant live with adjacent cottages ,their next cottage must be vacant. somebody wanna live next to the end cottages. somebody wanna live along with their friends....these are the conditions .Then questions are based on this description like , How many live next to vacant cottages?, Anni lives in between who &who?,etc..... Q2)Give some menu card for a hotel ,(monday holiday
) some items are get only particular days, some items available only on one day per week, some items twice or thrice per week, and question based on this description...

BRAIN TEASERS:Q1) A and B do a work with 5 days ,A and C in 6 days ,B and C in 20 days.. If a do alone how many days it will take? Q2) Three Orange, Six banana, Eight apple worth Rs.30. 7 Orange ,4 Banana ,2 apple worth Rs.20 , then 5Orange,5Banana,5Apple can get with how much ? Q3)How many zeros will display in the product of number between 1-100?

SUBEX AZURE PAPER ON 12th JANUARY AT BANGLORE

Hi All, This is for 2+ years of experience profile. They have 4 rounds: 1) Written test 2) 2 technical interviews 2) 1 HR interview. Written test: You will be given 3 ques, u have to do one in 30 min.

For me 3 questions were: 1) You have to create a list class to accept a string and do the following: a) add a string to the list b) delete a string node c) sort it d) print it e) edit 2) You have to create a date wrapper function a) accept the date in any format such as 02-feb-2007 or 02-march-07 or 02/07/07 and print it in mm-dd-yy 3) You have to create a string wrapper function using some copy constroctor and some other things were given to do. Bye, Vaibhav

Das könnte Ihnen auch gefallen