[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 :: Global Edge

11. Can we create b extended partitions ?

Answer: Yes

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge 

12. Real Time OS uses

Answer: CISC processor

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge 

13. Thrashing is

Answer: increase in page faults leading to decrease in CPU utilization

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge 

14. Which of the following is not a system file?

Answer: .ini

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge Societe Generale 

15. Which of the following is not performed by the OS?

Answer: Transaction

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge Societe Generale 

16. #include
int main()
{
int i;
i=(2,3);
printf("%d",i);
}

Answer: 3

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge 

17. #include
int main()
{
char str[]="GESL";
printf("%d %d",sizeof(str),strlen(str));
}

Answer: 5,4

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge 

18. #include
int main()
{
int i;
for(i=0;i++;i<100)
printf("hello world\n");
}

Answer: 0 times

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge 

19. #include
int main()
{
int i;
for(i=1;i++;i<100)
printf("hello world\n");
}

Answer: Infinite loop

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge 

20. #include
int main()
{
char c;
scanf("%s",c);
}

Answer: Compiler dependent

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Global Edge