September 17, 2010

ACCENTURE PLACEMENT PAPER - 09 SEP 2006 - CHANDIGARH



ACCENTURE PAPER - 09 SEP 2006 - CHANDIGARH
Time-60 Minutes
No of questions-55
No of Sections-3

Section 1 - Verbal Ability

1. _________ great writer is convinced that whatever he says is not an echo or imitation of what others have said.
A) An      C)A         B) The       D) No article required

2. ________ Reserve Bank of India directed banks to closely watch _______spending through International Debit Cards.
A)A, the     B) The, the     C) The, a          D) .-\n, the

3. The officer received _____ official letter from _____ Ministry of IT in _____ Central Government.
A) A, the, an       C) An, the, the        B) A, an, the         D) An, an, the

4. You CANNOT send out ______uneducated man into ______ world of technology and expect him to perform.
A) An, an      B) A, an          C ) An, the      D) The, an

Directions for Questions 5-9:
Read the passage and answer the questions that follow on the basis of the information provided in the passage.

Dynamic Link Libraries
Windows provides several files called dynamic link libraries (DLLs) that contain collections of software code that perform common functions such as opening or saving a file. When Windows application wants to use one of those functions or routines, the app sends a message to Windows with the names of the DLL file and the function. This procedure is known as calling a function. One of the most frequently used DLLs is Windows COMMDLG.DLL, which includes among others, the functions to display File Open, File Save, Search, and Print dialog boxes. The application also sends any information the DLL function will need to complete the operation. For example, a program calling the Open File function in COMMDLG.DLL would pass along a file spec, such as *. * or *.DOC, to be displayed in the dialog box's Filename text box. The application also passes along a specification for the type of information it expects the DLL to return to the application when the DLL's work is done. The application, for example, may expect return information in the form of integers, true/false values, or text. Windows passes the responsibility for program execution to the DLL, along with the parameters and the return information the DLL will need. The specific DLL is loaded into memory, and then executed by the processor. At this point the DLL, rather than the application, runs things. The DLL performs all the operations necessary to communicate with Windows and, through Windows, with the PC's hardware. After the DLL function is complete, the DLL puts the return information intomemory, where it can be found by the application, and instructs Windows to remove the DLL routine from memory. The application inspects the return information, which usually tells whether the DLL function was able to execute correctly. If the operation was a success, the application continues from where it left off before issuing the function call. If the operation failed, the application displays an error message.

5) By using DLLs, Windows:
A) Saves processing time    B) Multitasks      C) Shares program code    D) Communicates with PCs hardware

6) To use any routine of a DLL, Windows:
A) Searches and copies it in the application code and executes it
B) Loads the DLL file and searches and executes the routine
C) Loads just the required routine in memory and executes it
D) Searches the location of the routine and instructs the application to execute it

7) Which information does an application need to passto Windows to use a DLL routine?
A) Just the name of the routine
B) Just the name of the DLL, which finds in turn the routine to be executed in return
C) Both the name of the routine as well as DLL and any parameters
D) Name of the DLL, routine, any parameters and type of information to be returned

8) According to the passage, while the DLL routine is executing, the calling application:
A) Waits for the routine to execute
B) Continues with other tasks
C) Helps the DLL routine perform by communicating with Windows and through Windows with the PC's hardware
D) Passes all responsibility of program execution to the DLL and is removed from memory

9) The DLL function after execution returns:
A) The parameters and information into memory, where it can be inspected by the calling application
B) Information into memory, where it can be inspected by the calling application
C) To the calling application the information required by it so that it can inspect it
D) The information required into memory so that DLL can inspect whether the function operation was a success

Directions for Questions 10-14
Readthe passage and answer the questions that follow on the basis of the information provided in the passage.

Microprocessor is an electronic
computer Central Processing Unit (CPU) made from miniaturized transistors and other circuit elements on a single semiconductor Integrated Circuit (IC). Before the advent of microprocessors, electronic CPUs were made from individual small-scale Integrated Circuits containing the equivalent of only a few transistors. By integrating the processor onto one or a very few large-scale Integrated Circuit packages (containing the equivalent of thousands or millions of discrete transistors), the cost of processor power was greatly reduced. The evolution of microprocessors has been known to follow Moore's Law when it comes to steadily increasing performance over the years. This law suggests that the complexity of an Integrated Circuit with respect to minimum component cost will double in about 18 months. From humble beginnings as the drivers for calculators, the continued increase in power has led to the dominance of microprocessors over every other form of computer; every system from the largest mainframes to the smallest handheld computers now uses a microprocessor at their core. .As with many advances in technology, the microprocessor was an idea whose time had come. Three projects arguably delivered a complete microprocessor at about the same time: Intel's 4004, Texas Instruments' TMS1000, and Garrett AiResearch's Central Air Data Computer. A computer-on-a-chip is a variation of a microprocessor, which combines the microprocessor core (CPU), some memory, and I/O (input/output) lines, all on one chip. The proper meaning of microcomputer is a computer using a (number of) microprocessor(s) as its CPU(s), while the concept of the patent is somewhat more similar to a micro controller.
http://www.ChetanaS.org
10) Which of the following descriptions would NOT fit a microprocessor?
A) Electronic computer      B) Central Processing Unit  
C) Memory disk         D) A single integrated chip circuit.

11) Select the TRUE statement from the following.
A) 11icroprocessors and computers on a chip are variations of each other.
B) Integration of processing power on chips has made processing power cheaper.
C) Before microprocessors, CPUs were not made from individual small scale ICs.
D) A microprocessor circuit only has transistors in it.

12) Which of the following was NOT the first to develop a microprocessor?
A) Microsoft   B) Intel     C) Texas Instruments     D) Garret

13) According to the passage, which of these is NOT a use of microprocessors?
A) Drivers for calculators     B) Core for large mainframes
C) Advanced mobile phones    
D) Used for small handheld computers

14) "A number of microprocessors at its CPU" is an apt description of a:
A) Micro-controller     B) Micro-computer    C) Micro-processor    D) Micro-transistor

Section 2 -Analytical Ability
No. of Questions: 20
Duration in Minutes: 20

15) At an international conference, 100 delegates spoke English, 40 spoke French, and 20 spoke both English and French. How many delegates could speak at least one of these two languages?
A) 110 B) 100 C) 140 D) 120

16) In a row of 60, if Ram is standing at 17th from the first what is his position from the last?

Directions for Questions 17-20:
In a certain code, the symbol for 0 (zero) is. * and that for 1 is $. The numb.:rs greater than 1 are to be written only by using the two symbols given above. The value of the symbol for 1 doubles itself every time it shifts one place to the left.
(For example, 4 is written as $**; and; 3 is written as $$)

18) 260 can be represented as:
A) $****$**        B) $$*$$$$$     C) $$*$$$$**     D) $*****$**

19) 60 / 17 can also be represented as:
A) $$$*$*** / $$**$$              B) $$$***** / $$**$$
C) $*$$*$** / $$**$$              D) $$*$*$** / $$**$$

20) $***$ can be represented as:
A) $$$ / $*    B) $*$**- $$       C) $*$*$- $$    D) $$$***$ - $$

21) binary 3 - 011 & 4 - 100 & 5 - 001 so convert it into binary n solve it.

Section 3 -
No. of Questions: 15
Duration in Minutes: 15
Your answer for each question below would be:
A, if ALL THREE items given in the question are exactly ALIKE.
B, if only the FIRST and SECOND items are exactly ALIKE.
C, if only the FIRST and THIRD items are exactly ALIKE.
D, if only the SECOND and THIRD items are exactly ALIKE.
E, if ALL THREE items are DIFFERENT.

22 - 26 que just matching of pattern

22)LLMLLLKLMPUU, LLMLLLKLMPUU, LLMLLLKLMPUU
A) A     B)B      C)C       D)D     E)E

23) 0452-9858762, 0452-9858762, 0452-9858762
A) A     B)B      C)C       D)D     E)E

24. If* stands for /, / stands for -,+ stands for * and -stands for +, then 9/15*9+2-9=?
A) 14.7     B) 15.3       C) 14.1      D) 16.2

25. If * stands for -,/ stands for +, + stands for / and -stands for *, then which of the following is TRUE?
A) 16/8*6+90-12 =23.2        B) 8*12/6+90-12 =7.2
C) 16*6/8+16-12 =-4.1        D) 12*16/6+90-12 =8

26. See the options given below which one is correct
A) 6 S 7 A 2 M 3 W 0 D 7    
B) 6 A 7 S 2 M 3 W 0 A 7
C) 6 S 7 M 2 S 3 W 0 M 7
D) 6 M 7 S 2 A 3 X 0 D 7

Directions for Questions 27-30:
For the post of a manager of a leading call centre -Arkade Inc. - situated in Ludhiana, the following are the criteria the candidate must satisfy:
- The candidate should have a Management Degree. http://www.ChetanaS.org
- The candidate should have at least 4 years of similar experience at-another call center.
- The candidate should be more than 30 years of age as on the 1st of July 2003.
- The candidate should have 6 months of international exposure, i.e. should have been posted in a foreign country.
If a candidate does not satisfy the 1st condition but has more than 2 years of international experience, then the VP operations, will interview him.
If a candidate does not satisfy the 4th condition, then the HR manager will interview him.

27) Shakuntala was selected for a managerial position in an international call center after she passed out from AIM Management Institute. After working for 3 years in the call center, she took a sabbatical. She is 29 years of age as on the date of application. She will be:
A) Interviewed only by the HR        B) Interviewed only by the VP
C) Rejected                          D) Data insufficient

28) Rajiv has been working as a Manager in Zephyr Inc. for 4 years now. He is an Engineering graduate from a premier engineering institute. His certificate lists his date of birth as 17/12/1974. He has worked in the hotel industry at the executive level. He is:
A) Give an aptitude test        B) Interviewed by the VP
C) Data insufficient            D) Not considered

29) Soma has 2 years of experience in Welsh Inc. and 2 years of experience in Franc Inc., both leading call centers, as a manager. She has a management degree from a premier management organization. She turned 30 this December (2002). She is a B.Com Graduate from St. Xavier's, Calcutta. If she applies for the post, she will:
A) Be interviewed directly by the VP Operations
B) Not be considered
C) Be interviewed by the HR
D) Have to give an aptitude test

30) Salina has over 4 years of experience in Care Touch, a leading call center, as a manager. She completed her MBA from Ranchi and worked in Singapore for UNO for 2 years before joining Care Touch. She will be:
A) Recruited        B) Rejected        C) Interviewed by dIe VP Operations    D) Data insufficient

FEEL USEFUL PLEASE GIVE +1

0 comments :

Post a Comment

Get Syllabus in your Mail

Labels

Accenture Admission Notice - 2010 Admission Notification Anna University Anna University Chennai Anna University Question Papers Anna University Trichy Apparel Technology and Management Aptitude Questions Arts and Science Colleges Biomedical Engineering C and CPP Ebooks Calicut University CBSE Question papers Civil Engineering Civil Service Exams Colleges in India Colleges Result Computer Science Engineering Core Jobs CS R2008 CSE CSIR NET EBooks Download ECE EEE EIE Electives Electrical and Electronics Engineering Electronics and communication Electronics and Instrumentation Engineering Engineering Engineering Colleges in Maharashtra Engineering Colleges in TamilNadu Engineering Admissions Engineering Colleges Engineering Colleges in Karnataka Engineering Jobs Engineering Syllabus Entrance Exam Dates Entrance Exam Results Entrance Examination Exam Time Table Experiencer First Year Syllabus Freshers Full Time Jobs Government jobs in india Hardware and Networking Jobs Hotel Management and Catering Technology IGNOU Information Technology INTEVIEW QUESTIONS IT Jobs JNTU Question Papers Jobs in Bangalore Jobs in Chennai Jobs in Coimbatore Jobs in Delhi Jobs in Hyderabad Jobs in India Jobs in Kerala Jobs in Noida Jobs in Tamilnadu Jobs in TATA Karnataka Educations Lab Manuals Mechanical Engineering Medical Colleges Placement Papers Plus 2 Preparation for exams Private Jobs in India Question Papers Question Papers Download Results Announcement Semester 1 Semester 2 Semester 3 Semester 4 Semester 5 Semester 6 Semester 7 Semester 8 Syllabus Syllabus Download Tamil Movie TCS Placement Papers Teaching Jobs TECH MAHINDRA Textile Technology Top colleges University Results UPSC VICEVESVARAYA TECHNOLOGICAL UNIVERSITY waec Walk-in Interview Web Designers

Followers

Archive

Anna university Engineering Syllabus

Earn Money From Online

Government jobs in india

Admission Notification

Total Pageviews

 

Privacy Policy
http://topengineeringcollegesintamilnadu.blogspot.com use third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.