SURESHKUMAR.NET FORUMS
Registered Member Login:
Not a member? Register today!



Welcome to the SURESHKUMAR.NET FORUMS.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.




EASYTECH Placement Papers EASYTECH profile pattern , EASYTECH Latest placement papers and Updated EASYTECH 2006 2007 placement papers . If you have attended recent test of EASYTECH , kindly post the model paper in this forum.

EASYTECH Latest placement paper - 2

        

Reply
 
LinkBack Thread Tools Display Modes
Old 05-02-07, 07:49 PM   #1 (permalink)
Super Moderator
 
sridhar's Avatar
 
Join Date: Feb 2006
Age: 27
Posts: 4,502
Thanks: 25
Thanked 455 Times in 257 Posts
Rep Power: 0 sridhar has a reputation beyond repute sridhar has a reputation beyond repute sridhar has a reputation beyond repute sridhar has a reputation beyond repute sridhar has a reputation beyond repute sridhar has a reputation beyond repute sridhar has a reputation beyond repute sridhar has a reputation beyond repute sridhar has a reputation beyond repute sridhar has a reputation beyond repute sridhar has a reputation beyond repute
EASYTECH Latest placement paper - 2

1]. The following variable is available in file1.c
static int average_float;
all the functions in the file1.c can access the variable

[2]. extern int x;

Check the answer

[3]. Another Problem with

# define TRUE 0

some code

while(TRUE)
{
some code

}

This won't go into the loop as TRUE is defined as 0


[4]. A question in structures where the memebers are dd,mm,yy.

mm:dd:yy
09:07:97

[5]. Another structure question

1 Rajiv System Analyst

[6]. INFILE.DAT is copied to OUTFILE.DAT


[7]. A question with argc and argv .

Input will be

c:\TEMP.EXE Ramco Systems India

main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}
int x;
main()
{
int x=0;
{
int x=10;
x++;
change_value(x);
x++;
Modify_value();
printf("First output: %d\n",x);
}
x++;
change_value(x);
printf("Second Output : %d\n",x);
Modify_value();
printf("Third Output : %d\n",x);
}

Modify_value()
{
return (x+=10);
}

change_value()
{
return(x+=1);
}


main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}

main()
{
char *p1="Name";
char *p2;
p2=(char *)malloc(20);
while(*p2++=*p1++);
printf("%s\n",p2);
}

main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}

#define swap1(a,b) a=a+b;b=a-b;a=a-b;
main()
{
int x=5,y=10;
swap1(x,y);
printf("%d %d\n",x,y);
swap2(x,y);
printf("%d %d\n",x,y);
}

int swap2(int a,int b)
{
int temp;
temp=a;
b=a;
a=temp;
return;
}

main()
{
char *ptr = "Ramco Systems";
(*ptr)++;
printf("%s\n",ptr);
ptr++;
printf("%s\n",ptr);
}

#include
main()
{
char s1[]="Ramco";
char s2[]="Systems";
s1=s2;
printf("%s",s1);
}

#include
main()
{
char *p1;
char *p2;
p1=(char *) malloc(25);
p2=(char *) malloc(25);
strcpy(p1,"Ramco");
strcpy(p2,"Systems");
strcat(p1,p2);
printf("%s",p1);
}

2)****SHOULD LEARN C++(this is very very IMP,Based

3)YOU SHOULD PREPARE ONE FEM PROJECT AND TELL THEM
THAT AS YOUR OWN WORK(This will increase chance

EASI-TECH

WRITTEN TEST PATTERN


1] C TEST 10Q 20MINUITS
2]F E M TEST 19Q 20MINUITS
3]APTITUDE TEST 15Q 20MINUITS
F E M TEST

1)WHO USED THE TERM FINITE ELEMENT FOR THE FIRST TIME?
a)
b)
c) CLOUGH

2)DERIVE THE JACOBIEN |J| FOR BEAM ELEMENT WITH STRAIN
ENERGY?

(ANS:PROMLEM IS NOT CORRECT PLEASE DO NOT ATTEMPT)

3)FOR AN ELEMENT SIGMA Ni=1,WHICH TYPE OF ELEMENT IT IS?
a)
b)NATURAL CO-ORDINATE

(ANS 100% CORRECT)

4)TIMOSHENKO BEAM ELEMENT THEORY TO CONSIDER -- - - -?
a)
b)
c)SHEAR DEFORMATION

5)SHEAR LOCKING - - - - ?

(ANS IS VERY STIFF 'K')

6)MEMBRANE LOCKING

(ANS IS ARCH ELEMENT)

7)Ex(epsiolan x)=dU/dX,Ey=dV/dY,r(X,Y)=?(gama(x,y)=?)
(ANS IS dU/dY+dV/dX )
8)K=integral B(TRANSPOSE)*D*B FOR LARGE DEFORMATION
WHICH MATRIX WILL GET EFFECTED?

(ANS IS D matrix )100%correct

9)FOR PLANE STRAIN f(Ex,Ey,Ez,r(x,y) ) - - -

(ANS IS Ez=0)

10)SERENDIPITY ELEMENT IS

(ANS 8 NODED ELEMENT)
(The element which is having nodes only on boundary is
called SERENDIPITY element)

11)IF THE ROTATION OF ELEMENT AND THE DISPLACEMENT ABOUT
N-A IS SAME THEN THE ORDER OF CONTINUITY

(ANS IS C1)

12)FRONTAL THEORY IS APPLIED FOR
(Please refer any fem book)

13)MINDLINS THEORY IS APPLIED FOR

c) this is the answer(Both Co&C1problems)

14)X=SigmaNi*Xi,U=sigmaNi*Ui WHICH TYPE OF ELEMENT
(Refer book)

15)BEAM SUBJECTED TO UDL FIND THE MOMENTS AT THE 2 NODES

16)Integral B(Transpose)*sigma(here sigma means stress)*dV
REPRESENTS?

(ANS IS INTERNAL LOAD VECTOR)

17)Integral ET(epsiolan transpose)*sigma*dV
P=strain displacement vector
Q=stress-strain deformation
Find [K]

(ANS [K]=[P]T(p transpose)*[Q]*[P] )

sridhar is offline Offline   Reply With Quote
Reply

Tags
easytech , easytech 2009 placement papers , easytech 2010 placement papers , easytech aptitude questions , easytech careers , easytech entrance exam , easytech exam , easytech exam papers , easytech exam pattern , easytech interview , easytech interview pattern , easytech interview questions , easytech latest placement papers , easytech online exam , easytech papers , easytech pattern , easytech placement papers , easytech profile , easytech puzzles , easytech question papers , easytech sample papers , easytech test , easytech written exam , latest , paper , placement


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
All Big MNCs Latest 2006 Placement papers sridhar Companies Info & Recruitment Process 3 07-04-09 07:40 PM
INFOSYS 2006 PLACEMENT PAPERS sridhar Companies Info & Recruitment Process 2 14-04-07 02:22 PM
EASYTECH Latest placement paper sridhar EASYTECH Placement Papers 0 05-02-07 07:48 PM
latest computer virus (SITES) yathish SYSTEM SECURITY & ETHICAL HACKING 1 04-12-06 03:53 PM
CTS 2006 PLACEMENT PAPERS sridhar Companies Info & Recruitment Process 0 09-10-06 05:24 PM


All times are GMT +6.5. The time now is 04:55 AM.

More Interview Questions Here...

Content Relevant URLs by vBSEO 3.3.2