Skip to main content

Posts

Showing posts with the label placement guide

What are the career opportunities available for MCA, Engineering Graduates?

Now that we live in the age of information technology, there is a world of opportunities waiting for MCA graduates like you. Although understandably, you might be apprehensive about your future considering that workforce competition can be quite stiff, you need not worry as long as you plan your career ahead of time. You need not be scared of not being able to find a job. I’m here to help you. I suggest that you take a moment to learn some helpful tips and insights outlined in this section so that you will not have any problems in finding your dream job. Career Options for MCA Graduates As an MCA graduate, you possess excellent computer skills and the ability to develop or create computer applications, understand and utilize various computer languages, as well as provide maintenance and repair to different types of applications, among others. With these technical skills, you would surely find employment in the following positions: Software engineer Soft...

CTS- Cognizant Technology Solution Selection Procedure

CTS Selection Procedure consists of following 3 rounds 1.  PPT. 2.  Aptitude Test. 3.  HR and Technical. PPT-30 -40 minutes 1 .  Written Test No of questions : 55 Time limit : 60 minutes No negative mark Sectional cut off In written test consists two section Section -1- Analytical Ability (30 Ques in 30 mints) For analytical : For analytical (Areas to concentrate) 1. Puzzles (4Ques) 2. Figure-Odd-1 (1ques) 3. Syllogism ( including 2 statements which are mostly asked)....(2 Ques) 4. Coding decoding(4Ques) 5. Logical connectives 6. Data sufficiency 7. Data interpretation (2) 8  Pie chart and table 8. Statement-Conclusion. 9. Blood relation. 10. Cube and dice. 11. Statement inference (true or false like)......(2 Ques) 12. Figure Sequence(4Ques) 13. Puzzles Practice Tests for Quantitative Aptitude Tips and Tricks to learn Quantitative Aptitude For verbal: 1. Error in sentences.(10Ques) 2....

Cognizant Company Profile and it's information for Interview

Website: www.cognizant.com HQ Teaneck, NJ Industry Information Technology Services Size 130K+ Employees, $6B+ Revenue NASDAQ CTSH Competitors Infosys, Wipro, Tata Consultancy Services   About cognizant Cognizant Corporate view: Cognizant is an American multinational IT services and consulting corporation headquartered in Teaneck, New Jersey, United States. Cognizant has been named to the 2010 Fortune 100 Fastest-Growing Companies List for the eighth consecutive year. Cognizant has also been named to the Fortune 1000 and Forbes Global 2000 lists. It has consistently ranked among the fastest growing companies including the 2010 Business Week 50 list of the top-performing U.S. companies, the Business Week Hottest Tech Companies 2010, and the Forbes Fast Tech 2010 list of 25 Fastest Growing Technology Companies In America. Founded: 1994 Headquarters: Teaneck, New Jersey, U.S. Key people:  Francisco D'Souza (President & CEO) Lakshmi Naray...

Stress interview questions

It include 27 stress questions as follows: 1. Direct stress questions • Do you consider standing in a line as stressed work? • Define stress and when do you get stressed out? • Are you able to work under stress? • Please give us an example about you work with a team that faced stress from your experience? • Why do you think it will conduce stress? • What is the worst thing when you faced with stress? • Which transaction is not good for your colleagues whom also faced the stress at the same time? • How do you handle stress? What is the best thin or work you do when you are stressed out? 2. Stress questions by conflict • Okay, if that’s the best answer you can give me. Then what about this question…? • I don’t really feel like your answering the question. Could you please clarify / could you please start again?” 3. Stress questions Pressure • How do you handle rejection? • What is the worst thing that you have heard about our company? 4. Other stress question...

Persistent Placement Papers and Recruitment Pattern

If you are interested in the field of software and want a career in that, then persistent systems is the place for you to be. But before trying in for the test you have to choose your subjects. There are placements for computer literates (for development) and for others too. The others are analyzed for quality and testing. The candidate must have attained 60% or above in 10th and 12th, along with pursuing a degree for engineering. To get into this you have to clear a three level test to get into it. The first round has multiple questions. The first 15 questions are based on percentage, age factors, ratio and proportion etc. The next 15 questions are based on C, to find the output and errors and with abcd options. Next 10 questions are related to data structure. Further 5 questions on operating system like UNIX, segmentation etc. In the second round the candidate is tested for his/her practical knowledge about C language. In the last round the candidate is interviewed. In order to cle...

How to Answer- Tell me about something you did – or failed to do – that you now feel a little ashamed of. (Q.no.4)

Question 4     : Tell me about something you did – or failed to do – that you now feel a little ashamed of. TRAPS:   There are some questions your interviewer has no business asking, and this is one.  But while you may feel like answering, “none of your business,” naturally you can’t.  Some interviewers ask this question on the chance you admit to something, but if not, at least they’ll see how you think on your feet. Some unprepared candidates, flustered by this question, unburden themselves of guilt from their personal life or career, perhaps expressing regrets regarding a parent, spouse, child, etc.  All such answers can be disastrous. BEST ANSWER:  As with faults and weaknesses, never confess a regret.  But don’t seem as if you’re stonewalling either. Best strategy:   Say you harbor no regrets, then add a principle or habit you practice regularly for healthy human relations. Example:   Pause for reflection, as if the ques...

Microsoft Placement Papers for B.Tech,.B.E.,MCA,M.Tech,ME and aptitude tests

Microsoft Placement Paper  Questions 1.C++ ( what is virtual function ? what happens if an error occurs in constructor or destructor. Discussion on error handling, templates, unique features of C++. What is different in C++, ( compare with unix). 2. Given a list of numbers ( fixed list) Now given any other list, how can you efficiently find out if there is any element in the second list that is an element of the first list (fixed list). 3. Given 3 lines of assembly code : find it is doing. IT was to find absolute value. 4. If you are on a boat and you throw out a suitcase, Will the level of water increase. 5. Print an integer using only putchar. Try doing it without using extra storage. 6. Write C code for (a) deleting an element from a linked list (b) traversing a linked list 7. Compute the number of ones in an unsigned integer. ANS. #define count_ones(x) \ (x=(0xaaaaaaaa&x)>>1+(0x55555555&x), \ x=(0xcccccccc&x)>>2+(0x33333333&x), \ x=(0x...

TCS Placement Paper 2012 Solved

1. Which Is The Smallest No Divides 2880 And Gives A Perfect Square? A.1 B.2 C.5 D.6 Ans: C 2. Two Bowls Are Taken, One Contains Water And Another Contains Tea  Equal Amount . One Spoon Of Water From 1st Is Added To Second Bowl And Mixed Well, And A Spoon Of Mixture Is Taken From Second Bowl And Added To The 1st Bowl. Which Statement Will Hold Good For The Above? { Thought Process : Water Bowl Tea Bowl 100 100 90w (+10w= Spoon Volume) 100tea+10water 90w+ (10*10/11)Tea+ 10/11 W 100t- (10*10/11) T + 10w- 10/11w (1st Bowl’s Water Volume Is Equal To 2nd Bowls Tea Volume) 3. Form 8 Digit Numbers From By Using 1, 2,3,4,5 With Repetition Is Allowed And Must Be Divisible By 4? A.31250 B.97656 C.78125 D.97657 Ans: C 4. Rearrange And Categorize The Word ‘Rapeteka’? Ans: Bird 5. One Problem On (785^3-235^3)/(785^2+785*235+235^2) Ans: You Are Free To Carry A Calculator With You But You Should Not Use It To Solve This Kind Of Problem. Because It Is Simple: A3-b3 / A2+ab+b2 Ans Is : A-b Here 78...

Oracle placement preparation tips and placement process

The placement process of Oracle is considered to be very difficult and consists of both written test and interview. Oracle practices this process so as to select the best candidates from the huge lot of candidates. Oracle Placement Test The placement process in Oracle consists of two main sections. First is the written test and the second one is an interview. Some time there is an additional round i.e a group discussion. The written test consists of nearly 60 questions. The topics included in the test are English, Mathematics, Reasoning, and technical fields. The technical fields include C, C++, Java, SQL, Data structure, PL SQL, etc. The duration of the test is 1 hour. The English section is usually tough. It consists of jumbled sentences, fit in appropriate words, tense correction and sentence correction. The section containing mathematics question is simple. Most of the questions involve just basic knowledge. The section containing logical questions can be easily solved by those wh...

Oracle placement papers and Recruitment Pattern

Preparing for the aptitude tests of the major software companies is really not very tough. The companies generally gauge the prospective employees on the basis of their general aptitude and technical skills required for the job profile selected by the candidate. The test for recruitment in Oracle consists of approximately 60 questions on English, reasoning, mathematics and on technical fields like C, C++, Data Structures, Java, SQL and PL SQL. The test duration is generally 1 hour. The mathematics portion is not very difficult and can be easily solved if thorough with the basics; stress is laid on the English section.  The English questions are a mix of filling in wit appropriate words, jumbled sentences, sentence correction and tense correction. Logical questions can also be tackled with a month of sincere preparation. However, for your convenience, you have sample Oracle placement papers, B.Tech students hoping for a placement in the reputed company can make themselves familiar ...

Desired Profile for IBM India to hire Engineering graduates in off-campus events.

Desired Profile for IBM India to hire Engineering graduates in off-campus events.  All candidates must have 1. B.Tech, B.E. (Computer Science , IT, Electronics and Communication) ,M.C.A 2.. B.Sc (Computer Science, IT), B.C.A 3. All candidates MUST have scored a minimum of 60% aggregate in ALL semesters of graduation Written Test The written test consists of two sections each of 45 minutes duration Section#1 This is the aptitude section consisting of 45 questions to be attempted in 45 minutes. As is in all the exams, this section is based on the MBA pattern of examination. Section#2 his is the technical section. There is a separate paper for hardware and software. Candidates have to mention beforehand whether they want to write the software or the hardware paper.This section also carries 45 questions to be completed in 45 minutes. Interview There are two rounds of interviews, viz., the technical and and the HR round Technical and Personal Round for Softw...

Technical Interview Questions - important for TCS, Wipro, Cognizent, Accenture, IBM

What does static variable mean? What is a pointer? What is a structure? What are the differences between structures and arrays? In header files whether functions are declared or defined? What are the differences between malloc() and calloc()? What are macros? what are its advantages and disadvantages? Difference between pass by reference and pass by value? What is static identifier? Where are the auto variables stored? Where does global, static, local, register variables, free memory and C Program instructions get stored? Difference between arrays and linked list? What are enumerations? What is a class? What is an object? What is the difference between an object and a class? What is the difference between class and structure? What is public, protected, private? What are virtual functions? What is friend function? What is a scope resolution operator? What do you mean by inheritance? What is abstraction? What is a data structure? What does abstract data type mea...

TCS Placement Paper January 2011

Company-    TCS  Writen Test:-            (1/2) of a number is 3 more than the (1/6) of the same number?   a) 6 b) 7 c) 8 d) 9 2. There are two water tanks A and B, A is much smaller than B. While water fills at the rate of 1 liter every hour in A, it gets filled up like, 10, 20, 40,80, 160..in tank B. (At the end of first hour, B has 10 liters, second hour it has 20 liters and so on). If tank B is 1/32 filled of the 21 hours, what is total duration of hours required to fill it completely? a) 26 B) 25 c) 5 d) 27 3. Smita was making a cube with dimensions 5*5*5 using 1*1*1 cubes. What is the number of cubes needed to make a hollow cube looking of the same shape? a) 98 b)104 c)100 d) 61 4. A lady has fine gloves and hats in her closet- 25blue, 7 red, and 9 yellow. The lights are out and it is totally dark. In spite of the darkness, she can make out the difference between a hat and a glove. She take...

TCS Placement Paper December 2010

Written Test:- Q 1: There are two water tanks A and B, A is much smaller than B. While water fills at the rate of 1 liter every hour in A, it gets filled up like, 10, 20, 40,80, 160…..in tank B. 1/8 th of the tank B is filled in 22 hours. What is the time to fill the tank fully? a) 26 (b) 25 (c) 5 (d) 27 Ans: 22+log 2 base 8=22+4=26 Note: The question arise more than 1 time. Ques 2: A sheet of paper has statements numbered from 1 to 70. For all values of n from 1 to 70. Statement n says 'At least n of the statements on this sheet are false.' Which statements are true and which are false? (a) The even numbered statements are true and the odd numbered are false. (b) The odd numbered statements are true and the even numbered are false. (c) The first 35 statements are true and the last 35 are false. (d) The first 35 statements are false and the last 35 are false. Ans. c Note: For this type of Questions, follow this: --At least- I'st half are true, Last ...