INAUTIX PLACEMENT PAPERS -------- placement paper-1
Answer Posted / guest
INAUTIX PLACEMENT PAPERS- INAUTIX aptitude questions
INAUTIX interview procedure-INAUTIX technical questions
INAUTIX c++ questions---c++ interview questions
C++ paper:
----------
1.cin is an
a.function
b.object
c.class.
2.i con't remember the ques but the ans is Virtual base
class
3.what is the use of scope resolution operator?
4.advantage of inline function?
5.copy constructor is
ans:call by value.
6.ques on vertual destructor?
7.template one ques?
8.one q' on container class?
The order above may be different.there r totally 15 ques
its very easy
to ans'r.
rest of the ques r as same as HCL cisco.u can do that.
C paper:
--------
1.How will u terminate the statement?
ans: ;
2.select the wrong one
a.a+=1;
b.a*=2;
c.a**=1;(ans)
d.a>>=1;
3.
main()
{
int n,i=1;
switch(n)
{
case 1:
some stuff;
case 2:
some stuff;
default:
i=10;
}
printf("i=%d",i);
}
what will be value of i;
ans:non of the above
4.pick ut the wrong one
#typedef some stuff
{
---
};
5.one q's on do loop?
6.pick the odd one
a.malloc
b.calloc
c.new(ans)
7. char *ptr;
p=malloc(20);
How will u de allocate the memory?
a.delete.
b.free.
There r about 20 q's in this section rest i am un able to
remember?
INAUTIX UNIX questions ---- UNIX interview questions
UNIX paper:
-----------
1.ans:script
2.How will u do version maintaince?
sccs(source code control system)
3.awk $2
4.a program in shell script?
find the o/p.
5.which signal u can't catch?
ans:sigkill
6.core dump is due to ?
ans:segmentation fault.
7.echo "todays date is 'date'";
o/p = ?
8.process synchronisation is done by ?
ans:s'phore
There r totally 15 in this section rest r easy to answer
INAUTIX PLACEMENT PAPERS- INAUTIX aptitude questions
INAUTIX interview procedure-INAUTIX technical questions
| Is This Answer Correct ? | 41 Yes | 5 No |
Post New Answer View All Answers
speak 1min on topic Travelling,memorable moment ,memorable day?
Danlaw placement questions and answers
how did you celebrate your last birthday?
what you will do when you struck in traffic ?
What are the frequently asked questions for interview in capital iq company ?
what is placement paper?
what is difference between uv and visible spectroscopy and how to differentiate the drug compounds in uv visible region
what is the use of air in gc
What kind of Issues/bugs arise in ETL projects? I would like to know few issues (critical to somewhat bugs ) normally occur in ETL process especially when testing? Domains can be banking, retail or any.
Sks Microfinance
HI SIR I WANT PREVIOUS QUESTION PAPER OF HPCL I M CHEMICAL ENGG.
my question is : reverse a string in COBOL program (please write a code asap) input file: 1234abcdef output file: 8765_____ abc*$#1___ 1_2_3_4__ cdef____ghi h_k_z_a__ a_z_k_h___ ihg____ghi 4_3_2_1___ 1#$*cba__ ______5678 fedcb4321
my question is : reverse a string in COBOL program (please write a code asap) input file: 1234abcdef abc*$#1___ cdef____ghi a_z_k_h___ 4_3_2_1___ ______5678 output file: 8765_____ 1_2_3_4__ h_k_z_a__ ihg____ghi 1#$*cba__ fedcb4321
A frog wants to climb a pole which is 15 feet in height, frog can jump 3 feet every minute after which he rests for a minute where he slips down 2 feet. How much time will the frog take to reach the top of the pole?
printf("%d",printf("%d",printf("%d",printf("%s","ILOVECPROGRAM")))); whats the output