Owner: born4interviews URL:http://www.born4interviews.blogspot.com/ Join Date: Sat, 08 Mar 2008 07:21:15 -0600 Rating:0 Site Description:
complete guide for interviews
complete guide for interviews
Site statistics:Click here
2008 Latest Accenture Placement test pattern 2008-03-10 11:11:40 Latest Accenture test pattern for interviewstep1: (i)aptitute test (quant+verbal+reasoning)time limit-1hr 10mins,no sectional cutoffs, no negative marking, difficulty level-easy, overall cutoff-high, sets of papers distributed-two.important topics covered- venn diagrams, symbol based problems, direction problems, word meanings/opposites, prepositions, articles, comprehensions. (ii)essay time limit-15mins, word limit-none, topic- current affairs.step 2: group discussions. time limit- 15mins max. , importance level- very high, topics- current affairs.step 3: hr interview type- easy but tricky. be careful. memorise every small detail about d company said in ppt.step 4: technical interview type- easy, a little bit tricky, try to answer smartly, topic- Read more:Placement
ACCENTURE Interview Employment Questions Pattern 2008-03-10 11:10:49 Accenture test paper for interview The recruitment process (four round) is quite a long. It goes as follows:--I. Written Test 1 HrsII. GD 15 Mins.III. Technical 20-30 Mins.IV. HR 10 Mins.Total students appear for Written =190 For GD =116For Technical=79For HR=50Final Selection = 33 of which six from MCA.( I ) WRITTEN TEST for interviewWritten Test Consist of 55 question to be answer in 1 Hrs. & a short ESSAY on a given topic.Written Test consist of Three Section:1) Verbal 20 Questions2) Aptitude 20 Questions3) Analytical 15 Questions1) VERBAL SECTION for interviewIt consist of question likefill in the blanks using given words,fill in the blanks using given ARTICLE,2-3 question from synonymsTwo passage were given one on SQL language & another on DBMS.5 - Question from each pass Read more:Pattern
LATEST 2007 December ACCENTURE Employment Questions 2008-03-10 11:08:36 Accenture Test paper 2There was three different phases for job inteview test(1) written exam(2) HR(3) techniqual interviewfnd there were 4 section in the written exam(i) english section [15 questions](ii) aptitude [30 questions](iii) lang "c" [15 quests](iv) lang c++ [15 quests]english sections -----------question given here are just based on my memory, & may not be exactlysame .so just get the idea of the questions---(i)_ university named with cusat is situated there.[ans-a](ii) we study in _university,rather in school.[ans-a](iii) mr riju works _ the supervision of mr ram.[ans-under]like that 10 questions wr based on article & preposition.(2 synonyms & antonyms)5 questions wr based on the comprehension.. that was not very hard. but i'll prefer to do i Read more:December
LATEST 2008 january ACCENTURE Employment Questions paper 2 2008-03-10 11:07:38 Accenture Test paper
31)question papers will repete2)Be careful in HR Round(its an elimination round) 2.1)dont lie in hr,becoz to cover that lie you need to say bigger lies & u will be trapped somewhere 2.2)always be a keen listner with a pleasent face(if u are NOT atleast act like that)2.3)finally HR will say "Do you have any Questions??". its very important because that question reveals your attitude & knowledge about the industry you are going to work.Ask some startling, unexpected questions!!!3)Technical round If you are from Computer science prepare well in3.1) DBMS(normalization,1NF,2NF,3NF,BCNF,4NF,5NF with examples,Database architecture,schema architecture,DDL,DML,role of s/m administrator,concurrency control(locking,timestamps)) 3.2) Datastructures
ACCENTURE Placement Paper January 2006 2008-03-10 11:06:30 Accenture Interview Test paperFor Aptitude R.S Agarwal is enough to crack this.For technical u have to grill the "Test ur C & C++ Skill" books.Most of the questions r repeated from prev. question paper.In C++,Mostly from Polymorphism,inheritence,virtual functions,constructors.In C,Mostly from scope of variable,pointers,structures.Its quite easy when compare to C++.Go on. Be a Tiger.HR Interview:Its cool & relax round.1.First they will ask u to intro urself.2.Ur strength & weakness.Be clear abt this.3.Ur acheivements4.They are very particular abt the GAPS in our studies.5.Ur Hobbies.6.Why u choose accenture & tell abt it.7.Willing to relocate.(Say Yes &.ready to work anywhere for accenture)Technical Interview for job:1.Abt Ur project.(u will be grilled by them)2.Be con Read more:Placement
, January
Accenture test paper for interview 2008-03-10 11:02:31 The recruitment process (four round) is quite a long. It goes as follows:--I. Written Test 1 HrsII. GD 15 Mins.III. Technical 20-30 Mins.IV. HR 10 Mins.Total students appear for Written =190 For GD =116For Technical=79For HR=50Final Selection = 33 of which six from MCA.( I ) WRITTEN TEST for interview
Written Test Consist of 55 question to be answer in 1 Hrs. & a short ESSAY on a given topic.Written Test consist of Three Section:1) Verbal 20 Questions2) Aptitude 20 Questions3) Analytical 15 Questions1) VERBAL SECTION for interviewIt consist of question likefill in the blanks using given words,fill in the blanks using given ARTICLE,2-3 question from synonymsTwo passage were given one on SQL language & another on DBMS.5 - Question from each passage.Its quite a easy one.2) APTITUDE Read more:paper
2007 Birla Soft Sample Question Paper Pattern for placement & Interview 2008-05-05 04:50:13 Birla Soft SampleQuestion
Paper for placement interview1. Which of the following best explains life cycle of Defect ?a) Defect Found -> Defect Logged -> Defect Debugged -> Defect Closed -> Defect Recheckedb) Defect Found -> Defect Debugged -> Defect Reported -> Defect Rechecked -> DefectClosedc) Defect Debugged -> Defect Found -> Defect Closed -> Defect Reported -> DefectRecheckedd) Defect Found -> Defect Logged -> Defect Debugged -> Defect Rechecked -> Defect Closed2. Which group does Winrunner ,Load Runner ,SQA Suite fall under ? a) Databases b) Automated Test Tools c) Operating Systems d) Rapid Application Development Tool3. i = 0;j = 0;for(j=1;jReferring to the sample code above ,which of the following could you use to make the standars I/O Stream classes accessible without requirin Read more:Pattern
2008 Birla Soft Sample Question Paper Pattern for placement & Interview 2008-05-05 04:49:22 Latest BIRLASOFT PLACEMENT PAPER for 2008 tests(recommended)1 With every use of memory allocation function should be used to release allocated memory which is no longer needed ?a) dropmem()b) dealloc()c) release()d) free()2 Which one of the following statements allocates enough space to hold an array of 10 integers that are initialized to 0 ?a) int *ptr = (int *) calloc(10,sizeof(int));b) int *ptr = (int *) alloc( 10*sizeof(int));c) int *ptr = (int *) malloc( 10*sizeof(int));d) int *ptr = (int *)calloc(10*sizeof(in...3 Which one of the following statements allocates enough space to hold an array of 10 integers that are initialized to 0 ?a) int *ptr = (int *) calloc(10,sizeof(int));b) int *ptr = (int *) alloc( 10*sizeof(int));c) int *ptr = (int *) malloc( 10*sizeof(int));d) int *ptr = (int Read more:Sample
, Question
, Pattern
Test Paper for BirlaSoft-2007 february interview 2008-05-05 04:48:37 Test Paper for BirlaSoftThere are two sections1.technical qs -202.apptitute qs -25Technical1. Largest integer can be written from 8 bits isa. 256b. 255c. 8d. 102. change a hexadecimal no to octal3. how many address lines needed to pass 1MB of data.4. What is the function of the modulus operator in most language.a) Sets a system environmental value to either base 10 ,base 8 or base 16b) Returns the remainder after dividing one number by anotherc) Returns the first argument raised to the second argument powerd) Prints out the actual code written to standard output rather than executing the code5. class professor{}class teacher: public virtual professor{};class researcher: public virtual professor {}class myprofessor :public teacher,public researcher {};Referring to the sample code above ,i Read more:interview
BirlaSoft Sample Question Paper for placement 2008-05-05 04:47:54 Birla SampleQuestion
Paper for ur interview test1. What is the function of the modulus operator in most languages ?a) Sets a system environmental value to either base 10 ,base 8 or base 16b) Returns the remainder after dividing one number by anotherc) Returns the first argument raised to the second argument powerd) Prints out the actual code written to standard output rather than executing the code2. Class professor{} class teacher: public virtual professor{}; class researcher: public virtual professor {} class myprofessor :public teacher,public researcher {};3. Referring to the sample code above ,if an object of class “myprofessor” were created ,how many instances of professor will it contain?a) 0b) 1c) 2d) 34. Modern RDBMS’s perfom the following the following functionc excepta
DELL Placement paper pattern 2007 2008-05-05 04:45:49 Dell interview PATTERN The pattern for dell interview interview is quit simple. they only focus more on your stability. they ask same questions again & again to check ur stability.1st round of interview is simple introduction round of interview where they check ur communication skills.2nd round of interview written test.one is of english & other test has 10 question of computer hardware. those ques are very simple.3rd round of interview is one on one first HR session. they will ask u WHY U WANNA JOIN dell interview? & they will ask the same ques in diffways. abt family & interest.4th round of interview is telephonic interview. they check ur voice quality & ask questions like. gimmw 5 reasons why should dell interview take u?? gimme 2 reasons why can I reject u?? u have Read more:Placement
, paper
Dell Test Paper Important questions 2008-05-05 04:44:55 Dell Test Paper (questions
from several papers which get repeated)1. Personal Introduction & Topic round of job interview2. Hr round of job interview3. Voice Asscent round of job interview4. Operational Manager round of job interview.5. Hr round of job interview (Reg sal & etc)1. Personal Introduction & Topic round of job interview:This is easy round of job interview & they ask u to say about urself & then ask to speak on topic for minimum of 1 min & topic which i have choosen is "Importance of Team Work"2. Hr round of job interviewa) Tell me about urself?b) What do u know about Dell?c) Why do u want to join Dell?d) R u ready to sign a bound?e) Tell ur strenghts & weakness?f) what is meant by BPO?3) Voice Asscent round of job interviewIn the voice asscent round
Career Options and Higher Studies, 2008-07-15 00:17:02 Computer Architecture interview questions:Embedded Systems interview questionsHardware Design Interview QuestionsHardware Design Interview QuestionsIntel interview questionsJob Opportunities for Electronics Engineers in Ind...Microprocessor Interview QuestionsGMAT Colleges and their feeROBERT BOSCH Question Paper: 2004TataElxsi Aptitude paperTataElxsi hardware paperTexas Instruments 99 ECE paperHu Read more:Career
, Options
, Higher
, Studies
Computer Architecture interview questions: 2008-07-15 00:14:03 What is pipelining? What are the five stages in a DLX pipeline?For a pipeline with 'n' stages, what�s the ideal throughput? What prevents us from achieving this ideal throughput?What are the different hazards? How do you avoid them?Instead of just 5-8 pipe stages why not have, say, a pipeline with 50 pipe stages?What are Branch Prediction and Branch Target Buffers?How do you handle precise ex Read more:Computer
, Architecture
, interview
, questions
Embedded Systems interview questions 2008-07-15 00:12:34 Can structures be passed to the functions by value?Why cannot arrays be passed by values to functions?Advantages and disadvantages of using macro and inline functions?What happens when recursion functions are declared inline?Scope of static variables?Difference between object oriented and object based languages?Multiple inheritance - objects contain howmany multiply inherited ancestor?What are the Read more:interview
, questions
, Systems
Hardware Design Interview Questions 2008-07-15 00:11:59 Give two ways of converting a two input NAND gate to an inverterGiven a circuit, draw its exact timing response. (I was given a Pseudo Random Signal Generator; you can expect any sequential ckt)What are set up time & hold time constraints? What do they signify? Which one is critical for estimating maximum clock frequency of a circuit?Give a circuit to divide frequency of clock cycle by twoDesi Read more:Hardware
Hardware Design Interview Questions 2008-07-15 00:11:34 Give two ways of converting a two input NAND gate to an inverterGiven a circuit, draw its exact timing response. (I was given a Pseudo Random Signal Generator; you can expect any sequential ckt)What are set up time & hold time constraints? What do they signify? Which one is critical for estimating maximum clock frequency of a circuit?Give a circuit to divide frequency of clock cycle by twoDesi Read more:Hardware
Intel interview questions 2008-07-15 00:10:26 The following questions
are used for screening the candidates during the first interview
. The questions apply mostly to fresh college grads pursuing an engineering career at Intel
. 1. Have you studied buses? What types?2. Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an instruction in a 5 stage machine? What is the throug
Job Opportunities for Electronics Engineers in India 2008-07-15 00:09:43 Every year, nearly 1,00,000 Engineering graduates specialized in Electrical, Electronics and Communications fly out of the Engineering college campuses across India
. Most of these students opt for the Software jobs, because of bulk recruitment drives of IT services companies like the IBM, Infosys, TCS, Satyam, Wipro etc. They will be trained in sotware technologies (J2EE, .NET, Testing...) for ar Read more:Opportunities
, Engineers
, Job Opportunities
Microprocessor Interview Questions 2008-07-15 00:08:04 These interview questions test the knowledge of x86 Intel architecture and 8086 microprocessor specifically. What is a Microprocessor
? - Microprocessor is a program-controlled device, which fetches the instructions from memory, decodes and executes the instructions. Most Micro Processor are single- chip devices.Give examples for 8 / 16 / 32 bit Microprocessor? - 8-bit Processor - 8085 / Z80 / 6800
GMAT Colleges and their fee 2008-07-15 00:07:27 These colleges have been arranged in the order of the ration of their premium salary to the total cost of studySCHOOLTOTAL COST, $>SALARY PREMIUM, $Brigham Young 133,234 35,068Michigan State University 161,904 40,804South Carolina (Darla Moore) 165,283 37,675Wisconsin (Madison) 186,799 42,343Buffalo 109,153 21,839Notre Dame 190,241 37,652Rochester 199,447 38,568U. of Washington 193,626 36,795Emory
ROBERT BOSCH Question Paper: 2004 2008-07-15 00:06:23 Pattern: ________ There were 75 questions.. total Duration 1 hour 20 mins.. 1-50 Question
s are Technical and in that some 10-15 are Aptitute... it's very easy. 51-75 are Test of English Language.... From 1-50 for Correct answer 2 marks for wrong answer -1 mark.. From 51-75 for correct answer 1 mark for wrong answer -1/4 mark... Technical questions an
TataElxsi Aptitude paper 2008-07-15 00:05:40 Tata elxsi aptitude1. how many triangles are formed in a octagon. Ans: 56( check the answer)2. a hexagon is fitted in to a circle of radius r. perimeter of the hexagon is ? ans: 6r3. max. difference between two birthdays of a man.a. 365days, b. 366days c. 4 years d. 8years 4. which is greatest no. between 2300 and 3200? Ans: 32005. which is the greatest no divisi Read more:paper
TataElxsi hardware paper 2008-07-15 00:04:53 (1).problem on lissojous pattern: in x-y mode if vlg applied to x-axis is 2 sinwt then what is the vtg to be applied to y-axis so that we observe the following pattern on the cro : [angle b/n x-axis and the diagonal line is 45degrees] ans is 2root 2 sin (wt +45) (2)what is the resolution of an adc : vref/(2 pow n). (3)some circuit is given with two f/f s ,what is that circuit? Ans may be shift reg Read more:paper
Texas Instruments 99 ECE paper 2008-07-15 00:04:20 THIS IS TI 1999 jadavpur for ECE students. for cs another paper
is given 1.two transistors are connected Vbe is 0.7volts .this is simple ckt.onetransistor is diode equivalent. & asked the o/p across the 2 nd transistor.2.simple k map ans is Bbar.3. Emitter---R-------transistorbase| -- | --- collector Read more:Texas
, Instruments
, Texas Instruments
Hughes (Flextronics) C question paper 99 2008-07-15 00:03:36 There were two paper
s one was aptitude ( 36 questions) and other wastechnical(20 questions) 1: given an expression tree and asked us to write the in fix of that expression four choices 2: global variables in different files are a:at compiletimeb) loading timec) linking timed)execution time 3)size of(int)a) always 2 bytesb) depends on compiler that is being usedc) always 32 bitsd) can't tell 4)whic Read more:Hughes
Ranking of Maharastra Based Institutes 2008-07-15 00:01:56 Rank College Name GOPENH GOBCH GSCH OMS Marks Marks Marks Marks 1 MB303 Jamnalal Bajaj Institute of Management Studies, Mumbai 180-181 166 153-155 185-186 2 MB311 Sydenham Institute of Management Studies & Research & Enterpreneurship Education, M Read more:Ranking
Basics of Group Discussions 2008-07-15 00:01:16 What is a Group
Discussion? Where is it used? A GD (Group Discussion) is a forum where people sit together, discuss a topic for a certain amount of time with the common objective of finding a solution for a problem or discussing an issue that is given to them. Why are Group Discussions used as a part of the selection process? How are they Read more:Basics
BITS Pilani Dubai Campus – BE Admissions 2008 2008-07-15 00:00:04 BITS, Pilani - Dubai
offers the following Undergraduate Programmes for the Academic Session 2008 — 2009, commencing 31st August 2008.B.E. (Hons.) Computer ScienceB.E. (Hons.) Electrical & Electronics EngineeringB.E. (Hons.) Electronics & Instrumentation EngineeringB.E. (Hons.) Mechanical EngineeringB.E. (Hons.) Chemical EngineeringB.E. (Hons.) BiotechnologyNormally a student is able Read more:Campus