Skip to main content

Placement Review for Credit Suisse 2012 – pattern | Interviews | Tests

Hey let me declare, that this post is not by me it's a review from a friend who attended the Credit Suisse Campus :) 
Description: CREDIT SUISSE
Apti:
It consisted of 8 puzzles and 8 algoritms/pseudocodes.
For puzzles refer to ‘how to ace the brain teaser’. For algorithms refer ‘cracking the coding interview’ and be familiar with questions asked in carrer cup site.There was one DB qstn too. We were asked to design a schema and normalize it.
Interview 1: Complete tech.
There were 2 bonus questions in the apti to design a client server architecture. I hadn’t solved it in apti so i was asked to explain it.
I was asked about my BE project, how i will implement it and explain the algorithms i will be using etc.
Thwn he asked me a simple puzzle.that chicken,corn and fox wala.
I was asked my fav subject, to which i said database. Then i was asked indexing, structures used, RAID levels. I was asked to design a database schema and write simple queries on it.
Then i was asked to explain OOPs concepts and write a code to explain virtual functions.
Then he moved to memory management in java.(that heap and stack concept)
Interview2: tech again!!
I was asked to write a code of bubble sort, modified bubble sort, quick sort and all their complexities.
Then he asked me solve puzzles which i hadn’t in the apti and also the second bonus question. Also some more puzzles. Then came OOAD concepts: is-a relation and all. He had given me 3-4 classes and asked me to relate all of them. Then database recovery concepts again. One of the puzzle was whats the shortest distance for an ant from one corner of a room to opposite corner.i said its the diagonal bt ants don’t fly! So he said ki ants cant fly bt u can do nething with the room. I answered ki break the ceiling from one end and make it as a slope 4 the ant to climb. He said yes bt wanted more ways which i didn’t get. Thats was it.
Interview 3: management
It was a normal HR interview. I was asked about the test and how i think i had performed (i knew it coz interviewer in 2nd round had already told me my mks :p) etc. Then again abt my projects and i was given 1 min to sell my proj to him(where i performed badly :p). Then he gave me some situations and asked how i wud react to it n all.
Interview4: HR again bt a stress interview
Here too there were basic qstns abt me.bt he jst didn’t agree to any of my ans abt y credit Suisse n all..as ita a stress interview, just be firm with what u have said and yaa..keep smiling whatever he does to irritate u and be frank. No diplomatic ans allowed here :p And yaa..jst research abt the company and basic finance stuff..it will help.thats it..:D

Comments

Popular posts from this blog

CIVIL SERVICES' (I.A.S.) EXAMINATION

The Union Public Service Commission (U.P.S.C.)  conducts Civil Services' Examination once a year in two stages. The Preliminary Examination (Objective Type) for selection of candidates for the Main Examination is held in the month of May. The Civil Services Main Examination  is held in the months of October/November. Blank application forms and other particulars are published in the Employment News, generally in the month of December. The last date for the submission of applications to the Secretary, Union Public Service Commission, Dholpur House, Shahjahan Road, NewDelhi-11001 1 is usually the last week of January of the year of examination. The Combined Civil Services Examination is conducted for Recruitment to the following Services/Posts: 1. Indian Administrative Service. 2. Indian Foreign Service. 3. Indian Police Service. 4. Indian P & T Accounts & Finance Service, Group 'A'. 5. Indian Audit and Accounts Service, Group 'A'. 6. Indian Customs and Centr

Predict the output or error(s) for the following:

1 . void main(){ int const * p=5; printf("%d",++(*p)); } Answer: Compiler error: Cannot modify a constant value. Explanation: p is a pointer to a "constant integer". But we tried tochange the value of the "constant integer". 2. main() {  char s[ ]="man"; int i;  for(i=0;s[ i ];i++) printf("\n%c%c%c%c",s[i],*(s+i),*(i+s),i[s]); } Answer: mmmm aaaa nnnn Explanation: s[i], *(i+s), *(s+i), i[s] are all different ways of expressing the same idea. Generally array name is the base address for that array. Here s is the base address. i is the index number/displacement from the base address. So, indirecting it with * is same as s[i]. i[s] may be surprising. But in the case of C it is same as s[i]. 3 . main(){  float me = 1.1;  double you = 1.1;  if(me==you) printf("I love U"); else printf("I hate U"); } Answer: I hate U Explanation : For floating point numbers (float, double, long double)

AGRICULTURAL SCIENTIST RECRUITMENT BOARD

Agricultural Research Service National   Eligibility  Test/ Senior Research Fellowship Examination  The Agricultural Scientists Recruitment Board (ASRB)  holds a Competitive Examination for recruiting Scientists of the ARS in the pay scale of Rs. 8,000-13,500 in the ICAR Institutes, combined with National Eligibility Test (NET) for recruitment of Lecturers and Assistant Professors by the State Agricultural Universities (SAUS) and for award of ICAR Senior Research Fellowships. The selected candidates for Agricultural Research Service must serve in the institutes to which they are posted until they find appointment for higher positions through selection at other institutes. (i) Candidates successful in ARS are appointed as Scientists in the Indian Council of Agricultural Research in the pay scale of Rs. 8,000-13,500. (ii) Candidates clearing the National Eligibility Test are recommended to various State Agricultural Universities who will consider them for appointment as Lecturers or A