Ami
Ami
Ami
2. Calculate : (x-a)(x-b)(x-c)....(x-z)?
3. What is the day after 4 days after 2 days before the day before tomorrow?
4. 2 trains each of length 1 mile enter into 2 tunnels of lenth 1 mile and
2 miles apart. speed if trains are 5 and 10 miles/hr. Give the postion as
viewed by a helicopter when the trains meet?C h e t a na S
8. In a family 7 children don't eat spinach, 6 don't eat carrot, 5 don't eat
beans, 4 don't eat spinach & carrots, 3 don't eat carrot & beans, 2 don't eat
beans & spinach. 1 doesn't eat all 3. Find the no. of children.
C/C++ :
a. void main()
{
char a[6] = "INDIA";
while(*a)
{
printf("%c",*a);
a++;
}
}
1. india
2. I N D I A
b. protected derivation
c. int m = 10;
main()
{
int m = 20;
{int m = 30;}
printf("%d %d",m,::m);
3. no output
4. error
5.Null
1. 10 10
6. None
2. 10 20
3. 20 10
4. 20 30
5. 30 20
1. 100.34
2. 99.34
3. 101.34
4. 102.34
5. None
}
main()
{
int getinp;
unsig char getmisc;
scanf("%x",&getinp);
getmisc = snapnib(getinp & 0xff);
printf("%x",getmisc);
}
g. main()
{
int getinp = 6;
while(--getinp)
{
printf("%d",getinp);
if(getinp++ != 3);
else
break;
if(getinp-- != 5)
continue;
else
getinp = getinp - 2;
}
1. 14 2. 12 3. 24 4. 35 5. none
int i;
char *prechar;
scanf("%d",&i);
(input is 12)
prechar = fn(i);
printf("%c",*prechar);
}
1. a bus
2. give string "Amen" as global
3. use return(a[num]) instead of return(&a[num])
4. give main before fn
1. 65535
2. -65535
k. *name = "ANYTHING";
*foo = "ALRIGHT";
*name1 = "WRONG";
strcat(name,name1);
printf("%s %s
",name,foo);
3. -1
4. 1
5. none
return(0);
Assembly :
i) swap 2 variables without temp variables
(use XOR, OR, AND, NOT).
We had the interview for 2 days in first day; they come to my college and
conduct only 2 rounds. They conduct remaining rounds in the company on
next day itself. AMI is in Kumaran Nagar near Sathyabama deemed University
Chennai.
FIRST ROUND
Actually three sections in first round.
1. C.
2. C++.
3. Logical reasoning.
In the first section they ask only 10 questions. It's fully based on pointer
concepts and basics in C. Each question carries one mark.
In the second section also they ask only 10 questions. It's fully based on oops
concepts. Each question carries one mark.
In the third section they ask 10 questions. Its easy only better study logical
reasoning in sakunthala devi book. Each question carries different marks.
SECOND ROUND
This is not an elimination round. In this they conduct again written test. In
this test we select either Assembly Language Program or Java Programming.
Only 30 minutes time we have to attend all questions. They ask only 10
questions in ALP. But in java they ask 20 questions it's quite tough. Better
take ALP it is plus point to yours. I took ALP only. Better go through the
previous AMI question papers. I got many questions like this only. For
example "swap two members without using the temporary variables"
After this round there is a huge elimination. For us we attend 9 members. But
they short listed only 3 members.
FOURTH ROUND: GD
We don't have GD because only 3 members got cleared the technical. But
they said fourth round is GD at time of pre-placement talk.
Finally they select only two out 3 members. I got my offer letter within 10
days. They sent the offered letter to college.
Hi folks,
Today I attended the Off campus drive for american megatrends. Actually its
for NIIT students only. Its a online test. They conduct this test through test.
Monstercollege. In and duration of this test is 3 hours. They split 5 sections
and each section have allotted time only. Once you submit a section you can't
come back to that section.
They doesn't give any marks allocation for any section. First section is very
easy but you want to finish within time that is the matter. They said some
situation like you are the team leader while your team member not do his
task within time what will you do? Describe about you not more than 250
words, Which is your favorite subject during your engg and why? how your
friends describe about you? After 3 years how you will be? what about your
dream job?
In second section Mostly they give simple program and asks it op only. This
section very easy guys. You need to concentrate loop control, pointers,
structure.
In third section same they will give pgms and ask op. But this section little
tricky and easy. Collections, Exception, inheritance and interface (near 6 to 7)
based question mostly there.
1. Write the program for perform operations in complex number and the class
must be immutable (Java).
2. Write the program to get a string from user and sort the char in
alphabetical order (C).
A farmer has 17 sheep. All but 9 die. How many are left?
HI vectorians,
i m kaushik rachalwar from batch 91 k1 recently got placed in AMI with
blessing of my parents. special thanx from my bottom of heart to Sameer sir
for providing the best knowledge in C DS Linux which was very helpful for
cleared the interview,i would to thanx shashank sir ,reddy sir,badri sir who
help me in 8051 labs and all LC who were helped me whenever i want.
Regarding my placement till the AMI i had attended 7 companies
among those i cleared written test of 4. i gave technical interview in
safran,hella,nomus telecom,data patterns but i failed there and this was
important lesson for me to improve myself to be more confident , i had learn
lot from this all interview.
1st section: soft skillls:like Tell me about urself,dream job,what ur friends say
about u,and some questions related to situations like how u react when that
situation arises....
2nd section:Reasoning: Better to verify R.S.Agarwal and M.tyra reasoning
book and some other books like
3rd section:C choose the correct answers: To answer these questions u better
verify and thorough with our class notes notes and some books like c in
depth,vector materials,....Not too tough,
4th section: 8086.they asked very basic que in 8086 u can refer bhurchandi
book 4 dat n u refer some basics of 8086.
5th section:Programming in C n 8086C: Two programs on strings only 1.Count
the words 2.arrange the sentence in
1. what is library? types and how you link this with your file. (lib.so,lib.a)
2. FILE based question in c and give some programming on it.
3. compilation stages and how its internally work with files n wat will be
output of dat file.
4. what is gdb? explain working with example?
5.structure and union based programming output.
6. explain your academic project and vector project?
7. singly, doubly link list simple program they ask.like searching, sorting.
8. simple string reverse,sorting like programming.
9.write down prog,of student data base using pointer.
10. what is various types of pointer.
11.what is volatile.
12. what is storage classes.
13.whai u ve done in vector
all such type of basic question they asked, if u prepared "C IN DEPTH "well
then u can answered it well.
tech 2:
HR :
By 1995 AMI was well known for its RAID expertise and was named the
number one third-party host-based RAID controller manufacturer in the world
by Gartner Groups Dataquest. In August 2001 AMI sold its RAID assets,
including its MegaRAID line, to LSI Corporation. This enabled AMI to expand
its Stor Trends line of NAS and IP-SAN solutions. With StorTrends, AMI has its
sights set once again on being a leader in the storage market.
Headquartered in Atlanta, and with offices around the world, AMI offers
unmatched service and support. With more than 80% of its employees
contributing engineering capacity, AMI can provide customers with unrivaled
hardware and software design services, and is uniquely qualified to extend its
customers a high level of product customization and technical support
services.
For more details:http://www.ami.com/
Found the similar paper in recruitment ? : Yes No
You might also be interested in :AMI Placement Papers , , Placement Papers
By Company
Previous Papers Next PapersAMI/Placement-Paper-Whole-Testpaper-3779...AMI
Placement-Paper-Whole-Testpaper-3786...
Firstly,I wanna say thanks to my parents who have encouraged me a lot and
supported me upto now...........And after I would like to thank Raju sir who
organized this great institute vector which provides good knowledge and
placement.And coming to faculty ,Sameer sir and shashank sir taught us the
most useful information ........Thank u very much for u both ...And other
vector members like subramanyam sir,badri sir and placement
1st section: soft skillls:like Tell me about urself,dream job,what ur friends say
about u,and some questions related to situations like how u react when that
situation arises....
2nd section:Reasoning: Better to verify R.S.Agarwal reasoning book and some
other books like
shakuntaladevi puzzles.....But u cant understand shakuntaladevi puzzles
without previous reasoning knowledge.
3rd section:C choose the correct answers: To answer these questions u better
verify and thorough with notes and some books like c in depth....Not too
tough
4th section:The other one based on their requirement like what they have
mentioned before ........For me it is 8086.They even asked some basic
questions like diff in 8085 and 8086 .So better u refer some basics of 8085 n
80865th section:Programming in C n 8086C: Two programs on strings only
1.Count the words 2.arrange the sentence in
alphabetical order8086: Two programs 1.2's complement 2.Find the largest
So,if u dont know programming in 8086 also u have to try something......Dont
leave blank.Something is better than nothing right.....So try ur best.
Technical 2:
One person interviewed me...He asked me about myself ,if u got job ,another
company comes in hyd,will u go?like some questions, and some questions
like interrupt,stack,call,ret
And about our previous attended campus ...If u answer something u have to
be thorough wid all the words,and hex to dec conversion ...About our
programs written in test...He will analyse u easily bcz he is experienced.So be
careful while answering....
HR:
He is so friendly..Dont afraid,he will ask all ur details,ur
personal,education,previous interviews,How do u see urself after 5 yrs?Why
should I hire u?All about hobbies? Nothing difffucult just answer without any
hesistation...After about 1hr then he wants me to wait ouside.