.
  Vyom World.com . Let's Touch the Sky Together!  
.

Home
VyomWorld.com Home
Interview Questions
VyomLinks.com Home
JobsAssist.com Home
Vyom Network
Contact Us
Jobs & Careers
Resume Submitter
Placement Papers
IT Companies Directory
Computer Jobs
Interview Questions
Online Exams
Vyom Career eMag.
Fun
Send FREE SMS!
SMS Jokes
Source Codes Library
Source Codes Home
ASP Source Codes
C Source Codes
C++ Source Codes
COBOL Source Codes
Java Source Codes
Pascal Source Codes
Submit Source Codes
GATE
GATE an Overview
GATE Preparation
Study Materal
GRE
GRE an Overview
GRE Questions
GRE Preparation
GRE Universities
TOEFL Preparation
TOEFL Resources
GMAT Preparation
GMAT Resources
MBA Preparation
MBA Resources
Networking Concepts
Networking Concepts
Testing Preparation
Testing Resources
Webmasters
Free Traffic Builder
Webmaster Articles
Web Hosting
Tutorials
Hardware Tutorial
1500 Free eBooks New!
Get 30,000 Interview Questions & Answers in an eBook.

Interview Success Kit - Get Success in Job Interviews





Interview Success Kit - Get Success in Job Interviews Interview Success Kit - 30,000 Interview Que. & Ans.
Home » Placement Papers » subex Placement Papers »Sonata Placement Paper 3

New Click here to Download 2024 Latest placement papers of this company New

 

Subex Placement Paper


Advertisements
Advertisements



Subex Systems

Written test:one hour
There are 2 parts.
Part 1 : 20 C Qs (corect=+1, wrong= -1) 
Part 2 : 2 programming problems, out of which you need to answer 1(have to write C 
code)

Here are samples
1.
#include <stdio.h>
int main()
{
char *str = "Hello, world" ;
printf("%5s" , str);
}
Output : 

2.
int *ptr[10];
what is the above?
a) declaration of 10 pointers
b) declaration and defn of 10 pointers
c) declaration and defn of an array of 10 pointers
d) none

3.
#include <stdio.h>
int main()
{
extern int i;
printf("%d" , i);
}
a) garbage
b) 0
c) compiler error
d) linker error

4.
#include <stdio.h>
void temp();
void temp(void);
int main()
{
temp();
}
void temp()
{
printf("C is exciting!");
}
Output : 

5. 
#include <stdio.h>
void temp(int i)
{
if(i == 10) return;
i++ ; 
temp(i);
printf("%d" , i);
}
int main()
{
temp(1);
}
Output : 

6.
int func (int (*)(int) , int);
int cube(int n)
{
return (n*n*n);
}
int main()
{
prinf("%d" , func(cube , 4));
}
int func(int (*tmp)(int in) , int n)
{
int res , i;
for(i = 1 ; i <= n ; i++)
res += *(tmp)(i);
return res;
}
Output : 

7.
Some question on "strtok" function

8.
#include <stdio.h>
int main()
{
char *str = "Hello, world";
int i = sizeof(str);
for( ; i >= 0 ; i--)
printf("%c" , str[i]);
}

9.
Some question on recursion 

10.
#define MAX(A , B) ( A < B ? B : A ) 
#include <stdio.h>
int main()
{
int a = MAX( 4+2 , 3*2) ; 
printf(" %d " , a);
}

11.
Question involving sizes of structure and unions


Part 2 :
1) program that recognizes date of any format
even formats like "feb-2-2003" , "02-february-2003" , mm/dd/yy , 
dd/mm/yy, etc and display it as mm/dd/yy

2) a text filename is given as a command line argument followed by a 
character as the
next argument. store all sentences NOT beginning with that 
character(ignore case)
in a seperate file.
NOTE THAT ITS SETENCES YOU'VE TO CONSIDER AND NOT LINES!!!!


INTERVIEW

There will be 3 rounds interviews,2 tech and 1 hr

1st round

1) full c and c++;
2)something about project.
(6 sem dbms and main);
3)prog on linked list (reverse of singly link list) 
ie. u have contents like (eg:xebus) in l list how will u print 
it as subex
ans(using stack or recursion);
4)printf and scanf return values 
5)v.functs
6)const funct(why)
7)why static is defined outside the class


2nd round

1)single link list prog (using c++ insert front inser rear ins 
at position delete at position)
base class contains 2 functs
derived class 2 functions
3)osi model;,tcp/ip model
4)vertual memory concepts;
5)buble sort ,insert sort(with time complexity);
6)ipc s in unix;


3rd round

It is taken by COO of Subex and will be Tech cum HR.
They also try to give u some stress so be prepared.
....

New Click here to Download 2024 Latest placement papers of this company New




 


.

Recently Updated: New Placement Papers added.
Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | GRE Preparation | Jobs, Discussions | Software Listing | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | International Business Information | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | FAQs | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Excellent Mobiles | Software Testing | Interview Questions | Freshers Jobs | Server Insiders | File Extension Directory

Copyright ©2003-2024 Vyom Technosoft Pvt. Ltd., All Rights Reserved. Read our Privacy Policy