Subex
Subex Systems Paper
This is the Subex Azure placement paper. My advice is that if you are not comfortable with C, don’t write Subex (don’t waste ur time ok!)
Test of location: Trivandrum
Pattern
C programming 20 questions (30 minutes)
The following are the question i remembered. Hope it will give a clear cut idea about Subex.
1.struct
{
unsigned int is_keyword:1;
unsigned int is_extern:1;
unsigned [...]
subex systems paper
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 [...]
subex systems paper
Glad To tell that I got placed in Subex,
First is aptitude test, prepare well C basics.. esp POINTERS. And be prepared to write full programs.. mostly based on FILE.. Read command line arguments, reversing words in file, selecting all words with Capital letters in a file etc etc. After writing the program write comments which [...]
subex systems paper 17 jun 2007 bangalore
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 [...]
Subex Systems Paper
The test was for an hr..
30 minutes of objective C questions….here 20 C programs were asked. I mean totally C (Xpect nothing else but C)concentrate mostly on files, pointers and data structures….
There was negative marking…
The other 30 minutes are slotted for programming
2 C progrming questions were asked out of whch v are asked to select [...]
subex systems paper 08 july 2007
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
TECHNICAL TEST comprises of 2 test consists of 6 sets of papers…
One paper consists of some programm and u have [...]
