Pramati Placement Papers to Download in PDF and Word Format

Download pramati placement papers in ms word and pdf format for written exams. Check pramati sample interview questions and test papers for your job interview.
Advertisements

Example Test Paper 1 - Technical - Java

C/Java 1230Computer Basics 2015Analytical/Logical3030)1) Write a program in C/java for implementing towers of honoi. The function should take the number of rings as the argument. The outputshould be of this form:Move from disc 1 to 3Move from disc 1 to 2 ...2) Identify the error in the following code, if any. If there is no error, then mention the output of the code.main(){union test {char *id;char *name;};union test me;me.id = "hello";printf("\n%s",me.id);printf("\n%s",me.name);}3) Mention the error, if any, in the following code. If there is no error, then mention the output of the code:main(){struct temp {char *var1;char *var2;};struct temp pn = {"Load","Reed"}, *pn1, *pn2;void **pp;pn1 =...

Technical - Java - Example Test Paper 2

There is some information regarding the written test conducted by Pramati Technologies (www.pramati.com) this year. I don,t have the question paper with me, but following are the questions which I know were there in their paper:(NOTE: There were 2 sections of which, second section was subdivided into two subsections. The first section was Analytical and Logical Reasoning. The 1st and 2nd subsections of the second section were ,Computer Basics, and ,C/Java knowledge,. The no. of questions in each section and corresponding time is as follows : section no. of questions timeC/Java 1230Computer Basics 2015Analytical/Logical3030)1) Write a program in C/java for implementing towers of honoi. The function...
Advertisements

Pramati Paper Technical - Java

There is some information regarding the written test conducted by Pramati Technologies year. I don,t have the question paper with me, but following are the questions which I know were there in their paper: (NOTE: There were 2 sections of which, second section was subdivided into two subsections. The first section was Analytical and Logical Reasoning. The 1st and 2nd subsections of the second section were ,Computer Basics, and ,C/Java knowledge,. The no. of questions in each section and corresponding time is as follows : section no. of questions time C/Java 1230Computer Basics 2015Analytical/Logical3030) 1) Write a program in C/java for implementing towers of honoi. The function should take the...