[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 :: Wipro

51. Pointing to Varman, Madhav said, "I am the only son of one of the sons of his father." How is Varman related to Madhav?

Answer: Father or Uncle

Explanation:

Madhav is the only son of one of the sons of Varman's father ? Either Varman is the father or uncle of Madhav.

Workspace

Tags:

Wipro 

52. Introducing a woman, Shashank said, "She is the mother of the only daughter of my son." How that woman is related to Shashank?

Answer: Daughter-in-law

Explanation:

The woman is the mother of Shashank's granddaughter. Hence, the woman is the daughter-in-law of Shashank.

Workspace

Tags:

Wipro 

53. #include
void main()
{
char string[]="Hello World";
display (string);
}
void display (char *string)
{
printf("%s",string);
}

Answer: Compiler Error : Type mismatch in redeclaration of function display

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro 

54. #define dprint(expr) printf(#expr "=%d\n",expr)

main()
{
int x=7;
int y=3;
dprintf(x/y);
}

Answer: x/y=2

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro 

55. Parameterization generally involves

Answer: Both A, B & C

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro 

56. The file which is used for recovering from the run time errors known as

Answer: QRS

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro 

57. Among the following recording modes, which method uses both the objects and mouse coordinates

Answer: Low level

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro 

58. Where do you mark an action as reusable?

Answer: Action Properties

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro 

59. After running a test that contains both input and output parameters, where can the results of an output parameter be found?

Answer: Run-time Data Table

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro 

60. If you have a Virtual Object Collection stored on your machine, and you don't want to use it what you must do?

Answer: Disable Virtual Objects in General Options

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro