[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Placement Questions & Answers :: Societe Generale

1. p and q are pointers to the same type of data items.

Which of these are valid?
(i) *(p+q)
(ii) *(p-q)
(iii) *p - *q

Answer: only (iii)

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Societe Generale 

2. #include
int main()
{
int i=12;
int *p =&i;
printf("%d\n",*p++);
}

Answer: 12

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Capgemini Societe Generale 

3. what is the electronic signal that cause computer to stop current program?

Answer: interrupt

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro Global Edge Societe Generale 

4. What is a running program under execution called?

Answer: Any of the above

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro Global Edge Societe Generale 

5. Amount of work a computer can do in a given period is called

Answer: Throughput

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro Global Edge Societe Generale 

6. The status of the kernel is?

Answer: process

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro Societe Generale 

7. The 8085A is a(n):

Answer: 8-bit parallel CPU

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro Societe Generale 

8. Consider the following program

void main () {
int i = 7
if (0 = = fork ())
i + = 10;
else {
Wait (0);
printf ("d",i);
}
}

Answer: The child can start executing, only after the termination of the parent process

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro Societe Generale 

9. A hardware device which is capable of executing a sequence of instructions, is known as

Answer: Processor

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco Global Edge Societe Generale 

10. Operating system is

Answer: A collection of software routines

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco Societe Generale