Placement Papers - Sony India

Sony India
Sony India Software Centre Pvt. Ltd Interview Experience - MSRIT, Bangalore - 24 September 2016
Posted by :
Akhil N
(77)
The test is conducted by MeritTrac.

The test consists of:

15 Questions from Aptitude : 20 Mins.
15 Questions from Verbal Ability : 15 Mins.
25 Questions from Technical : 30 Mins.

In Technical you are given an option to write from : C, Operating Systems, SAP, SQL and two more.

1) Aptitude Questions included:

(i) Percentages (Four Questions).
(ii) Puzzles (Like Six Companies are in a building and various other statements are given and you need to answer five questions from them).
(iii) Average (1 Question).

2) Verbal Questions Included:

(i) I\'m bored; it\'ll take two days to ______ the television.
(a) Mend (b) Rectify (c) Restore (d) Repair

(ii)Paragraph (Read the Paragraph and answer the question) : 5 Questions

(iii)Statements("Are the both the statements required to answer the question" kind of questions) : 3 Questions

(iv) Fill the blank with an appropriate word. (4 Questions)

I had taken C Programming as Technical and all questions were easy:

3) The questions were related to: malloc, realloc, arrays, pointers etc.

(i) What are the conditions for a pointer to be of type int.

(ii) What will be the output of:
   #include<stdio.h>
   void main()
   {
    char *p;
    int ch=48;
    p=ch;
    printf("%d",p);
    }

(iii) What will be the output of:
   void main()
   {
   printf(3+"Argentina");
   }

(iv) There was a question on recursion function.

(v) What type of statement is printf()?

The test is very easy and can be done at the time.