Provided by www.YuvaJobs.com - General - other Inetrgraph Software Analytical 1. Given a cube, with different colors on its faces, and then is cut into 64 pieces, and the questions relate to the colors of different  colored small cubes.2. A few ladies and gents sit around table in some given order and 4 questions are about their seating arrangement with some restrictions.3. Draw a venn diagram for 3 items : white, flowers, clothAns : draw 3 circles each intersecting the other , with white kept in the middle.4. A problem related to seating arrangement of 4 people ( 2 ladies and2 gents) with some restrictions5. problem related to milk with water added to it for three timesAns: 20.5 litres6. Problem related to diagrams . Five diagrams were given and asked tofind the sixth one.C-Skills 1. Max number of nodes in a binary tree with height 3 is 20 : Ans: False2. 10,20,30,40,50,60 : give the order when put in a queue and in a stackAns : Queue : 10,20,30,40,50,60stack : 60,50,40,30,20,103. Debugging is the process of findingAns : logical and runtime errors4. trace the error:void main(){int &a;/* some other stuff here */}Ans: syntax error5. a problem with a function named ,myValue, will be given and asked to find the value of main() for an argument of 150,Ans : 1506. Some problems related to ,for, loops.7. problem on conditional inclusion.8. problem related to depth first and breadth first search (DSA subject)9. study the syntax of malloc function10. locate the errorint arr (20);Ans: syntax error. Intera SoftwareInterview ProcedureThe information on the interview is pretty sketchy but it may consist of both technical grilling and HR interview.Written Test Paper consists of two sections : 1. analytical (20 marks)2. C skills (20 marks) total time 45 min    Provided by www.YuvaJobs.com - General - other