Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

sir i want to know which posting to apply since i am BE
CSE.. also want to know what are the rounds there for my
interview...Expecting for ur valuable answer....

Answer Posted / santosh

Dear Indu,

Its good to see that you are a Computer Scienece graduate in
engineering, It is time for you to look for different
openings around you either be from your friends, net or new
papers.
Apply to such openings and wait for Call Letter to
come to you.
Once you get your call letter for Written test or further
process you will be knowing the next steps.
A general Scenario of Interview is as explained by the
earlier person before me.. i.e.
Written Test (Includes Technical & Aptitude)
Group Discussion(Not for all companies but an important aspect)
Technical Round(Will be asked on your stream subjects)
Human Resource round(It may be in Technical round it self in
few interviews)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State what is encapsulation and friend function?

1338


what is difference between class template and template class?

2712


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2602


What is stream in oop?

1357


What is polymorphism in oops with example?

1104


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1915


What is the fundamental idea of oop?

1188


Why do we need polymorphism in c#?

1218


Why do we need oop?

1271


What is and I oop mean?

1275


Why is oop useful?

1170


How to call a non virtual function in the derived class by using base class pointer

6682


What is the difference between inheritance and polymorphism?

1160


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2675


What is methods in oop?

1031