[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.

Global Edge Online Test Practice

104.65K

Tot. Mock Test: 3


Total Qs: 164+

NA
SHSTTON
279
Solv. Corr.
640
Solv. In. Corr.
919
Attempted
0 M:9 S
Avg. Time

131 / 164

Choose the correct option.

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


ACPU

BALU

CCU

DProcessor

Answer: Option D

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
682
Solv. Corr.
211
Solv. In. Corr.
893
Attempted
0 M:0 S
Avg. Time

132 / 164

Choose the correct option.

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


AThroughput

BJob

CProcess

DNone of these

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
151
Solv. Corr.
98
Solv. In. Corr.
249
Attempted
0 M:0 S
Avg. Time

133 / 164

Choose the correct option.

Word alignments


Aaligning the address to the next word boundary of the machine

Baligning to even boundary

Caligning to word boundary

DNone of these

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
32
Solv. Corr.
63
Solv. In. Corr.
95
Attempted
0 M:0 S
Avg. Time

134 / 164

What is the output of the following 'C' program ?
#include<stdio.h>
int main()
    {
  char *s = "Hello";
  printf("%s",1(s));
 }

AHello

Bello

Ce

Dnone of these

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Global Edge

NA
SHSTTON
63
Solv. Corr.
32
Solv. In. Corr.
95
Attempted
0 M:0 S
Avg. Time

135 / 164

What is the output generated?
#include <stdio.h>  
int main()
{
 char *s = "Hello";
printf("%s",(s+1));
return 0;
}

Aello

BHello

CCompilation Error

DSegmentation fault

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Global Edge

NA
SHSTTON
42
Solv. Corr.
53
Solv. In. Corr.
95
Attempted
0 M:0 S
Avg. Time

136 / 164

What is the output of the following 'C' program ?
#include<stdio.h>
int main()
 {
  char a[] = "world";
  printf("%d  %d\n",strlen(a),sizeof(a));
  return 0;
 }

A5,5

B6,5

C5,6

D6,6

Answer: Option C

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Global Edge

NA
SHSTTON
16
Solv. Corr.
43
Solv. In. Corr.
59
Attempted
0 M:0 S
Avg. Time

137 / 164

What will be output of the following "c" code?
FUNC (int *p)
 {
  p = (int *)malloc(100);
  printf("p:%x",p);
 }

 int main( )
 {
  int *ptr;
  FUNC(ptr);
  printf("Ptr:%x",ptr);
  return 0;
 }

ABoth printf statements prints same values

BBoth print different values

CGives compile time error

DGives run time error

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
11
Solv. Corr.
40
Solv. In. Corr.
51
Attempted
0 M:0 S
Avg. Time

138 / 164

What is the output of the following code ?
#include<stdio.h>
int main()
 {
  for( ; ;);
  printf("Hello\n");
  return 0;
 }

Agive compilation error

Bprints Hello infinite times

CRuns in an infinite loop without printing anything

Dprints Hello once

Answer: Option C

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Global Edge

NA
SHSTTON
17
Solv. Corr.
34
Solv. In. Corr.
51
Attempted
0 M:0 S
Avg. Time

139 / 164

What is the output of the following 'C' program ?
#include<stdio.h>
int main()
{
  printf( printf ("world") );

}

Aprints world

Bprints printf ("world")

Cprints nothing

Dcompiler error

Answer: Option D

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Global Edge

NA
SHSTTON
11
Solv. Corr.
38
Solv. In. Corr.
49
Attempted
0 M:0 S
Avg. Time

140 / 164

What is the output of the following 'C' program ?
#include<stdio.h>
int main()
{
  int i;
   for (i=7;i<=0;i--)
 printf ("hello\n");

}

Aprints hello 7 times

Bprints hello 8 times

Cprints hello once

Dprints nothing

Answer: Option D

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Global Edge


Here is the list of questions asked in Global Edge campus placement papers with solutions. Practice Global Edge Written Test Papers with Solutions and take Q4Interview Global Edge Online Test Questions to crack Global Edge written round test. Overall the level of the Global Edge Online Assessment Test is moderate. Only those candidates who clear the written exam will qualify for the next round, so practic all the questions here and take all the free tests before going for final selection process of Global Edge