TECHNICAL ROUND C TIME:30 MIN There is technical round 0f 30 questions its optional between c or c++.choose c its very easy. Most of the questions are from yeshwant kanitkar’s TEST YOUR C SKILLS Book. Buy this book and prepare its, very nice.
NOTE;1>QESTIONS ARE NOT IN ORDER. 2> DATA MAY VARY, BUT QUESTIONS LIKE THIS. main { int a[5]={2,3}; printf(“%d%d%d”,a[2],a[3],a[4]); } ANS: 0 0 0
extern int I; is it a declaration or definition?
ANS: DECLARATION
3>MAIN() { int i=-3,j=2,k=0,m; m= ++j&&++i||++k; printf(“%d%d%d”,i,j,k,m); }
4> main() { int i=-3,j=2,k=0,m; m= ++j&&++i&&++k; printf(“%d%d%d”,i,j,k,m); }
5.>main() { const int i=7; printf(“%d”,++i); }
ANS: COMPILATION ERROR
6> #define I 6 main() { printf(“%d”,++I); }
ANS: COMPILATION ERROR
7>if array begins at position 1002 main() { int a[2][3][4]={{1,2,3,4,5,6,7,8,9,1,1,2},{2,3,4,7,6,7,8,9,0,0,0,0}}; printf(“%d%d%d%d”,a,*a,**a,***a); }
ANS: 1002 1002 1002 1
8> MAIN() { printf(“%c”,7[“sundaram”]); }
ANS: m
9>struct name { int a; char b; char n; short s; }n1; main() { printf(“%d”,sizeof(n1));
11> IF A file contains the line “I am a boy\r\n” then on reading this line into the array str using fgets() What would str contain?
ANS:”I am a boy \n\0”
12> in command line enter myprog 1 2 3 what is output? Main(int argc , char * argv[]) { int I,j=0; for(i=0;ij=j+atoi(argv[i]); printf(%d”,j); }
ANS: 6
13> in command line enter myprog Friday Tuesday Thursday what is output? Main(int argc , char * argv[]) { printf(“%c”,**++argv): }
ANS: f
14> main() { printf(“%d”,-1>>4); }
ANS: 0fff
THAT’S ALL I REMEMBERED ON C
APTITUDE SECTION TIME: 30MIN
MOST OF THE QUESTIONS FROM R S AGARWAL BOOK
1>ONE PROBLEM IS ON GAIN OR LOSS?
ANS:25% LOSS
2>A QUESTION ON SOME BOY BREAK CUPS, HOW MANY HE BROKES?
ANS: 5 CUPS
A SQUARE FIELD OF grass (5m*5m), at one corner a goat is tied with 3m long rope. What is area of field available for a goat to eat grass?
ANS: PI* 3*3/4
4? A (3*3*3) CUBE IS PAINTED ON ALL SIDES, LATER IT CUT DOWN INTO (1*1*1) CUBES WHAT IS MAX NUMBER OF CUBES WHICH ARE NOT PAINTED ON ANY OF ITS FACES?
5>HOW MANY FACES, EDGES,VERTICES ON CUBE?
6>A COMPANY IS RECRUITING FRESHERS ON C OR C++. 241 MEMBERS ARE APPLIED. 40 PERSONS RESUME ARE DISCARDED FOR THEY DON’T KNOW C OR C++. 185 PEOPLE KNOW C++ AND 186 PEOPLE KNOW C, HOW MANY PEOPLE KNOW ONLY C?
ANS:16
Total Answers and Comments: 2
Last Update: March 13, 2007 Asked by: Jyothi Shetty
i attended caritor jus two weeks back tech waz simple as i waz a ece student so sir jus asked me about ma project and then he asked me how will i place sensor on road to control traffic sensor need to placed so that we use min no of them and its a junction vecles come frm 4 sides the direction wth max vehicle need to be cleared i gave him reply.then 10 min after i waz caleed on for hr but i lostin hr.
I am MAK, a Mech. grad from Mysore trying to make "IT" big in IT industry.I attended the off-campus of Caritor, held at NIE, Mysore in the last week of August. Test was open for all students
I took the test before three weeks, Here are few of the questions i remember. There are two sections The aptitude section is very easy1.aptitude(30 minutes,30 questions)*verbal1.analogies2.word_____wordthere
We had 3 rounds. 1)60-minutes 30-aptitude(simple) 30-c-prog In this round 30 were short listed. 2)Group-discussion Topics-> Is communication an important issue?. Why people prefer US rather than India?.
Latest Answer : I am a mechanical engineer. I got selected to Caritor. We had 4 rounds. 60 min written. then GD. Then technical. Then HR. For Non-IT people IT stuff is not asked at a point during the interview. They generally test for our ability to learn quickly and ...
In our college, out of 250 odd, 72 short listed for GROUP INTERVIEWGROUP INTERVIEW, (HR type but 10 people at a time, i.e. around the interviewer)Std., questions for each of the people: Tell me about yourself?
Caritor (IT SOLUTIONS) has visited SRM today. Nearly 400 students appeared for the test and the test went on till 4:30 p.m. The test is of on-line type and it consists of two sections, I'll list them
IT solutions - Caritor India ltd.APTITUDE QUESTIONS:1.a cube object 3” * 3” * 3” is painted with green in all the outer surfaces. If the cube is cut into cubes of 1”*1”*1”,
Latest Answer : 3 cats eat 3 rats in 3 minutes.then,50 cats eat 100 rats in how many minutes?Ans:14 minutes ...
C QUESTIONS:Briefcase ] 1. Struct x { int i; char c; } union y{ struct x a; double d; }; printf("%d",sizeof(union
Latest Answer : Ans: 4. so you are trying to increment the MACRO. which is not possible in C/C++(lang i know).substitution will happen and it will place 10 at x..so your statement will be like..++10,which internally extends to 10 = 10+1,which is not possible,because ...
TECHNICAL ROUND C TIME:30 MINThere is technical round 0f 30 questions its optional between c or c++.choose c its very easy. Most of the questions are from yeshwant kanitkar’s TEST YOUR C SKILLS
Latest Answer : do we have "c" round in caritor ...
I got selected in Caritor India Pvt. Ltd. through Anna University off-campus drive. The selection process was FIVE rounds such as1, Written TestAptitude: 30 Q\'s in 30 MintsC: 30 Q\'s in 30 Mints(easy
Latest Answer : Please read the book of Test your skills in C By Y Kanetkar ...
Data Warehouses Non Technical Issues When companies get ready to implement a data warehouse few of them pay attention to the political issues that may surround it It must be emphasized that politics can reduce the chances for success with a data warehouse project and I want to warn companies against
Technical Aspects of CRM While it must be emphasized that CRM is not a technology there are a number of technical issues that need to be considered when a company decides to implement a CRM system The first technical issue that needs to be analyzed is scalability In a nutshell the CRM system must be
ASP NET Technical Practice Test This article provides details about ASP NET Technical Online Practice Test which is made available at geekinterview com Questions are generated randomly each time you take the test Online Practice Test is made available to everyone you too can take the test and get yo
C Technical Practice Test This article provides details about C Online Practice Test which is made available at geekinterview com Questions are generated randomly each time you take the test Online Practice Test is made available to everyone you too can take the test and get your score assessed mosg
Technical Terms Used in Testing World In this tutorial you will learn about technical terms used in testing world from Audit Acceptance Testng to Validation Verification and Testing mosgoogle Audit An independent examination of a work product or set of work products to assess compliance with specifi
Technical Writing It might just be the foot in the door you need For new computer science graduates or even tried and true professionals the opportunities in IT seem to be few and far between If you re looking to break into the industry need a foot in the door at a large corporation or are possibly
When writing an IT resume the most common mistake is presenting too much or too little information More often than not techies tend to go heavy on the technical information often leaving out key soft skills and other important data mosgoogle When writing an IT resume it s extremely important that te
We are proud to announce that we have started Oracle Applications 11i Technical learning series Below given are the proposed topics to be covered in this course After successful completion of this course one can acquire required skills for an Oracle Application Technical Consultant First set of tuto
Please find Technical Support Position Interview Questions If you have any from your experience please send them to us We will update this article These questions can be found in EFS Repository in PDF format mosgoogle Technical Support Position Interview Questions 74 Questions Programming 1 What i
Microsoft Silver Light Technical Details Since Silverlight functions with a subset of XAML or the eXtensible Application Markup Language many have said that this is the epicenter of the Windows Presentation. Developers have the option of utilizing Visual Studio to construct the Silverlight content.