Tata Elxsi




Tata Elxsi

Filed under:

Tata Elxsi Placement Question Paper

1. nt a=9;
switch(i)
{
printf("hello");
case 9 : printf("abc");
break;
default : printf("def");
}
what would be the output ?
ans : the program will compile correctly with no errors but will give undesirable results

2. int z[3]={1,2,3};
int *p=&z[1];
int x=*p++;
printf("%d",x);
ans. note here that the value of *p will be assigned to x and then p is incremented therefore x=2

3. #define paste(a,b) a##b
main()
{
int a=3,b=6;
paste(a,b);
return o;
}
question. what code will be replaced at the call of the macro
options : (a,b) a,b (a,b)
(ab) a,b (ab)
(a,b) ab (a,b)
ans. not able to work it out

4. some structure declaration was given
struct abc
{
int a : 4
char c : 2
int abc;
}
ques. what will be memory allocated to it when we define an object of this structure

ans . the bits are added and rounded of 2 next higher byte
eg. 5 bits - 1 byte
1 bit - 1 byte
9 bits - 2byte

5. some ques. on memory allocation so clear ur funda of memory allocation properly

6. To declare a boolean variale in C what method we follow ans. using bit feilds

7. What does painter’s algo. is for in graphics ans. don’t know

8. Which is more efficient calling a function by its name or by using a pointer to the function

9. External functions and external variables are all global

10. There are 5 jobs A B C D and E u have to schedule these jobs using the SPT , DD and STR ( i cant
remember

11. the fullforms) and job processing time was given constraints:
Spt = DD
STR = DD - SPT
ANS: using this table u can solve the eqs Freshersworld.com
spt E C A B D
DD E A C B D
STR E A/B D C
order of excution

12. c = prt/ropd prt = production/rate ropd = rotations Nt = T/c E = T/Na * c Na = whole number
according this formula there WERE 5 qs

13. A B C D E are 5 boys and find the ages of them given 1) B-A = 5
2) B>A
3) D>F
4) E-D<2
5) D-F > 2
6) All of the above are false

14. About the graphics similar to java function draearc drawrect, find the area, center by giving values to function drawarc.
1. about process ( os )
2. stacks (data struct..)
3. graphs ( binary trees)
4. time complexity of the c program they had given
5. c program ( recurrsion find the no. of print stat exec. in the recu. func. ans. 4)

15. About the soft. engineering i.e identify the phases
1) collecting the information - requirement analysis phase testing or design .. ( similarly identify the 5 statemnets they had given)

16. Choose the correct expression
((())) correct
()(()( incorrect.

Technical Questions

17. about process ( os )

18. stacks (data struct..)

19. graphs ( binary trees)

20. time complexity of the c program they had given

21. c program ( recurrsion find the no. of print stat exec. in the recu. func. ans. 4)

22. about the soft. engineering i.e identify

Related Plament Papers and Companies

Tata Elxsi Placement Question Papers

Tata Elxsi Placement Question Papers Tata Elxsi Questions 1. Problem on lissojous pattern: in x-y mode if vlg applied to x-axis is 2 sinwt then what is the vtg to be applied to y-axis so that we observe the following pattern on the cro : [angle b/n x-axis and the diagonal line is 45degrees] ans is 2root 2 sin (wt +45) Image no.1 2. What is the resolution of an adc : vref/(2 pow n). 3. Some circuit is given with two f/f s ,what is that circuit? Ans may be shift reg 4. Spatial to temporal converter is

Tata Elxsi

Tata Elxsi Placement Question Paper Some Model Questions 1. How many triangles are formed in a octagon. Ans: 56( check the answer) 2. A hexagon is fitted in to a circle of radius r. perimeter of the hexagon is ? ans: 6r 3. Max. difference between two birthdays of a man. a. 365days, b. 366days c. 4 years d. 8years 4. Which is greatest no. between 2300 and 3200? Ans: 3200

Tata Elxsi

Tata Elxsi Placement Question Paper 1. Graphics:Painters algorithm is used for........... 2. Graphics:Why is 'Lighting' operations done on World Coordinates? 3. Graphics:One more question Ans: may be none of the above 4. How can you call a function written in FORTRAN from a C program ? 5. Normal question on pointer addition 6. A question on 64 bit OS's and Virtual Memory it will be having 7. Another question on 64 bit OS 8. A structure was given and it contained normal data as well as some bit-wise data.You had to find the total size taken up by the structure 9. A big code

Tata Elxsi

Tata Elxsi Placement Question Paper TECH QUESTIONS (Electronics & TC) 1. CMRR is given= Differential gain is given= Inputs: +ve end=2v,-ve end=1v of the OP-AMP Find the output voltage? 2. CRO is in X-Y mode.Sinusoidal inputs have 90degrees phase difference between them.

Tata Consultancy Services

Tata Consultancy Services Placement Question Paper TCS : Technical Interview 1. what is ddl & dml command 2. give an example for each 3. what is normalization 4. what r the different normalization methods 5. Is there any compiler in oracle 6. what is the name of that compiler 7. what is an operating system 8. what r the functions of operating system 9. what is dead lock 10. what r the ways to avoid deadlock 11. what is bankers algorithm 12. oops concept 13. difference between c++ and java 14. what do u mean by inheritance 15. what do u mean by access specifier 16. what is polymorphism 17. sdlc 18. what do u mean by fuction overloading 19.

  • Resources













  • Placement Papers Archives