Jobs in India
Search Jobs
Search Jobs
Advertisements

Aptitude - General - Read 1 by Texas

Details of Aptitude - General - Read 1 by Texas conducted by Texas for job interview.
Advertisements
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