Вы находитесь на странице: 1из 4

Register | Login

PlacementPapers

AptitudePreparation

InterviewPreparation

GeneralKnowledge

OnlineTest

Home >Intergraph >IntergraphWholeTestpaper

Share

IntergraphPlacementPaper:28752
Like

Views:10854
Rating:

PaperType:WholeTestpaper
PostedBy:John
UpdatedDate:Aug2,2014

1studentsfoundsimilarpaperinexam

MostviewedpapersofIntergraph
IntergraphCandidatesExperiences
Category:CandidateExperiencesIntergraph
10348views,
ViewPaper

IntergraphTechnicalC
IntergraphWholeTestpaperplacementpaperQuestionandanswers

ModelpaperofInetrgraph

Category:TechnicalCIntergraph
7567views,
ViewPaper

1question__onanalogy
1"_______nonverbalreasoning

IntergrpahTechnicalOther

1.thereare6(p,q,r,s...)people.eachoneplayonegametennis,football,hockey,cricketetc
clues given like:shortest one plays hokey largest person plays ..tennis P,Q ARE NEITHER
LARGESTNORSHORTESTRPLAYSFOOTBALLsisbetweent&rinheight
question:whoplayswhichgame
whoistaallerthanwhom

ViewPaper

2.a cube has colors blue,red ,yellow each on two opposite sides.cube is divided into "32
smallcubesand4largecubes".
question:how many cubes (on 36 cubes) have blue at leat one side.how many cubes have
colorsontwosides.
3.anlogy:cell:tissue::atom:?

Category:TechnicalOtherIntergraph
6871views,

IntergraphWholeTestpaper
Category:WholeTestpaperIntergraph
10984views,
ViewPaper

IntergraphWholeTestpaper
Category:WholeTestpaperIntergraph
9973views,
ViewPaper

4.aapersonsoldtwoarticlesfor80/each.with20%profitononearticleand20%losson
anotherarticle,whatistheloss/prifithewillgainonboth.
5.five cities. city1 is west to city3.city4 is east to city 5._____etc.which is farthest on west
side.

ViewAll

MostViewedPracticeTests

6.onequestionon:=+,*=,/=*etcthen10/5*45=?
7.on,C,paperiseasy.mostlyonpointers,3questiononstructures,5onfundamentals,
8.ex:definemax10
main()
{
inta,b
int*p,*q
a=10b=19
p=&(a+b)
q=&max
}Qa)errorinp=&(a+b)b)errorinp=&maxc)errorinbothd)noerror
importantsuggestions:
1.averagepreparationisenoughtoqualifyfoeinterview.timeisenough.
2.theyareparticularaboutacademicbackground.
3.interviewisonlyonpersonaldetails.noquestionontechnicalsubjects
4.theymaychangepapersetsalso.
5.inoutsiderecruitmenttheyareaskingmorequestionsonCAD.
butnotincampus.
iniitdtheyinterviewed5studentsoutof21.selected1,waitinglist1.
6.cutoffcgpa:7.5
Optimizethebelow1,2,3,4questionsfortime:
1)
inti
ifi=0theni:=1
ifi=1theni:=0
2)
inti
ifi=0theni:=1
ifi=1theni:=0
(giventhaticantakeonlytwovalues(1,0))
3)
inti
ifi=0theni:=1
elseifi=1theni:=0
(giventhaticantakeonlytwovalues(1,0))
4)
intm,j,i,n
fori:=1tondo
m:=m+j*n

Level1QuantitativepracticeTest6 paid
30questions30min7214studentstaken
TCSPlacementPaper free
35questions80min14935studentstaken
WiproPlacementPaper free
50questions60min4678studentstaken
Cognizant(CTS)PlacementPaper free
55questions60min7442studentstaken
EmployabilityAssessmentTest free
25questions25min4666studentstaken

BuyNo

5)Expandthefollowing
a)ISDN
b)CASE
c)CSMA/CD
d)OOPS
e)MIMD
6)Inthefollowingquestions,answerA,B,C,Ddependingonwhen
theerrorsaredetected?
Aifnoerrorisdetected
Bifsemanticandsyntacticchecking
CifduringCodegenration&Symbolallocation
Druntime
a)Arrayoverbound
b)Undeclaredidentifier
c)stackunderflow
d)Accessinganillegalmemorylocation
7)HowmanypagefaultswilloccurforbelowsequenceofpageswhenLRU
pagereplacementalgorithmisused(Thememorycanonlyhave3pages):
1,2,3,4,2,1,5,2,4(somethinglikethat)

8)IfaCPUhas20addresslinesbutMMUdoes'ntusetwoofthem.
OSoccupies20K.Novirtualmemoryissupported.Whatisthe
maximummemoryavailableforauserprogram?
9)Forabinarytreewithnnodes,Howmanynodesaretherewhich
hasgotbothaparentandachild?
10)Understandthefundaofincrementingavariableusing
val++and++val.Someprogramsaregivenforerrorcorrection.
11)Learndatagram.(Computernetworks)
12)Whichofthefollowingcanbezero?(onlyone)
a)swapspace
b)physicalmemory
c)virtualmemory
13)Whatisamustformultitasking?
a)Processpreemption
b)Paging
c)Virtualmemory
d)Noneoftheabove
14)Aquestiononcallbyvalue,
callbyname,
callbyreference.
f(x,y,z)
{
y:=y+1
z:=z+x
}
main()
{
inta,b
a:=2
b:=2
f(a+b,a,a)
printa
}
whatisthevalueofaprintedforthreedifferentcallsinmain.
15)Usingthefollowinginstructionsandtworegisters,A&B.
findoutAXORBandputtheresultinA
PUSH<reg>
POP<reg>
NORTheseinstructionsoperateswithA&Bandputstheresultin
ANDA
(questionbasicallytogetXORintermsofNORandAND)
16)True/Falsequestions:
1)Thepagesizeshouldbethepowerof2.
2)
17)
inti=0
intj=0
loop:
if(i=0)
i++
i++
j++
if(j<=25)
gotoloop
xxx:
question1:howmanytimesistheloopentered

Afewquestionsofthatsort.somecountfundaes.Easyone)
18)Whohandlespagefaults?
a)OS
b)MMU
c)Hardwarelogic
d)etcetc....
19)Forwhichoffollowingisitnotpossibletowriteanalgorithm.
a)Tofindout1026thprimenumber
b)TowriteprogramforNPcompleteproblem
c)TowriteprogramwhichgeneratestrueRandomnumbers.
etc...
20)whatistheessentialrequirementforanrealtimesystems
a)preemption
b)virtualmemory
c)pagingetc...
Questionbankcollected,compiledandeditedbyBPMandBaiju.
INTERGRAPHSOFTWARE
Paperconsistsoftwosections:1.analytical(20marks)
2.Cskills(20marks)totaltime45
Analytical:
1.Givenacube,withdifferentcolorsonitsfaces,andtheniscut
into64pieces,andthequestionsrelatetothecolorsofdifferent
coloredsmallcubes.
2.Afewladiesandgentssitaroundtableinsomegivenorderand4
questionsareabouttheirseatingarrangementwithsomerestrictions.
3.Drawavenndiagramfor3items:white,flowers,cloth
Ans:draw3circleseachintersectingtheother,withwhitekeptinthe
middle.
4.Aproblemrelatedtoseatingarrangementof4people(2ladiesand
2gents)withsomerestrictions
5.problemrelatedtomilkwithwateraddedtoitforthreetimes
Ans:20.5litres
6.Problemrelatedtodiagrams.Fivediagramsweregivenandaskedto
findthesixthone.
CSkills:
1.Maxnumberofnodesinabinarytreewithheight3is20:Ans:False
2.10,20,30,40,50,60:givetheorderwhenputinaqueueandinastack
Ans:Queue:10,20,30,40,50,60
stack:60,50,40,30,20,10
3.Debuggingistheprocessoffinding
Ans:logicalandruntimeerrors
4.tracetheerror:
voidmain(){
int&a
/*someotherstuffhere*/
}
Ans:syntaxerror
5.aproblemwithafunctionnamed'myValue'willbegivenandaskedto
findthevalueofmain()foranargumentof150,
Ans:150
6.Someproblemsrelatedto'for'loops.
7.problemonconditionalinclusion.
8.problemrelatedtodepthfirstandbreadthfirstsearch(DSAsubject)
9.studythesyntaxofmallocfunction
10.locatetheerror
intarr(20)
Ans:syntaxerror.
INTERGRAPH
1.nonverbalquestion:fourfiguresaregiven,find5thfigure.
ans:1stfigure.
2.drawthevenndiagramforflowers,clothes&white
ans:

||

||||||
||||||
|flower||||clothes|


|white|

3.there are 6 boysa,b,c,d,e,f and 5 girls p,q,r,s,t. a team should be formed with 6
membersand some more conditions like c and d should sit together p won't sit with e.
thereare4q'sbasedonthisref:puzzletestofagarwal
4.a cube is painted with blue, yellow and black on opposite faces.it is cut into 36 cubes,of
which4cubesarebiggerthanothers.3q'sonthis.
hint:firstcutcubeinto3equalpieces(notcubes).cutfirstpieceinto16equalcubes(4x4).cut
3rdpieceinto16equalcubes(4x4).cutthe2ndpiece(middlepiece)into4equalcubes(bigger
insizethanprevious32cubes).
5.a sales executive has to visit 6 companiesp,q,r,s,t,u.other conditions like he should
visitsbeforeu,heshouldnotvisitrimmediately
afteruetc..,
3q'sonthis
ref:puzzletestofagarwal
6.4 members2 men ,2 women are palying cards.no woman should sit in front of another
woman.no man should sit in front of another man. man1 sits on west side etc..,find the
positionofwoman2.
7.acontainercontains28litresofpuremilk.then8litresofmilkistakenoutand8litresof
waterisadded.thenanother8litresofmixture.istakenoutandanother8litresofwateris
added.thisprocessisrepeated3rdtimealso.findthemilkwaterratio.
8.someboysarecows.somecowsaredogs.etc..,whichofthefollowingaretrue:
4statementsaregiven.
9.oneqoninterferences.
section2:(cprogramming)
1.qonbinarytree:doesabinarytreeofdepth3have20nodesans:no
2.write order of traversal of nodes for depth first and breadth first searches of a 15 node
tree
3.debuggingisdonefinding
a)logicalerrorsb)runtimeerrorsc)bothaandbd)noneoftheaboveans:c
4.sum(x)=1+1+2+1+2+3+.....x
writethecondition'?'
{
for(i=0i<?i++)
for(j=0j<?j++)
sum+=z
}
5.showthatavariableisthelargestamongthe3variablesusingconditionaloperator
a=5,b=10,c=7
ans:(a>b)?((a>c)?a:c):b
bisthelargest
thereare3,4q'sonsyntax/logical/runtimeerrors.and2,3q'sonforloops.thereare20q's
ineachsectionthecutoffis11correctanswersineachsection
Foundthesimilarpaperinrecruitment?: Yes

No

YoumightalsobeinterestedinIOCLPlacementPapersIPTouchPlacementPapersIRCONPlacementPapers

PreviousPapers
IntergraphPlacementPaperWholeTestpap...

NextPapers
Intergraphcompanyprofile28756...

IntergraphPlacementPapers

AptitudeQuestionsandAnswers

GeneralKnowledgeQuestions

HRInterviewQuestions

CInterviewQuestions

JavaInterviewQuestions

C++InterviewQuestions

DBMSInterviewQuestions

PHPInterviewQuestions

NetworkingInterviewQuestions

1425658468

Jobs

PlacementPreparation

Career&Courses

JOBSBYCATEGORY

JOBSBYCOURSES

SAMPLEPLACEMENTPAPERS

HIGHERSTUDIESININDIA

TRAININGCOURSES

IT/SoftwareJobs

BE/B.TechJobs

PlacementPapers

M.Tech

Java/J2EE

CoreTechnicalJobs

MCAJobs

SelectionProcedure

MBA

PHP/MySQL

GovernmentSectorJobs

MBA/PGDMJobs

CompanyProfiles

MCA

SEO/WebDesigning

DefenceJobs

ME/M.TechJobs

LatestPapers

TESTPREPARATION

AssemblyLanguage

ResearchJobs

M.ScJobs

ITCompanies

GRE

AndroidDevelopment

BPOJobs

B.ComJobs

NonITCompanies

GMAT

BlackBerryDevelopment

BankJobs

BBA/BBMJobs

BankPapers

CAT/MAT

iPhoneDevelopment

DreamJobs>5lpa

BCAJobs

IELTS/TOEFL

MobileTesting

WalkinsJobs

B.ScJobs

GATE

WirelessTechnology

ManpowerConsultants

DiplomaJobs

Defence

MicroSoft(MS)SQL

TeachingJobs

JOBSBYCITIES

GeneralKnowledge

CivilServices

Microsoft(MS)Access

13YearsExp.Jobs

JobsinAhmedabad

InterviewPreparation

JobsinBangalore

OnlineTests

JobsinChennai

ITCompaniesPreparation

JobsinDelhi/NCR

GATEPreparation

JobsinHyderabad

CATPreparation

JobsinKolkata

BankExamPreparation

JobsinMumbai

PSUCompaniesPreparation

ArchivedJob
JobResults
JobsbyCompany
JobsbyBranches
JobsbyRoles
JobsbySkills
Internships

JobsinPune

POWERPLACEMENT
PREPARATION
AptitudePreparation

STUDIESABROAD
USA
Australia
UK
NewZealand
Canada
Singapore

HTML/JavaSript/CSS/Ajax
Joomla/Drupal/Wordpress
ASP
ASP.NET/C#
C
C++

ListyourInstitutehere

Вам также может понравиться