Friday 20 November 2015

Important Tips for CGI drive must read


1.First of all you create an account in Elitmus.
2.Then Apply for this job.
No need of Elitmus Score for this CGI Drive only.
If you have already an account in Elitmus,then create one another account from different mail id and apply for this.
For reference ask in the group,you'll find so many CGI employees in this group.
********************************************************************************************
1.#CGI Interview Experience :
.
1.1st Round:- Aptitude+ Reasoning Puzzles..
Aptitude Questions were from Ratio and proportion, Number system, Profit Loss,Problems on Numbers,Percentage, Profit Loss,Ratio Proportion . From Verbal Situation reaction Test, And some questions were from Non-Verbal Reasoning.
25 questions 30mins… 8-10 from aptitude, rest from verbal and non-verbal…
===========================================
2. 2nd round GD.. .
They give time for each and every candidate to speak 1min or more than that.
============================================
3…. 3rd round… 1st Technical…
most of questions would be from Dot Net
1…About CLR
2… About C# program execution ..
3… Overriding ,Overloading, Inheritance..
4.. Difference between overriding and virtual keyword ..
5… view state where it is useful and why we use it..
They used to ask just simple questions..
================================================
4.4th round… 2nd Technical…
introduce yourself
ASP .Net page life cycle.. Through Diagram explain each step.
.
Next question they may ask in which part of coding u are good C#/ASP.Net…
Be prepare with Sql Queries very Well, Cursors, Triggers, Joins n ol that.
================================================
5th….. HR round…
Simple communication Check, make ur intro very well, as it would be ur first impression.
Best Of Luck !!!
*****************************************************************************************
2.Hello Friends.I want to tell you guys that my interview was a technical one.
1. Find the output of the following given program?
main()
{
int a[]={ 2,4,6,8,10 };
int i;
change(a,5);
for( i = 0; i <= 4; i++)
cout<}
change( int *b, int n){
int i;
for( i = 0; i < n; i++)
*(b+i) = *(b+i) + 5;}
2.What is the value of a and b of the following program?
s=0; c=a; d=b;
while(d<>0)
{ s=s+c;
d=d-1;
}
Cout<
3.What is the value of a and b of the following program?
while(3a+2b<100)
{ s=s+a;
a=a+2; b=b-1;
}
4.What is the value of a, s and c of the following given program?
S= 0; C = 0
Read A,B
While ((2A+3B) < 100)
{ S = 3A – 2B
c = c + 1
}
cout<
5.Write a program to reverse a single linked list?
6.How can you optimize the code given below?
for(int i=0;ival1;i++)
{
cout<< “inside the loop”;
}
CGI all placement papers questions
Question- A property which is not true for classes is that they
-are removed from memory when not in use
-permit data to be hidden from other classes.
-bring together all aspects of an entity in one place.
-Can closely model objects in the real world.
Question- Which of the following cannot be legitimately passed to a function
-A constant
-A variable.
-A structure
-A header file.
Answer A header file.
Question– this pointer
-implicitly points to an object
-can be explicitly used in a class.
-can be used to return an object.
-All of the above.
Answer – All of the above.
Question To perform stream I/O with disk files in C++, you should
-open and close files as in procedural languages.
-use classes derived from ios.
-use C language library functions to read and write data.
-include the IOSTREAM.H header file.
*****************************************************************************************
So prepare well and grab this opportunity. Please Don't comment your mail id here...
Best of luck Friends.
God is with you.

0 comments:

Post a Comment