Placement Papers: FXLabs Interview Pattern 2006
Download PDF of This Page (Size: 106K) ↧
Examrace Placement Series prepares you for the toughest placement exams to top companies.
The test consists questions from “c” U need to be sound in basics like declarations, malloc function, pointers. Once if u clear this, u will be called for an technical interview.
Some of the questions faced by me during 40 mints of interview were:
-
why class concept came. As even we have structures, whats their speciality? Ans: Encapsulation of data, ability to define methods/functions within the class itself.
-
what do u mean by inheritance? What r its types?
-
whats ur academic project? Whats ur role in that?
-
how can u initialize a function which has declared in 2 classes, where those 2 classes were inherited already? Ans: We should use “virtual functions” concept there.
-
questions on pointers?
-
whats the application of fourier trans forms?
-
diff betn fdma, tdma?
-
why does cdma came. Whats the drawback of fdma?
-
how can u sample a non-frequency singnal?
-
what do u mean by quantization?
-
explain about pcm?
-
question on pointer arithmatics____ For example, say for example one integer pointer p is there, what happens if u increment it by one (i.e., p + + ) Ans: It simply increases by 2 bytes.