Mistral Placement Papers to Download in PDF and Word Format

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

General - Interview DRK College Of Technology - 5 October 2007

MISTRIAL PAPER ON 5th OCTOBER 2007 Hi Every body this is B.Pavan of Aurora. We had interHview of minvesta company on october 5th 2007 in DRK college. Well the interview was quiet easy and consists of three sections.The duration of the test is 1 hour. Coming to 1st section.It consists of 10 questionns. This section consists of all theory questions. Friends try to answer them in one line.I had questions like following:-1. What is the difference between a class and object?2. What is stored procedure? What are its advantages and disavantages?3. Which is better trigger or stored procedure?4. What is difference between data set and data reader?(.net)5. Write a querry for accesing unique rows from...

Aptitude - General

Mistral Solutions C Section1. What does the following program print?#include int sum,count;void main(void){< BR> for(count=5;sum+=--count;)printf("%d",sum);}a. The pgm goes to an infinite loop b. Prints 4791010974 c. Prints 4791001974d. Prints 5802112085 e. Not sure2. What is the output of the following program?#include void main(void){int i;< BR> for(i=2;i
Advertisements

Mistral Paper Technical - C & C++

 Mistral Solutions C Section 1. What does the following program print?#include <stio.h> int sum,count;void main(void){< BR> for(count=5;sum+=--count;)printf("%d",sum);}a. The pgm goes to an infinite loop b. Prints 4791010974 c. Prints 4791001974d. Prints 5802112085 e. Not sure 2. What is the output of the following program?#include <stdio.h>void main(void){int i;< BR> for(i=2;i<=7;i++)printf("%5d",fno());}fno(){staticintf1=1,f2=1,f3;return(f3=f1+f2,f1=f2,f2=f3);}a. produce syntax errors b. 2 3 5 8 13 21 will be displayed c. 2 2 2 2 2 2 will be displayedd. none of the above e. Not sure 3. What is the output of the following program?#include <stdio.h>void...

Mistral Paper Aptitude - General

Mistral Solutions C Section 1. What does the following program print?#include <stio.h> int sum,count;void main(void){< BR> for(count=5;sum+=--count;)printf("%d",sum);}a. The pgm goes to an infinite loop b. Prints 4791010974 c. Prints 4791001974d. Prints 5802112085 e. Not sure 2. What is the output of the following program?#include <stdio.h>void main(void){int i;< BR> for(i=2;i<=7;i++)printf("%5d",fno());}fno(){staticintf1=1,f2=1,f3;return(f3=f1+f2,f1=f2,f2=f3);}a. produce syntax errors b. 2 3 5 8 13 21 will be displayed c. 2 2 2 2 2 2 will be displayedd. none of the above e. Not sure 3. What is the output of the following program?#include <stdio.h>void main (void){int...