Vyoms
 
Hot Jobs
bullet Freshers Jobs
bullet Experienced Jobs
bullet Government Jobs
bullet Walkin Jobs
bullet Join Vyoms
Placement Section
bullet Company Profiles
bullet Interview Questions
bullet Placement Papers
Interview Ebook
Get 9,000+ Interview Questions & Answers in an eBook.
Interview Questions & Answers Kit
  • 9,000+ Interview Questions
  • All Questions Answered
  • 5 FREE Bonuses
  • Free Upgrades
Resources @ Vyom
bullet Companies In India
bullet Consultants In India
bullet Colleges In India
bullet Call Centers In India
bullet Training Institutes In India
bullet Job Communities In India
bullet Courses In India
bullet Jobs by Job Domains
bullet Jobs by Functional Areas
Learn @ Vyom
bullet GATE Preparation
bullet GRE Preparation
bullet GMAT Preparation
bullet IAS Preparation
bullet SAP Preparation
bullet Testing Preparation
bullet MBA Preparation
News@Vyom
bullet Freshers News
bullet Job Articles
bullet Latest News
bullet Rss Feeds

VYOMS TOP EMPLOYERS
Infosys Technologies
Wipro Technologies
Tata Consultancy Services
Accenture
IBM
Satyam
Genpact
Cognizant Technologies

FRESHERS JOBS | GOVERNMENT JOBS | DEFENCE JOBS | EXPERIENCED JOBS | WALK-INS






Search Jobs:
(For ex: Software Testing Jobs, Java Jobs, .Net Jobs)
 

Home » Placement papers » Texas Placement Paper


Texas Placement Paper

Number of Views:    6
Date Of Addition:    Friday, December 21, 2007

All Texas Instruments Placement papers All Placement papers of IT-Software/Software Services
All Placement papers of IT Software- Application Programming / Maintenance  

Texas Placement Paper

Pattern Consist of

Technical Test

Contains three sections (Data Structures and Algorithms, Analog Circuits, Digital Circuits) you have to choose any two sections among the three. Each section has 10 questions each and the total time for the two sections is 45 minutes. There is negative marking.

Aptitude Test

75 questions – 1 hour – Negative marking is there

Technical Interview

Behavioral Interview

Here is some sample Questions


int fact(int n) int fact_ii(int n)
{ {
if (n >0)
int fact_val = 1, i = 0;
return n*fact (n-1); for (i = 1; i <= n ; i++)
else fact_val = fact_val*i;
return 1; return fact_val;
} }
(a) (i) only
(b) (ii) only
(c) both
(d) None of these


(2) Which of the following is a semantic error?

(a) Division by zero
(b) Missing of a semicolon at the end of a statement
(c) Assigning a single precision real value to a long integer
(d) All the above




for(i=0, count=0;i<16;i++)
if(CONDITION)
count++;
a. (x & (1 << i))
b. (x & (1 << i))
c. (x && (1 << i))
d. None of the above.


int i, count, x;
(3) If the following code segment is to count the no of zero’s in the given integer ‘x’ in its binary representation, what is to replaced by CONDITION?


(a) 1
(b) 2
(c) 3
(d) The graph can’t be colored



A graph was given and asked to find out the minimum no of colors required to color the graph?


(6) Which is not an advantage of using subroutines?
(a) Easier maintenance
(b) Runtime reduces
(c) Storage space reduces
(d) Modularity


Inorder traversal of a binary tree is d c e b a and preorder traversal of a binary tree is b c d e a. Find out the post order traversal?


(a) n*(n-k-1)/2
(b) n*(n-1) – (n-k)(n-k-2)
(c) n*(n-1) – (n-k)(n-k-2)
(d) n*n – (n-k-1)


A k-diagonal matrix is a n *n square matrix in which the elements on the principal diagonal and k diagonals above the principal diagonal and k diagonals below the principal diagonal only have none zero elements. Other elements are zero’s. In order to save the space, the non zero elements are stored in a one dimensional array. The no of locations in this array are:


(a) O (N/P)
(b) O (P)
(c) O ( log (N/P))
(d) O ( log (N/P)) + O (P log P)


A 1D - array A whose size is N is given and is divided into P partitions and an element x is to be searched in the array. Each partition is given to one processor. The elements are searched with in the partition using a binary search. What is the time complexity of the algorithm?


Ans:
p.next = q.next;
q.next = p;


Write the code segment to insert an element p into the linked list after an element q? Make necessary pointer adjustments?


(a) 9
(b) 5
(c) 4
(d) 6


Given a matrix A. What is the minimum no of multiplications do u need to compute A10 ?






HOT EMPLOYERS
SPONSORS
FREE JOBS NEWSLETTER
2,98,785 [94,855 + 2,03,930] MEMBERS!

Copyright © 2001-2008 VYOM Technosoft Pvt Ltd. All Rights Reserved. Home | About Us | Jobs | Contact Us | Privacy Policy.
Disclaimer: VYOMS.com has taken all reasonable steps to ensure that information on this site is authentic. Applicants are advised to research bonafides of advertisers independently. VYOMS.com shall not have any responsibility in this regard.
0.0332
Placement Papers | FREE SMS | C++ Interview Questions | C Interview Questions | Report a Bug
http://www.vyoms.com/placement-papers/details/vyom-texas-all-india-placement-paper-2006-1665.asp