<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1907867632009531550</id><updated>2011-11-28T06:08:05.221+05:30</updated><category term='atrenta'/><category term='future soft'/><category term='placement papers'/><category term='indus logic'/><category term='global logic'/><title type='text'>PLACEMENT PAPERS</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://placementpapers4u.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>57</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-2987274130299820365</id><published>2010-06-06T15:14:00.000+05:30</published><updated>2007-06-25T00:55:58.125+05:30</updated><title type='text'>Announcements!!</title><content type='html'>&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;center&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;COMING SOON!!!&lt;/span&gt;&lt;/center&gt;&lt;br /&gt;&lt;ol style="color: rgb(51, 51, 51);"&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;a href="http://www.careercommunity.info/"&gt;Offcampus events and freshers openings..&lt;/a&gt;&lt;/span&gt; &lt;img src="https://www.google.com/webmasters/tools/images/check_soft.gif" border="0" /&gt;&lt;/li&gt;&lt;li&gt;sample papers for various IT companies&lt;/li&gt;&lt;li&gt;Company Profiles&lt;/li&gt;&lt;li&gt;FINAL YEAR PROJECTS!!!(with source code and complete report) &lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;So keep visiting to check for any updates!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;span style="color: rgb(0, 0, 153);font-size:180%;" &gt;&lt;u&gt;LATEST ADDITION&lt;/u&gt;&lt;/span&gt;&lt;/center&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-2987274130299820365?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/2987274130299820365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/2987274130299820365'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2010/06/announcements.html' title='Announcements!!'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-745977130171105507</id><published>2007-08-18T00:25:00.000+05:30</published><updated>2007-08-18T00:34:29.025+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='placement papers'/><category scheme='http://www.blogger.com/atom/ns#' term='global logic'/><category scheme='http://www.blogger.com/atom/ns#' term='indus logic'/><title type='text'>GLOBAL LOGIC(INDUS LOGIC)</title><content type='html'>COMPANY PROFILE&lt;span style="font-weight:bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Founded in 1998, Induslogic is a leading software development services provider headquartered in the Northern Virginia area with a development center in New Delhi, India. In contrast to many companies in the same sector, Induslogic is the first US company with a wholly owned subsidiary in India. The company was founded to address growing enterprise software businesses' needs to reduce the time and expense required to develop and maintain software solutions. The primary differentiators of Induslogic are - an exclusive focus on commercial grade enterprise software, an unmatched quality of engineers (almost exclusively recruiting Indian Institute of Technology graduates), the use of industry standard tools and methodology, and a complete guarantee on work&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;PAPER&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;Question 1. What is the output of the following code when compiled and run? Select two correct answers.&lt;br /&gt;&lt;br /&gt;public class Question01 {&lt;br /&gt;&lt;br /&gt;public static void main(String[] args){&lt;br /&gt;&lt;br /&gt;int y=0; //line 1&lt;br /&gt;&lt;br /&gt;int x=z=1; //line 2&lt;br /&gt;&lt;br /&gt;System.out.println(y+","+x+","+z); //line 3&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;A. Prints 0,1,1&lt;br /&gt;&lt;br /&gt;B. Error during compilation at line 1&lt;br /&gt;&lt;br /&gt;C. Prints 0,0,1&lt;br /&gt;&lt;br /&gt;D. Error during compilation at line 3&lt;br /&gt;&lt;br /&gt;E. Error during compilation at line 2&lt;br /&gt;&lt;br /&gt;Question 2. Select three correct statements.&lt;br /&gt;&lt;br /&gt;The garbage collection thread cannot outlive the last user thread.&lt;br /&gt;&lt;br /&gt;The garbage collection can be forced by invoking System.gc().&lt;br /&gt;&lt;br /&gt;The garbage collection thread is a non-deamon thread.&lt;br /&gt;&lt;br /&gt;The finalize() method is invoked at most once by the JVM for any given object.&lt;br /&gt;&lt;br /&gt;The finalize() method may resurrect the object upon which it has been invoked.&lt;br /&gt;&lt;br /&gt;Question 3. What is the output of the following code when compiled and run? Select one correct answer.&lt;br /&gt;&lt;br /&gt;import java.io.*;&lt;br /&gt;&lt;br /&gt;public class Question05 {&lt;br /&gt;&lt;br /&gt;public static void main(String[] args) {&lt;br /&gt;&lt;br /&gt;Question05Sub myref = new Question05Sub();&lt;br /&gt;&lt;br /&gt;try{&lt;br /&gt;&lt;br /&gt;myref.test();&lt;br /&gt;&lt;br /&gt;}catch(IOException ioe){}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;void test() throws IOException{&lt;br /&gt;&lt;br /&gt;System.out.println("In Question05");&lt;br /&gt;&lt;br /&gt;throw new IOException();&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;class Question05Sub extends Question05 {&lt;br /&gt;&lt;br /&gt;void test()throws IOException {&lt;br /&gt;&lt;br /&gt;System.out.println("In Question05Sub");&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;A. Prints:&lt;br /&gt;&lt;br /&gt;In Question05Sub&lt;br /&gt;&lt;br /&gt;B. Prints:&lt;br /&gt;&lt;br /&gt;In Question05&lt;br /&gt;&lt;br /&gt;C. Prints:&lt;br /&gt;&lt;br /&gt;In Question05&lt;br /&gt;&lt;br /&gt;In Question05Sub&lt;br /&gt;&lt;br /&gt;D. Prints:&lt;br /&gt;&lt;br /&gt;In Question05Sub&lt;br /&gt;&lt;br /&gt;In Question05&lt;br /&gt;&lt;br /&gt;E. The code does not compile.&lt;br /&gt;&lt;br /&gt;Question 4. Select two correct statements about the code given below?&lt;br /&gt;&lt;br /&gt;class A{}&lt;br /&gt;&lt;br /&gt;class B extends A implements E{} //line 1&lt;br /&gt;&lt;br /&gt;class C extends A{}&lt;br /&gt;&lt;br /&gt;class D extends B{}&lt;br /&gt;&lt;br /&gt;interface E{}&lt;br /&gt;&lt;br /&gt;public class Question07 {&lt;br /&gt;&lt;br /&gt;public static void main(String[] args) {&lt;br /&gt;&lt;br /&gt;A a = new D(); //line 2&lt;br /&gt;&lt;br /&gt;C c = new C(); //line 3&lt;br /&gt;&lt;br /&gt;E e = (E)a; //line 4&lt;br /&gt;&lt;br /&gt;B b = (B)e; //line 5&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;The code compiles without error and runs fine.&lt;br /&gt;&lt;br /&gt;Compilation error on line 1 because interface E is not yet declared (forward-referencing).&lt;br /&gt;&lt;br /&gt;Compilation error on line 4 because class A does not implement interface E.&lt;br /&gt;&lt;br /&gt;The cast on line 4 is mandatory.&lt;br /&gt;&lt;br /&gt;The cast on line 5 is not mandatory.&lt;br /&gt;&lt;br /&gt;Question 5. How many objects are eligible for garbage collection immediately after line 1? Select one correct answer.&lt;br /&gt;&lt;br /&gt;public class Question08 {&lt;br /&gt;&lt;br /&gt;public static void main(String[] args) {&lt;br /&gt;&lt;br /&gt;Question08 q08 = new Question08();&lt;br /&gt;&lt;br /&gt;q08.doSomething(); //line 1&lt;br /&gt;&lt;br /&gt;Thread.sleep(20000);&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public void doSomething(){&lt;br /&gt;&lt;br /&gt;Object[] objArray = new Object[2];&lt;br /&gt;&lt;br /&gt;for(int i=0;i&lt;objArray.length;i++){&lt;br /&gt;&lt;br /&gt;objArray[i] = new Object();&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;0&lt;br /&gt;&lt;br /&gt;1&lt;br /&gt;&lt;br /&gt;2&lt;br /&gt;&lt;br /&gt;3&lt;br /&gt;&lt;br /&gt;4&lt;br /&gt;&lt;br /&gt;Question 6. What is the output of the following code when compiled and run? Select one correct answer.&lt;br /&gt;&lt;br /&gt;public class Question09 {&lt;br /&gt;&lt;br /&gt;public static void main(String[] args) {&lt;br /&gt;&lt;br /&gt;try {&lt;br /&gt;&lt;br /&gt;int i = (int)(Math.random()*10);&lt;br /&gt;&lt;br /&gt;if(i&lt;=5)&lt;br /&gt;&lt;br /&gt;System.out.println("i = "+i);&lt;br /&gt;&lt;br /&gt;else&lt;br /&gt;&lt;br /&gt;throw new Exception("i &gt; 5");&lt;br /&gt;&lt;br /&gt;} catch (Exception e){&lt;br /&gt;&lt;br /&gt;System.err.println(e.getMessage()+" (i="+i+")");&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;The output cannot be determined.&lt;br /&gt;&lt;br /&gt;Compilation error.&lt;br /&gt;&lt;br /&gt;An exception is thrown at runtime.&lt;br /&gt;&lt;br /&gt;Output is i = 2&lt;br /&gt;&lt;br /&gt;Output is i &gt; 5 (i=6)&lt;br /&gt;&lt;br /&gt;Question 7. What is the output of the following code when compiled and run? Select one correct answer.&lt;br /&gt;&lt;br /&gt;public class Question10 {&lt;br /&gt;&lt;br /&gt;public static void main(String[] args) {&lt;br /&gt;&lt;br /&gt;new Question10().doSomething();&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public void doSomething(){&lt;br /&gt;&lt;br /&gt;int i=5;&lt;br /&gt;&lt;br /&gt;Thread t = new Thread(new Runnable(){&lt;br /&gt;&lt;br /&gt;public void run(){&lt;br /&gt;&lt;br /&gt;for(int j=0;j&lt;=i;j++){&lt;br /&gt;&lt;br /&gt;System.out.print(" "+j);&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;});&lt;br /&gt;&lt;br /&gt;t.start();&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Prints 0 1 2 3 4&lt;br /&gt;&lt;br /&gt;Compilation error.&lt;br /&gt;&lt;br /&gt;No output.&lt;br /&gt;&lt;br /&gt;IllegalThreadStateException is thrown at runtime.&lt;br /&gt;&lt;br /&gt;Prints 0 1 2 3 4 5&lt;br /&gt;&lt;br /&gt;Question 8. What is the output of the following code when compiled and run? Select one correct answer.&lt;br /&gt;&lt;br /&gt;public class Question11 {&lt;br /&gt;&lt;br /&gt;public static void main(String[] args) {&lt;br /&gt;&lt;br /&gt;StringBuffer buf1 = new StringBuffer("Hello W");&lt;br /&gt;&lt;br /&gt;addSomeStuff(buf1);&lt;br /&gt;&lt;br /&gt;System.out.println(buf1.toString());&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public static void addSomeStuff(StringBuffer buf){&lt;br /&gt;&lt;br /&gt;StringBuffer b = buf.replace(6,10,"orld");&lt;br /&gt;&lt;br /&gt;System.out.println(b.delete(0,1).toString());&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;A. Prints&lt;br /&gt;&lt;br /&gt;Hello World&lt;br /&gt;&lt;br /&gt;Hello World&lt;br /&gt;&lt;br /&gt;B. Prints&lt;br /&gt;&lt;br /&gt;Hello orld&lt;br /&gt;&lt;br /&gt;Hello orld&lt;br /&gt;&lt;br /&gt;C. Prints&lt;br /&gt;&lt;br /&gt;Hello orld&lt;br /&gt;&lt;br /&gt;ello orld&lt;br /&gt;&lt;br /&gt;D. Prints&lt;br /&gt;&lt;br /&gt;ello orld&lt;br /&gt;&lt;br /&gt;ello orld&lt;br /&gt;&lt;br /&gt;E. Compilation error.&lt;br /&gt;&lt;br /&gt;Question 9. What is the output of the following code when compiled and run? Select two correct answers. (Note: when an instance of a Vector is printed, its content appear between square brackets [])&lt;br /&gt;&lt;br /&gt;import java.util.*;&lt;br /&gt;&lt;br /&gt;public class Question13 {&lt;br /&gt;&lt;br /&gt;public static void main(String[] args) {&lt;br /&gt;&lt;br /&gt;Vector col = new Vector();&lt;br /&gt;&lt;br /&gt;col.add(new Integer(1));&lt;br /&gt;&lt;br /&gt;col.add(new Integer("2"));&lt;br /&gt;&lt;br /&gt;col.add(new Float(3.2d)); //line 1&lt;br /&gt;&lt;br /&gt;col.add(col.elementAt(1));&lt;br /&gt;&lt;br /&gt;col.setElementAt(col.elementAt(2),0);&lt;br /&gt;&lt;br /&gt;System.out.println(col);&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Compilation error on line 1.&lt;br /&gt;&lt;br /&gt;Only line 1 won't compile.&lt;br /&gt;&lt;br /&gt;The code compiles and runs fine.&lt;br /&gt;&lt;br /&gt;Prints [3.2, 2, 3.2, 2]&lt;br /&gt;&lt;br /&gt;Prints [1, 2, 3.2, 2]&lt;br /&gt;&lt;br /&gt;Question 10. Select three correct statements.&lt;br /&gt;&lt;br /&gt;A static method may override another static method.&lt;br /&gt;&lt;br /&gt;A static method cannot override a non-static method.&lt;br /&gt;&lt;br /&gt;A non-static method cannot override a static method.&lt;br /&gt;&lt;br /&gt;A non-static method may be overloaded by a static method.&lt;br /&gt;&lt;br /&gt;A synchronized method cannot be overridden.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;PAPER 2ND &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I m going share some q. which I remember….&lt;br /&gt;&lt;br /&gt;1). in following option which takes less memory space:-&lt;br /&gt;&lt;br /&gt;a).struct{ char a;float b; int c; }&lt;br /&gt;&lt;br /&gt;b). union (float a; int b;}&lt;br /&gt;&lt;br /&gt;c). char a[10];&lt;br /&gt;&lt;br /&gt;d).int *p ={2,3,4,8}; ans.:-b(wat I choose)&lt;br /&gt;&lt;br /&gt;2). what is the correct sequence of compiler&lt;br /&gt;&lt;br /&gt;ans.:source prog.&gt;preprocessor program&gt;compiler(lexical&gt;suntactic analyzer(or parser)&gt;semantic analyzer&gt;code genration)&gt;linker/loader&lt;br /&gt;&lt;br /&gt;3).Which is not balanced tree;&lt;br /&gt;&lt;br /&gt;a).red black tree&lt;br /&gt;&lt;br /&gt;b).avl tree&lt;br /&gt;&lt;br /&gt;c)….&lt;br /&gt;&lt;br /&gt;4). wat is complexity of quick sort&lt;br /&gt;&lt;br /&gt;5). How many filp flopes is used in 10 bit ring counter.&lt;br /&gt;&lt;br /&gt;mathematical section is easy but technical portin is little bit tough.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Tech . Interview&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;My interview was held at 8.:30 of night .there were two person in interview panel. it was approx 45 min. along .&lt;br /&gt;&lt;br /&gt;They asked me that wat ‘s my favourite subject ,&lt;br /&gt;&lt;br /&gt;As my area of interest is programming , I told him programming in c-language , concepts of data structure and concepts of oops, I convincingly said that sir I m vry comfort with programming.. they asked me algo. of merge sort.. really friend this was the topic which I left because I find it little bit crucial but I made algo which resemble program by my own logic .&lt;br /&gt;&lt;br /&gt;I said them that sir I m unable to write standard algo. but I implement the merge sort concept by my own logic, I convenced my whole algo and they impressed by it .&lt;br /&gt;&lt;br /&gt;Further they asked abt. avl tree and their rotation ,they give a problem relate to rotation of avl tree and said to peform appropriate rotation to get height balance tree.&lt;br /&gt;&lt;br /&gt;Further they asked about binary search and give me array to apply binary search.f&lt;br /&gt;&lt;br /&gt;Frther asked that wat scanf function return.&lt;br /&gt;&lt;br /&gt;I really forget that I said them sir I forget . they asked is it true, I said yes sir scanf function return something but I m not recalling , in addiotion I said about print function and their return value.&lt;br /&gt;&lt;br /&gt;At last they asked a puzzle and I successfully solved it the puzzle is:- there is three basket , one hold apple , other hold orange and third one hold apple orange both. we don’t know in which basket wat is , basket are wrongly labeled means wat is label of basket , basket doesn’t fall in that situation. we are allowed to pick only one fruit from each basket and judge that wat fruit basket hold.&lt;br /&gt;&lt;br /&gt;really friends this was vry interactive session. inetialy I was nervous but later I respond vry freely. sometimes I felt that this was not technical interview , this is technical discussion to that person, they are vry friendly. at last they asked u have any question. I asked :-&lt;br /&gt;&lt;br /&gt;   1. Sir,there is any need to learn and to know abt the company before joining company&lt;br /&gt;&lt;br /&gt;they said: we have three month training prog. so u think u have any need to learn&lt;br /&gt;&lt;br /&gt;I said:no sir&lt;br /&gt;&lt;br /&gt;2) wat is my professional growth in ur company.&lt;br /&gt;&lt;br /&gt;3) in which field I have to improve.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;HR interview&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;this was tahen by hr mam and it was abt 15 min. long. she asked me abt my educational background , family background, my strength and weakness,careee objective.&lt;br /&gt;&lt;br /&gt;further she asked :honestly said if u r not this field thn in field u might.&lt;br /&gt;&lt;br /&gt;I replied: I were a traveler&lt;br /&gt;&lt;br /&gt;she asked: why?&lt;br /&gt;&lt;br /&gt;I replied: I want to travel whole world , I want to understand the people, their thinking , their behaviour, their culture.&lt;br /&gt;&lt;br /&gt;she asked: If u r not selected then wat u will do?&lt;br /&gt;&lt;br /&gt;I gave a little smile and replied: no problem mam, I work out on my weakness and try to remove them.&lt;br /&gt;&lt;br /&gt;she asked: upto u who is a deservable candidate for my company.&lt;br /&gt;&lt;br /&gt;I asked: mam included me or except me.&lt;br /&gt;&lt;br /&gt;she said: except u.&lt;br /&gt;&lt;br /&gt;I picke name of my batch mate who was also appearing in the interview.&lt;br /&gt;&lt;br /&gt;she asked: why?&lt;br /&gt;&lt;br /&gt;I explained lots of skils of them. it is so niece for me that he is also selected .&lt;br /&gt;&lt;br /&gt;Little bit question on my exta curricular activities and hobby.&lt;br /&gt;&lt;br /&gt;so friend prepare abt ur technical knowledge , they were seeking only a technical and logical brain person while they were less emphasizing on communication.&lt;br /&gt;&lt;br /&gt;At 11:30 of night result was declared and I was among the selected candidate.&lt;br /&gt;&lt;br /&gt;ALL THE BEST &lt; we wll meet at global logic&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-745977130171105507?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/745977130171105507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/745977130171105507'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/08/global-logicindus-logic.html' title='GLOBAL LOGIC(INDUS LOGIC)'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-5288898604786895486</id><published>2007-08-13T23:46:00.000+05:30</published><updated>2007-08-13T23:47:37.171+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='placement papers'/><category scheme='http://www.blogger.com/atom/ns#' term='atrenta'/><title type='text'>ATRENTA</title><content type='html'>atrenta - open to coe and ece - cutoff %age = 75% (came down to 74) for both branches  &lt;br /&gt;&lt;br /&gt;three sections in the paper - all 3 to be done (10 or 15 ques in each i thnk) - but 2 of these are weighted more  &lt;br /&gt;&lt;br /&gt;so if ur coe - 1st and 3rd sections = double weightage and 2nd = normal  &lt;br /&gt;if ur in ece - 2nd and 3rd sec = double and 1st = normal  &lt;br /&gt;&lt;br /&gt;first - coe based stuff - programming, error detection, output, algo - general stuff - nothing deep  &lt;br /&gt;&lt;br /&gt;second - ece based stuff - all the bloody OPAMPS and transistors (usually coe guys hate this stuff)  &lt;br /&gt;&lt;br /&gt;third - analytics - CAT based maths - reasonong and puzzle and math problem solving  &lt;br /&gt;&lt;br /&gt;atrenta gives very high weightage internally to this 3rd section - they are looking for minds with reasoning and analytical approach to problem solving - so if u crack the 3rd section completely (which is quite easy to do from a normal guys point of view with 75%), and score well in the respective category (as in either coe or ece), u have a high chance of getting thru&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-5288898604786895486?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/5288898604786895486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/5288898604786895486'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/08/atrenta.html' title='ATRENTA'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-3875681205019188319</id><published>2007-08-10T16:59:00.000+05:30</published><updated>2007-08-10T17:03:03.661+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='future soft'/><title type='text'>FUTURE SOFT</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;b style=""&gt;COMPANY PROFILE &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: black;" lang="EN-AU"&gt;Established in the year 1985, Future Software Ltd. are providers of communications software products and services in  emerging  technology  areas  to  the  global  communications  industry. The company's exclusive  focus on  communications software has enabled them  today  to  be one of  the leading  independent  software companies worldwide, in this field. Future Soft's  corporate  headquarters  are  in  Chennai  and  its subsidary in &lt;/span&gt;&lt;st1:country-region&gt;&lt;st1:place&gt;&lt;span style="color: black;" lang="EN-AU"&gt;USA&lt;/span&gt;&lt;/st1:place&gt;&lt;/st1:country-region&gt;&lt;span style="color: black;" lang="EN-AU"&gt; - Future Communications Software, markets  and supports its products and services to the North American and European markets. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: black;" lang="EN-AU"&gt;            Future Software is  today, an  organization  of  more  than 300  engineers,  managed  by a  team of professionals  with extensive  experience in  software engineering  and  project  management. Future Software Ltd.  is  a  knowledge organization accelerating the  development  of  advanced communications technologies through a commitment  to partnership and research. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: black;" lang="EN-AU"&gt;            The company  has long  term  partnerships with its existing clientele and its  customer  list includes many of  the top 25 global communication companies. Future Software Ltd. has been assessed at SEI CMM Level 4.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: black;" lang="EN-AU"&gt;The company is offering a remuneration of 2.7 lacs to 3.2 lacs per annum&lt;strong&gt;.&lt;/strong&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: black;" lang="EN-AU"&gt;For more information about this company visit their homesite at &lt;a href="http://www.futsoft.com/" target="_blank"&gt;http://www.futsoft.com/&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-AU"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;span style="font-size: 13.5pt;" lang="EN-AU"&gt;Written Test:&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;span lang="EN-AU"&gt;       &lt;br /&gt;            The  written test  is purely technical  and mostly  covers mainly  computer  engineering  related  subjects.The  paper is multiple  choice with  negative  marking. It  consists of  some  25 questions to be  done in 1 hour.The questions are based  on subjects such as  Data  Structures ,  Networking,  Digital  Circuits   and   Logic Design , C,  Operating  Systems,  Automata  Theory,  Basic Communications, Compiler Design, Micro processor.Remeber u will be having the negative marking.... AND DO CHK ALL THE PAPERS GIVEN BELOW THEY LOOK SAME BUT THERE ARE SOME DIFF QUESTIONS AVAILABLE IN EACH OF THEM FROM OTHERS &lt;span style=""&gt; &lt;/span&gt;LIKE IN 24 APRIL&lt;span style=""&gt;  &lt;/span&gt;PAPER QUESTIONS FOR OUTPUT.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;PAPER ON 21 JULY VIT&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;1.Access time of a drum of 4000rpm?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;2.Allocation units for Automatic,Global and Static variables.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;a) Stack, Heap, Heap&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;b) Heap, Stack, Heap&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;c)Stack, Heap, Stack&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;3.Where are the automatic variables stored and when it is removed?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;4.FUNC(x,y) John&lt;span style=""&gt;  &lt;/span&gt;Jacob&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;John-&gt;main function &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;Jacob-&gt;FUNC(x,y)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;a) No of times the FUNC is called&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;b) Place where the FUNC is called&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;c) Type of return value&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;d) Type of actual parameters&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;e) Type of formal parameters&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;6. Hardware is used in memory management for reallocation ……&lt;/p&gt;                  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;ans c)To reduce execution time.&lt;o:p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/o:p&gt;7. Question using macros something like this logic:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;int a[10]={60,57,10,5,4,3,2,8,9};&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;main( )&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;{&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;int varx,vary;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;for (i=0;i&lt;10;i++)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;{&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;               &lt;/span&gt;if(varx&lt;a[i])&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;               &lt;/span&gt;{&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                     &lt;/span&gt;vary=varx;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                      &lt;/span&gt;varx=a[1];&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                &lt;/span&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;&lt;span style=""&gt;             &lt;/span&gt;else if (vary&lt;a[i])&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                &lt;/span&gt;{ &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                    &lt;/span&gt;varx=vary;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                     &lt;/span&gt;vary=a[i];&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                 &lt;/span&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;               &lt;/span&gt;printf(“%d%d”,varx,vary);&lt;/p&gt;  &lt;p class="MsoNormal"&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;8.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;       &lt;/span&gt;print(int (*) ( ));&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;        &lt;/span&gt;int a=40;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;void main( )&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;{&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;       &lt;/span&gt;print(fn( ));&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;       &lt;/span&gt;print(fn( ));&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;print(int (*fn)( ))&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;{&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;      &lt;/span&gt;printf(“%d”,fn( ));&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;      &lt;/span&gt;printf(“%d”,fn( ));&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;int fn( )&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;{&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;      &lt;/span&gt;/*static int i=15*/&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;      &lt;/span&gt;return (i-=5); &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;q-I&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;     &lt;/span&gt;What is the output of above program when the comment is present.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;II&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;       &lt;/span&gt;What is the output of above program when the comment is absent.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;10.where the following variable allocates &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;automatic&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;static&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;global&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;&lt;b style=""&gt;&lt;span style=""&gt; &lt;/span&gt;ans:stack,heap,heap&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;PAPER ON 18 JUNE &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;1. S --&gt; AB|AS&lt;br /&gt;    A --&gt; a|aA&lt;br /&gt;    B --&gt; b&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;What is the grammer accepted by the above?&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: maroon;" lang="EN-AU"&gt;Ans. aa*b&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;2. How many address lines are needed to address a 64Kb segment with each register storing upto 512 bytes.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: maroon;" lang="EN-AU"&gt;Ans. 14 address lines&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;3.  Find the expression representing the following K-map&lt;/span&gt;&lt;/p&gt;  &lt;table class="MsoNormalTable" style="" border="1" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr style=""&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;1&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;1&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;1&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;1&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;1&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;1&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;1&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;1&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;4. For the POS form of the expression given below&lt;br /&gt;     _      _         _      &lt;br /&gt;     X.Y.Z + X.Y.Z + X.( Y + Z )&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;5. In a computer system the ROM :&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;(a) contains boot software&lt;br /&gt;(b) is permanent&lt;br /&gt;(c) Both of the above&lt;br /&gt;(d) None of the above&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: maroon;" lang="EN-AU"&gt;Ans. ©&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;6. The binary  equivalent of 3B7F is&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: maroon;" lang="EN-AU"&gt;Ans. 0011 1011 0111 1111&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;7. The register used by the shift reduce passing method is&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: maroon;" lang="EN-AU"&gt;Ans. Stack&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;8. A microprogram can be defines as to consist of &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: maroon;" lang="EN-AU"&gt;Ans. A primitive operation&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;9. Find the output for the following C program&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;int array[4][4] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16};&lt;br /&gt;for (i=2;i&lt;0;i--)&lt;br /&gt;  for (j=2;j&lt;=0;j--)&lt;br /&gt;   printf(“%d”, arr[i][j]);&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;10. Find the output for the following C program&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;#include&lt;stdio.h&gt;&lt;br /&gt;void main()&lt;br /&gt;{int i,x,sum=0;&lt;br /&gt;int arr[6]=[1,2,3,4,5,6]&lt;br /&gt;for (i=0;i&lt;4;i++)&lt;br /&gt;sum+ = func(arr[i]);&lt;br /&gt;printf(“%d”, sum);&lt;br /&gt;}&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;func(int x)&lt;br /&gt;{ int val,x;&lt;br /&gt;val = 2;&lt;br /&gt;return(x+ val++);&lt;br /&gt;}&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;11. Given the following data: &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListBullet2" style="margin-left: 0.5in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;" lang="EN-AU"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang="EN-AU"&gt;Process P1 takes 2 seconds &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListBullet2" style="margin-left: 0.5in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;" lang="EN-AU"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang="EN-AU"&gt;Process P2 takes 3 seconds &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListBullet2" style="margin-left: 0.5in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;" lang="EN-AU"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang="EN-AU"&gt;Process P3 takes 4 seconds &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListBullet2" style="margin-left: 0.5in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;" lang="EN-AU"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang="EN-AU"&gt;Process P4 takes 1 second &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListBullet2" style="margin-left: 0.5in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;" lang="EN-AU"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang="EN-AU"&gt;Process P5 takes 6 seconds &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;Find the average time in case of shortest job first (SJF) scheduling.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;12. Given a string STOCK and a stack of size 4.&lt;br /&gt;      Which of the following strings cannot  be generated using this stack.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;(a) TSOCK&lt;br /&gt;(b) TOSKC&lt;br /&gt;(c) STOCK&lt;br /&gt;(d) TKOSC&lt;br /&gt;(e) None of these&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;13. Inversion of a matrix will take which of the following time complexities?&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;(a) O(n)&lt;br /&gt;(b) O(n²)&lt;br /&gt;(c) O(log n)&lt;br /&gt;(d) O(n³)&lt;br /&gt;(e) None of these&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;14. A drum rotates at 4000 rpm. What is its average access time.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;15. What range of  integral values can be stored using 32 bits?&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;16. Where are the following variables stored &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListBullet2" style="margin-left: 0.5in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;" lang="EN-AU"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang="EN-AU"&gt;Automatic &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListBullet2" style="margin-left: 0.5in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;" lang="EN-AU"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang="EN-AU"&gt;Global &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListBullet2" style="margin-left: 0.5in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;" lang="EN-AU"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span lang="EN-AU"&gt;Static &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;17. If a layer 4 transfers data at the rate of 3000 bytes/sec.&lt;br /&gt;      What will be the size of data block transferred by Layer 2&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;18. What is the greatest disadvantage of dynamic RAM over static RAM&lt;br /&gt;&lt;br /&gt;&lt;span style="color: maroon;"&gt;Ans. High Power and need to refresh every 2 ms.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;19. What happens when the CPU gets interrupted?&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;20. Find the Postfix of the following string&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;  (a + b) * ((-d) *f (ab - cd))&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;21. E --&gt; E + E| E * E | E/E | E - E| .... then which is correct&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;(a) It is ambigous&lt;br /&gt;(b) It is inherently ambigous&lt;br /&gt;(c) It is non inherently ambigous&lt;br /&gt;(d) None of the above&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;22. If there are n nodes and K edges in a graph then what is the order of traversing&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: maroon;" lang="EN-AU"&gt;Ans. O(n²)&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;23. A graph is represented as an adjacency list with n vertices and e edges&lt;br /&gt;      What is its time complexity&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color: maroon;" lang="EN-AU"&gt;Ans. O(n + e)&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;24. An array with address KV[a] had n elements. Which of the following correctly addresses the ith element of the array.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;(a) KV(a) - 2a + 2i&lt;br /&gt;(b) KV(a) +2i&lt;br /&gt;(c) KV(a) - 2a&lt;br /&gt;(d) None of these &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;25. Give an example of a primitive instruction in microprocessors.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;26. A computer has 8 bit data bus and 16 bit address line.&lt;br /&gt;      How many machine cycles will it take to store the contents to a memory location?&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;27. Where is a variable defined in a function stores?&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;Ans. Process Swappable Area&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;28. For the following C progralm&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;  int d=0;&lt;br /&gt;   for(int i=0;i&lt;31;i++)&lt;br /&gt;    for(int j=0;j&lt;31;j++)&lt;br /&gt;     for(int k=0;k&lt;31;k++)&lt;br /&gt;     if (((i+j+k) % 3)==0)&lt;br /&gt;    d=d+1;&lt;br /&gt;&lt;br /&gt;Find value of d&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;29. e=&lt;e+e&gt; | &lt;e*e&gt; | &lt;(e)&gt; | &lt;id&gt;&lt;br /&gt;     What forms do the expressions created by the above definition fit in&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;Ans. All arithematic expressions&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;30. If a set of numbers are in sorted order then which of the following sorting method is best&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;Ans. Bubble Sort&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;31. A magnetic tape is similar to which of the following structures&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span lang="EN-AU"&gt;Ans. List&lt;/span&gt;&lt;/p&gt;  &lt;div style="border-style: none none dotted; border-color: -moz-use-text-color -moz-use-text-color windowtext; border-width: medium medium 3pt; padding: 0in 0in 1pt;"&gt;  &lt;p style="border: medium none ; padding: 0in;"&gt;&lt;span lang="EN-AU"&gt;&lt;br /&gt;32. The s/n id 3 dB Find the capacity of the line.&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;PAPER ON 24 APRIL&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                        &lt;/span&gt;40 min - 30 Questions&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                        &lt;/span&gt;Correct ans 3 marks&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                        &lt;/span&gt;Wrong ans -1 mark&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;      &lt;/span&gt;There were 3 or 4 different sets of questions...... &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;1.) S --&gt; AB|AS&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;A --&gt; a|aA&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;B --&gt; b&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;What is the grammar accepted by the above?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans-&gt; aa*b&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;2.)Given a string STOCK and a stack of size 4.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;      &lt;/span&gt;Which of the following strings cannot&lt;span style=""&gt;  &lt;/span&gt;be generated using this &lt;/p&gt;  &lt;p class="MsoNormal"&gt;stack.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a) TSOCK&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b) TOSKC&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c) STOCK&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d) TKOSC&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(e) None of these&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;3.)Where are the following variables stored &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Automatic &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Global &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Static &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a)Heap,Stack,Heap&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b)Stack,Heap,Heap&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c)Heap,Heap,Stack&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d)None of these&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans-&gt; (d)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;4.) What is the greatest disadvantage of dynamic RAM over static RAM&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans. capacitor&lt;span style=""&gt;  &lt;/span&gt;needs to refresh every 2 ms.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;5.) What happens when the CPU gets interrupted?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a)Performs ISR immediately&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b)releases the memory and data bus for the interrupting process&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c)Finishes the current instruction and performs ISR&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d)gets halted&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;6.) The s/n id 3 dB and freq is 300hz.Find the capacity of the line.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a)100 &lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b)150&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c)300&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d)200&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(e) None of these&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;7.) How much infomation can be stored between fffh-f00h address space.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a)1024 bytes&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b)2048 bytes&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c)4096 bytes&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d)None of these&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans-&gt;(d) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;8.) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;void main()&lt;/p&gt;  &lt;p class="MsoNormal"&gt;{&lt;/p&gt;  &lt;p class="MsoNormal"&gt;int ari[] = {1,2,3,4,5};&lt;/p&gt;  &lt;p class="MsoNormal"&gt;char arc[] = {'a','b','c','d','e'};&lt;/p&gt;  &lt;p class="MsoNormal"&gt;printf("%d %d",&amp;ari[4]-&amp;amp;ari[2],&amp;arc[3]-&amp;amp;arc[0]);&lt;/p&gt;  &lt;p class="MsoNormal"&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans -&gt; 2 3&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;9.)&lt;span style=""&gt;  &lt;/span&gt;Find the POS form of the expression given below&lt;/p&gt;  &lt;p class="MsoNormal"&gt;_ _ _ &lt;/p&gt;  &lt;p class="MsoNormal"&gt;X.Y.Z + X.Y.Z + X.( Y + Z )&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;10.) The binary&lt;span style=""&gt;  &lt;/span&gt;equivalent of 3B7F is&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans. 0011 1011 0111 1111&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;11.) A microprogram can be defines as to consist of &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans. A primitive operation&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;12.) A drum rotates at 4000 rpm. What is its average access time.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;13.) What range of&lt;span style=""&gt;  &lt;/span&gt;integral values can be stored using 32 bits? &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;14.) e=&lt;e+e&gt; | &lt;e*e&gt; | &lt;(e-e)&gt; | &lt;id&gt; then&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(a.)&lt;span style=""&gt;   &lt;/span&gt;It is ambigous&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;(b.) generates all the arithemetic expressions for addition, &lt;/p&gt;  &lt;p class="MsoNormal"&gt;subtraction and multiplication&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c) It is non inherently ambigous&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d) None of the above&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;15.)&lt;span style=""&gt;  &lt;/span&gt;the sorting algorithm that requires maximum comparisons when in &lt;/p&gt;  &lt;p class="MsoNormal"&gt;sorted order and minimum comparisons when in reverse order?&lt;span style=""&gt;  &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(a.) straight insertion sort&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(b.) binary insertion sort&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(c.) heap sort&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(d.) bubble sort&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;16.) A graph is represented as an adjacency list with n vertices and &lt;/p&gt;  &lt;p class="MsoNormal"&gt;e edges&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;      &lt;/span&gt;What is its time complexity&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;17.) A variable in a function cannot be accessed outside the &lt;/p&gt;  &lt;p class="MsoNormal"&gt;function, why? (think the question is like this)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a.) garbage collection&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b.) because it exists in swap area of memory&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c.)it&lt;span style=""&gt;  &lt;/span&gt;gets popped out of the stack&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;18.)How many addresses are possible with 512 64kb segments?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;19.) A question on pages and pagetables, i think to find the wrong &lt;/p&gt;  &lt;p class="MsoNormal"&gt;statement of the given&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;(a.) small pages implies large page tables&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;(b.) larger pages implies i/o operations efficiency&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;(don't remember the rest of the options, though&lt;span style=""&gt;  &lt;/span&gt;the answer lies &lt;/p&gt;  &lt;p class="MsoNormal"&gt;there)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;20.) A reference string was given and using LRU page replacement &lt;/p&gt;  &lt;p class="MsoNormal"&gt;algorithm we were asked to find the state of the memory during 3rd &lt;/p&gt;  &lt;p class="MsoNormal"&gt;page fault, the memory size being 3 pages.....&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;21.) A finite automaton was given and we were asked to find the&lt;span style=""&gt;  &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;expression that represented the language that could be accepted by &lt;/p&gt;  &lt;p class="MsoNormal"&gt;the finite automaton&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;22.) There was a question on networks given a set of data like&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;5 byte header for network layer and maximum data allowed 110 bytes&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;     &lt;/span&gt;similar data for 2 other layers &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;     &lt;/span&gt;question was to find the actual number of bytes send if the data &lt;/p&gt;  &lt;p class="MsoNormal"&gt;size was --------bytes under conditions like no separate &lt;/p&gt;  &lt;p class="MsoNormal"&gt;acknowledgement frames required, etc.....&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;23.) there was a program given on an array of unsigned integers and i &lt;/p&gt;  &lt;p class="MsoNormal"&gt;think the answer was that the program was to find the largest and &lt;/p&gt;  &lt;p class="MsoNormal"&gt;second largest of the elements in an array. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;24.) John and Jacob are assigned the tasks of writing main() and a &lt;/p&gt;  &lt;p class="MsoNormal"&gt;function funct(X,Y )in Pascal. Where will there be conflicts between &lt;/p&gt;  &lt;p class="MsoNormal"&gt;the two?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(a.) the position of main and function&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(b.) the type of function&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(c.)&lt;span style=""&gt;  &lt;/span&gt;the number of times the function is called&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(d.) in the paramters&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;(i'm not sure abt the options)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;25.)there was question on why&lt;span style=""&gt;  &lt;/span&gt;h/w translation was required for &lt;/p&gt;  &lt;p class="MsoNormal"&gt;memory relocation? (pretty easy one, don't remember the options)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;26.) to find the prefix of (a+b)*(c-d)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;27.)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;#include&lt;stdio.h&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;void main()&lt;/p&gt;  &lt;p class="MsoNormal"&gt;{int i,x=4,sum=0;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;int arr[6]=[1,2,3,4,5,6]&lt;/p&gt;  &lt;p class="MsoNormal"&gt;for (i=0;i&lt;4;i++)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;sum+ = func(arr[i]);&lt;/p&gt;  &lt;p class="MsoNormal"&gt;printf("%d", sum);&lt;/p&gt;  &lt;p class="MsoNormal"&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;func(int x)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;{ int val,x;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;val = 2;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;return(x+ val++);&lt;/p&gt;  &lt;p class="MsoNormal"&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(there was another twist in the question about a static declaration &lt;/p&gt;  &lt;p class="MsoNormal"&gt;in the function, though i cannot recollect) f&lt;/p&gt;  &lt;p class="MsoNormal"&gt;28.)With a&lt;span style=""&gt;  &lt;/span&gt;2 line x decoder and 2 line y decoder how many address &lt;/p&gt;  &lt;p class="MsoNormal"&gt;lines could be decoded with two dimensional addressing?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;(a.) 4&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;(b.) 16&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;(c.) 32&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;(d.) 64 &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;                                                              &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;9999999999999999999999999999999999999999999999999999999999999&lt;/p&gt;  &lt;p class="MsoNormal"&gt;::Another version:: &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;1.) Output of folowing C code&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;void main()&lt;/p&gt;  &lt;p class="MsoNormal"&gt;{&lt;/p&gt;  &lt;p class="MsoNormal"&gt;int i=4,j=5;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;printf("%f",i/j);&lt;/p&gt;  &lt;p class="MsoNormal"&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a) 0&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b) 0.8&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c) 1&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d) None of these&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans-&gt; (d)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;2.) In which of the following postfix notations there is no confusion &lt;/p&gt;  &lt;p class="MsoNormal"&gt;between unary and binary minus.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;[note:I am not sure about the choices]&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a) a*b--&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b) a--bc&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;3.)&lt;span style=""&gt;  &lt;/span&gt;Output of folowing C code&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;void main()&lt;/p&gt;  &lt;p class="MsoNormal"&gt;{&lt;/p&gt;  &lt;p class="MsoNormal"&gt;int i=0,j=0;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;int arr[4][4] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16};&lt;/p&gt;  &lt;p class="MsoNormal"&gt;clrscr();&lt;/p&gt;  &lt;p class="MsoNormal"&gt;for (i=2;i&gt;=0;i--)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;for(j=2;j&gt;=0;j--)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;printf("%d ", *(*(arr+j)+i));&lt;/p&gt;  &lt;p class="MsoNormal"&gt;getch();&lt;/p&gt;  &lt;p class="MsoNormal"&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a)11 10 9 7 6 5 3 2 1&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b)11 7 3 10 6 2 9 5 1&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c)........&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d)None of these&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans-&gt; (b)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;4.) If there is 4 jobs(j1,j2,j3,j4) and there deadlines&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(2,4,2,4).Which &lt;/p&gt;  &lt;p class="MsoNormal"&gt;of the followinf sheduling is not possible.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a)j1 j3 j2 j4&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b)j1 j2 j4 j3&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c)j1 j3 j4 j2&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d)j3 j1 j2 j4&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;5.) .4 process allocated 8000 bytes of memory according to best fit &lt;/p&gt;  &lt;p class="MsoNormal"&gt;as &lt;/p&gt;  &lt;p class="MsoNormal"&gt;follows:-&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;p1 - 2000&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;p2 - 2000&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;p3 - 2500 &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;p4 - 1500&lt;/p&gt;  &lt;p class="MsoNormal"&gt;p1 and p4 is released.If a process p with 1000 bytes enter where will &lt;/p&gt;  &lt;p class="MsoNormal"&gt;it be paced&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a)After p1&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b)After p3&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c)Cannot be placed&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d).......&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans-&gt;(b)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;6.) Heap with 10 bytes is present.Then which of the following series &lt;/p&gt;  &lt;p class="MsoNormal"&gt;is &lt;/p&gt;  &lt;p class="MsoNormal"&gt;possible&lt;/p&gt;  &lt;p class="MsoNormal"&gt;4 options of a series of malloc and free funtions.Don't remeber the &lt;/p&gt;  &lt;p class="MsoNormal"&gt;choices but easy to get the answer.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;7.).All combinational circuits can be implemented by&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a)Only NOR&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b)Only NAND&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c)Only XOR&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(d)None of these&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Ans-&gt; (d)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;8.) void main()&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;{ int a=10,b=11;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;printf("%d",a+++b);&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;printf("%d",a+++b);&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;}&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(a.) 22,23&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(b.) 23,24&lt;/p&gt;  &lt;p class="MsoNormal"&gt;(c.) 21,22&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;(d.) none&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt; &lt;/span&gt;Ans-&gt;(c)&lt;span style=""&gt;  &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;            &lt;/span&gt;&lt;span style=""&gt;              &lt;/span&gt;&lt;span style=""&gt;          &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;       &lt;/span&gt;They themselves had said to us after their powerpoint &lt;/p&gt;  &lt;p class="MsoNormal"&gt;presentation that they gonna repeat the questions, so check this &lt;/p&gt;  &lt;p class="MsoNormal"&gt;up......&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;PAPER ON 22 JAN&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;The Questions are follows&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;1. Number of null pointers in any binary tree = n+1&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;2. max(t1,t2,...tn)&lt;span style=""&gt;   &lt;/span&gt;= pipelining&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;3. 50%&lt;span style=""&gt;   &lt;/span&gt;-DBETXXXXXX&lt;span style=""&gt;    &lt;/span&gt;- density&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;4. print (Head(T))&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;Traverse(left(T))&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;print (Head(T))&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;Traverse(right(T))&lt;span style=""&gt;    &lt;/span&gt;- ans: none of the above&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;5. Boolean expn Evalvate&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;6. Common subexpn :&lt;span style=""&gt;   &lt;/span&gt;- ans : a + e&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;7. LRU :&lt;span style=""&gt;  &lt;/span&gt;1, 2, 3.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;8. Tr. Delay - 10000 bits ans. 10.01&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;9. Grammar of Number of shift / reduce operator&lt;span style=""&gt;  &lt;/span&gt;: ans. 4&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;10. CPU scheduling&lt;span style=""&gt;  &lt;/span&gt;9,8 ?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;11. if even x/2&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;     &lt;/span&gt;else p(p(3x+1))&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;2^k + 1:&lt;span style=""&gt;  &lt;/span&gt;3 . 2^(k-1)&lt;span style=""&gt;  &lt;/span&gt;clarify this with sans&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;12. allocation&lt;span style=""&gt;  &lt;/span&gt;ans: (ii) only&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;13.&lt;span style=""&gt;  &lt;/span&gt;swapping :&lt;span style=""&gt;  &lt;/span&gt;ans: reference only&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;14. Compiler - related Qn.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;15. LAN frames - ?&lt;span style=""&gt;  &lt;/span&gt;related Qn.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;16. parameter passing (35,20)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;17. sliding window protocol&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;          &lt;/span&gt;-&lt;span style=""&gt;   &lt;/span&gt;BUFFER SIZE large&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;18.&lt;span style=""&gt;  &lt;/span&gt;kernel mode&lt;span style=""&gt;   &lt;/span&gt;-&lt;span style=""&gt;  &lt;/span&gt;deallocate resource&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;19.&lt;span style=""&gt;  &lt;/span&gt;logic circuit&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;       &lt;/span&gt;ans .&lt;span style=""&gt;  &lt;/span&gt;Minimum OR = 3&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;20.&lt;span style=""&gt;  &lt;/span&gt;Combinatorics&lt;span style=""&gt;  &lt;/span&gt;related&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;21. priority scheduling&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;22. cobegin&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;       &lt;/span&gt;begin&lt;span style=""&gt;  &lt;/span&gt;x = y; x= x+1;&lt;span style=""&gt;  &lt;/span&gt;y= x&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;       &lt;/span&gt;begin x =y; z= z+1; y= z&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;     &lt;/span&gt;coend&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;    &lt;/span&gt;ans.&lt;span style=""&gt;  &lt;/span&gt;Number of values possi = 2&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;23. 2 bits flip / 2 bits exchange&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;      &lt;/span&gt;ans : the word with one '1'&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;24.&lt;span style=""&gt;  &lt;/span&gt;any addr&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;       &lt;/span&gt;K^+ v(a) + 2I - 2a&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;   &lt;/span&gt;You try to prepare all subject questions in all the papers being&lt;/p&gt;  &lt;p class="MsoNormal"&gt;sent so that it will be useful in the interview.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;concentrate on OS, networks.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-3875681205019188319?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/3875681205019188319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/3875681205019188319'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/08/future-soft.html' title='FUTURE SOFT'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-2814567713941529423</id><published>2007-06-20T17:58:00.000+05:30</published><updated>2007-06-20T18:00:35.951+05:30</updated><title type='text'>Mastek</title><content type='html'>Paper Pattern&lt;br /&gt;&lt;br /&gt;1.  Online aptitude test.&lt;br /&gt;     that is u have to giv ur exam on a PC..&lt;br /&gt;&lt;br /&gt;2.  GD&lt;br /&gt;    Here they look for gud points..that is ur ideas are important n not how loud or aggressive u &lt;br /&gt;    are.&lt;br /&gt;&lt;br /&gt;3.  Interview&lt;br /&gt;     a few HR Ques are as follows..&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;tell me smthg abt urself&lt;/li&gt;&lt;li&gt;how do u look at life&lt;/li&gt;&lt;li&gt;can u handle stress&lt;/li&gt;&lt;li&gt;what is problem with working in teams&lt;/li&gt;&lt;li&gt;No tech quesns were asked.But better be prepared!!!&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-2814567713941529423?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/2814567713941529423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/2814567713941529423'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/06/mastek.html' title='Mastek'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-6676991331100291581</id><published>2007-06-20T17:55:00.000+05:30</published><updated>2007-06-20T17:56:05.567+05:30</updated><title type='text'>LG</title><content type='html'>&lt;ol&gt;&lt;li&gt;&lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;      {&lt;br /&gt;       int i;&lt;br /&gt;       printf("%d", &amp;i)+1;&lt;br /&gt;       scanf("%d", i)-1;&lt;br /&gt;     }&lt;br /&gt;   &lt;br /&gt;   a. Runtime error.&lt;br /&gt;   b. Runtime error. Access violation.&lt;br /&gt;   c. Compile error. Illegal syntax&lt;br /&gt;   d. None of the above&lt;br /&gt;     &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main(int     argc, char *argv[])&lt;br /&gt;     {&lt;br /&gt;   (main &amp;&amp;amp; argc) ? main(argc-1, NULL) : return 0;&lt;br /&gt;     }&lt;br /&gt;   &lt;br /&gt;   a. Runtime error.&lt;br /&gt;   b. Compile error. Illegal syntax&lt;br /&gt;   c. Gets into Infinite loop&lt;br /&gt;   d. None of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;     int i;&lt;br /&gt;     float *pf;&lt;br /&gt;     pf = (float *)&amp;i;&lt;br /&gt;     *pf = 100.00;&lt;br /&gt;     printf("%d", i);&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. Runtime error.&lt;br /&gt;   b. 100&lt;br /&gt;   c. Some Integer not 100&lt;br /&gt;   d. None of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;     {&lt;br /&gt;      int i = 0xff;&lt;br /&gt;      printf("%d", i&lt;&lt;2);&lt;br /&gt;     }&lt;br /&gt;   &lt;br /&gt;   a. 4&lt;br /&gt;   b. 512&lt;br /&gt;   c. 1020&lt;br /&gt;   d. 1024 &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;#define     SQR(x) x * x&lt;br /&gt;   main()&lt;br /&gt;   {&lt;br /&gt;     printf("%d", 225/SQR(15));&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. 1&lt;br /&gt;   b. 225&lt;br /&gt;   c. 15&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;union     u&lt;br /&gt;   {&lt;br /&gt;    struct st&lt;br /&gt;   {&lt;br /&gt;     int i : 4;&lt;br /&gt;     int j : 4;&lt;br /&gt;     int k : 4;&lt;br /&gt;     int l;&lt;br /&gt;    }st;&lt;br /&gt;     int i;&lt;br /&gt;    }u;&lt;br /&gt;   &lt;br /&gt;   main()&lt;br /&gt;    {&lt;br /&gt;     u.i = 100;&lt;br /&gt;     printf("%d, %d, %d",u.i, u.st.i, u.st.l);&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. 4, 4, 0&lt;br /&gt;   b. 0, 0, 0&lt;br /&gt;   c. 100, 4, 0&lt;br /&gt;   d. 40, 4, 0 &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;union     u&lt;br /&gt;     {&lt;br /&gt;     union u&lt;br /&gt;      {&lt;br /&gt;      int i;&lt;br /&gt;      int j;&lt;br /&gt;    }a[10];&lt;br /&gt;     int b[10];&lt;br /&gt;    }u;&lt;br /&gt;   &lt;br /&gt;   main()&lt;br /&gt;     {&lt;br /&gt;      printf("%d", sizeof(u));&lt;br /&gt;      printf("%d", sizeof(u.a));&lt;br /&gt;      printf("%d", sizeof(u.a[0].i));&lt;br /&gt;     }&lt;br /&gt;   a. 4, 4, 0&lt;br /&gt;   b. 0, 0, 0&lt;br /&gt;   c. 100, 4, 0&lt;br /&gt;   d. 40, 4, 0 &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;      {&lt;br /&gt;      int (*functable[2])(char *format, ...) ={printf, scanf};&lt;br /&gt;      int i = 100;&lt;br /&gt;   &lt;br /&gt;      (*functable[0])("%d", i);&lt;br /&gt;      (*functable[1])("%d", i);&lt;br /&gt;      (*functable[1])("%d", i);&lt;br /&gt;      (*functable[0])("%d", &amp;i);&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;      a. 100, Runtime error.&lt;br /&gt;      b. 100, Random number, Random number, Random number.&lt;br /&gt;      c. Compile error&lt;br /&gt;      d. 100, Random number &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;       int i, j, *p;&lt;br /&gt;       i = 25;&lt;br /&gt;       j = 100;&lt;br /&gt;       p = &amp;i; /* Address of i is assigned to pointer p */&lt;br /&gt;       printf("%f", i/(*p)); /* i is divided by     pointer p */&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. Runtime error.&lt;br /&gt;   b. 1.00000&lt;br /&gt;   c. Compile error&lt;br /&gt;   d. 0.00000 &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;     {&lt;br /&gt;      int i, j;&lt;br /&gt;      scanf("%d %d"+scanf("%d %d", &amp;i,     &amp;amp;j));&lt;br /&gt;      printf("%d %d", i, j);&lt;br /&gt;    }&lt;br /&gt;   &lt;br /&gt;   a. Runtime error.&lt;br /&gt;   b. 0, 0&lt;br /&gt;   c. Compile error&lt;br /&gt;   d. the first two values entered by the user &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;     {&lt;br /&gt;      char *p = "hello world";&lt;br /&gt;      p[0] = 'H';&lt;br /&gt;      printf("%s", p);&lt;br /&gt;    }&lt;br /&gt;   &lt;br /&gt;   a. Runtime error.&lt;br /&gt;   b. “Hello world” c. Compile error&lt;br /&gt;   d. “hello world”   &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;     {&lt;br /&gt;    char * strA;&lt;br /&gt;    char * strB = “I am OK”; memcpy( strA, strB, 6);&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. Runtime error.&lt;br /&gt;   b. “I am OK” c. Compile error&lt;br /&gt;   d. “I am O”   &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;How     will you print % character?&lt;br /&gt;   a. printf(“\%”) b. printf(“\\%”) c. printf(“%%”) d. printf(“\%%”)       &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;const     int perplexed = 2;&lt;br /&gt;    #define perplexed 3 &lt;br /&gt;   main()&lt;br /&gt;    {&lt;br /&gt;     #ifdef perplexed&lt;br /&gt;     #undef perplexed&lt;br /&gt;     #define perplexed 4&lt;br /&gt;     #endif&lt;br /&gt;      printf(“%d”,perplexed); }&lt;br /&gt;   &lt;br /&gt;   a. 0&lt;br /&gt;   b. 2&lt;br /&gt;   c. 4&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;struct     Foo&lt;br /&gt;     {&lt;br /&gt;     char *pName;&lt;br /&gt;    };&lt;br /&gt;   &lt;br /&gt;   main()&lt;br /&gt;     {&lt;br /&gt;     struct Foo *obj = malloc(sizeof(struct Foo));&lt;br /&gt;     strcpy(obj-&gt;pName,"Your Name");&lt;br /&gt;     printf("%s", obj-&gt;pName);&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. “Your Name” b. compile error&lt;br /&gt;   c. “Name” d. Runtime error &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;struct     Foo&lt;br /&gt;     {&lt;br /&gt;         char *pName;&lt;br /&gt;        char *pAddress;&lt;br /&gt;     };&lt;br /&gt;   main()&lt;br /&gt;   {&lt;br /&gt;      struct Foo *obj = malloc(sizeof(struct Foo));&lt;br /&gt;      obj-&gt;pName = malloc(100);&lt;br /&gt;      obj-&gt;pAddress = malloc(100);&lt;br /&gt;      strcpy(obj-&gt;pName,"Your Name");&lt;br /&gt;      strcpy(obj-&gt;pAddress, "Your Address");&lt;br /&gt;      free(obj);&lt;br /&gt;      printf("%s", obj-&gt;pName);&lt;br /&gt;     printf("%s", obj-&gt;pAddress);&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. “Your Name”, “Your Address” b. “Your Address”, “Your     Address” c. “Your Name” “Your Name” d. None of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;    char *a = "Hello ";&lt;br /&gt;    char *b = "World";&lt;br /&gt;    printf("%s", stract(a,b));&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. “Hello” b. “Hello World” c. “HelloWorld” d. None of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;     char *a = "Hello ";&lt;br /&gt;     char *b = "World";&lt;br /&gt;     printf("%s", strcpy(a,b));&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. “Hello” b. “Hello World” c. “HelloWorld” d. None of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;void     func1(int (*a)[10])&lt;br /&gt;   {&lt;br /&gt;   printf("Ok it works");&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   void func2(int a[][10])&lt;br /&gt;   {&lt;br /&gt;     printf("Will this work?");&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   main()&lt;br /&gt;   {&lt;br /&gt;     int a[10][10];&lt;br /&gt;     func1(a);&lt;br /&gt;     func2(a);&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. “Ok it works” b. “Will this work?” c. “Ok it works Will this     work?” d. None of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;     printf("%d, %d", sizeof('c'), sizeof(100));&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. 2, 2&lt;br /&gt;   b. 2, 100&lt;br /&gt;   c. 4, 100&lt;br /&gt;   d. 4, 4 &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;     int i = 100;&lt;br /&gt;     printf("%d", sizeof(sizeof(i)));&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. 2&lt;br /&gt;   b. 100&lt;br /&gt;   c. 4&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;     int c = 5;&lt;br /&gt;     printf("%d", main|c);&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. 1&lt;br /&gt;   b. 5&lt;br /&gt;   c. 0&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;     {&lt;br /&gt;      char c;&lt;br /&gt;      int i = 456;&lt;br /&gt;      c = i;&lt;br /&gt;      printf("%d", c);&lt;br /&gt;    }&lt;br /&gt;   &lt;br /&gt;   a. 456&lt;br /&gt;   b. -456&lt;br /&gt;   c. random number&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;oid     main ()&lt;br /&gt;     {&lt;br /&gt;     int x = 10;&lt;br /&gt;     printf ("x = %d, y = %d", x,--x++);&lt;br /&gt;    }&lt;br /&gt;   &lt;br /&gt;   a. 10, 10&lt;br /&gt;   b. 10, 9&lt;br /&gt;   c. 10, 11&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;     {&lt;br /&gt;      int i =10, j = 20;&lt;br /&gt;      printf("%d, %d\n", j-- , --i);&lt;br /&gt;      printf("%d, %d\n", j++ , ++i);&lt;br /&gt;     }&lt;br /&gt;   &lt;br /&gt;   a. 20, 10, 20, 10&lt;br /&gt;   b. 20, 9, 20, 10&lt;br /&gt;   c. 20, 9, 19, 10&lt;br /&gt;   d. 19, 9, 20, 10 &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;     {&lt;br /&gt;     int x=5;&lt;br /&gt;     for(;x==0;x--) {&lt;br /&gt;     printf(“x=%d\n”, x--); }&lt;br /&gt;    }&lt;br /&gt;   a. 4, 3, 2, 1, 0&lt;br /&gt;   b. 1, 2, 3, 4, 5&lt;br /&gt;   c. 0, 1, 2, 3, 4&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;     {&lt;br /&gt;     int x=5;&lt;br /&gt;     for(;x!=0;x--) {&lt;br /&gt;     printf(“x=%d\n”, x--); }&lt;br /&gt;     }&lt;br /&gt;   a. 5, 4, 3, 2,1&lt;br /&gt;   b. 4, 3, 2, 1, 0&lt;br /&gt;   c. 5, 3, 1&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;     {&lt;br /&gt;      int x=5;&lt;br /&gt;        {&lt;br /&gt;        printf(“x=%d ”, x--); }&lt;br /&gt;       }&lt;br /&gt;   a. 5, 3, 1&lt;br /&gt;   b. 5, 2, 1,&lt;br /&gt;   c. 5, 3, 1, -1, 3&lt;br /&gt;   d. –3, -1, 1, 3, 5  &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;     unsigned int bit=256;&lt;br /&gt;     printf(“%d”, bit); }&lt;br /&gt;      {&lt;br /&gt;     unsigned int bit=512;&lt;br /&gt;     printf(“%d”, bit); }&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. 256, 256&lt;br /&gt;   b. 512, 512&lt;br /&gt;   c. 256, 512&lt;br /&gt;   d. Compile error &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;      {&lt;br /&gt;      int i;&lt;br /&gt;      for(i=0;i&lt;5;i++)&lt;br /&gt;       {&lt;br /&gt;       printf("%d\n", 1L &lt;&lt; i);&lt;br /&gt;      }&lt;br /&gt;    }&lt;br /&gt;   a. 5, 4, 3, 2, 1&lt;br /&gt;   b. 0, 1, 2, 3, 4&lt;br /&gt;   c. 0, 1, 2, 4, 8&lt;br /&gt;   d. 1, 2, 4, 8, 16 &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;   signed int bit=512, i=5;&lt;br /&gt;   &lt;br /&gt;   for(;i;i--)&lt;br /&gt;   {&lt;br /&gt;   printf("%d\n", bit = (bit &gt;&gt; (i - (i -1))));&lt;br /&gt;   }&lt;br /&gt;   }&lt;br /&gt;   512, 256, 128, 64, 32&lt;br /&gt;   b. 256, 128, 64, 32, 16&lt;br /&gt;   c. 128, 64, 32, 16, 8&lt;br /&gt;   d. 64, 32, 16, 8, 4&lt;br /&gt;     &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;   signed int bit=512, i=5;&lt;br /&gt;   &lt;br /&gt;   for(;i;i--)&lt;br /&gt;   {&lt;br /&gt;   printf("%d\n", bit &gt;&gt; (i - (i -1)));&lt;br /&gt;   }&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. 512, 256, 0, 0, 0&lt;br /&gt;   b. 256, 256, 0, 0, 0&lt;br /&gt;   c. 512, 512, 512, 512, 512&lt;br /&gt;   d. 256, 256, 256, 256, 256 &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;   if (!(1&amp;&amp;amp;0))&lt;br /&gt;   {&lt;br /&gt;   printf("OK I am done.");&lt;br /&gt;   }&lt;br /&gt;   else&lt;br /&gt;   {&lt;br /&gt;   printf(“OK I am gone.”); }&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. OK I am done&lt;br /&gt;   b. OK I am gone&lt;br /&gt;   c. compile error&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;   if ((1||0) &amp;&amp;amp; (0||1))&lt;br /&gt;   {&lt;br /&gt;   printf("OK I am done.");&lt;br /&gt;   }&lt;br /&gt;   else&lt;br /&gt;   {&lt;br /&gt;   printf(“OK I am gone.”); }&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. OK I am done&lt;br /&gt;   b. OK I am gone&lt;br /&gt;   c. compile error&lt;br /&gt;   d. none of the above &lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 5px 0px; line-height: 150%; text-indent: 0px; word-spacing: 0px;" align="justify"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;main()&lt;br /&gt;   {&lt;br /&gt;   signed int bit=512, mBit;&lt;br /&gt;   &lt;br /&gt;   {&lt;br /&gt;   mBit = ~bit;&lt;br /&gt;   bit = bit &amp; ~bit ;&lt;br /&gt;   &lt;br /&gt;   printf("%d %d", bit, mBit);&lt;br /&gt;   }&lt;br /&gt;   }&lt;br /&gt;   &lt;br /&gt;   a. 0, 0&lt;br /&gt;   b. 0, 513&lt;br /&gt;   c. 512, 0&lt;br /&gt;   d. 0, -513&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-6676991331100291581?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/6676991331100291581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/6676991331100291581'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/06/lg.html' title='LG'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-4927778637556572247</id><published>2007-06-06T23:56:00.000+05:30</published><updated>2007-06-07T00:07:56.138+05:30</updated><title type='text'>BOSCH</title><content type='html'>PAPER PATTERN&lt;br /&gt;&lt;br /&gt;This pattern below is for computer science (CS) students only. There was another set of paper for MECH branch students.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Section 1&lt;/strong&gt;:This section had only technical question. They were mainly from Pointers in C, C++, Data Structures and some questions on OS, DBMS.This section also had lots of question on bit conversions (HEX to Binary, decimal) and one question on finding 2's compliment and such others. There were few questions on finding TRUE/FALSE statement which was bit confusing. Question to calculate square root, cube root of a number were also included.&lt;br /&gt;Overall, this section was easy if you are good with your basics. The questions were mainly around the basic concepts only.&lt;br /&gt;Each question had four options (A, B, C, D) and we had to find the most appropriate answer. Each correct answer carries 2 marks and there is a negative marking of 1 for each wrong answer. So be careful while attempting these questions.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Section 2&lt;/strong&gt;:This had only general English questions. No book will help you to answer these questions; instead you should have good knowledge of grammar and different English works.&lt;br /&gt;There was a paragraph with some blanks in between. So we had to find the appropriate words to fill in, from the given options. Other questions included comprehension, synonyms, proverbs type question and others.&lt;br /&gt;This section needs some intelligent guessing as you feel that all of the given options are correct and sometimes all are wrong.&lt;br /&gt;Each correct answer carries 1 mark and there is a negative mark of 0.5.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;BOSCH REXROTH AG , Vatva , Ahmedabad, ON 24th Aug. 2004&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;1. Critical stress at which material will start to flow&lt;br /&gt;(a)yield&lt;br /&gt;(b)ultimate tensile stress&lt;br /&gt;(c) proof stress&lt;br /&gt;(d) none o the above&lt;br /&gt;&lt;br /&gt;2. maximum degree of freedom in space Ans. 6&lt;br /&gt;&lt;br /&gt;3. bearing which will take axial and radial loads.&lt;br /&gt;(a) thrust bearing&lt;br /&gt;(b) deep groove&lt;br /&gt;(c) taper roller&lt;br /&gt;(d) ---&lt;br /&gt;&lt;br /&gt;4. volume of water per cubic metre of air.&lt;br /&gt;(a)specific volume&lt;br /&gt;(b) specific gravity&lt;br /&gt;(c) vapour pressure&lt;br /&gt;(d) none of above&lt;br /&gt;&lt;br /&gt;5. fluid is flowing through a frustum of cone. what is the nature of graph of velocity Vs. c/s area. {flow = velocity X c/s area}&lt;br /&gt;(a) parabola&lt;br /&gt;(b) hyperbola&lt;br /&gt;(c) y=mx+c&lt;br /&gt;(d) x=x.&lt;br /&gt;&lt;br /&gt;6. Fluid in a pipe having no change in profile with change in length of pipe ...explain type of flow.&lt;br /&gt;a)Laminar&lt;br /&gt;b)Turbulent&lt;br /&gt;c)fully developed profile &lt;ans&gt;&lt;br /&gt;d)steady flow&lt;br /&gt;&lt;br /&gt;7. Which are correct&lt;br /&gt;I) Navier Stokes Eq. is .... of momentum conservation eq.&lt;br /&gt;II)bernoulis eq. is for viscous flow&lt;br /&gt;III) REYNOLD no. &gt;3000 always for turbulent flow.&lt;br /&gt;a)I and II correct&lt;br /&gt;b)I and II not correct&lt;br /&gt;c)II and III correct&lt;br /&gt;d)II and III not correct&lt;br /&gt;&lt;br /&gt;8. Which can't be removed during alloying from Fe alloys&lt;br /&gt;a) co&lt;br /&gt;b) N&lt;br /&gt;c) Si&lt;br /&gt;d) As&lt;br /&gt;&lt;br /&gt;9.There are two ropes burning non uniformly (rate) and clock half an hour each. which can't be clocked ?&lt;br /&gt;a) 1 Hr.&lt;br /&gt;b) 45 min&lt;br /&gt;c)15 min&lt;br /&gt;d)none&lt;br /&gt;&lt;br /&gt;10. Lim n-&gt;0 (1+ 1/n)^n =&lt;br /&gt;a) 1&lt;br /&gt;b)0&lt;br /&gt;c)e&lt;br /&gt;d)infinity&lt;br /&gt;&lt;br /&gt;11.time dependent increase in length at steady temp. is called&lt;br /&gt;a) superplasticity&lt;br /&gt;b) creep&lt;br /&gt;c) fatigue&lt;br /&gt;d) none&lt;br /&gt;&lt;br /&gt;12. Vicosity change with increasing temp.&lt;br /&gt;a) decreases&lt;br /&gt;b) increases&lt;br /&gt;c) same&lt;br /&gt;d) first decreases and then increases.&lt;br /&gt;&lt;br /&gt;13. Direction of friction in bicycle tyres&lt;br /&gt;a) along motion&lt;br /&gt;b) opp. motion&lt;br /&gt;c) Front opp. motion and vice versa&lt;br /&gt;d) rear opp. motion and vice versa&lt;br /&gt;&lt;br /&gt;14. Sp. gravity of a fluid&lt;br /&gt;a) density of fluid at 0`c / density of water at o`c.&lt;br /&gt;b) density of fluid at 0`c / density of water at T`c.&lt;br /&gt;c) density of fluid at T`c / density of water at o`c.&lt;br /&gt;d) density of fluid at T`c / density of water at T`c.&lt;br /&gt;&lt;br /&gt;15. lateral strain / longitudinal strain&lt;br /&gt;a) Poission's Ratio&lt;br /&gt;b) Bulk Modulus&lt;br /&gt;c) Modulus Of Elasticity&lt;br /&gt;d) None&lt;br /&gt;&lt;br /&gt;16. 10 coins &amp;amp; 1 defected coin and 2 weighs Find min weighs req. to detect faulty coin&lt;br /&gt;a) 2&lt;br /&gt;b)3&lt;br /&gt;c)4&lt;br /&gt;d)5&lt;br /&gt;&lt;br /&gt;17. 9 members in meeting scheluled at 10:00 A.M. , all reaches at 9:48 A.M. . one member req. 2 min to intro with other find meeting delay with scheduled time of 10:00 A.M..&lt;br /&gt;a) 1 Hr.&lt;br /&gt;b) 6 min&lt;br /&gt;c) ...&lt;br /&gt;d)At scheduled time&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;18. A completes job in 10 hr. and B completes in 15 hr.. Find when both together works&lt;br /&gt;a) 6 hr.&lt;br /&gt;b) 8 hr&lt;br /&gt;c) 10 hr&lt;br /&gt;d) none&lt;br /&gt;&lt;br /&gt;19. A ball dropped from H height and moves 80% of height each time.Total dist. covered&lt;br /&gt;a) 4H&lt;br /&gt;b) 5H&lt;br /&gt;c) 7H&lt;br /&gt;d) 9H&lt;br /&gt;&lt;br /&gt;20. A cantilever beam loaded at free end find reinforcement place&lt;br /&gt;a) AT neutral axis&lt;br /&gt;b) above neutral axis&lt;br /&gt;c) below neutral axis&lt;br /&gt;d) above and below neutral axis&lt;br /&gt;&lt;br /&gt;21. punching a sheet of D dia and T thickness and S ultimate tensile stress&lt;br /&gt;a) 3.14 DTS&lt;br /&gt;b) 3.14TS X D^2&lt;br /&gt;c) 6.28 DTS&lt;br /&gt;d)6.28 TS x D^2&lt;br /&gt;&lt;br /&gt;22. ...&lt;br /&gt;&lt;br /&gt;23. two easy ques. of string mass equilibrium system...&lt;br /&gt;&lt;br /&gt;24. Microstructure after quenching&lt;br /&gt;a) Mertensite&lt;br /&gt;b) pearlite&lt;br /&gt;c) ........&lt;br /&gt;d)..........&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-4927778637556572247?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/4927778637556572247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/4927778637556572247'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/06/bosch.html' title='BOSCH'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-4264154303269223118</id><published>2007-06-06T23:32:00.000+05:30</published><updated>2007-06-06T23:54:56.877+05:30</updated><title type='text'>AXES TECHNOLOGIES</title><content type='html'>&lt;span style="color:#333333;"&gt;&lt;br /&gt;&lt;strong&gt;Interview Procedure :&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The information on the interview is pretty sketchy but it may consist of both technical grilling and HR interview&lt;br /&gt;&lt;br /&gt;The written test is purely technical with stress on Networking, C, Operating Systems, Data Structures etc. You should be clear with the fundamentals of these and other core subjects. Questions are mainly multiple-choice though this may vary.&lt;br /&gt;&lt;br /&gt;About The Company :&lt;br /&gt;&lt;br /&gt;Axes Technologies(I) Pvt. Ltd. is a subsidiary of Axes Technologies Inc, Dallas, USA and was set up in 1995 in Bangalore. The Chennai center came up in 1997 and a second center was established in Bangalore in 1998.&lt;br /&gt;Axes specializes in the development of telecom software. Axes has developed high quality software for Long Distance Tandem and Mobile Switches. Axes has state-of-the-art infrastructure and computing environment at its facilities spread over 50,000 sq.ft. Over 275 talented software professionals work here. Axes is a 100% export oriented unit - set up under the umbrella of Software Technology Park (STP) of the Government of India.&lt;br /&gt;Axes products are currently being used by leading telecom companies all over the world. Axes is executing projects in the areas of Tandem Switches, Cellular Switches, STP, Network Management, AIN Peripherals and Digital Loop Carrier Systems. The Bangalore center has been certified for ISO 9001 by Underwriters Laboratories Inc., and is working towards achieving SEI CMM level 4.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#333333;"&gt;&lt;strong&gt;PATTERN&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Computer science branch students had 4 sections to&lt;br /&gt;answer:&lt;br /&gt;   1 .General aptitude (simple - easier than RSAgarwal)&lt;br /&gt;      Q-11. was wrong it was relating to some fatal       relationship. the other's were number sequencing,&lt;br /&gt;      GRE analogies, antonyms (abt. 10 q's). totally about 50 q's&lt;br /&gt;   2 .Microcontroller 8086 (basics only,some q's like max. unsigned number in 8086 ans = power16 ) there were some small codes you need to tracae.&lt;br /&gt;   3 .'c' was simple, there were some stubs o/p was to be traced. there was one bit wise 'or'&lt;br /&gt;problem&lt;br /&gt;   4 .I felt this the toughest (Java/C++/OSconcepts) Java and C++ were general questions, no progs. and os was easy. (i guess i got just 40 % right in this section)&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;SAMPLE PAPER&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Computer Awareness&lt;br /&gt; 1. A 2MB PCM(pulse code modulation) has  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) 32 channels &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) 30 voice channels &amp; 1 signalling channel. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) 31 voice channels &amp; 1 signalling channel. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) 32 channels out of which 30 voice channels, 1 signalling channel, &amp; 1 Synchronizatio channel.  Ans: (c)&lt;br /&gt;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;2. Time taken for 1 satellite hop in voice communication is  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) 1/2 second &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) 1 seconds &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) 4 seconds &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) 2 seconds  Ans: (a)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;3. Max number of satellite hops allowed in voice communication is :  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) only one &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) more han one &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) two hops &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) four hops  Ans: (c)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;4. What is the max. decimal number that can be accomodated in a byte.  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) 128 &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) 256 &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) 255 &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) 512  Ans: (c)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;5. Conditional results after execution of an instruction in a micro processor is stored in  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) register &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) accumulator &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) flag register &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) flag register part of PSW(Program Status Word)  Ans: (d)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;6. Frequency at which VOICE is sampled is  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) 4 Khz &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) 8 Khz &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) 16 Khz &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) 64 Khz  Ans: (a)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;7. Line of Sight is   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) Straight Line &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) Parabolic  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) Tx &amp; Rx should be visible to each other &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) none  Ans: (c)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;8. Purpose of PC(Program Counter) in a MicroProcessor is  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) To store address of TOS(Top Of Stack) &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) To store address of next instruction to be executed. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) count the number of instructions. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) to store base address of the stack.  Ans: (b)    &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;9. What action is taken when the processor under execution is interrupted by a non-maskable interrupt?  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) Processor serves the interrupt request after completing the execution of the current instruction. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) Processor serves the interupt request after completing the current task. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) Processor serves the interupt request immediately. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) Processor serving the interrupt request depends upon the priority of the current task under execution.  Ans: (a)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;10. The status of the Kernel is  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) task &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) process &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) not defined. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) none of the above.  Ans: (b) &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;11 What is the nominal voltage required in subscriber loop connected to local exchange?  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) +48 volts &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) -48 volts &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) 230 volts &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) 110 volts   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;12. To send a data packet using datagram , connection will be established  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) before data transmission. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) connection is not established before data transmission. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) no connection is required. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) none of the above.  Ans: (c)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;13. Word allignment is  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) alligning the address to the next word boundary of the machine. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) alligning to even boundary. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) alligning to word boundary. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) none of the above.  Ans: (a)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;14 When a 'C' function call is made, the order in which parameters passed to the function are pushed into the stack is  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) left to right &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) right to left &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) bigger variables are moved first than the smaller variales. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) smaller variables are moved first than the bigger ones. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;e) none of the above.  Ans: (b)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;15 What is the type of signalling used between two exchanges?  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) inband &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) common channel signalling &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) any of the above &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) none of the above.  Ans: (a)  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;16. Buffering is   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) the process of temporarily storing the data to allow for small variation in device speeds &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) a method to reduce cross talks &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) storage of data within transmitting medium until the receiver is ready to receive. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) a method to reduce routing overhead.  Ans: (a)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;17. A protocol is a set of rules governing a time sequence of events that must take place between  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) peers &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) non-peers &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) allocated on stack &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) assigned to registers.   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;18. Memory allocation of variables declared in a program is  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) allocated in RAM. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) allocated in ROM. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) allocated on stack. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) assigned to registers.  Ans: (c)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;19. A software that allows a personal computer to pretend as a computer terminal is   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) terminal adapter &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) bulletin board&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) modem &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;d) terminal emulation  Ans: (d)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;The following questions (Q20-Q33) are of a slightly different pattern than those above and may also be asked:  &lt;br /&gt;&lt;br /&gt;20. Find the output of the following program  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;int *p,*q; &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;p=(int *)1000; &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;q=(int *)2000; &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;printf("%d",(q-p));   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;Ans: 500   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;21. What does the statement int(*x[])() indicate? &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;22. Which addressing mode is used in the following statements:  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;(a) MVI B,55  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;(b) MOV B,A  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;(c) MOV M,A  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;Ans. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;(a) Immediate addressing mode. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;(b) Register Addressing Mode &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;(c) Direct addressing mode   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;23. RS-232C standard is used in _____________.  Ans. Serial I/O   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;24. How are parameters passed to the main function?   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;25. What does the file stdio.h contain?  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) functin definition &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) function decleration &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) both func. defn &amp; func. decleration.   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;26. sscanf is used for ?    &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;27. Memory. Management in Operating Systems is done by  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;a) Memory Management Unit &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;b) Memory management software of the Operating System &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;c) Kernel  Ans: (b)   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;28. What does the statement strcat(S2,S1) do?  &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt; 29. TCP(Transmission Control Protocol) is Connection Oriented and used in ______________ layer?    &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;30. IP(Internet Protocol) is connectionless and used in _________________ layer?   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;31. For LAN Netwrok layer is not required. Why?   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;32. What is done for a Push opertion?  Ans: SP is decremented and then the value is stored.   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;33. Describe the following structures as LIFO/FILO/FIFO/LILO  (a) Stack (b) Queue&lt;br /&gt;&lt;br /&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-4264154303269223118?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/4264154303269223118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/4264154303269223118'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/06/axes-technologies.html' title='AXES TECHNOLOGIES'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-2838227780114867385</id><published>2007-06-03T00:05:00.000+05:30</published><updated>2007-06-03T00:07:26.537+05:30</updated><title type='text'>What Should NOT Be On Your Resume!!</title><content type='html'>&lt;span style="color:#333333;"&gt;In our eagerness to obtain an interview, we sometimes have a tendency to provide a prospective employer with inappropriate information that would be detrimental to us, resulting in both a loss of interest and an interview. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;Keep in mind that a prospective employer, who must review 200 to 400 resumes for an advertised position, is busy and has to rule out or disqualify all but a handful of those resumes in an attempt to find only qualified candidates. If he or she can't easily find what they are looking for immediately (in 20 seconds), it probably will get discarded. In order to avoid having your resume land in the "round file," here are a few hints. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#333333;"&gt;&lt;br /&gt;·  Avoid nicknames, using your business name and middle initial.&lt;br /&gt;&lt;br /&gt;·  Don't try to impress or insult the employer with fancy words as you may frustrate them and perhaps have your resume rejected.&lt;br /&gt;&lt;br /&gt;·  Never include personal information such as age, race, gender, height, weight, religion, national origin, marital status, children, health, physical appearance, or a photograph of yourself.&lt;br /&gt;&lt;br /&gt;·  Do not handwrite your resume. Typewriters are fine, but a computer and printer should be used if possible. Be sure to use tabs instead of the space bar when typing.&lt;br /&gt;&lt;br /&gt;·  In your Objective, never tell an employer what YOU expect out of a job -- only what you can contribute. Keep in mind that it's not up to the employer to motivate you and present challenges&lt;br /&gt;&lt;br /&gt;.  it's up to YOU. If you mention in your objective that you wish to advance within the&lt;br /&gt;organization, this could work against you in that the position for which you are interviewing may be a dead-end job.&lt;br /&gt;&lt;br /&gt;·  If using a Profile, don't include the same information listed on the resume. When listing your current and past employers, omit street names, zip codes, telephone numbers, and the names of supervisors. You really shouldn't go back any further than 10 to 15 years regarding employment, unless it is directly related to the position for which you are applying.&lt;br /&gt;&lt;br /&gt;·  When listing job duties, don't use sentences or paragraphs, as you don't want to be too wordy and bore the reader. Instead, use bullets without punctuation, maintaining consistency throughout.&lt;br /&gt;&lt;br /&gt;·  Don't eliminate a previously held job just because it doesn't relate to your career goal. You don't need to elaborate -- just mention it -- as you don't want a gap in employment.&lt;br /&gt;&lt;br /&gt;·  Never divulge the reasons why you left each place of employment nor your availability to begin working for the company -- both of which should be discussed in the interview.&lt;br /&gt;&lt;br /&gt;·  Don't place Education before Employment unless you are a current or soon to be graduate or have received your degree within the last two years, unless your education relates to the position for which you are applying. Don't include your GPA unless it is at least 3.0 or higher.&lt;br /&gt;&lt;br /&gt;·  Salary or wage should never be mentioned until an offer is presented at the interview and only if brought up by the prospective employer. The only exceptions would be if salary history or requirements are mentioned in the ad, in which case you need to follow the directions given.&lt;br /&gt;&lt;br /&gt;·  Hobbies and personal interests should be omitted unless they represent your career goal, such as "golfer" for a position at a golf course.&lt;br /&gt;&lt;br /&gt;·  Never list your references or the words "references furnished upon request" as this is an insult to the prospective employer's intelligence. Of course you will provide these if he or she requests them -- which wouldn't be until after your interview. So why give them information they may not need?&lt;br /&gt;&lt;br /&gt;·  Don't forget to put your name on the second page, in case it separates from the first page.&lt;br /&gt;&lt;br /&gt;·  Don't use cheap paper, carbons or onionskin. Don't use wild or bright colors for your resumes, as you want to remain conservative andbusiness-like.&lt;br /&gt;&lt;br /&gt;·  Upon completion of your resume, have your copies professionally reproduced -- not on a copy machine.&lt;br /&gt;&lt;br /&gt;·  Don't submit a resume longer than two pages. Never print on two sides of the same paper.&lt;br /&gt;&lt;br /&gt;·  Make sure there are no typographical or grammatical errors, erasures, white outs, scratched out or rewritten text, and that your paper isn't dirty, ripped, ink-marked, stained or wrinkled. Check that your verb tense is proper, using past and present tense when appropriate.&lt;br /&gt;&lt;br /&gt;·  To keep the professional image, it is suggested that you don't staple your resume.&lt;br /&gt;&lt;br /&gt;·  Prior to sending your resume, check to see if you placed adequate postage on your envelope and put a return address on it.&lt;br /&gt;&lt;br /&gt;·  Don't forget to include a cover letter with your resume as this is expected in the business world.&lt;br /&gt;&lt;br /&gt;Keep in mind that you are marketing yourself with your resume. Be creative, honest and assertive. Before you mail your resume, review it one last time. Then ask yourself this question, "If I am a prospective employer, and I just read my resume, would I hire me?"&lt;br /&gt; &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-2838227780114867385?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/2838227780114867385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/2838227780114867385'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/06/what-should-not-be-on-your-resume.html' title='What Should NOT Be On Your Resume!!'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-1853207079048441916</id><published>2007-05-27T22:53:00.000+05:30</published><updated>2007-06-01T01:55:04.005+05:30</updated><title type='text'>3i Infotech</title><content type='html'>&lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;TEST PATTERN-&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;the  paper  consists of three parts: &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;   1.English(50 ques,50 marks)&lt;br /&gt;  2.Quantitative aptitude(50 ques,50 marks)&lt;br /&gt;  3.Logical Reasoning(50 ques,50 marks)&lt;br /&gt;      total time:90 min.&lt;br /&gt;The paper was totally on the pattern of Bank PO exam. There were no ques of shakuntala devi or george summers...&lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p style="font-weight: bold; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-weight: bold; color: rgb(51, 51, 51);"&gt;PAPER ON 28th JANUARY AT &lt;st1:city st="on"&gt;&lt;st1:place st="on"&gt;DELHI&lt;/st1:place&gt;&lt;/st1:city&gt;&lt;/p&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;There was 3 sections- &lt;/span&gt;&lt;b style="color: rgb(51, 51, 51);"&gt;&lt;br /&gt;English usage,&lt;br /&gt;Logical Reasoning and&lt;br /&gt;arithmetic n data interpretation&lt;/b&gt;&lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt; &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;There were in total 150 q's, having 50 q's from each sections. All Q's were easy. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;Time limit : 90 mins &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;u&gt;Before going to venue, just read out the instructions given on the site, coz there was lot of confusions&lt;/u&gt;. I did keep with me the specimen answer sheet. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;  &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;b&gt;&lt;u&gt;Section 1:  English usage&lt;/u&gt;&lt;/b&gt; &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;In this there was a paragrap, nearly 400 words, about regularization of banking acts. On basis of this para there was  q's . These are as follows- &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; 10 direct q's relataed to para &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; 3 Synoyms(Contemporay, Resilence etc.) &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; 3 Antonyms &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; 9 q's were based on fill in d blanks which was nothing bt,  about Development and Education in &lt;st1:place st="on"&gt;Punjab&lt;/st1:place&gt; and U.P. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;br /&gt;on an average all d synonyms n antonyms were very easy and day to day conversational use. These synonyms  and antonyms were given in bold in d para. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;While solving this type of para plz keep in mind that one time reading with better comprehension is nt only helpful, bt u have to use regression. Remaining 25 q's were based on finding out grammatical error(u can see in any cat/ mat preparartion book). some were diifficult. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;In this section i did only 23 q's. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;  &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;b&gt;&lt;u&gt;Section 2 : Reasoning&lt;/u&gt;&lt;/b&gt; &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; 1 caselet based sitting arrangement(5-6 q's) &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; 5 q's based on Blood Relation(if A+B stands for A is father of B , A-B stands for Ais bro of B......... then what is A-B*c so on ) &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; 5 q's based on critical resoning(like all banana's are mango, some mangoes are chilli then conclude...) &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; 4-5 q's based on series. In this you have to find out odd one in he series. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; Some on coding decoding &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; Some were slightly different. These were like -- 5 different nos were given and said that 1 is added to the first digit of all numbers and 1 is subtracted from the middle digit. then Find out the second largest n so on. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;--&gt; Some were Data Sufficiency &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;Suggestion: For seies go through Mitra's Book Quicker maths. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;  &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;b&gt;&lt;u&gt;Section 3 : Arithmetic&lt;/u&gt;&lt;/b&gt; &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;In this topic on which Q's were based, is as - &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;1. Probab -- 5  q's, in this q like--- there are different balls in a bag as3-green, 5-blue, 7-red. 6-black then find out the probab of  getting 2 red balls, gtting at least 1 gren ball while picking up 3 balls n so on. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;  &lt;/p&gt;      &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;2. Series Comletion- 5 q&lt;/p&gt;&lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;3. Simplification-10-12 q, as (1) if  12.48 / ? / 56.4 = 12.3 then find ? and so on &lt;/p&gt;    &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;4. Compound Interest -1q (Direct Formula) &lt;/p&gt;    &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;5. Trains speed-1q as, A train crosses a platform of length double of its length, in 30 sec. Find speed of train.(Ans- can not determined) &lt;/p&gt;    &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;6. Data Interpretation- 15 q, 2tables and 1 pie chart, vey easy just calculation basis.                 &lt;/p&gt;    &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt; Do as much as possible Bank po sets, there is nothing bt all depends on UR CALCULATION SPEED. &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p style="margin-right: 7.5pt; color: rgb(51, 51, 51);"&gt;&lt;span style="font-weight: bold;"&gt;ICICI Infotech Placement Papers &lt;/span&gt; &lt;/p&gt;  &lt;p style="color: rgb(51, 51, 51);"&gt;&lt;/p&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Aptitude Question Paper (2005)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1.                In a class composed of x girls and y boys what part of the class is composed of girls&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A.y/(x + y)          B.x/xy          C.x/(x + y)    D.y/xy     (Ans.C)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2.                What is the maximum number of half-pint bottles of cream that can be filled with a 4-gallon can of cream(2 pt.=1 qt. and 4 qt.=1 gal)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A.16    B.24          C.30          D.64         (Ans.D)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3.                .If the operation,^ is defined by the equation x ^ y = 2x + y,what is the value of a in &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2 ^ a = a ^ 3&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A.0     B.1          C.-1          D.4                          (Ans.B)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4.                A coffee shop blends 2 kinds of coffee,putting in 2 parts of a 33p. a gm. grade to 1 part of a 24p. a gm.If the mixture is changed to 1 part of the 33p. a gm. to 2 parts of the less expensive grade,how much will the shop save in blending 100 gms.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A.Rs.90          B.Rs.1.00          C.Rs.3.00          D.Rs.8.00        (Ans.C)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5.                There are 200 questions on a 3 hr examination.Among these questions are 50 mathematics problems.It is suggested that twice as much time be spent on each maths problem as for each other question.How many minutes should be spent on mathematics problems&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A.36    B.72          C.60          D.100    (Ans.B)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;6.                In a group of 15,7 have studied Latin, 8 have studied Greek, and 3 have not studied either.How many of these studied both Latin and Greek&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A.0     B.3          C.4          D.5                (Ans.B)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;7.                If 13 = 13w/(1-w) ,then (2w)2 =&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A.1/4            B.1/2             C.1               D.2     (Ans.C)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;8.                If a and b are positive integers and (a-b)/3.5 = 4/7, then &lt;/span&gt;&lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;(A) b &lt;&gt; a        (C) b = a        (D) b &gt;= a             (Ans. A)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;9.                In june a baseball team that played 60 games had won 30% of its game played. After a phenomenal winning streak this team raised its average to 50% .How many games must the team have won in a row to attain this average?&lt;/span&gt;&lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;A. 12   B. 20          C. 24          D. 30                      (Ans. C)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;10.            M men agree to purchase a gift for Rs. D. If three men drop out how much more will each have to contribute towards the purchase of the gift/   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A. D/(M-3)          B. MD/3   C. M/(D-3)          D. 3D/(M2-3M)      (Ans. D)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;11.            . A company contracts to paint 3 houses. Mr.Brown can paint a house in 6 days while Mr.Black would take 8 days and Mr.Blue 12 days. After 8 days Mr.Brown goes on vacation and Mr. Black begins to work for a period of 6 days. How many days will it take Mr.Blue to complete the contract?   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A. 7    B. 8          C. 11          D. 12                        (Ans.C)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;12.            2 hours after a freight train leaves Delhi a passenger train leaves the same station travelling in the same direction at an average speed of 16 km/hr. After travelling 4 hrs the passenger train overtakes the freight train. The average speed of the freight train was?   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A. 30             B. 40             C.58              D. 60                        (Ans. B)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;13.            If 9x-3y=12 and 3x-5y=7 then 6x-2y = ?   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A.-5              B. 4              C. 2              D. 8                         (Ans. D)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;14.            There are 5 red shoes, 4 green shoes. If one draw randomly a shoe what is the probability of getting a red shoe                             (Ans 5c1/ 9c1)  1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5.            What is the selling price of a car? If the cost of the car is Rs.60 and a  profit of 10% over selling price is earned                      (Ans: Rs 66/-)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;16.            1/3 of girls , 1/2 of boys go to canteen .What factor and total number of classmates go to canteen.       &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; Ans: Cannot be determined.  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;17.            The price of a product is reduced by 30% . By what percentage should it be increased to make it 100%                      (Ans: 42.857%)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;18.            There is a square of side 6cm . A circle is inscribed inside the square. Find the ratio of the area of circle to square.           (Ans. 11/14 )  &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;19.            There are two candles of equal lengths and of different thickness. The thicker one lasts of six hours. The thinner 2 hours less than the thicker one. Ramesh lights the two candles at the same time. When he went to bed he saw the thicker one is twice the length of the thinner one. How long ago did Ramesh light the two candles .&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Ans: 3 hours.  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;20.            If M/N = 6/5,then 3M+2N = ?  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;21.            If p/q = 5/4 , then 2p+q= ?  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;22.            If PQRST is a parallelogram what it the ratio of triangle PQS &amp; parallelogram PQRST . (Ans: 1:2 )  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;23.            The cost of an item is Rs 12.60. If the profit is 10% over selling price what is the selling price ?    (Ans: Rs 13.86/- )  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;24.            There are 6 red shoes &amp; 4 green shoes . If two of red shoes are drawn what is the probability of getting red shoes   (Ans: 6c2/10c2)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;25.            To 15 lts of water containing 20% alcohol, we add 5 lts of pure water. What is % alcohol.      (Ans : 15% )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; 26.            A worker is paid Rs.20/- for a full days work. He works 1,1/3,2/3,1/8.3/4 days in a week. What is the total amount paid for that worker ?                    (Ans : 57.50 )  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;27.            If the value of x lies between 0 &amp; 1 which of the following is the largest?   (a) x             b) x2                      (c) –x            (d) 1/x             (Ans : (d) )  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;28.            If the total distance of a journey is 120 km .If one goes by 60 kmph and comes back at 40kmph what is the average speed during the journey?             Ans: 48kmph  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;29.            A school has 30% students from Maharashtra .Out of these 20% are Bombey students. Find the total percentage of Bombay?                    (Ans:  6%)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;30.            An equilateral triangle of sides 3 inch each is given. How many equilateral triangles of side 1 inch can be formed from it?                     (Ans: 9)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;31.            If A/B = 3/5,then 15A = ?                 (Ans : 9B)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;32.            Each side of a rectangle is increased by 100% .By what percentage does the area increase?    (Ans : 300%)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;33.            Perimeter of the back wheel = 9 feet, front wheel = 7 feet on a certain distance, the front wheel gets 10 revolutions more than the back wheel .What is the distance?        Ans : 315 feet  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;34.            Perimeter of front wheel =30, back wheel = 20. If front wheel revolves 240 times. How many revolutions will the back wheel take?             Ans: 360 times  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;35.            20% of a 6 litre solution and 60% of 4 litre solution are mixed. What percentage of the mixture of solution(Ans: 36%)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;36.            City A's population is 68000, decreasing at a rate of 80 people per year. City B having population 42000 is increasing at a rate of 120 people per year. In how many years both the cities will have same population?                 (Ans: 130 years)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;37.            Two cars are 15 kms apart. One is turning at a speed of 50kmph and the other at 40kmph . How much time will it take for the two cars to meet?(Ans: 3/2 hours)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;38.            A person wants to buy 3 paise and 5 paise stamps costing exactly one rupee. If he buys which of the following number of stamps he won't able to buy 3 paise stamps.                          Ans: 9  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;39.            There are 12 boys and 15 girls, How many different dancing groups can be formed with 2 boys and 3 girls.  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;40.            Which of the following fractions is less than 1/3   (a) 22/62           (b) 15/46  (c) 2/3                    (d) 1                        (Ans: (b))  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;41.            There are two circles, one circle is inscribed and another circle is circumscribed over a square. What is the ratio of area of inner to outer circle?           Ans: 1 : 2  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;42.            Three types of tea the a,b,c costs Rs. 95/kg,100/kg and70/kg respectively.How many kgs of each should be blended to produce 100 kg of mixture worth Rs.90/kg,  given that the quntities of band c are equal   a)70,15,15           b)50,25,25           c)60,20,20           d)40,30,30               (Ans. (b))  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;43.            in a class, except 18 all are above 50 years.15 are below 50 years of age. How many people are there   (a) 30           (b) 33           (c) 36           (d) none of these.   (Ans. (d))  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;44.            If a boat is moving in upstream with velocity of 14 km/hr and goes downstream with a velocity of 40 km/hr, then what is the speed of the stream ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 13 km/hr          (b) 26 km/hr  (c) 34 km/hr  (d) none of these   (Ans. A)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;45.            Find the value of ( 0.75 * 0.75 * 0.75 - 0.001 ) / ( 0.75 * 0.75 - 0.075 + 0.01)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 0.845          (b) 1.908  (c) 2.312  (d) 0.001              (Ans. A)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;46.            A can have a piece of work done in 8 days, B can work three times faster than the A, C can work five times faster than A. How many days will they take to do the work together ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 3 days          (b) 8/9 days   (c) 4 days   (d) can't say                   (Ans. B)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;47.            A car travels a certain distance taking 7 hrs in forward journey, during the return journey increased speed 12km/hr takes the times 5 hrs.What is the distancetravelled&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 210 kms          (b) 30 kms     (c) 20 kms     (c) none of these   (Ans. B)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;48.            Instead of multiplying a number by 7, the number is divided by 7. What is the percentage of error obtained ?  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;49.            Find (7x + 4y ) / (x-2y) if x/2y = 3/2 ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 6             (b) 8             (c) 7             (d) data insufficient       (Ans. C)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;50.            A man buys 12 lts of liquid which contains 20% of the liquid and the rest is water. He then mixes it with 10 lts of another mixture with 30% of liquid.What is the % of water in the new mixture?  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;51.            If a man buys 1 lt of milk for Rs.12 and mixes it with 20% water and sells it for Rs.15, then what is the percentage of gain?  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;52.            Pipe A can fill a tank in 30 mins and Pipe B can fill it in 28 mins.If 3/4th of the tank is filled by Pipe B alone and both are opened, how much time is required by both the pipes to fill the tank completely ?  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;53.            If on an item a company gives 25% discount, they earn 25% profit. If they now give 10% discount then what is the profit percentage.   (a) 40%          (b) 55%    (c) 35%    (d) 30%               (Ans. D)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;54.            A certain number of men can finish a piece of work in 10 days. If however there were 10 men less it will take 10 days more for the work to be finished. How many men were there originally?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 110 men          (b) 130 men          (c) 100 men          (d) none of these   (Ans. A)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;55.            In simple interest what sum amounts of Rs.1120/- in 4 years and Rs.1200/- in 5 years ?   (a) Rs. 500          (b) Rs. 600     (c) Rs. 800     (d) Rs. 900                (Ans. C)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;56.            If a sum of money compound annually amounts of thrice itself in 3 years. In how many years will it become 9 times itself.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 6   (b) 8          (c) 10          (d) 12                                         (Ans A)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;57.            Two trains move in the same direction at 50 kmph and 32 kmph respectively. A man in the slower train observes the 15 seconds elapse before the faster train completely passes by him.    What is the length of faster train ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 100m          (b) 75m    (c) 120m   (d) 50m                (Ans B)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;58.            How many mashes are there in 1 squrare meter of wire gauge if each mesh&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;is 8mm long and 5mm wide ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 2500          (b) 25000  (c) 250     (d) 250000            (Ans B)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;59.            x% of y is y% of ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) x/y           (b) 2y           (c) x             (d) can't be determined          Ans. C&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;60.            The price of sugar increases by 20%, by what % should a housewife reduce the consumption of sugar so that expenditure on sugar can be same as before ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 15%          (b) 16.66%          (c) 12%    (d) 9%                      (Ans B)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;61.            A man spends half of his salary on household expenses, 1/4th for rent, 1/5th for travel expenses, the man deposits the rest in a bank. If his monthly deposits in the bank amount 50, what is his monthly salary ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) Rs.500          (b) Rs.1500          (c) Rs.1000          (d) Rs. 900                (Ans C)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;62.            The population of a city increases @ 4% p.a. There is an additional annual increase of 4% of the population due to the influx of job seekers, find the % increase in population after 2 years ?  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;63.            The ratio of the number of boys and girls in a school is 3:2 Out of these 10% the boys and 25% of girls are scholarship holders. % of students who are not scholarship holders.?  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;64.            15 men take 21 days of 8 hrs. each to do a piece of work. How many days of 6 hrs. each would it take for 21 women if 3 women do as much work as 2 men?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 30 (b) 20          (c) 19          (d) 29                                (Ans. A)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;65.            A cylinder is 6 cms in diameter and 6 cms in height. If spheres of the same size are made from the material obtained, what is the diameter of each sphere?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 5 cms          (b) 2 cms    (c) 3 cms    (d) 4 cms      (Ans C)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;66.            A rectangular plank (2)1/2 meters wide can be placed so that it is on either side of the diagonal of a square shown below.(Figure is not available)What is the area of the plank?                           ( Ans :7*(2)1/2   )  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;67.            What is the smallest number by which 2880 must be divided in order to make it into a perfect square ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 3   (b) 4          (c) 5           (d) 6                                  (Ans. C)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;68.            A father is 30 years older than his son however he will be only thrice as old as the son after 5 years          what is father's present age ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 40 yrs          (b) 30 yrs      (c) 50 yrs      (d) none of these   (Ans. A)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;69.            An article sold at a profit of 20% if both the cost price and selling price would be Rs.20/- the profit would be 10% more. What is the cost price of that article?  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;70.            If an item costs Rs.3 in '99 and Rs.203 in '00.What is the % increase in price?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a) 200/3 %          (b) 200/6 %          (c) 100%  (d) none of these   (Ans. A)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;71.            5 men or 8 women do equal amount of work in a day. a job requires 3 men and 5 women to finish the job in 10 days how many woman are required to finish the job in 14 days.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;a) 10   b) 7           c) 6           d) 12                                  (Ans 7)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;72.            A simple interest amount of rs 5000 for six month is rs 200. what is the anual rate of interest?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;a) 10%          b) 6%           c) 8%          d) 9%             (Ans 8%)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;73.            In objective test a correct ans score 4 marks and on a wrong ans 2 marks are ---. a student score 480 marks from       150 question. how many ans were correct?   a) 120 b) 130          c) 110          d) 150                      (Ans130)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;74.            An artical sold at amount of 50% the net sale price is rs 425 .what is the list price of the artical?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;a) 500           b) 488           c) 480                     d) 510             (Ans 500)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;75.            A man leaves office daily at 7pm  A driver with car comes from his home to pick him from office and bring back home.One day he gets free at 5:30 and instead of waiting for driver he starts walking towards home. In the way he meets the car and returns home on car  He reaches home 20 minutes earlier than usual. In how much time does the man reach home usually??                            (Ans. 1hr 20min)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;76.            A works thrice as much as B. If A takes 60 days less than B to do a work then find the number of days it would take to complete the work if both work together?   Ans. 22½days  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;77.            How many 1's are there in the binary form of  8*1024 + 3*64 + 3    Ans. 4  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;78.            In a digital circuit which was to implement (A B) + (A)XOR(B), the designer implements (A B) (A)XOR(B)    What is the probability of error in it ?&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;79.            A boy has Rs 2. He wins or loses Re 1 at a time  If he wins he gets Re 1 and if he loses the game he loses Re 1.He can loose only 5 times. He is out of the game if he earns Rs 5.Find the number of ways in which this is possible?         (Ans. 16)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;80.            If there are 1024*1280 pixels on a screen and each pixel can have around 16 million colors. Find the memory required for this?     (Ans. 4MB)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;81.            . On a particular day A and B decide that they would either speak the truth or will lie. C asks A whether he is speaking truth or lying? He answers and B listens to what he said. C then asks B what A has said  B says "A says that he is a liar" What is B speaking ?(a) Truth  (b) Lie  (c) Truth when A lies  (d) Cannot be determined   Ans. (b)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;82.            What is the angle between the two hands of a clock when time is 8:30   Ans. 75(approx)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;83.            A student is ranked 13th from right and 8th from left. How many students are there in totality ?  84.            A man walks east and turns right and then from there to his left and then 45degrees to  his right.In which direction did he go    (Ans. North   west)&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;85.            A student gets 70% in one subject, 80% in the other. To get an overall of 75% how much should get in third subject.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;86.            A man shows his friend a woman sitting in a park and says that she the daughter of my  grandmother's only son.What is the relation between the two&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Ans. Daughter  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;87.            How many squares with sides 1/2 inch long are needed to cover a rectangle that is 4 ft long and 6 ft wide   (a) 24           (b) 96          (c) 3456   (d) 13824  (e) 14266  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;88.            If a=2/3b , b=2/3c, and c=2/3d what part of d is b/   (a) 8/27          (b) 4/9          (c) 2/3          (d) 75% (e) 4/3          Ans. (b)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;89.            2598Successive discounts of 20% and 15% are equal to a single discount of   (a) 30%          (b) 32%    (c) 34%    (d) 35%    (e) 36           Ans. (b)  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;90.            The petrol tank of an automobile can hold g liters.If a liters was removed when the tank was full, what part of the full tank was removed?   (a)g-a (b)g/a          (c) a/g   (d) (g-a)/a   (e) (g-a)/g                (Ans. (c))  91.            If x/y=4 and y is not '0' what % of x is 2x-y&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(a)150%          (b)175%          (c)200%          (d)250%         (Ans. (b))&lt;/span&gt;    &lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-1853207079048441916?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/1853207079048441916'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/1853207079048441916'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/05/3i-infotech.html' title='3i Infotech'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-4660400394939857645</id><published>2007-05-27T19:07:00.000+05:30</published><updated>2007-06-01T01:55:26.936+05:30</updated><title type='text'>Technical questions</title><content type='html'>&lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;1.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;How are devices represented in UNIX?&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;All devices are represented by files called &lt;i style=""&gt;special files&lt;/i&gt; that are located&lt;span style=""&gt;          &lt;/span&gt;in/dev directory. Thus, device files and other files are named and accessed in the same way. A 'regular file' is just an ordinary data file in the disk. A 'block special file' represents a device with characteristics similar to a disk (data transfer in terms of blocks). A 'character special file' represents a device with characteristics similar to a keyboard (data transfer is by stream of bits in sequential order).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;2.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;What is 'inode'?&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;All UNIX files have its description stored in a structure called 'inode'. The inode contains info about the file-size, its location, time of last access, time of last modification, permission and so on. Directories are also represented as files and have an associated inode. In addition to descriptions about the file, the inode contains pointers to the data blocks of the file. If the file is large, inode has indirect pointer to a block of pointers to additional data blocks (this further aggregates for larger files). A block is typically 8k.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.25in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Inode consists of the following fields:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;File owner identifier&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;File type&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;File access permissions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;File access times&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;Number of links&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;File size&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;Location of the file data&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;3.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;Brief about the directory representation in UNIX&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;A Unix directory is a file containing a correspondence between filenames and inodes. A directory is a special file that the kernel maintains. Only kernel modifies directories, but processes can read directories. The contents of a directory are a list of filename and inode number pairs. When new directories are created, kernel makes two entries named '.' (refers to the directory itself) and '..' (refers to parent directory).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;System call for creating directory is mkdir (pathname, mode).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;4.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;What are the Unix system calls for I/O?&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;open(pathname,flag,mode) - open file&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;creat(pathname,mode) - create file&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;close(filedes) - close an open file&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;read(filedes,buffer,bytes) - read data from an open file&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;write(filedes,buffer,bytes) - write data to an open file&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;lseek(filedes,offset,from) - position an open file&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;dup(filedes) - duplicate an existing file descriptor&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;dup2(oldfd,newfd) - duplicate to a desired file descriptor&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;fcntl(filedes,cmd,arg) - change properties of an open file&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;ioctl(filedes,request,arg) - change the behaviour of an open file&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;The difference between fcntl anf ioctl is that the former is intended for any open file, while the latter is for device-specific operations.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;i style=""&gt;&lt;span style="" lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;5.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;How do you change File Access Permissions?&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Every file has following attributes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;owner's user ID ( 16 bit integer )&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;owner's group ID ( 16 bit integer )&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family:Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;File access mode word &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;'r w x -r w x- r w x'&lt;span style=""&gt;  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;(user permission-group permission-others permission)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;r-read, w-write, x-execute&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;To change the access mode, we use chmod(filename,mode). &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Example 1: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;To change mode of myfile to 'rw-rw-r--' (ie. read, write permission for user - read,write permission for group - only read permission for others)&lt;span style=""&gt;  &lt;/span&gt;we give the args as:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;chmod(myfile,0664) .&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Each operation is represented by discrete values&lt;span style=""&gt;  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;'r' is 4 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;'w' is 2 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;'x' is 1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Therefore, for 'rw' the value is 6(4+2).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Example 2: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;To change mode of myfile to 'rwxr--r--' we give the args as:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;chmod(myfile,0744).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;6.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;What are links and symbolic links in UNIX file system?&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;A link is a second name (not a file) for a file. Links can be used to assign more than one name to a file, but cannot be used to assign a directory more than one name or link filenames on different computers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Symbolic link 'is' a file that only contains the name of another file.Operation on the symbolic link is directed to the file pointed by the it.Both the limitations of links are eliminated in symbolic links. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Commands for linking files are:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Link&lt;span style=""&gt;                 &lt;/span&gt;ln filename1 filename2 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Symbolic link&lt;span style=""&gt;  &lt;/span&gt;ln -s filename1 filename2 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;7.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;What is a FIFO?&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;FIFO are otherwise called as 'named pipes'. FIFO (first-in-first-out) is a special file which is said to be data transient. Once data is read from named pipe, it cannot be read again. Also, data can be read only in the order written. It is used in interprocess communication where a process writes to one end of the pipe (producer) and the other reads from the other end (consumer).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;8.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;How do you create special files like named pipes and device files?&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;The system call mknod creates special files in the following sequence.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=""&gt;&lt;span style=""&gt;1.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;kernel assigns new inode, &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=""&gt;&lt;span style=""&gt;2.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;sets the file type to indicate that the file is a pipe, directory or special file,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=""&gt;&lt;span style=""&gt;3.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=""&gt;If it is a device file, it makes the other entries like major, minor device numbers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;For example: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;If the device is a disk, major device number refers to the disk controller and minor device number is the disk.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;&lt;span style=""&gt; &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;9.&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;Discuss the mount and unmount system calls&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;The privileged mount system call is used to attach a file system to a directory of another file system; the unmount system call detaches a file system. When you mount another file system on to your directory, you are essentially splicing one directory tree onto a branch in another directory tree. The first argument to mount call is the mount point, that is , a directory in the current file naming system. The second argument is the file system to mount to that point. When you insert a cdrom to your unix system's drive, the file system in the cdrom automatically mounts to /dev/cdrom in your system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;10.&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;!--[endif]--&gt;&lt;i style="font-weight: bold;"&gt;&lt;span style="" lang="EN-GB"&gt;How does the inode map to data block of a file?&lt;/span&gt;&lt;/i&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;Inode has 13 block addresses. The first 10 are direct block addresses of the first 10 data blocks in the file. The 11th address points to a one-level index block. The 12th address points to a two-level (double in-direction) index block. The 13th address points to a three-level(triple in-direction)index block. This provides a very large maximum file size with efficient access to large files, but also small files are accessed directly in one disk read.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify; color: rgb(51, 51, 51);"&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify; text-indent: -0.25in; color: rgb(51, 51, 51);"&gt;&lt;!--[if !supportLists]--&gt;&lt;i style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For more questions on Unix,C ,Data Structures,Networking...&lt;br /&gt;Click &lt;a href="http://placementpapers4u.googlepages.com/Technicalquestions.doc"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-4660400394939857645?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.placementpapers4u.blogspot.com/2007/05/technical-questions.html' title='Technical questions'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/4660400394939857645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/4660400394939857645'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/05/technical-questions.html' title='Technical questions'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-5301394416266104716</id><published>2007-05-27T18:36:00.000+05:30</published><updated>2007-06-01T01:55:43.041+05:30</updated><title type='text'>Do's &amp; Dont's</title><content type='html'>&lt;span style="color: rgb(51, 51, 51);"&gt;Interview DOs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1.  Dress appropriately for the industry; err on the side of being conservative to show you take the interview seriously. Your personal grooming and cleanliness should be impeccable.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2.  Know the exact time and location of your interview; know how long it takes to get there, park, find a rest room to freshen up, etc.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3.  Arrive early; 10 minutes prior to the interview start time.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4.  Treat other people you encounter with courtesy and respect. Their opinions of you might be solicited during hiring decisions.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5.  Offer a firm handshake, make eye contact, and have a friendly expression when you are greeted by your interviewer.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;6.  Listen to be sure you understand your interviewer's name and the correct pronunciation.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;7.  Even when your interviewer gives you a first and last name, address  your interviewer by title (Ms., Mr., Dr.) and last name,until  invited to do otherwise.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;8.  Maintain good eye contact during the interview.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;9.  Sit still in your seat; avoid fidgeting and slouching.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;10.  Respond to questions and back up your statements about yourself with specific examples whenever possible.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;11.  Ask for clarification if you don't understand a question.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;12.  Be thorough in your responses, while being concise in your wording.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;13.  Be honest and be yourself. Dishonesty gets discovered and is grounds for withdrawing job offers and for firing. You want a good match between yourself and your employer. If you get hired by acting like someone other than yourself, you and your employer will both be unhappy.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;14.  Treat the interview seriously and as though you are truly interested in the employer and the opportunity presented.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;15.  Exhibit a positive attitude. The interviewer is evaluating you as a potential co-worker. Behave like someone you would want to work with.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;16.  Have intelligent questions prepared to ask the interviewer. Having done your research about the employer in advance, ask questions which you did not find answered in your research.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;17.  When the interviewer concludes the interview, offer a firm handshake and make eye contact. Depart gracefully.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interview DON'Ts &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1 Don't make excuses. Take responsibility for your decisions and your actions.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2 Don't make negative comments about previous employers or professors (or others).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3 Don't falsify application materials or answers to interview questions.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4 Don't treat the interview casually, as if you are just shopping around or doing the interview for practice. This is an insult to the interviewer and to the organization.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5 Don't give the impression that you are only interested in an organization because of its geographic location.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;6 Don't give the impression you are only interested in salary; don't ask about salary and benefits issues until the subject is brought up by your interviewer.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;7 Don't act as though you would take any job or are desperate for employment.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;8 Don't make the interviewer guess what type of work you are interested in; it is not the interviewer's job to act as a career advisor to you.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;9 Don't be unprepared for typical interview questions. You may not be asked all of them in every interview, but being unprepared looks foolish.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;10 A job search can be hard work and involve frustrations; don't exhibit frustrations or a negative attitude in an interview.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;11 Don't go to extremes with your posture; don't slouch, and don't sit rigidly on the edge of your chair.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;12 Don't assume that a female interviewer is "Mrs." or "Miss." Address her as "Ms." unless told otherwise. Her marital status is irrelevant to the purpose of the interview.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;13 Don't chew gum or smell like smoke.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;14 Don't allow your cell phone to sound during the interview. (If it does, apologize quickly and ignore it.) Don't take a cell phone call.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;15 Don't take your parents, your pet (an assistance animal is not a pet in this circumstance), spouse, fiance, friends or enemies to an interview. If you are not grown up and independent enough to attend an interview alone, you're insufficiently grown up and independent for a job. (They can certainly visit your new city, at their own expense, but cannot attend your interview.)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-5301394416266104716?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.placementpapers4u.blogspot.com/2007/05/dos-donts.html' title='Do&apos;s &amp; Dont&apos;s'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/5301394416266104716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/5301394416266104716'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/05/dos-donts.html' title='Do&apos;s &amp; Dont&apos;s'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-2938916740736049289</id><published>2007-05-27T14:06:00.001+05:30</published><updated>2007-06-01T01:55:59.150+05:30</updated><title type='text'>Cognizant</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(51, 51, 51);"&gt;PROFILE&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Founded in 1994 as a division of Dun &amp; Bradstreet Corporation, Cognizant Technology Solutions began doing large-scale full life cycle software projects. CTS works in fields related e-business and application management. CTS is also engaged in offshore development and provide services in other fields like wireless, data warehousing and euro-compliance. They also service varied industries like healthcare, finance, information services, retail and restaurant and telecom. &lt;/span&gt;&lt;o:p style="color: rgb(51, 51, 51);"&gt;&lt;/o:p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 51);"&gt;        CTS PAPER ON 12th MAY AT AHMEDABAD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;The written test had d following format. The paper was from Merit Trac&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;SECTION - I&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;English (20 mins)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;- 2  Reading Comprehension&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;- Find the incorrect sentences&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;- Find the correct sentences&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;- Jumbled sentences which u have to arrange in an order  SECTION - II  (30 mins)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;-5 ques on Binary nos&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;( if 1 is replaced by $ and 0 by * so how is lcm of 56,45 represented as ? )&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;-Problem on Cubes&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;-3 sums on maths&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;-Statement and Assumptions&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;-a problem on Venn Diagram&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;-Puzzle (arrangements problems)  SECTION - III  (20 mins)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;-Statement - Conclusion&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;-find the decision sentence from d given sentence much like statement conclusion but u got to read n interpret instead of drawing venn diagrams&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;-Pick the odd one out&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;- Fig coming next in d series&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;- one puzzle again&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;The written test was preceded by filling up d ans sheet wid some details. v ver told der was no negative marking and der was sectional cutoff. the time is very less for each section esp for english so pls speed up n attempt those ques first that u know n leave d ques u dnt know for some last min wild guesses. in eng do RC in d end only else u vl lose a lot of time in dat.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;here r some conversations I remember from d intervw.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewer : So u have written here @ ssc n hsc percentage rite? u have done BCA?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me : yes sir&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewer : So purvi , Tell me something @ urself&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me : I spoke academics, family background, strength weakness, hobbies&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewr:Have u done any proj in bca ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me: yes a minor proj&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewr:tell me @ data proj.explain&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me :  I explained d whole thing... blah blah&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewr:whose idea was there behind d proj?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me : mine initially&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewr:Have u done any proj in MCA?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me : yes n explained d whole thing&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;he was not much convinced so asked me more @ d proj n a ill bit technical details @ d proj.I explained well again.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewr:Are u ready to travel in ne part of India?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me : initially yes sir .I don't have any problem in wherever ur company sends me  Interviewr:Why CTS?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me: It has been my dream co since d first day of my college.whn my senrs told data dey r placed in cogni on orientation day I was inclined to know more abt it. I also explained a lil bit abt my fav subject on compilers n all. He also asked me about having A.Cs in classrooms n all n appreciated d environment of our college&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewr:What d u know abt cognizant&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me : I have heard a lot of positive feedbacks from my sends n work satisfaction n all.... Interviewr:How d u keep urself updated wid latest technology&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me : I said I read technology magazines in my college library n get newsletters on technology.dnt rely much on internet for it. magazines r a good medium for me I spoke a lot abt d company as it being my dream co.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewr:Do u have ne questions to ask?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me : Yes sir, I wud like to know abt@ training prog in ur co.. n if our duration of training can b shortened based on our performance evaluation.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;He explained me why its not posb in their co. n also told me dat v get to learn from employees of their co who have 5-11 yrs of work exp.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me :  May I knw ur name sir?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;He told me his name&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Interviewr:All the best Purvi!&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Me : Thank u sir&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;They selected 60 students out of 146!!!&lt;/span&gt;&lt;br /&gt;&lt;p style="color: rgb(51, 51, 51);"&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 51);"&gt;CTS PAPER ON 15th APRIL AT JADAVPUR UNIVERSITY&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Cognizant paper consists of three sections  they are&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1)verbal 25 questions 20 minutes        &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2)analytical 25 questions 30 minutes        &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3)attention  20 questions 20 minutes&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;verbal consists of&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;choose the correct sentences among given sentences&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;choose the incorrect sentences among given sentences (I cant remember the questions but they give mostly on articles,prepositions etc.Know Differences between affect effect like des words.) Jumbled sentences&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;two reading comprehension passages(global warming really tough one n about whales and hunters this was easy) time is the major factor .I could not have time for rc.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Analytical section:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;in a class there are 150 people who speak english n 125 people who speak hindi.55 speak both languages n atleast one student speaks one language&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1)-how many students speak atleast one language?(220)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2)how many people speak only one language?(165)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;in a class every one will play atleast one sport viz table tennis,cricket n badminton.73 students play table tennis,79 play badminton,75 play cricket and 25 students play both tt n badminton,24 play both tt n cricket 30 play badminton n cricket n16 students play all d sports&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3)how many students r der in d class(161)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4)how many students play only cricket.(37)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;der is another question  related to venn diagram...it is same as first one....&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;In a certain language * represents 0 n $ represents 1.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Answer the follewing questions&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5) 389+91($$$$*****)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;6)lcm of($*$*,$*$**,$*$*$)   (420)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;7) avg of (10,20,21) ($***$)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;8)420 ($$*$**$**)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;9)9+7-3*6+4-12/6(*)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A is the son of B            A+B  A is the father of  B        A-B  A is the brother of B       A*B&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;10)P*Q-R&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;a)P is the Uncle of R like this 4 options ll b given.U should choose d correct one&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;11)P*Q+R  12)P+Q-R&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A cube is cut into 216 parts.the 2nd 4th n 6th layers of the front face r removed n den painted black.Now answer d following questions&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;13)How many cubes r painted on only one side?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;14)how many cubes r painted on only 2 sides?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;15)how many cubes r painted on onlly 3 sides?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;16)how many cubes r painted on only 4 sides?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;17)how many cubes r painted 0 sides?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Data sufficency questions&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;c)only condition 1 is required to solve&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;d)only condition 2 is required to solve&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;e)both r required&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;f)both r not sufficent&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;18)find whether X is odd&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1) 2*X is even&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2) x^2 is odd&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A)c B)d C)e D)f&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;19)how many seconds does a minute hand takes to rotate 360 degrees&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1)minute hand revolves round the cloch 5 times in a minute&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2)minute hand is 5 times greater thar short hand  some other quest ions similar to d above&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;20)der r 4 cities A,B,C,D.Der r 4 Routes 4m A 2 B,3 routes 4m B 2 C,n 2 routes 4m C 2 D.den in how many different ways can A go 2 D&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A)12&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;B)24&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;C)32&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;D)48&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Attention Section Choose the correct option base on the following statement If tendukkar plays till end india will win d match&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;a)tendulkar plays till end&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;b)India wins the match&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;c)Tendulkar falls cheaply&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;d)India loses d match&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A)ab B)ab n cd C)b D)d&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;If X travels without a ticket he will b fined 50 bucks&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;a)X buys d ticket&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;b)X w2as not fined&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;c)X doesn't buy a ticket&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;d)x was fined)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;A)ab B)cd C)ab n cd D)none&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Some questions like&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1)all A's r B's&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2)All B's r C's  then choose d correct option based on the above statements&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1)all tables r chairs&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2)some tables r desks&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1)no mammels r animals&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2)some animals r goats  find the odd figure out&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;8 people A,B,C,D,E,F,G n H,lives in 4 storyed building which contains 2 flats each.flats number 7 n 8 belongs to 4th floor from left to right.flats 3 n 4 are second floor from the bottom and are numbered right to left.so r 5 n 6 which lies on second floor from the top.1st and 2nd are the first floors numbered left to right.A n E stays on the second floor from the bottom.F lies one floor above B,which is one floor above C. three question were asked based on the given problem.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 51);"&gt;CTS PAPER ON 9th APRIL AT TAMILNADU &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Before giving the pattern pls note these imp points.u have to fill up some questions before the test.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1.ur sem marks&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2.whats ur expectation from cts&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3.wats ur long term and short term goals&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4.mention some points that u think nedd to be a good software engineer&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5.software orientation&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;6.ur strengths and weakness&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;7.hobbies and extra curricular activities&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;They will surely ask questions from above when u go to interview.so pls be prepared for the answers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 51);"&gt; Pattern&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1.Verbal&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2.Analytical&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3.Nonverbal&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1.Verbal(25Q 25min)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5 correct sentence,5 incorrect sentence,jumbled sentence,2 passages&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;my advice is not to do the reading passage first.do the correct incorrect sentence. then come to passage.u will have no time to read the passage.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2.Analytical(25Q 30min)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;venn diagram(5) its simple u can do it .FIRST DO VENN DIAGRAM decimal to binary conversion(5).the ques will be like this.0 replaced with * and 1 replaced with $.PLS DONT GET CONFUSED BY READING REST OF THE QUES.just do DEC TO BIN CONVERSION and replace by symbols.thats all.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;eg: avg(70,170,270).just do the average and then convert to binary&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;similarly lcm(20,40,80) just do lcm and convert to binary  data sufficiency (5Q)      pls refer RS aggarval&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;cubes(5Q)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;puzzles(5Q)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3.Non verbal&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;odd figure(5),next figure(5),Logical deduction(5),puzzle.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;for logical deduction pls refer rs agarval its enough.study the nine rules given for syllogisms.odd fig and next fig out is very easy.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;212 candidates appeared for test.102 cleared the test.48 cleared the interview.,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;INTERVIEW IS SIMPLE, BE CONFIDENT WITH UR ANSWERS. THATS ALL&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p  style="font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;CTS PAPER PATTERN ON 17th MARCH AT KOCHI&lt;/span&gt;&lt;/p&gt;   &lt;p style="color: rgb(51, 51, 51);font-family:georgia;" &gt;&lt;span style="font-size:100%;"&gt;The test was very simple...it consisted of 3 sections...&lt;br /&gt;1) Verbal  20 questions 25 minutes This section was very easy ...just average knowledge of english is enough&lt;br /&gt;2) Quantitative 25 questions  30 minuites easy section-questions from R.S.Agarwal Verbal And Non Verbal.&lt;br /&gt;3) Analysis questions 25 questions 20 minuites easy section-questions from R.S.Agarwal Verbal And Non Verbal. this section requires a lot of concentratrion to successfully overcome the figure problems...&lt;/span&gt;  &lt;/p&gt;&lt;p style="color: rgb(51, 51, 51);font-family:georgia;" &gt;&lt;span style="font-size:100%;"&gt;411 wer selected for interview scheduled on 18th march 2007&lt;/span&gt;  &lt;/p&gt;&lt;p style="color: rgb(51, 51, 51);font-family:georgia;" &gt;&lt;span style="font-size:100%;"&gt;Technical/HR interview...&lt;/span&gt;  &lt;/p&gt;&lt;p style="color: rgb(51, 51, 51);font-family:georgia;" &gt;&lt;span style="font-size:100%;"&gt;ME: gud mornin&lt;br /&gt;HR: Good Mornin&lt;br /&gt;HR: introduce ur self&lt;br /&gt;ME: :Bla Bla..&lt;br /&gt;HR: Diff b/w Mallloc and Calloc..&lt;br /&gt;ME : Said...&lt;br /&gt;HR: What is Faraday's law...&lt;br /&gt;ME: :Don't kno...&lt;br /&gt;HR: Wats the workin or tube light..&lt;br /&gt;ME: I said ....&lt;br /&gt;HR: Talk abt step wave form&lt;br /&gt;ME: said..&lt;br /&gt;HR: Your fav subject....&lt;br /&gt;ME: Data stru...&lt;br /&gt;HR: why&lt;br /&gt;ME: becoz its our core paper...and ultimate core programmin...contains locgical storages..etc bla bla...&lt;br /&gt;HR: Explain Stack and Q&lt;br /&gt;ME: answed..&lt;br /&gt;HR: Why CTS&lt;br /&gt;ME: Bla bla...&lt;br /&gt;HR: Whas ur strenght and Weakness..&lt;br /&gt;ME: said...while answerin weakness make weakness a positive one...&lt;br /&gt;HR:If there is any quarrel in ur team how would u handle it...&lt;br /&gt;ME: said...&lt;br /&gt;HR: write a program to print fibanocii series...&lt;br /&gt;ME: wrote it.... to get noticed u can make ur own algorithm....in C/C++/JAVA...i did it in JAVA&lt;br /&gt;HR:how do u overlook ur self in 3years..&lt;br /&gt;ME: said...&lt;/span&gt;  &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-2938916740736049289?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.placementpapers4u.blogspot.com/2007/05/cognizant.html' title='Cognizant'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/2938916740736049289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/2938916740736049289'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/05/cognizant.html' title='Cognizant'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-751806984675725976</id><published>2007-04-17T13:12:00.000+05:30</published><updated>2007-06-01T01:56:52.736+05:30</updated><title type='text'></title><content type='html'>&lt;span style="color: rgb(51, 51, 51);"&gt;WANT ANYTHING???&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;JUST REQUEST FOR IT IN THE  SHOUTBOX...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;ALL THE BEST!!&lt;/span&gt;&lt;br /&gt;&lt;a style="color: rgb(51, 51, 51);" href="http://technorati.com/faves?sub=addfavbtn&amp;amp;add=http://www.placementpapers4u.blogspot.com"&gt;&lt;img alt="Add to Technorati Favorites" src="http://static.technorati.com/pix/fave/tech-fav-1.png" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-751806984675725976?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/751806984675725976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/751806984675725976'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/04/placement-papers.html' title=''/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-684802364967169679</id><published>2007-03-18T00:57:00.002+05:30</published><updated>2007-06-01T01:57:08.503+05:30</updated><title type='text'>Freescale</title><content type='html'>&lt;span style="color: rgb(51, 51, 51);"&gt;SOME QUESTIONS ASKED IN FREESCALE WRITTEN EXAM AND INTERVIEWS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1. the 2's complement number of 110010 is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    ans; none of those&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2.Truth table of a logic function&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   ans: displays all its input output possibilities&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3.The process of varying one signal according to the pattern provided by another signal is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    ans:modulation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4.The octal equivalant of hexa number 123 is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    ans:443&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Determine how many times the given loop is executed&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5.m=3 while (m&amp;lt;18) do {m=m+2;m=m-1}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    ans:15&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;6.m=1;a=30;while (m&amp;lt;&amp;gt;1) do {m=m+1;a=a-1;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;7.m=1;a=30;while (e*m-5&amp;lt;a) do {m=m+1;a=a-2}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   ans:9&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;         in questions 8 to 12 find the values of a and b at the end of the execution of the program   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    segment&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;8.a=2;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   b=1;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   x=1;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   while(x&amp;lt;=4)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   do {a=a+b;x=x+1}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   ans:(5,1)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;9.a=1;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   b=2;x=1 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   while (x&amp;lt;=5)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;   do {b=a+b;x=x+1;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  ans:(1,6)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;10.a=0;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     b=0;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     x=1;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    while (x&amp;lt;=4)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    {a=a+x;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      b=b-x;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      x=x+1;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:(10,-10)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;11.The complexity of bublle sort is0(a),then k equals&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:2&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;         12.In BCD,the decimal number 516 is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans:10101110&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;         13. RS 232 is standards for &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans:physical layer&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;         14. which of the following is not true of a DBMS&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans:maintain integrity&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;15.the method of access used for obtaining a record from a tape is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans:sequential&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;16.Whichof the following is an universal gate&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:nor&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;17.an ASCII text file containing 500 characters will have size approximately&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:500bytes&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;18.which of the following is a vector&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans;force&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;19.The lowest attainable temperature&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans 0k&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;20.viscosity is most similar to&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans:friciton&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;21.The elapsed time between the submission of the job and getting the output is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:seek time&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;22.the earliest calculating device still in use is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans: abacus&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;23.Qunatities used to bring fields to standards sixe are&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:pixels&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;24.the base of a number system is called as&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:radix&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;25.An 8kb computer will bave addresses -----&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:8191&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;26.Arranging data in a specific form is called&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans: sorting&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;27.A translator which reads an entire programme written in a high level language and converts&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      it into machine language code is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans: interpreter&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;28.a data hierarchy in assending order is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:bit-byte -field-record-file-database&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;29.a computer generated output that lets programmer follow the execution&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     of the program line by line is&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;30.data items grouped togother for storage form a &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;31. the most dangerous aspect of computer virusesis their ability to&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans:    change system memory&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;         32.a distributed data processing configuration in which all activities must pass through an  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      centrally located computer is called a&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans: ring network&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;         33.communication circuite that transmit data inboth directions but not at the same time&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    are operating in&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;34.which of the following is not an application software&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;    ans:unix&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;35.For which of the folowing computer application is real time processing not essential&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;36.a data structure with one to many relationship is a &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:tree&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;37. which of the following hardware components is most important to operation of a database&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      management system&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:high speed,large capacity disk&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;38. computer viruses can spread from one system to another by means of&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:all the above&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;39. afront end processor is ususally used in&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      ans: multi processing&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;40.a radioactive material of mass 16 grms in 10 years due to radiation. how many years will it &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;      take for the material to attain a mass f1 gm&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:30&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;         41.a block of ice floats on water in a beaker, as the ice melts,the water level in the beaker will&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:remain same&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;         42.if va,vn,vs are velocities of sound in air,water, and steel then,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:vs&amp;gt;vn&amp;gt;va&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;         43.in usual computer arthemetic, the value of the integer expression&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     22/5*2+8*2/6&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;     ans:10&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;44.an acronym for the organisation that publishes programming langauge standards is &lt;/span&gt;&lt;br /&gt; &lt;span style="color: rgb(51, 51, 51);"&gt;     ans:ANSI&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-684802364967169679?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/684802364967169679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/684802364967169679'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/03/freescale.html' title='Freescale'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-1327708342018363053</id><published>2007-03-18T00:57:00.001+05:30</published><updated>2007-06-01T01:57:23.352+05:30</updated><title type='text'>Zensar</title><content type='html'>&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;Zensar is Pune based conpany with its one branch in Hyderabad also. Its training centre is in Pune itself. Zensar is among top 100 Indian  IT Companies. It belongs to RPG Group which holds 60% of its shares.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold;font-family:georgia;" &gt;ZENSAR TECHNOLOGIES PAPER ON 7th APRIL 2007 AT JABALPUR&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;The test consist 4 section.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;1.Reasoning.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;2.Aptitute.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;3.Verbal.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;4.Technical.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;out of 500-600 students only 75 cleared the written test and i m one of them but unfortunately i have not selected. the technical section is quite easy but aptitde part is quite tough,but if u r good in time management so u can do it well.i m not remember all ques..but some que..i remember so i give u the idea..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;1.REASONING:- In this section the ques is based on series of alphabets like find that how many letters are not in their correct place like abcfedghilkjmnorqpstuvwxyz. and some ques on sitting arrangement.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;2.VERBAL:-in this section the ques based on fill in the blanks ans find the error and  comprehension and some ques on jumble sentence and analogy and synonyms and antonyms ques..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;3.TECHNICAL:-1.some c  ques like what is the out put of the program like&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;void main()&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; int i=0;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;for(  ;  ;  )&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; if(i&lt;10)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; print("%d",i);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; break;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;2.which converts the assembly lang into objectcode.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(1) compiler.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(2) linker.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;ans:-compiler&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;3.which protocol is used when file through internet is send from one server to another server.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(1)x.25&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(2)SMTP&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(3)TELNET.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;4.which protocol is used for file transfer&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(1)ftp&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(2)tftp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;5.what is the output of program&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;void main()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; int i;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ int i=3;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; printf("%d",i);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;6.recursion  is used to&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;ans:-(1)reduce the execution time&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;7. accessing of tap in a machine is like&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(1)stack&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(2)queue&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(3)file&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;8.the tuple in a table represent the&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;1)Domain&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;2)relations&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;so there is 25 ques in verbal section and 22 in aptitude and 21-21 ques in tech and reasoning sections.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;TECHNICAL INTERVIEW:-&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;1.tell me abt yourself?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;2.how many lang u know?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;3.do u know the concept of database?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;4.implement the link list ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;5.make a prog of fibonacci series?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;6.make a program to find the given in string is palindrome or not?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;7.types of data structure?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;8.what is abstract class?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;9.def.of binary tree?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;10.types of access specifires?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;11.diff  b/w  private and protected acc. spe..?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;12.diff b/w multiple and multilevel inheritance?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;13.draw the basic architecture of computer?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;14.diff of friend function?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;15.what is virtual function ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;HR :-&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;1 tell me abt yourself?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;2.how was the written test?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;3.how many brothers and sisters do u have?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;4.occupation of your father ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;5.your native place?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;6.tell me abt your hobbies?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;7.can u live alone?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;8.have u been to pune? and if yes so how many times?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;9.how many cities u have been visited ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;10.why should i select u?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;11.tell me abt ZENSAR?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;and at last the HR gave me papers and told me to write a essay on BPO.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;at last out of 75 students only 22 selected.....  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold;font-family:georgia;" &gt;ZENSAR TECHNOLOGIES PAPER ON 17th MARCH AT JAIPUR&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;1. APTITUDE TEST&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;2. INTERVIEW ( HR &amp; TECH.)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;First of all they conducted aptitude test.atitude test contains these sectoins.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; 1. ENGLISH ABILITY .&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; 2. QUANTITATIVE APTI.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; 3. LOGICAL REASONING.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt; 4. TECHNICAL SKILLS.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;These sections in paper contains 80 questions and duration was 80 mins.we have to do each section in 20 minus. we couldnt move to next section before 20 mins. and once a section completed we couldn't go back.there was sectional cutoff. some of the sample questions.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;A) English ability. --&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;Q1. which is suitable combination similar to - pesticide : crop :: antiseptic: ? &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;a) wound   b) clothing   c) bandage   d) bleeding.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;Q2. It is a long time.............i saw my friend who lives...............his parents...........he neighbouring town.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;a) when ; at ; of     b) since ; with ; in.    c) when ; for ; in     d) since ; for ; of.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;and other questions of selecting suitable words and also 3 questions based on one small passage. it was very easy one.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;B) Quantitative aptitude--&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;Q1. if ratio of milk and water in one container is 3:5 and in another is 1:2 they mixed together then  what is ratio of milk and water ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;Q2. dimension of a room is 5*8 meters. room floor is covered by carpet by leaving  space 4cm from walls. if carpet is 18rs. per meter then total cost? &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;it also contains questions related to tabulation,distance and time, work percentage , profit and loss. R. S. AGGARWAL is more then sufficient.it is time consuming part be fast otherwise will not be able to attend all the questions.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;C) Logical reasoning --&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;simply based on venn diagram and selection of suitable statement. refer R.S.AGGARWAL (verbal).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;D) Technical skills --&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;this section was complete technical so be prepare. it contains C ,C++, DBMS ,RDBMS and general computer architecture.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold;font-family:georgia;" &gt;CANDIDATE EXPERIENCE&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;1) Written test:                                                                    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;2) Technical interview            &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;3) HR interview&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;containing  four sections &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;i) English&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;ii) aptitude&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;iii) analytical&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;iv) technical&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;English section was easy one in which  question were  from basic grammar ,vocab, and a short paragraph,&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;in aptitude  there were  easy questions from topics like profit&amp;loss, average, series, syllogism etc..... but this section was time consuming  so try to do faster&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;in analytical section question were from logical reasoning you can prefer  r.s. aggrawal&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;in technical section i faced some difficulties because i am from electrical engg. stream  ..  but little knowledge of c/c++ may help u to qualify    &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;most important thing was  there was sectional cutoff so try to do better in every section .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;after clearing written test i was called for technical interview. as i was from electrical engg. they asked me that ow much i am comfortable with c?c++ i honestly told that  i am not comfortable but u can ask me up to a little bit. they asked me question  from c?c++ but i tried to give answers they were not exactly  correct  but  i approached for that  after that they asked questions from my stream where i was  comfortable  and gave  answers  ...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;after  i was called for hr interview   where few general questions  asked   i gave answers  very confidently..... after that hr  told me to write an essay  on the topic  IT INDUSTRY IN INDIA.  i wrote essay by giving some figures   &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;and finally   result came  after a long  wait   and fortunately  i got selected &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-1327708342018363053?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/1327708342018363053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/1327708342018363053'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/03/zensar.html' title='Zensar'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-8869078525189414072</id><published>2007-03-18T00:57:00.000+05:30</published><updated>2007-06-01T01:57:37.126+05:30</updated><title type='text'>Yahoo</title><content type='html'>&lt;span style="color: rgb(51, 51, 51); font-weight: bold;"&gt;COMPANY PROFILE&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Yahoo! was founded in 1994 by Stanford Ph.D. students David Filo and Jerry Yang. It began as a hobby and has evolved into a global brand that has changed the way people communicate with each other, conduct transactions and access, share, and create information. Today, led by an executive team that includes Chairman and CEO Terry Semel, Head of the Advertiser &amp; Publisher Group and acting Chief Financial Officer Susan Decker, Chief Technology Officer Farzad Nazem, and Co-Founders/Chief Yahoos Jerry Yang and David Filo, Yahoo! Inc. has become the world's largest global online network of integrated services. Yahoo! is a leading Internet brand globally and the most trafficked Internet destination worldwide. The company is headquartered in Sunnyvale, California, with offices around the globe.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Few Questions: (45 min)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1. In a village in each family they give birth to children till they&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;get a boy. IF girl child they try again. What is the ratio of boys to&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;girls.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2. 2n+1 numbers in a list except for 1 num all had duplicates, how to&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;find duplicate in O(n)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3. In 1000 wine bottles stack 10 are poisoned given 10 rats what is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;the minimum number of tries to find the poisoned one. Rat dies once it&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;licks the poisoned wine.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4. Write 1,3,6,4 using +,-,*,/ to get 24 (no repeat of numbers)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5. Which is the DS used in dictionary mode in mobile (t9)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;6. Which is DS used for chess program...to predict move each and every&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;time..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;7. There are $1070 dollars how to split them into bags such that asked&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;for any denomination from $1 to $1070 , u must b able to give without&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;opening bag...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: bold;"&gt;Another paper:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1. First fit issues...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2. Algorithm to partition set of numbers into two s.t. diff bw their&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;sum is min and they hav equal num of elements&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3. Prog: given Numerator &amp; Denominator.... print 0.3333333333 as .(3)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;0.123123 as .(123) &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-8869078525189414072?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/8869078525189414072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/8869078525189414072'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/03/yahoo.html' title='Yahoo'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-8427352765106821584</id><published>2007-03-18T00:56:00.002+05:30</published><updated>2007-06-01T01:57:57.611+05:30</updated><title type='text'>Wipro</title><content type='html'>&lt;p style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);"&gt;&lt;span style="font-weight: bold;"&gt;PROFILE&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Wipro Technologies is the No.1 provider of integrated business, technology and process solutions on a global delivery platform.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Wipro Technologies is a global services provider delivering technology-driven business&lt;br /&gt;solutions that meet the strategic objectives of our clients. Wipro has 40+ ‘Centers of Excellence’ that create solutions around specific needs of industries. Wipro delivers unmatched business value to customers through a combination of process excellence, quality frameworks and&lt;br /&gt;service delivery innovation. Wipro is the World's first CMMi Level 5 certified software services company and the first outside USA to receive the IEEE Software Process Award.  Wipro’s complete range of IT Services addresses the needs of both technology and business requirements to help organizations leverage leading-edge technologies for business improvement.    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Wipro takes charge of the IT needs of the entire enterprise. The gamut of services extends from Enterprise Application Services (CRM, ERP, e-Procurement and SCM), to e-Business solutions. Wipro’s enterprise solutions have served and continue to serve clients from a range of industries including Energy and Utilities, Finance, Telecom, and Media and Entertainment.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 51);"&gt;PATTERN&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Three sections: u have to clear each section separately 15-verbal,15-apti,20-technical  time 50 minutes. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="color: rgb(51, 51, 51);"&gt;&lt;li&gt;verbal type :word pair, analogy,fill in the blanks with appropriate words &lt;/li&gt;&lt;li&gt;Apti type:people,n chairs/chambers/parking etc all questions of this type and also a paragraph was given and the logical deduction was to be done.4 questions were common from barons  &lt;/li&gt;&lt;li&gt;Tech type:gk of  computers(no programming language questions) 4 options for each&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;WIPRO PAPER ON 8th MAY AT KOLLAM&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt; &lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Out of 277 appeared for the test ,149 cleared it. 77 cleared the Tech. intvw,&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;out of which 62 were finally selected.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;The entire process consists of 3 sections:&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;&lt;b&gt;1. Written test&lt;/b&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;2. Tech Intvw&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;3. Hr Intvw.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Written test:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1.Verbal(15)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;2.Aptitude(15)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;3.Tecnical(20)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Some of the verbal qns r:&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;1. A passage is given &amp; v have to answer the 5 qns.&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;2. Synonymns-1&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;3. Antonym-(Pretentious)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;4. Arrange the jumbled words into a meaningful word;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;EATNRU&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1 2 3 4 56&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;a)321465  b)423651  c)213654&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;5. Reported speech&lt;/span&gt;&lt;/p&gt;  &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;6. Meaning of broken reed , DUD&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Aptitude Qns:&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;1. 260 ,216,128,108,62,54,_ ,27.&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;a)39 b)45 c)29 d) 31&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;2. (5.375)= _?__ in binary.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;3. Average of 5 nos is given ,also the 4 nos.Find the other no.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;4. Perimeter of rectangle.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;5. Pipe &amp; Cistern qn-1&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;6. There r 8 different coloured objects in a box. What s the prob of&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;   getting red in the first attempt and green  in the 2nd  attempt?&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;a)1/36 2)15/56 3)1/56&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;7.A no b/w 300 &amp; 400  when divided by 7 get  6 as remainder , divided by 4 to get&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;   3 as remainder…..(simple)&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;8. A camel must travel 15 miles in order to reach the nearest city. She have 45&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;   bananas with her but can carry only 15 at a time . Also she eat 1 banana /mile .&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;  Then the maximum no of bananas that can be transported to the city?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;a) 4  b) 6 c) 8  d) 12&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;9. DONALD +&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;    GERALD&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;-----------------&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;An answer is there.&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;IF D=5, then E=?&lt;o:p&gt; &lt;/o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;10. A person traveling by plane to a city which s 420km away . 15 minutes after&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;     the plane had left the port one of his relative start traveling to the city  by car&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;    in order to collect the person. Speed of the car  s 40km/hr and the&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; city s 20 km far.At the instant plane  landed,his relative just get in.&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;  Then  the speed of plane?&lt;br /&gt;a)480 b)560 c)545&lt;o:p&gt; &lt;/o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Tech.Intvw.&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;Usual C/C++ qns  -to write prog. Preprocessor directives, some electronics qns&lt;o:p&gt; &lt;/o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="margin: 0in -81pt 0pt 0in; color: rgb(51, 51, 51);"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;HR&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;Why TKM?&lt;o:p&gt; &lt;/o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Describe urself&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Why EEE?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;font-size:100%;"  &gt;And other usual qns.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p  style="font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;WIPRO PAPER ON 28th APRIL AT RAJKOT&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1400 Students appeared in it and only 40 got selected. So I m feeling really great to be amongst those lucky 40 gems..!!&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;The Entire test procedure was like this...&lt;br /&gt;&lt;b&gt;[1] APTITUDE TEST&lt;br /&gt;&lt;/b&gt;- VERBAL TEST (15 Questions)&lt;br /&gt;- QUANTITATIVE TEST (15 Questions)&lt;br /&gt;- TECHNICAL TEST (20 Questions)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;[2] TECHNICAL INTERVIEW&lt;br /&gt;[3] H.R. INTERVIEW&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;[&lt;b&gt;1] APTUTUDE TEST&lt;/b&gt; (9:45 am-10:45am)&lt;br /&gt;-VERBAL TEST (15 Questions)&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;U need a very strong VOCABULARY to clear the Verbal Section. I suggest you to refer GRE BARRONS for it. Prepare all the HIGH FREQUENCY WORDS FROM BARRONS.&lt;br /&gt;IT IS MUST. OTHERWISE NON-ENGLISH MEDIUM STUDENTS WILL SUFFER A LOT.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;They ask questions like:&lt;br /&gt;*Identify the INAPPROPRIATE WORD from the words given below&lt;br /&gt;(1) Procedure (2) Continuity (3) Perseverance (4) Pause&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;*I think Three grammatical Questions were there.&lt;br /&gt;*Find most APPROPRIATE WORD for the given sentence from the given choices.&lt;br /&gt;&lt;br /&gt;In short IMPROVE YOUR VOCABULARY…THAT’S THE KEY TO SUCCESS.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;-QUANTITATIVE TEST&lt;br /&gt;Refer R.S .Agrawal for this though I had not referred any book for maths because I am very comfortable at maths and reasoning and it was very easy for me to clear maths paper. I remember that there were examples of stream, time and work, probability etc…&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;-TECHNICAL PAPER&lt;br /&gt;Here the paper is based totally on C language and OS. I belong to EC branch. So I am not&lt;br /&gt;much into programming. In fact I m zero at programming yet I found some questions easy which were related to Linux and OS. So I could only answer 5 questions correctly but as the cut off for non cs-it students is usualy very low in wipro as 5-6 marks, I cleared the technical paper also. In questions related to C, I had no idea about the answers in technical test. As I was sure that my&lt;br /&gt;5 answers were correct, I planned a strategy and ticked the option (B) in all remaining questions..!!! And Bingo..!!! It worked..!!&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;After the test, the results were announced at 1:00pm and yes…!!!!!!!!! My name was announced in it..!!!!!!!! 150 cleared the aptitude test out of 1400.  Then there was ppt from Wipro officials. Package is 2.5 to 2.7 lacs.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;[2] TECHNICAL INTERVIEW:&lt;/b&gt; (6:15pm to 6:25 pm)&lt;b&gt;&lt;br /&gt;&lt;/b&gt;I appeared for it at appx 5:00 am. A smart man was there sitting in the cabin. I asked for permission to enter it. Then he told me to have the seat.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI(technical interviewer)&lt;br /&gt;ME(myself)&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: Kaushal, how are u doing..?&lt;br /&gt;ME: Sir, I am feeling really great to appear before u in the technical interview.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: Good, have a sip of water and tell me about urself.&lt;br /&gt;ME: (I took a sip of water from a water bottle he offered me and told him about myself, family background and my career interests.)&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: Okay so tell me about projects u have made during ur engineering career.&lt;br /&gt;ME: Sir, I have prepared two big projects during my Engineering, one is a "digital security system" and other is "voice detector" and I explained both in detail.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: Good. So which programming languages do u know..?? ( I was frightened by this question coz i m not a good programmer coz im in EC )&lt;br /&gt;ME: Sir, I have learned ANSI C as a part of curriculum during 1st year and 3rd sem&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: What is Linked list?&lt;br /&gt;ME: Explained&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: What is DMA?&lt;br /&gt;ME: Explained&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI:What is pointer?&lt;br /&gt;ME :Explained&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: Hmmm..Well Kaushal u sound very good at ur technical and analytical skills.&lt;br /&gt;ME: Thank you sir.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: So why do u want to "Kick" EC and go into IT field..?&lt;br /&gt;ME: Sir, though i m a student of EC, As u know that EC/CE/IT are sister branches and all are interrelated and secondly I think it will be of my best if I utilize my sharp analytical skills in a software industry so I basically do not have any problem to "Switch" from EC to IT. And I believe that "Flexibility" must be there within us to progress in life.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: (Very much Impressed by my answer.) So if I put u at Kochi, Will u join Wipro..?&lt;br /&gt;ME: Why not sir...Definitely I will join at any location of Wipro in India.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: Why are u so much sacrificing to join Wipro..?&lt;br /&gt;ME: Sir, I think that to attain Important goals in life, one has to neglect unimportant things like locations and avoid them..So I always look forward to positive aspects&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;TI: Okay Best luck Mr. Kaushal Chhaya, Here is ur HR form. Fill it and appear for HR interview.&lt;br /&gt;ME: Thank You Sir.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Only 50 out of 150 students cleared Technical Interview.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;[3] HR INTERVIEW:&lt;/b&gt; (7:00pm to 7:05pm only..!!)&lt;br /&gt;ME: May I come in sir..??&lt;br /&gt;&lt;br /&gt;HR: Yes please, have ur seat.&lt;br /&gt;ME: Thank You Sir.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: So how was the day..??&lt;br /&gt;ME: Best day in my life, I am feeling really agog to appear before u.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: hmmm...so kaushal tell me...which city do u belong to?&lt;br /&gt;ME: Sir I belong to Ahmedabad but since last few years I am at Rajkot with family.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: Kaushal, This is my first visit to Rajkot. Tell me how is rajkot and what do u like about it? Also tell me good places to visit at Rajkot.&lt;br /&gt;ME: Sir, As I have stayed both at Ahmedabad and Rajkot, I can say that the life is very cool and calm at Rajkot. Its not as hactic as Ahmedabad. And the distances are also less in rajkot. I also like the whether of rajkot much. Sir, the good places to be at in rajkot are Chowki Dhani, Ishwariya Post, Mtv and Race course ring road (a good place to be at in weekends.)&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: Good so why u want to join wipro?&lt;br /&gt;ME: Explained.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: Why should I hire u?&lt;br /&gt;ME: Explained.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: Extra curricular..??&lt;br /&gt;ME: Yoga, Quiz, Elocution. I told that I have attained an 11 days shibir on yoga at ahmedabad during my schooling.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: Why Yoga?&lt;br /&gt;ME: It keeps body and mind healthy and is a pathway to self-realization which is the ultimate goal in life.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: Good. So which is ur favourite colour?&lt;br /&gt;ME: Red.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: Okay, start a debate on "Red" for 2 mins.( I was really frightened on hearing this..!!)&lt;br /&gt;ME: I started instantly with calm mind saying about the color and what it indicates but could hardly manage for 45 secs only..!!&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: Okay no problem I know I had given u odd topic..! ( He smiled and said so I also Smiled. )&lt;br /&gt;HR: Show me ur resume and tell me the bond of wipro.&lt;br /&gt;ME: Explained.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR: Okay Thank You Kaushal, You can go now.&lt;br /&gt;ME: Thank You sir..!&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;WIPRO PAPER ON 21st APRIL&lt;/span&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;1.Aptitude&lt;br /&gt;2.Technical &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;3. HR&lt;/b&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;1. APTITUDE&lt;/b&gt; (50 questions in 60 min)&lt;br /&gt;A. VERBAL 15 questions&lt;br /&gt;B. (QUANTI + LOGICAL) 15 questions&lt;br /&gt;C. TECHNICAL 20 questions (little bit difficult for me, as I am from mech.side)&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;VERBAL: &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;&lt;/b&gt;Verbal part will be very easy for the people who are good in communication. I dint go through&lt;br /&gt;any book for verbal part. It consisted of a passage and 4 questions were asked from that passage. It will be easy only for those who good in grammar. Two or three fill in the blanks, Antonyms, Meaning of a phrase or an Idiom.. It will be easy…………&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;QUANTI + LOGICAL (15 QUESTIONS)&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;LOOK FROM 15 PROBLEMS I GOT 8 EXACTLY WRITE, &amp; DON’T KNOW ABOUT REMAINING 7 QUES.&lt;o:p&gt; &lt;/o:p&gt;AS THERE IS SECTIONAL CUT OF DON’T WASTE TIME TO SOLVE ALL 15, JUST SOLVE 8 TO 9 PROB. EXACTLY WRITE , I DON’T KNOW EXACT CUT OF BUT IT WONT BE GREATER THAN 8. Problems will consume time to solve, so don’t lose hopes….. It’s best if you have a lot of practice in solving various types of questions. Even if you haven’t, don’t worry too much. Just believe in yourself, stick to the basic.&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;TECHNICAL:  &lt;/b&gt;For comp. &amp; IT students: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;All my friends from comp. said that 6 to 7 ques were very easy. I can’t tell u more about Tech. as I am from mechanical side…….ur cutoff was 12. for this section&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;Mech /prod/ECT/CIVIL guys : Don’t worry, tech. cut off for us is 5 to 6.so if u r good at c,c++,unix,DS…..then its ok, if not its ur responsibility to got 5 ques right. So No Need to worry about technical section. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;After crossing the barrier of written test there was Technical Interview, Around 5 panels were there. The second session that is tech interview really required very much care from us...because most of them are eliminated here, do worry all the things depend upon the panel that u get..... thank god ....mine was a cool panel....i was the in 3rd  panel…..&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Following are some tips for technical interview , go through it , it will really help u to clear this round.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1. All boys (specially mech/prod), In wipro PROJECT is considered one of the major factor to clear tech. round.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Look , during tech. round , ur interviewer will have one form in which  there are 3 columns, one of them is project , he write 10 ( marks ) in that column after explaining  project to him , I know that many of mech / prod boys had not done any project until now, as its not in our syllabus in&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; 3 rd year, but u will have to make fake project in front of him, &amp; don’t forget to right something about ur project.  I said that I made one car model of chesis 20*20 &amp;amp; it works on 12 v c moter blab la bla ……for 15 min. ( impressed with my project….)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;So be prepared with &lt;st1:city&gt;&lt;st1:place&gt;ur&lt;/st1:place&gt; &lt;/st1:city&gt;project explanations ….&lt;o:p&gt; &lt;/o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Don’t take it lightly…………&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;2. for CSE/IT  students : BE PREAPRED WITH UR TECH. KNOWLEDGE……&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;for NON IT STUD. : JUST GO THROUGH ALL BASIC KNOWLEDGE…..OF &lt;st1:city&gt;&lt;st1:place&gt;UR&lt;/st1:place&gt; &lt;/st1:city&gt;BRANCH……&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;.&amp; LITTLE ABOUT C ……….&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;SPECIALLY  MECH ROD GUYS :&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;  1 THERMODYNAMICS( 4 LAWS OF THERMODYNAMICS ..1ST , 2 ND , 3 RD &amp; ZEROTH&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;     LAW)….HE ASKED ME ALL 4 LAWS THOUGH HE WAS FROM CSE SIDE.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;  2 ANY CURRENT YEAR SUB.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;  3. IC INGINES ( ONLY 2 STROKE &amp; 4 STROKE , NO NEED TO GO IN DEEP)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;  4. TOM&lt;br /&gt;5. READY WITH ANS. WHAT DO U KNOW ABOUT C OR C ++ ?TELL HIM ALL BASICS&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;      LIKE WHAT IS FUNCTION OF&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;     1.COMPILER&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;     2. WHAT IS USE OF ARRAY&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;     3. USE OF FUNTIONS , STUCTURES&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;FOR EX. ABOUT ARRAY TOLD HIM THAT ARRAY CAN STORE MULTIPLE VALUES OF SAME DATA TYPE……THEN GO FOR STRUC….&amp; THEN POINTER.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt 0.25in; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;3 ITS VERY IMP FOR ALL BRANCH GUYS :&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;FOR TECH. INTE. AT LEAST THEIR WILL BE 5 PANELS, SO ASK ALL BOYS&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;About their experience , and also very imp . which panel interviewer is very friendly…..? &amp; taking most of boys ?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;Because  at our campus,their were 5 panels, out of which interviewer taking inter. In 1 st panel not even selected 1 student for HR . …&lt;o:p&gt; &lt;/o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; i asked about 10 to 15 guys before my int. about their experience, and on that basis I  convinced volunteer , that I want to go in 3 rd panel . ,first he (volunteer) said that its not in my hand to send u in 3 rd panel (as interviewer in that panel selected almost all boys..), but actually it s not like that , all depends on volunteer he can easily send to u as per ur convenience , so convince him  , as I did.&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Don’t worry , am not very good at technical.....being an avg student i gave answers but not perfect one. though i told those things with confidence and without any tension.....Finally he gave me the HR form and gave me marks in the interview.&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;After tech. int. u will have to fill HR FORM.&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;FILL IT VERY PROPERLY &amp;  MINDFULLY, BECAUSE HR WILL ASK U QUES ON THE BASIS OF THAT FORM,&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;Following are some common ques. , be prered with ans. Of these que., its time to imperess HR MAN.&lt;o:p&gt; &lt;/o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1. Tell us about yourself, your family background.&lt;br /&gt;2. Why should WIPRO hire you?&lt;br /&gt;3.&lt;st1:city&gt; &lt;st1:place&gt;UR&lt;/st1:place&gt; &lt;/st1:city&gt;HOBBIES ? &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;4 STRENGHS &amp; WEAKNESS . ?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;in this HR will ask u to give me exact situation … ex in strengths I had written 1 . fast Lerner so she asked me to exact situ. &amp; same with my weakness ?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;so prepare  it well.&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;HR MAY ASK WHAT U R DOING TO CONVERT &lt;st1:city&gt;&lt;st1:place&gt;UR&lt;/st1:place&gt; &lt;/st1:city&gt;WEAKNESS TO STRENGTH. ?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;FOR NON IT ( SPEC. FOR MECH )&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;5. WHY U WANTS TO COME IN THIS FIELD ?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;WHILE ANSWERING THIS QUES I told that from child hood I was having interest in comp. field……. But didn’t got comp. because of more compition ?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;My 2 nd preference was mechanical …..bla bla bla ……..&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Also told her that  these days it is booming …… so their r lots of opportunities r their in this field …….bla bla bla …….&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;6 career objective ?( tell  as it is what u had written in resume )&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;7.she also asked me why uptill now u have not got placed…….in any other company ?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; don’t  fake that its my first company…..&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;8. how do u see urself 5 yrs 4m now. ?( &lt;st1:city&gt;&lt;st1:place&gt;ur&lt;/st1:place&gt; &lt;/st1:city&gt;ans should be in way that hr will feel that u wants to make long relations with company. )&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;…….because she knows that how many company Up till now had taken campus…..&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;in &lt;st1:city&gt;&lt;st1:place&gt;ur&lt;/st1:place&gt; &lt;/st1:city&gt;college so I told her that I had given appti test of 2 congni. &amp; m&amp;amp; m &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;But not even cracked appti . Test ………..&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;She asked me why?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;I said that I have not prepared for aptti. Test, &amp; felt that I will clear it …..&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;This time I prepared for appti. So cracked this time….&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&amp; said that “ to see stars  u will have to go in dark first “ impressed with my ans….&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; Look these r some common ques …….so prepare it well.. Its totally depend on this ques. Whether to select u r not?&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;They are not looking at &lt;st1:city&gt;&lt;st1:place&gt;ur&lt;/st1:place&gt; &lt;/st1:city&gt;ans…….they wants see how u r ans these ques…. Wants to check &lt;st1:city&gt;&lt;st1:place&gt;ur&lt;/st1:place&gt; &lt;/st1:city&gt;confidence level….&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;Tip: Just prepare &lt;st1:city&gt;&lt;st1:place&gt;your&lt;/st1:place&gt; &lt;/st1:city&gt;resume strictly...they will try u mingle..but b straight forward n don't write any thing u don't know.. &lt;o:p&gt;&lt;/o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;So you see...all that matter in the end in how well we present ourselves n tackle the questions....cos each interview's thinking is different...we can anticipate what q's they'll ask...whatever it may be ans in cool n confident way....success will be yours..&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;font-size:100%;"  &gt;&lt;span style="font-family:georgia;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p  style="font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;WIPRO PAPER ON 15th APRIL AT ROURKELA&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;206 no. of students appeared in the Selection out of which 101 were selected in written test,&lt;br /&gt;65 selected in Tech. PI then finally 44 got selected asWIPROITES. the 5 toppers of each branch were selected without writen test dirctly 4 tech. PI. &lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;the test pattern were as follows: {WRITTEN}&lt;br /&gt;1&gt;&lt;b&gt;Aptitude &lt;/b&gt;(were quite easy dont get Tensed but have Confident on U &amp; Keep faith on God.)&lt;br /&gt;2&gt;&lt;b&gt;Verbal&lt;/b&gt;(Mainly English).&lt;br /&gt;3&gt;&lt;b&gt;Technical&lt;/b&gt;(Mainly 4m C,C++,OS)&lt;br /&gt;&lt;br /&gt;C++ were quite easy and OS contains only theory part&lt;br /&gt;English were mainly 4m Passages,sentence arrangement,syonym,antonym. 4 english read english news ppr regularly.&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;Tech. PI : they maily asks question 4m C++,C,RDBMS and ur Tech Branch ppr.&lt;br /&gt;HR PI were quite easy, and the questions were:&lt;br /&gt;1. prog of division of two nos in 8085&lt;br /&gt;2. decoder&lt;br /&gt;3. pop operation&lt;br /&gt;4. decoder and demux.&lt;br /&gt;5. registers&lt;br /&gt;6. two staircase switches and one bulb is given,and you have to make a NAND gate.&lt;br /&gt;7. fetures of C  that is not present in C++.&lt;br /&gt;8. encapsulation.&lt;br /&gt;9. polymorphism&lt;br /&gt;10. what is TCP_IP&lt;br /&gt;11. inheritence ............&lt;/span&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-8427352765106821584?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/8427352765106821584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/8427352765106821584'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/03/wipro.html' title='Wipro'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-7129454811967001801</id><published>2007-03-18T00:56:00.000+05:30</published><updated>2007-06-01T01:58:31.401+05:30</updated><title type='text'>Syntel</title><content type='html'>&lt;p  style="margin: 0in 0in 0pt; font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;SYNTEL PAPER ON 28th APRIL AT BANGALORE&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt; &lt;/p&gt;&lt;span style="color: rgb(51, 51, 51);font-size:100%;" &gt;There were 2 rounds:-&lt;/span&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;&lt;b&gt;1) Written test&lt;/b&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;The test consisted of 2 sections n was for 1 hour&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt; &lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;i) Logical reasoning (25 questions cut off 13):&lt;br /&gt;Questions were like find the odd word,puzzles,blood relations,series of symbols, logical deductions like syllogism.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt; &lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;ii)English section(15 questions cut off 8):-&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;small passage will be given n we need to select a sentence to represent d meaning of the passage. Fill in  the blanks  with appropriate words. find the grammatical error in the sentence.     &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Out of 2,500 students 96 cleared the written test.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;2)tech n hr interview :-&lt;/b&gt;&lt;o:p&gt;  &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;it was held the next day i.e. 29 april.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;there were 2 people interviewing each candidate&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;the questions were quite simple&lt;o:p&gt;  &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1)tell me abt urself&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;2)which is &lt;st1:city&gt;&lt;st1:place&gt;ur&lt;/st1:place&gt; &lt;/st1:city&gt;fav subject&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;3)diff between c n c++&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;4)what is data structures&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;5)what do u know in dbms&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;6)what is sql&lt;/span&gt;&lt;/p&gt; &lt;p style="margin: 0in 0in 0pt; color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;7)what r pointers&lt;/span&gt;&lt;/p&gt; &lt;p style="margin: 0in 0in 0pt; color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;8)diff b/w main mem n auxiliary mem&lt;/span&gt;&lt;/p&gt; &lt;p style="margin: 0in 0in 0pt; color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;9)what search engines do u use&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;10)are u aware of any new innovations in software field&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;11)do u have any questions for us&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;out of 96 students 30 were placed.&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;The main thing is to be positive n confident.&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;They are looking for people who know c and have good communication skill.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin: 0in 0in 0pt; font-family: georgia; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0pt; font-family: georgia; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0pt; font-family: georgia; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0pt; font-family: georgia; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0pt; font-family: georgia; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;SYNTEL PAPER ON 7th APRIL AT BHILAI&lt;/span&gt;&lt;/p&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Eligibility Criteria&lt;/span&gt;&lt;br /&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;55% in 10th and 12th&lt;br /&gt;55% in till now in semesters.&lt;/span&gt; &lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Written test&lt;/b&gt;&lt;br /&gt;The placement paper consists of 2 sections :-&lt;br /&gt;1.Reasoning 25 questions (cuttoff-13)&lt;br /&gt;2. Verbal 15 questions  (cutt off-8)&lt;br /&gt;Cut off already mentioned in the question papers. Paper is continuous .Common answer sheet 5 options.&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1&lt;b&gt;.Reasoning  &lt;/b&gt;&lt;br /&gt;The first 5 questions were to pick up the odd one out&lt;br /&gt;3 of then was easy.like a)Wheat b)Barley c)Gram d)rie e) pulses Ans (d)&lt;br /&gt;a)pouch b)stall   c)...sth like that I mark b) stall as answer.&lt;br /&gt;If u want to go through Barrons u can but  they change questions.&lt;br /&gt;&lt;br /&gt;The next set of quetions were based on the  string like L4$E5@RA6%TH!7 sth like that not exact questions like&lt;br /&gt;1.no of digits followed by symbols&lt;br /&gt;2.one was which is the 7 position right to the left of the string sth like that.&lt;br /&gt;3.which is the last if we select from first then last ,second then second last&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;this type of questions were easy do practice it One question which repeated was of T-shirt of Sourav ,Sachin Sehwag,Rahul 3 conditions were given pretty easy u can do it.&lt;br /&gt;5 questions were of syllolism like all cats are dog all dogs are cow&lt;br /&gt;u have select the best possible sequence.a)BDE b)CDE c)ACE practice this type of questions.&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;2.Verbal&lt;/b&gt;&lt;br /&gt;This section is easy if u r thorough with ur  grammar fill in the words in the passage Duration : 1Hr&lt;/span&gt;  &lt;/p&gt;&lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Don't stuck to one sections do both the sections precisely otheriwse u will run out of time.&lt;/span&gt;&lt;/div&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; After the test they shown us the ppt .It was nice.&lt;/span&gt; &lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;test started at 11:15  result of wirtten declared at 3.30pm 2000(approx) appeared for the test out of which  100(approx) clear the test.2 batches were there for the written round.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Then we assemble at the audi they gave us Biodata form we have to fill it and attach with our cv,grade sheet photocopy, and submit it.Do keep atleast 3 copies of your marksheets(attested), cv otherwise they will make u run at the time of Interview. Also verification of marksheet is done.&lt;/span&gt; &lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Interview &lt;/b&gt;Our Interview round started at around 7.00pm&lt;br /&gt;The interview round consisted of 2 phases the TI and the HR .All the students who passed there written will have to give both TI as well as HR. Girls are given preference .Since I was in the 1st batch I had both on the same day.35 students were halted for the Inter rest for the next day.&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Technical&lt;/b&gt;&lt;br /&gt;My interview started at around 9.50pm . I entered the room. The panel consist of 1 person .&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Sir- Breif yourself.&lt;br /&gt;me- blabla&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Sir-Tell me about ppt.&lt;br /&gt;Me- explained everything nicely (as I mentioned abt my ppt in my intro)&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Sir-Do u know coding.&lt;br /&gt;Me- Yes Sir &lt;/span&gt; &lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;then he gave me 2 question of (SQL) like we r having 2 table and he asked me to join both of then I explained&lt;br /&gt;another was pretty difficult but I manage to explain him abt the method to access.&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Sir: ok u may leave&lt;br /&gt;ME- Thank u Sir &amp; left.&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Other panel asked simple questions like fibonacci,factorial,prime no if u dont know be confident&lt;br /&gt;They r mainly looking for C people so they r checking with simple prg for other branch.&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;HR round&lt;/b&gt;&lt;br /&gt;she just asked me abt myself&lt;br /&gt;asked me to explain my strong pts with real life examples which I nicely did They r mainly looking for people having good communication  skills&lt;br /&gt;My both the Interview held for about 10-20 mins each.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-weight: bold; color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;SYNTEL PAPER ON 3Ist MARCH AT NOIDA&lt;/span&gt;&lt;/p&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;eligibilty criteria:&lt;/span&gt;&lt;br /&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;55% till last sem.&lt;br /&gt;55% in 10th and 12th.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Written Test:&lt;br /&gt;&lt;/b&gt;two sections. (no mathematics)&lt;br /&gt;1: logical section (25 question) cut off 13&lt;br /&gt;2: English section (15 question) cut off 8&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;cut off was already written on the answer sheet.&lt;br /&gt;logical sections had question like a series of symbols,alphabets and numbers where u have to answer in-accordance. then question on odd man out. other quetions were like in a place yes is said no and no is said may be,........ then few questions where asked on it.&lt;br /&gt;English section was quite easy. u just have to use us daily life vocab. and simple grammar. question where on simple comprehension passage and fill in the blanks.&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;from 1200(apprx) students 159 cleared the written test.&lt;br /&gt;Then all the qualified people were asked to assemble in the hall. A form was distributed among us, and we need to fill it. the form required our us to fill our information - personal and educational. the announcement was made that the interview will be conducted next day.&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Interview:&lt;br /&gt;&lt;/b&gt;we were called at 9:30 sharp and there were four pannels some had two people and some had only one. students were alloted pannel rondomly. my turn for interview came at around 3:15 p.m. and lasted for 45 min.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;i entered the room, only one lady was sitting there i wish her and stood next to the chair. she asked me to sit. then she asked me to tell about myself . then she asked bout my family background. the she asked bout my marks. then she asked me bout my strengths. she was quite impressed wid my answers.&lt;br /&gt;then she asked me a question that tell the transmission of signal from one mobile to another and also tell the different form of signal wave used in it. then she asked me to tell her my subject on wiz i had command. i told her data structure and microprocessor. she asked me output of few programs and many other question from c, c++ and data structure and in the last she wanted me to ask any questions from her.&lt;br /&gt;i asked her couple of sensible question.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;the only thing they were looking in a person was comm. skill. and how the person reacts on different questions and atlast i got selected.&lt;br /&gt;out of 159 - 55 students were selected.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;SYNTEL PAPER ON 24th MARCH AT NAGPUR&lt;/span&gt;&lt;/p&gt;  &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;WRITTEN TEST&lt;br /&gt;&lt;/b&gt;I will be explaining the paper details now.......first of all, the pattern was like this&lt;br /&gt;&lt;br /&gt;There r two section Reasoning &amp; Verbal total 40 marks&lt;br /&gt;Reasoning --25      verbal--- 15&lt;br /&gt;CUTOFF --13               --- 8&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;Note: The paper was little bit tougher than the other comp….if the competition will more they’ll extend the cutoff in the last……BUT MOST IMP THING IS THAT IF U HAVE GOOD PERCENTAGE IN 10TH ,12TH AND IN ENGG (CGPA) U WILL GET THE BETTER ADVANTAGE THAN OTHER. Because most of my friend also cleared the apti test but they were not short listed due to the less %age in 10th ,12th &amp; in engg…But I was the university 2nd topper and I have good %age in 10th and 12th and in engg (80,79,70) I was being short listed for interview…&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;There are mainly two interviews first is TI and another is HR.&lt;br /&gt;The TI is little bit tougher than HR….if u have cleared Ur TI by full confidence….ur chances for selections will Inc...Friendssssss be cool &amp; confident at the time of interview….and before going to the interview don’t forget to take Xerox of each and every mark sheet and two passport photo….otherwise they give u tension at the main time of interview…&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Technical interview:&lt;br /&gt;&lt;/b&gt;Please may I get in sir….&lt;br /&gt;sir: yes please……&lt;br /&gt;sir: good afternoon vaibhav…&lt;br /&gt;me : good afternoon sir&lt;br /&gt;Sir: tell me about Ur self…..&lt;br /&gt;me: I have told each and every thing about me .(when I told I m a university topper he impressed)&lt;br /&gt;Sir: suppose u r on mars and u want to send Ur letter to Ur College…so what will be the postal add….&lt;br /&gt;me: kdk college of engg….nandanwan…nagpur ….maharashtra….India….asia…..earth.(galaxy)&lt;br /&gt;sir: impressed (hmm)&lt;br /&gt;Sir: do u know any thing about data structure….&lt;br /&gt;me : yes sir&lt;br /&gt;tell the definition of data stu….&lt;br /&gt;me: told(perfectly)&lt;br /&gt;Sir: can u write a program for link list.&lt;br /&gt;Me: ya why not…&lt;br /&gt;me:wrriten the program for link list(creation)…&lt;br /&gt;sir: wonderful……&lt;br /&gt;Sir: why do we require the data struc…?&lt;br /&gt;Me: told him (by giving the example of link list… (Extension of program can be possible at run time….)&lt;br /&gt;Sir: good…..&lt;br /&gt;Sir: can u write a program for Fibonacci series...&lt;br /&gt;Me: why not sir…..&lt;br /&gt;Me: written the program successfully ….&lt;br /&gt;Sir: impressed... Do u know the perfect definition of OOP (object oriented programming)&lt;br /&gt;Me: sorry sir ….I don’t know…&lt;br /&gt;Sir: it’s ok….&lt;br /&gt;Sir: can u tell me the feature….&lt;br /&gt;Me: told every one….&lt;br /&gt;Sir: why do we require the header file….&lt;br /&gt;Me: coz…it contain the prototype of function whichever used in prog...like cout &amp; cin...&lt;br /&gt;Sir. Good…&lt;br /&gt;Sir: can u create Ur own header file...&lt;br /&gt;me: yes sir….(told him)&lt;br /&gt;Sir: ok. ..Nice to meet u vaibhav (smile)…u can go now...&lt;br /&gt;Thank u sir……&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;And finally he gave me the logical question I m unable to answer it. But sir is impressed with me...&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;Some of my friends were asked questions about normalization ,genralisation, function pointer, prime no program, factoral using recursion. big o nataion, complexity of prog , ……&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;font-size:100%;"  &gt;&lt;b&gt;HUMAN RESOURCES :&lt;br /&gt;&lt;/b&gt;1:tell me about Ur self&lt;br /&gt;2.Why do u join syntel&lt;br /&gt;3.Have u study the r.s aggrwal.&lt;br /&gt;4what topics have u read it&lt;br /&gt;5.How do u cleared our apti test..&lt;br /&gt;6.What types of que are there.&lt;br /&gt;7.Do u know the name of person who has taken Ur Ti.&lt;br /&gt;8.Are u fast reader.&lt;br /&gt;9.How many interview u have faced..&lt;br /&gt;10.Why they reject u…&lt;br /&gt;11.Do u prepare for now..&lt;br /&gt;12. What steps will u take for improving Ur comm.. Skill.&lt;br /&gt;13.If I’ll give u the 2 years bond will u sign it..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-7129454811967001801?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/7129454811967001801'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/7129454811967001801'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/03/syntel.html' title='Syntel'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-1411002422993491277</id><published>2007-03-18T00:55:00.001+05:30</published><updated>2007-06-01T01:58:48.081+05:30</updated><title type='text'>Siemens</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(51, 51, 51);"&gt;SIEMENS PAPER ON 18th DECEMBER AT SIEMENS-WORLI  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;25 qns tech n 25 qns quant. 0.25 negative marking&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;cut off is 8 and 12 respectively&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;time limit 35 min.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Round -1&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;technical&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1. A c++ prgm is given n find the output(a static function calls a nonstatic function)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2. what is normalization( choices are all very similar so read the proper defn frm textbook.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3. In UNIX how to delete a file? ans&gt;&gt; 'rm' command&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4 In UNIX how to concatenate or see the details of a file ? and is 'cat&gt;&gt;filename' cmd&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5. qn related to editors in UNIX ans is' vi editor'&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;6. in java to ensure that no threads are being updated simultaneously monitors are used and also synchronised keyword is used.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;7. sm qn related to oracle window application.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;8. what is primary key?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;9. oracle is a rdbms&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;quantitaive&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1. qn related to time n work&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2. qn related to typing papers (related to time n work) ans is 75 or sm value in 70s.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3. qn related to percentage&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4 qn related to profit n loss&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;5.qn related to simple interst&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;6. qn related to time, speed n distance where distance is miles per hr and time is in minutes.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;7. complete the series&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;           1,4,9,16,? ans is 25&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;            two more such series&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;8. encryted word(each alphsbet replaced by its next)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;          two of such ones&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;9. 4+x^2= x^3? whats x? ans x=2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;start quantitaive frm behind as its easy n one can finish it fast.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Round-2&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Technical cum HR.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;qns asked.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1. what is normalization?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2. what r the types of normal forms no explaination was asked&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3. explain all projects done.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;rest all qns wer hr&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Round-3&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Technical cum HR&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Qns asked&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1. if u delete an entry frm table what can u do?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;ans rollback if delete is used and cant rollback if truncate is used they asked me if i knew the concept of recovery but i didnt know as it was not thr in syllabus&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2. explain the difference between  delete n truncate&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;ans delte is ddl nad truncate is dml with truncate the structure  of database is lost&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;3. whats a foreign key or wats the referential intergrity constraint?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;4 in MS Access wats created first the table or dtabase? its database&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;REst all wer Hr qns&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Round -3&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;HR&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;qns asked&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1. favourite subject in college.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; As I said datawarehousing next qn was difference between datbase n datawarehouse&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;2. rest all wer hr qns&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 51);"&gt;PAPER 2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;1)which of following operator can't be overloaded.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;a)== b)++ c)?! d)&lt;=  2)#include&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;main()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;printf("Hello World");&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;the program prints Hello World without changing main() the o/p should&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;be&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;intialisation&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Hello World&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Desruct&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;the changes should be&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;a)iostream operator&lt;&lt;(iostream os, char*s) os&lt;&lt;'intialisation'&lt;&lt;(Hello World)&lt;&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a) b) c) d)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;4) term stickily bit is related to a)kernel&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)undeletable file&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c) d)none&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;5)semaphore variable is different from ordinary variable by&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;6)swap(int x,y)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;int temp;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;temp=x;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;x=y;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;y=temp;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;main()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;int x=2;y=3;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;swap(x,y);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;after calling swap ,what are yhe values x&amp;y?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;7) static variable will be visible in&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)fn. in which they are defined&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)module " " " "&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)all the program&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)none&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;8)unix system is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)multi processing&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)multi processing ,multiuser&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)multi processing ,multiuser,multitasking&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)multiuser,multitasking&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;9)x.25 protocol encapsulates the follwing layers&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)network&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)datalink&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)physical&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)all of the above&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;e)none of the above&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;10)TCP/IP can work on&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)ethernet&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)tokenring&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)a&amp;b&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)none&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;11)a node has the ip address 138.50.10.7 and 138.50.10.9.But it is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;transmitting data from node1 to node2only. The reason may be&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)a node cannot have more than one address&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)class A should have second octet different&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)classB " " " " "&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)a,b,c&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;12) the OSI layer from bottom to top&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;13)for an application which exceeds 64k the memory model should be&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)medium&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)huge&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)large&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)none&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;14)the condition required for dead lock in unix sustem is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;15)set-user-id is related to (in unix)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;16) bourne shell has&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)history record&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;17)wrong statement about c++&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)code removably&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)encapsulation of data and code&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)program easy maintenance&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)program runs faster&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;18)struct base {int a,b;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;base();&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;int virtual function1();&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;struct derv1:base{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;int b,c,d;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;derv1()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;int virtual function1();&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;struct derv2 : base&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;{int a,e;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;base::base()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a=2;b=3;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;derv1::derv1(){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b=5;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c=10;d=11;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;base::function1()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;{return(100);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;derv1::function1()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;return(200);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;main()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;base ba;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;derv1 d1,d2;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;printf("%d %d",d1.a,d1.b)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;o/p is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)a=2;b=3;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)a=3; b=2;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)a=5; b=10;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)none&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;19) for the above program answer the following q's&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;main()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;base da;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;derv1 d1;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;derv2 d2;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;printf("%d %d %d",da.function1(),d1.function1(),d2.function1());&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;o/p is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)100,200,200;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)200,100,200;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)200,200,100;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)none&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;20)struct {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;int x;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;int y;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;abc;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;you can not access x by the following&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;1)abc--&gt;x;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;2)abc[0]--&gt;x;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;abc.x;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;(abc)--&gt;x;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)1,2,3&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)2&amp;3&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)1&amp;2&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)1,3,4&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;21) automatic variables are destroyed after fn. ends because&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)stored in swap&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)stored in stack and poped out after fn. returns&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)stored in data area&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)stored in disk&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;22) relation between x-application and x-server (x-win)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;23)UIL(user interface language) (x-win)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;24)which is right in ms-windows&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)application has single qvalue system has multiple qvalue&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b) " multiple " " single "&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)" " " multiple "&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)none&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;25)widget in x-windows is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;26)gadget in x_windows is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;27)variable DESTDIR in make program is accessed as&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)$(DESTDIR)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)${DESTDIR}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)DESTDIR&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)DESTDIR&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;28)the keystroke mouse entrie are interpreted in ms windows as&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)interrupt&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)message&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)event&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)none of the above&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;29)link between program and out side world (ms -win)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)device driver and hardware disk&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)application and device driver&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)application and hardware device&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)none&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;30)ms -windows is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)multitasking&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b) c) d)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;31)dynimic scoping is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;32) after logout the process still runs in the background by giving&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;the command&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)nohop&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;33)process dies out but still waita&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)exit&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)wakeup&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)zombie&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)steep&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;34)in dynamic memory allocation we use&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)doubly linked list&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)circularly linked&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)B trees&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)L trees&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;e)none&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;35)to find the key of search the data structure is&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)hask key&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)trees&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)linked lists&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)records&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;36)data base&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;employ_code salary employ_code leave&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;from to&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;1236 1500 1238 --- ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;1237 2000 1238 --- ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;1238 2500 1237 ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;-----&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;1237 --- ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;1237 --- ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;1237 --- ---&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;select employ_code,employ_data ,leave&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;the number of rows in the o/p&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)18&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)6&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)7&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)3&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;37)DBMS&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;38)read about SQL,db&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;39)which is true&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;a)bridge connects dissimiler LANand protocol insensitive&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;b)router " " " " "&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;c)gateway " " " " "&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;d)none of the above&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;40)read types of tree traversals &lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-1411002422993491277?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/1411002422993491277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/1411002422993491277'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/03/siemens.html' title='Siemens'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-7995805798715390709</id><published>2007-03-18T00:55:00.000+05:30</published><updated>2007-06-01T01:59:11.294+05:30</updated><title type='text'>Sasken</title><content type='html'>&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" align="left"&gt;&lt;span style="font-size:100%;"&gt;Off Campus Written Test conducted  at                     Bangalore&lt;br /&gt;                  The test comprises of 2 sections:&lt;br /&gt;                  1. Technical ( C ) &amp; Technical Subject- 60 mins, 60 questions                  &lt;br /&gt;                  2. Logical Reasoning.. - 30 mins,17 questions....&lt;br /&gt;                &lt;br /&gt;==&gt; Questions in C were mostly from "pointers in c" and "test ur C skills" by Yeshwant Kanetkar... C questions based on command line arguments, data structure ( BST, tree traversals). All the questions were like " what is the output of the following program segment" and in many questions 3rd and 4th choices were (c) compilation error and (d) compilation, warning, runtime error.... Heard they are asking abt- ptr, string, arr, preprocessor, data structures etc.. C test was pretty ok pass by value, pass by reference etc. questions were asked The general test was pretty tough, they ask u fourier transforms,harmonics,Barkhuasen criterion,virtual memory,Whether FIFO is better than LRU etc. 4 questions were from fourier transforms the duration was 60 mins and no negative marking&lt;br /&gt;                &lt;br /&gt;                  C basics 10 questions ,very easy.Given a program and asked                     the output-type questons.from pointers 3-4 questions are                     there. 2)reg subject:very very easy:some from digital(on nand                     gates. Jk flip flop),from Information theory and coding,some                     from Micro processors.&lt;br /&gt;                &lt;br /&gt;                  In Logical Reasoning all the 17 questions were paragraphs                     (argument) of 5 to 6 sentences...five sentences (choices)                     will be given below and questions were asked like " which of                     the five if true will weaken or supports the argument above                     .." :- R. S. Agrawal LR is sufficient&lt;br /&gt;                &lt;br /&gt;                  SASKEN PAPER HELD ON 9th AUG at 2:30pm&lt;br /&gt;                  --------------------------------------------------------------&lt;br /&gt;                &lt;br /&gt;                  The questions were like this.&lt;br /&gt;                  ------------------------------&lt;br /&gt;                  The text consists of two parts&lt;br /&gt;                  1) C test&lt;br /&gt;                  2) CSE01 Test&lt;br /&gt;                  Duration: 1hr&lt;br /&gt;                  ---------------------------------------------------------------                  &lt;br /&gt;                  1) C test -10 questions- Some questions were as follows,                     remember only a few.&lt;br /&gt;                  a) What is the parameter passing mechanism to Macros Called?&lt;br /&gt;                  b) void func(int x,int y)&lt;br /&gt;                  {&lt;br /&gt;                  x=3;&lt;br /&gt;                  y=2;&lt;br /&gt;                  }&lt;br /&gt;                  main()&lt;br /&gt;                  {&lt;br /&gt;                  int i;&lt;br /&gt;                  func(i,i);&lt;br /&gt;                  print(i);&lt;br /&gt;                  }&lt;br /&gt;                  If the output must be 2 what is the parameter passing                     mechanism called?&lt;br /&gt;                  c) which of the following code will swap the two numbers? -3                     choices was given&lt;br /&gt;                  d) which of the following is illegal for the program?&lt;br /&gt;                  main()&lt;br /&gt;                  {&lt;br /&gt;                  char const *p='p';&lt;br /&gt;                  }&lt;br /&gt;                  1)p++ 2) *p++ 3)(*p)++ 4) all&lt;br /&gt;                  e) what is the output of the following program&lt;br /&gt;                  void print(int ** arr)&lt;br /&gt;                  {&lt;br /&gt;                  print("0 %f, 1 %f, 2 %f ",arr[0][0],arr[0][1],arr[0][2]);&lt;br /&gt;                  }&lt;br /&gt;                  main()&lt;br /&gt;                  {&lt;br /&gt;                  int a[][]={ {1,2,3},&lt;br /&gt;                  {4,5,6}&lt;br /&gt;                  }&lt;br /&gt;                  int ** arr=a;&lt;br /&gt;                  print(arr);&lt;br /&gt;                  arr++;&lt;br /&gt;                  print(arr);&lt;br /&gt;                  }&lt;br /&gt;                  f) which of the following code swaps the two numbers.&lt;br /&gt;                  - 4 choices were given&lt;br /&gt;                  g) if the string " this is a " is present in the code of a                     function such as 'void func(void)' where&lt;br /&gt;                  will the variable stored in the memory.&lt;br /&gt;                  a) in the stack b) heap c) code or text segment as per                     implementation d) created when func is called, stored in                     function stack space and destroyed as it goes out .&lt;br /&gt;                &lt;br /&gt;                  2) CSE01-15 questions&lt;br /&gt;                  In this section there was question from LD-gates, JK flip                     flop, sampling rate and few other&lt;br /&gt;                  then there was a few from OS - don't remember the questions.&lt;br /&gt;                &lt;br /&gt;                &lt;br /&gt;                  INTERVIEW&lt;br /&gt;                &lt;br /&gt;                  In the interview, they asked about Stacks, Queues, Linked                     lists, Binary Trees.&lt;br /&gt;                &lt;br /&gt;                  Few questions I remember are:&lt;br /&gt;                  1) If u have a linked list library, how do u design stack and                     queue using it; write pseudocode.&lt;br /&gt;                  2) What are static variables and functions?&lt;br /&gt;                  3) Write code in C to count the number of 1s in a character                     (1byte).&lt;br /&gt;                  4) What is pre-order, post-order, in-order; write code to                     print post-order.&lt;br /&gt;                  5) Can u construct a binary tree given its inorder and                     postorder details. Is it neccessary or sufficient to                     construct tree. Asked an example to do in both ways.&lt;br /&gt;                  6) If recursion is not used to print post order, what other                     data structure u use&lt;br /&gt;                  (ans: Stack).&lt;br /&gt;                  7)Can u use stack always in place of recursion?&lt;br /&gt;                  (ans: Yes)&lt;br /&gt;                  8) What are meta characters?&lt;br /&gt;                  9) Write a piece of code to insert a node in a linked list.&lt;br /&gt;                  10) About malloc.&lt;br /&gt;                  11) About Operating System - Semaphores&lt;br /&gt;                  12) About Computability (eg:- finding infinite loop),                     Complexity of algorithms&lt;br /&gt;                  13) What does compiler and assembler do?&lt;br /&gt;                &lt;br /&gt;                  They asked grep command in Linux. How do u search '\n', using                     grep, in a file.&lt;br /&gt;                  They may ask some other commands if u say u r familiar and                     recently been using linux.&lt;br /&gt;                  About Networks? OSI reference model.&lt;br /&gt;                  what does transport layer do?&lt;br /&gt;                  TCP belongs to which layer?&lt;br /&gt;                  IP belongs to which layer?&lt;br /&gt;                  Where is error correction done?&lt;br /&gt;                  What is a connection oriented/ connection less transmission?&lt;br /&gt;                  What is meant by reliable transmission protocol? why is it                     called so?&lt;br /&gt;                  What is flow control and where it is done?&lt;br /&gt;                  About ur project?&lt;br /&gt;                  Asked me expalin about the project in brief.&lt;br /&gt;                  If u don't know anything, say it sincerely. U cannot bluff                     them. I too spoke to them sincerely.&lt;br /&gt;                  They were cool. U need not get tensed. They won't attack you.                     Just they want to know ur hold about the subject.&lt;/span&gt;&lt;/p&gt;                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;Next Paper&lt;br /&gt;NOTE :  Answer May Not be Accurate So                     Get An Idea of Questions.&lt;/span&gt;&lt;/p&gt;                                                                                                                                                                                                                                                                                                                                                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;   What is the value of X after this                     execution&lt;br /&gt;   x = 0;&lt;br /&gt; begin&lt;br /&gt;parbegin&lt;br /&gt;    y = x;&lt;br /&gt;x = x+1;&lt;br /&gt;parend&lt;br /&gt;parbegin &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;z =x;&lt;br /&gt;x = z+1;&lt;br /&gt;parend&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;end&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"  style="margin-left: 0.25in; color: rgb(51, 51, 51);font-family:georgia;"&gt;                     &lt;span style="font-size:100%;"&gt;a:1&lt;br /&gt;b:0&lt;br /&gt;c:2&lt;br /&gt;d:1 or 2   &lt;o:p&gt;                    &lt;/o:p&gt;                    &lt;/span&gt;                    &lt;/p&gt;                                                                                                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;2. Comparision of LRU and FIFO&lt;br /&gt;a. FIFO IS always better &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;b. FIFO is always worst&lt;br /&gt;c. FIFO is sometimes better&lt;br /&gt;d. NOthing can be said.&lt;br /&gt; ANS :D &lt;o:p&gt;                     &lt;/o:p&gt;                    &lt;/span&gt;                    &lt;/p&gt;                                                            &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; 3.  How many minimum no of NAND GATES                     ARE required for construction of X-OR gate&lt;br /&gt;  6  7  5   8 &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;ANS :  5 (but the correct answer is 4 )                     if 4 is present that is correct answer otherwise 5 &lt;o:p&gt;                    &lt;/o:p&gt;                    &lt;/span&gt;                    &lt;/p&gt;                                                                                                                                                                &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;4. If each counter has time delay of                     15 n sec. Then what is the max time to change the state of 4                     bit&lt;br /&gt;     synchronus counter&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;a. 60&lt;br /&gt;b.15&lt;br /&gt;c. 120&lt;br /&gt;d. none&lt;br /&gt;ans :  15&lt;/span&gt;&lt;/p&gt;                                                                                &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;5.  There is ADC of freequency 1 MHz.                     How much time it will take to convert a message stream of 6                     bit&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;ans : 6 Micro Sec&lt;/span&gt;&lt;/p&gt;                                                                                                                                                                                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;6.  What is Baukshna's criteria for                     sustaining freequency.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt; some fk is given that( Iam not clear)&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;fk &gt; 1&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;fk &lt;1 fk ="0"&gt;&lt;/o:p&gt;&lt;br /&gt;none&lt;/span&gt;&lt;/p&gt;                                                            &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; 7.  which of the following is wrong:&lt;br /&gt;    ans :  WCW is a context free                     language.where w is word formed by sequence of alphabets. &lt;o:p&gt;                    &lt;/o:p&gt;                    &lt;/span&gt;                    &lt;/p&gt;                                                                                                                                                                &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; 8.  find odd man out&lt;br /&gt;   LISP -Functional language&lt;br /&gt;   PROLOG - logic programming&lt;br /&gt;   C -  imperative&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt; ans : c- imperative.  Iam not sure ask                     ur brother.&lt;br /&gt;Fourier analysis 4 questions.&lt;/span&gt;&lt;/p&gt;                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; &lt;o:p&gt;                     &lt;/o:p&gt;                    &lt;/span&gt;                    &lt;/p&gt;                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;            C&lt;/span&gt;&lt;/p&gt;                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;===============================&lt;/span&gt;&lt;/p&gt;                                                                                                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;How macros are called&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt; a. Call by name&lt;br /&gt; b. Call by refernce&lt;br /&gt;c. Call by value&lt;br /&gt;ans : call by name.&lt;/span&gt;&lt;/p&gt;                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; &lt;o:p&gt;                     &lt;/o:p&gt;                    &lt;/span&gt;                    &lt;/p&gt;                                                                                                                                                                                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;2. fun( int x, int y){&lt;br /&gt;   x =3;&lt;br /&gt;  y =2; &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;}&lt;br /&gt;main(){&lt;br /&gt; int i; &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;  fun( i,i);&lt;br /&gt;  printf("%d",i);&lt;br /&gt;}  &lt;o:p&gt;                     &lt;/o:p&gt;                    &lt;/span&gt;                    &lt;/p&gt;                                                                                                                                            &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;if the value is 2 then the calling                     mechanism &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;a. Call by name&lt;br /&gt; b. Call by refernce&lt;br /&gt;c. Call by value&lt;br /&gt;ans : call by reference&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;                                                                                                                                            &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;3. fun(int i){&lt;br /&gt; static int j =0; &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;x = x+j;  j++&lt;br /&gt;  return ;&lt;br /&gt;}&lt;br /&gt;main(){&lt;br /&gt; int x = 2;&lt;br /&gt;I had not remembered the question                     exactly. but the essence is J will retain the value between                     successive function calls.&lt;/span&gt;&lt;/p&gt;                                                                                &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; 4.&lt;br /&gt;cout &lt;&lt;&gt;&lt;br /&gt; Syntax error.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;                                                                                &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt; 5.&lt;br /&gt;main(){&lt;br /&gt;  int z=10,x=6,y=7;&lt;br /&gt;    ( z ? x:y) =8;&lt;br /&gt;}&lt;br /&gt; ans : the statement does nothing. all                     values are same.&lt;/span&gt;&lt;/p&gt;                                                                                                                                            &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; 6. "This is a sting.."&lt;br /&gt;       It is string in a function.                     Where it will be stored.&lt;br /&gt;a. stack &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;b.global heap&lt;br /&gt;c. Data ro text segment.&lt;br /&gt;d. none&lt;br /&gt; c. Data or Text segment&lt;/span&gt;&lt;/p&gt;                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; 7. One question i doent remember that                     Double pointer is given&lt;br /&gt;for that my answer is : Segmentation                     error &lt;o:p&gt; &lt;/o:p&gt;                    &lt;/span&gt;                    &lt;/p&gt;                                                                                                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;8.fun( int x, int y){&lt;br /&gt;int temp;&lt;br /&gt;temp =x;&lt;br /&gt;x =y;&lt;br /&gt;y = temp;&lt;br /&gt;}&lt;/span&gt;&lt;/p&gt;                                                                                                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; main(){&lt;br /&gt;  int i =3,j =4;&lt;br /&gt;  fun(i,j);&lt;br /&gt;  printf("%d,%d",i,j);&lt;br /&gt;}&lt;br /&gt;ans :  3 4 (that means the values                     doesnot change)&lt;/span&gt;&lt;/p&gt;                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; }&lt;br /&gt;}&lt;/span&gt;&lt;/p&gt;                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; ) C test -10 questions- Some questions                     were as follows&lt;/span&gt;&lt;/p&gt;                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;I remember only a few.&lt;/span&gt;&lt;/p&gt;                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;a) What is the parameter passing                     mechanism to Macros Called?&lt;/span&gt;&lt;/p&gt;                                                                                                                                                                                                                            &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;b)     void func(int x,int y)&lt;br /&gt;   {&lt;br /&gt; x=3;&lt;br /&gt;y=2;&lt;br /&gt;    }&lt;br /&gt;   main()&lt;br /&gt;   {&lt;br /&gt;int i;&lt;br /&gt;func(i,i);&lt;br /&gt;print(i);&lt;br /&gt;   }&lt;/span&gt;&lt;/p&gt;                    &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt; If the output must be 2 what is the                     parameter passing mechanism called?&lt;/span&gt;&lt;/p&gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;c) which of the following code will swap                     the two numbers? -3 choices was given&lt;br /&gt;d) which of the following is illegal for                     the program?&lt;br /&gt;  main()&lt;br /&gt;  {&lt;br /&gt;    char const *p='p';&lt;br /&gt;  }&lt;br /&gt; 1)p++ 2) *p++ 3)(*p)++ 4) all&lt;br /&gt;e) what is the output of the following                     program&lt;br /&gt; void print(int ** arr)&lt;br /&gt; {&lt;br /&gt;   print("0 %f, 1 %f, 2 %f                     ",arr[0][0],arr[0][1],arr[0][2]);&lt;br /&gt;  }&lt;br /&gt;  main()&lt;br /&gt;  {&lt;br /&gt;     int a[][]={ {1,2,3},&lt;br /&gt;     {4,5,6}&lt;br /&gt;    }&lt;br /&gt;    int ** arr=a;&lt;br /&gt;    print(arr);&lt;br /&gt;    arr++;&lt;br /&gt;    print(arr);&lt;br /&gt;  }&lt;/span&gt;&lt;/p&gt;                                        &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;f) which of the following code swapps                     the two,numbers.&lt;br /&gt;   - 4 choices were given&lt;/span&gt;&lt;/p&gt;                                                                                &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;                    &lt;span style="font-size:100%;"&gt;g) if the string "  this is a " is                     present in the code of a function such as 'void func(void)'                     where&lt;br /&gt;   will the variable stored in the                     memory.&lt;br /&gt; a) in the stack b) heap c) code or                     text segment as per implementation  d) created when&lt;br /&gt;   func is called, stored in function                     stack  space and destroyed as it goes out .&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;" class="MsoNormal"&gt;&lt;span style="font-weight: bold;"&gt;PAPER 2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p face="georgia" style="color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;span style="font-style: normal;"&gt;&lt;span style="font-size:11;"&gt;1.&lt;br /&gt;What is the output of the Program?&lt;br /&gt;&lt;br /&gt;main()&lt;br /&gt;{&lt;br /&gt;int a[10]={1,2,3,4,5,6,7,8,9,10};&lt;br /&gt;int *p=a;&lt;br /&gt;int *q=&amp;a[9];&lt;br /&gt;printf("%d",q-p+1);&lt;br /&gt;}&lt;br /&gt;Ans: 10&lt;br /&gt;2.&lt;br /&gt;main()&lt;br /&gt;{&lt;br /&gt;int i=6;&lt;br /&gt;int *p=&amp;i;&lt;br /&gt;free(p);&lt;br /&gt;printf("%d",i);&lt;br /&gt;}&lt;br /&gt;Options:&lt;br /&gt;a. No Error.&lt;br /&gt;b. Free can't be used for p,&lt;br /&gt;c. Compiler Error.&lt;br /&gt;d. In printf we should use *p instead of i.&lt;br /&gt;&lt;br /&gt;Ans: A&lt;br /&gt;3.&lt;br /&gt;What is the output of the Program?&lt;br /&gt;&lt;br /&gt;main()&lt;br /&gt;{&lt;br /&gt;int i=5;&lt;br /&gt;i=!i&gt;3;&lt;br /&gt;printf("%d",i);&lt;br /&gt;}&lt;br /&gt;Ans: 0&lt;br /&gt;&lt;br /&gt;4.&lt;br /&gt;What is the output of the Program?&lt;br /&gt;&lt;br /&gt;main()&lt;br /&gt;{&lt;br /&gt;int a[10];&lt;br /&gt;3[a]=10;&lt;br /&gt;printf("%d",*(a+3));&lt;br /&gt;}&lt;br /&gt;Ans: 10&lt;br /&gt;5.&lt;br /&gt;int (*p[10]) ();&lt;br /&gt;&lt;br /&gt;In above declaration what type of variable is P?&lt;br /&gt;Ans: P is array of pointers that each points to&lt;br /&gt;a function that takes no arguments and returns&lt;br /&gt;an int.&lt;br /&gt;6.&lt;br /&gt;What is the output of the Program?&lt;br /&gt;struct emp&lt;br /&gt;{&lt;br /&gt;int a=25;&lt;br /&gt;char b[20]="tgk";&lt;br /&gt;};&lt;br /&gt;main&lt;br /&gt;{&lt;br /&gt;emp e;&lt;br /&gt;e.a=2;&lt;br /&gt;strcpy(e.b,"tellapalli");&lt;br /&gt;printf("%d %s",e.a,e.b);&lt;br /&gt;}&lt;br /&gt;Ans: Compile Error.&lt;br /&gt;7.&lt;br /&gt;What is the output of the Program?&lt;br /&gt;main()&lt;br /&gt;{&lt;br /&gt;int a=5;&lt;br /&gt;const int *p=&amp;a;&lt;br /&gt;*p=200;&lt;br /&gt;printf("%d",*p);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Ans: Compile Error.&lt;br /&gt;8.&lt;br /&gt;What is the output of the Program?&lt;br /&gt;#define SQ(x) x*x&lt;br /&gt;main()&lt;br /&gt;{&lt;br /&gt;int a=SQ(2+1);&lt;br /&gt;printf("%d",a);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Ans: 5.&lt;br /&gt;9.&lt;br /&gt;What is the output of the Program?&lt;br /&gt;&lt;br /&gt;main()&lt;br /&gt;{&lt;br /&gt;struct t&lt;br /&gt;{&lt;br /&gt;int i;&lt;br /&gt;} a,*p=&amp;a;&lt;br /&gt;p-&gt;i=10;&lt;br /&gt;printf("%d",(*p).i);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Ans: 10&lt;br /&gt;10.&lt;br /&gt;This program will be Compiled? [Yes/No]&lt;br /&gt;zzz.c file&lt;br /&gt;----------&lt;br /&gt;/* This is zzz.c file*/&lt;br /&gt;/*printf("tellapalli");*/&lt;br /&gt;abc.c file&lt;br /&gt;----------&lt;br /&gt;main()&lt;br /&gt;{&lt;br /&gt;#include"zzz.c"&lt;br /&gt;printf("Tellapalli");&lt;br /&gt;}&lt;br /&gt;Ans: Yes&lt;br /&gt;&lt;br /&gt;&lt;b&gt;CSEA01 Test&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;I haven't remembered the Qs.I has forgotten Qs.&lt;br /&gt;They has given 5Q in OS,3Q in DM,2Q in ATFL,1Q in DLD,&lt;br /&gt;1Q in CO,1Q in MP 1Q in DS,1Q in CN.&lt;br /&gt;&lt;br /&gt;While(Fresher)&lt;br /&gt;printf("ALL THE BEST");&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="font-family: georgia; color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: georgia; color: rgb(51, 51, 51);" class="MsoNormal"&gt;&lt;br /&gt;&lt;span style="font-style: normal;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;a  style="color: rgb(51, 51, 51);font-family:georgia;" target="_blank" ddress=""&gt;&lt;span style="font-style: normal;font-size:11;" &gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;" &gt;SASKEN paper  on 20th september(shreds,kochi)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;C questions &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;1.Consider the following declaration:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;char const *p = 'd'; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;Which of the following is not a permissible operation &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(a) *p++ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(b) ++p &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(c) (*p)++ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(d) All &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;  2.What is the output of the following code:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;void print_arr(float **p) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;printf(" 0 %f 1 %f 2 %f\n",p[0][0],p[0][1],p[0][2]); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;void main() &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;float arr[2][3] = {{0,1,2},{3,4,5}}; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;float **fl_arr; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;fl_arr = (float *)arr; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;print_arr(fl_arr); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;fl_arr++; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;print_arr(fl_arr); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(a) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(d)segmentation fault &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;  3.What is the output of the following code:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;#define putchar (c) printf("%c",c) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;void main() &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;char s='c'; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;putchar (s); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(a) c &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(b) 99 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(c) Compilation error &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(d) Execution error &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;  4.What is the output of the following code:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;void main() &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;printf("%d",printf("ABC\\")); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(a) ABC\\ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(b) 1 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(c) ABC\4 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(d) ABC\3 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;  5.What is the output of the following code:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;int compute(int n) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;if(n&gt;0) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;n=compute(n-3)+compute(n-1); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;return(n); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;return(1); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;void main() &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;printf("%d",compute(5)); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(a) 6 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(b) 9 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(c) 12 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;(d) 13 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;  6.What is the output of the following code:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;void main() &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;int i; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;for(i=0;i&lt;3;i++)&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;int i=100; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;i--; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;printf("%d..",i); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a0..1..2.. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)99..98..97.. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)100..100..100.. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)99..99..99.. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  7.What is the output of the following code:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;void main() &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;int a[]={9,4,1,7,5}; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;int *p; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;p=&amp;a[3]; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;printf("%d",p[-1]); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)6 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)1 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)7 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)Error&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;8.What is the output of the following code:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;void main() &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;int a[]={10,20,30,40,50}; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;int *p; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;p= (int*)((char *)a + sizeof(int)); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;printf("%d",*p); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)10 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)20 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)30 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)40 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  9.Which code will run faster &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;for(i=0;i&lt;100;i++)&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;for(j=0;j&lt;10;j++)&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;a[i][j]=0; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;OR &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;for(j=0;j&lt;10;j++)&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;for(i=0;i&lt;100;i++)&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;a[i][j]=0; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)First code &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)Second code &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)Same &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)Compiler and hardware dependent &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Answers(Only those which are sure) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  1.(c) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;3.(c) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;4.(c) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;5.(b) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;6.(d) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;7.(b) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;8.(b) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Aptitude &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  1.How many 2 digit numbers are there which have 8 as &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;the unit number in it's square. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)3 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)None &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)2 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)1 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  2. B is 8km East of A. C is 6km North of B. D is 12km &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;East of C. E is 16km North of D. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;What is the distance b/w A and E. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)20km &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)22km &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)18km &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)30km &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  3. x+y = z &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Then &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)... &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)y(c)... &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  4. 2Then which is the greatest &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a) (x^2)y &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b) 5xy &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c) x(y^2) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d) 5(x^2)y/12 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  5. A is taller than B, D is taller than D, D is &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;shorter than E.Then which of the following is correct. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a) C is taller than E &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b) A is taller than C &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c) D is shorter than A &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d) B is shorter than C &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  6.A small passage was given and 4 options which &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;summarizes it was given.The best was to be chosen. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  7.Another passage was given and 4 inference was given &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;and correct was to be chosen.This one is very easy. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  8.Which of the following is a parellogram:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)130,50,130,50(angle in deg) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)120,30,130,20 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)90,90,90,90 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)a &amp; c &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  9. In the following series (an - 1)^2, 1 is the first &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;term.Which are the next three &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)1,3,4 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)0,3,6 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)0,1,2 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)0,1,0 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Answers &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;1.(b) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;2.(d) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;3.(b) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;4.(c) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;5.(c) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;8.(d) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;9.(d) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Computer science &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  1.Deadlock occur when &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)Some resources are held up by some process. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)... &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)... &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)None of these &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  2. A prefix __expression can be equal to a postfix &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;__expression reversed only if &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)It is left associative &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)It is commutative &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)It is right associative &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  3.How many lines will be printed in the following &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Pascal pgm &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;[I don't remember the Pascal version,so I am giving C &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;version] &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;void print(int n) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;if(n&gt;0) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;print(n-1); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;printf("%d",n);//println(n) in Pascal version. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;print(n-1); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)3 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)7 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)15 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d)31 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  4.Maximum number of nodes in a tree with n levels. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)2^(n-1) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)(2^n)-1 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)2^(n-1) - 1 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  5.Complete graphwith n nodes have &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)n-1 edges &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)n(n-1)/2&lt;/span&gt;&lt;div  class="PostContent" style="font-family:georgia;"&gt;&lt;a target="_blank" ddress=""&gt;&lt;span style="font-style: normal;font-size:11;" &gt;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;&lt;br /&gt; &lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;6.If d is the degree of a node in a graph and n is &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;number of vertices then number of edges in that graph &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;is &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)Edi^n &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)0.25Edi &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)0.5Edi &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  7.A grammar was given and 4 strings was given and the &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;one which was not possible was to be chosen. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  8.A problem related to ethernet in which a station &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;sending a frame is of p probablity.There are m &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;stations to send pckts.4 option was given.It was a &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;mathematical kind of question related to probablity. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  9.Which of the following layer in the OSI model does &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;error handling &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)Data link &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)Network &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)Transport &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(d) a &amp; c &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;  10.A network problem in which Data rate,Propagation &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;delay,and distance was given and it was to find how &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;many packets will be in the line. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Choices where &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(a)5000 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(b)Not possible to find with given data &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(c)1000 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Answers(Not very sure about all the answers) &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;1.(d) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;2.(b) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;3.(c) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;4.(b) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;6.(c) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;9.(d) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;10.(a) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Interview [For CS students] &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;There is Tech as well as HR interview. Tech interview &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;is the important one. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Tech interview questions &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;They will ask about the project.They will ask general &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;questions about it and most probably will not go into &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;the implementation part of it.So one must have a &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;general idea about the project done. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Interview is mainly based on Data Structures.Some &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;questions are as follows:- &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- What is a tree,its application,order for &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;insertion,deletion and traversal with worst case &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;analysis. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- What is a graph,its application. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Height of a tree &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Balanced tree and how to balance a tree &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Minimum Spanning Tree &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Dijikstra's, Prim algorithms &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Define a structure for a linked list. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Binary search and its analysis &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Heap sort and its analysis &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- What is a heap and its application &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Cache and its working &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Memory(IO mapped) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Recursive fns and types, its adv and disadv. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Compiler(grammar) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;*****C debugging questions like &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(1)What is the problem with the following code &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;int * f(int a)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;int i; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;i=a; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;return(&amp;i); &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Ans-&gt; We can't return address of auto variable as it &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;is allocation is made in stack which is deallocated &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;when the function returns. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(2) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;a.h b.c c.c d.c &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;int i=0 #include"a.h" #include"a.h" extern int &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;i;void main{.....} &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;| | | &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;b.o c.o d.o &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Compilation Phase &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Linked to get exe. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;Will there be any problem in any phase.If yes then &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;where and what? &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;In linking phase as there will be multiple declaration &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;of i. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;*****You will be told to write some code like &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(1)To find string length by using recursive function. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(2)To find fibonaci series by using recursive &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;function. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(3)To write code for malloc so that allocation may be &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;made fastly. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;(4)Write a fn prototype which return a pointer which &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;points to an array of 10 ints. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;HR Interview &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;------------ &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Introduce yourself &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- Why should we take you &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;- What you know about Sasken and etc.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" ddress=""&gt;&lt;span style="font-style: normal;font-family:Georgia;font-size:11;"  &gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;div class="PostContent"&gt;&lt;a target="_blank" ddress=""&gt;&lt;span style="font-style: normal;font-family:Georgia;font-size:11;"  &gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;&lt;p  class="MsoNormal" style="font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;                    &lt;span style="font-size:100%;"&gt;&lt;span style=";font-family:georgia;font-size:8;"  &gt;&lt;br /&gt;                  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-7995805798715390709?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/7995805798715390709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/7995805798715390709'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/03/sasken.html' title='Sasken'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-6504433705773715182</id><published>2007-03-18T00:54:00.002+05:30</published><updated>2007-06-01T02:00:07.286+05:30</updated><title type='text'>Robert Bosch</title><content type='html'>&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-weight: bold;"&gt;ROBERT BOSCH PAPER ON 3rd MARCH 2007&lt;/span&gt; &lt;/p&gt;&lt;span style="color: rgb(51, 51, 51);font-size:100%;" &gt;There was a total of 80 questions for 80 minutes..... use only pencils...&lt;/span&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;questions are..&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1.Big Indian is an----------------(Ans ordering of bytes)&lt;br /&gt;2.76f16+76f16&lt;br /&gt;3.Question on 2s complement&lt;br /&gt;4.inheritance is (forgot choices)&lt;br /&gt;5.if (test())&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;  {&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;        i++&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;    }&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;i will be incremented only when value of test=1&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;6.transfering of pages from memory to peripheral devices through buffer is ( spooling)&lt;br /&gt;7.A basic question on dynamic binding&lt;br /&gt;8.many questions on data structures but i dint attend those&lt;br /&gt;9.  i[0]=1;i[1]=2&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;    int *pi;&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;   i=pi;&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;   printf("%d %d",*pi+1+(*pi+1))        (repeated)&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;10.array containingstring is( group of characters ending with /0)&lt;br /&gt;11.Sorry friends i remember ony these but all were repeated just learn basics regarding apti it wAS  only 5(avg,time n work,venn dia type)......1 logical reasonong question........1 data interpretation very very easy....english was a bit tough since there is no sectional cut off....no problrm........all the best friends.....&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Technical interview will be in ther field of interest only......&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-weight: bold;"&gt;ROBERT BOSCH PAPER ON 17th FEBRUARY 2007&lt;/span&gt; &lt;/p&gt;  &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;SECTION 1(TECHNICAL)&lt;/span&gt;&lt;/b&gt; &lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1. There was a figure of JK flip flop in which ~q is connected to J input and K=1. If clock signal is successively applied 6 times what is output sequence (q=?)&lt;br /&gt;  d) 010101 &lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;2. Frequency response of a filter is&lt;br /&gt;  a)  Range of frequencies at which amplification of signal is employed.&lt;br /&gt;  b)  Output voltage versus frequency (plot)&lt;br /&gt;  c)  Filter which suppresses particular frequency&lt;br /&gt;&lt;br /&gt;3. Gain and bandwidth of an op amp is&lt;br /&gt;  a) Independent of each other&lt;br /&gt;  b) Gain decreases as bandwidth decreases&lt;br /&gt;  c) Gain increases as bandwidth increases till some extent after which stability decreases&lt;br /&gt;&lt;br /&gt;4. There was a figure of 4:1 MUX in which A and B are select lines. Inputs S0 and S1 are connected       together and labeled as C where as S2 and S3 are connected together and labeled as D. Then which of the following is true?&lt;br /&gt;    a) Y= B+C&lt;br /&gt;    b) Y= A+C&lt;br /&gt;    c) Y= A+B&lt;br /&gt;    d) Y= C+D      (Where Y is the output)&lt;br /&gt;&lt;br /&gt;5.  In step up transformer (or Step down… not sure) transformation ratio is 1:5. If the impedance of secondary winding is 16 ohm then what is the impedance of primary winding?&lt;br /&gt;     a) 80    b) 3.2&lt;br /&gt;&lt;br /&gt;6.  There was a circuit consisting of AC voltage source and one inductance. Inductance value=0.2mH (or 0.2uH or 0.2H not sure).AC voltage =150 sin (1000t).what is the current flowing in the circuit?&lt;br /&gt;   a) i=  7.5 sin (1000t)&lt;br /&gt;   b) i= -7.5 sin (1000t)&lt;br /&gt;   c) i=  7.5 cos (1000t)&lt;br /&gt;   d) i= -7.5 cos (1000t)&lt;br /&gt;&lt;br /&gt;7. Power gain of an amplifier having i/p gain of 20W and output gain of 20mW is&lt;br /&gt;  a) 60    b) 25   c) 10    d) 0&lt;br /&gt;&lt;br /&gt;8. There was a RC circuit given with AC voltage source. Expression for capacitance was asked for charging condition. Choices were somewhat like this: a) some value multiplied by exp (-t/T)&lt;br /&gt;  ans --c    i= (Vs/R)exp(-t/ T)&lt;br /&gt;&lt;br /&gt;9. 2’s complement of -17&lt;br /&gt;    ans --  01111&lt;br /&gt;&lt;br /&gt;10. Instrumentation amplifier is used for--------- --?&lt;br /&gt;  a). effective shielding&lt;br /&gt;  b). high resective filters&lt;br /&gt;  c). high common mode&lt;br /&gt;  d). all the above.&lt;br /&gt;&lt;br /&gt;11. In “ON CHIP” decoding memory can be decoded to&lt;br /&gt;     a) 2^n   b)2^n +1   c)2^n -1   d) some other choice&lt;br /&gt;&lt;br /&gt;12. Half of address 0Xffffffff   is&lt;br /&gt;     a) 77777777   b) 80000000   c) 7FFFFFFF  d) some other choice&lt;br /&gt;&lt;br /&gt;13. Which one of the following is used for high speed power application?&lt;br /&gt;      a) BJT   b) MOSFET  c) IGBT    d) TRIAC&lt;br /&gt;&lt;br /&gt;14. One question related with SCR rotation angle given  ifring angle is 30degree&lt;br /&gt;      ans - 150degree&lt;br /&gt;&lt;br /&gt;15. SCR is used for&lt;br /&gt;    a) To achieve optimum (or maximum  ...not sure) dv/dt&lt;br /&gt;    b) For high current ratings&lt;br /&gt;    c) To achieve high voltage&lt;br /&gt;    d) Some other choice&lt;br /&gt;&lt;br /&gt;16. State in which o/p collector current of transistor remains constant in spite of increase in base current is&lt;br /&gt;  a) Q point  b) Saturation   c) Cut off&lt;br /&gt;&lt;br /&gt;17. A 16 bit monosample is used for digitization of voice. If 8 kHz is the sampling rate then the rate at&lt;br /&gt;  which bit is transferred is&lt;br /&gt;  a) 128  b) 48   c)      d)&lt;br /&gt;&lt;br /&gt;18. To use variable as recursive, variable should be used as&lt;br /&gt;  a) Static    b) Global     c) Global static  d) Automatic&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;19. what is the resonant frequency of parrel RLC circuit of R= 4.7 komh L= 2 micro Henry and c=30pf.&lt;br /&gt;  a). 20.5 MHz&lt;br /&gt;  b). 2.65 KHz&lt;br /&gt;  c). 20.5 KHz&lt;br /&gt;  d). none&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;20.for the parallel circuit (one figure is given) Is= 10mA.  R1= 2R, R2=3R, R3= 4R. R is artritary&lt;br /&gt;  a). 3.076mA&lt;br /&gt;  b). 3.76mA&lt;br /&gt;&lt;br /&gt;21. main ()&lt;br /&gt;  {&lt;br /&gt;  int a=0x1234;&lt;br /&gt;  a=a&gt;&gt;12;&lt;br /&gt;  a=a&lt;&lt;12; a="A*A;"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;24. One more question related with ADC like voltage is 8 volts. freqency 2 Mega hz. what is the converssion rate&lt;br /&gt;&lt;br /&gt;25. Question related with serial in parallel out shift register…What is output sequence?&lt;br /&gt;  Ans.....    1010&lt;br /&gt;&lt;br /&gt;26. Given one RLC circuit in which values of R, L and C were given. What is the value of frequency f?&lt;br /&gt;&lt;br /&gt;27. if (fun ())&lt;br /&gt;  {&lt;br /&gt;  X++;&lt;br /&gt;  }&lt;br /&gt;  X gets incremented if and only if&lt;br /&gt;  a)  fun () returns 0&lt;br /&gt;  b) fun () return 1&lt;br /&gt;  c) fun () return  -1&lt;br /&gt;  d) return a value other than 0&lt;br /&gt;&lt;br /&gt;28. In dynamic memory&lt;br /&gt;    a) Power dissipation is less than that of static memory&lt;br /&gt;    b) Clock is needed&lt;br /&gt;    c) Refreshing is required&lt;br /&gt;    d) All the above&lt;br /&gt;&lt;br /&gt;29. Short, int and long integers have how many bytes?&lt;br /&gt;     a)2,2,4        b) Machine dependant        c)2,4,8  d) Some other choice&lt;br /&gt;&lt;br /&gt;30. A (n) is -----------filter combination of&lt;br /&gt;     a) Passive        b) Active       c) AMPLIFIER            d) BOOSTER&lt;br /&gt;&lt;br /&gt;31.Mobility of electron is&lt;br /&gt;   a) Increases as temperature increases&lt;br /&gt;   b) Decreases as temp decreases&lt;br /&gt;   c) Independent of conductivity&lt;br /&gt;   d) Some other choice&lt;br /&gt;&lt;br /&gt;32. Structure comparison is done&lt;br /&gt;  a). yes&lt;br /&gt;  b) no&lt;br /&gt;  c) compiler dependent&lt;br /&gt;  d)&lt;br /&gt;&lt;br /&gt;33. The system in which communication occurs in both ways but not simultaneously in both ways is&lt;br /&gt;     a) Half simplex   b) Simplex      c) Half duplex   d) duplex&lt;br /&gt;&lt;br /&gt;34. main ()&lt;br /&gt;  {&lt;br /&gt;  int a=5, b=6;&lt;br /&gt;  int i=0;&lt;br /&gt;  i=a&gt;b? a:b;&lt;br /&gt;  printf (“%d”, i);&lt;br /&gt;  }&lt;br /&gt;  a) 0      b) 1           c)  6           d)&lt;br /&gt;&lt;br /&gt;35. int fun (char c)&lt;br /&gt;  {&lt;br /&gt;  int i;&lt;br /&gt;  static int y ;}&lt;br /&gt;  a) c, i are stored in stack and y stored in data segment&lt;br /&gt;  b)c stored in stack and i,y are stored in data segment&lt;br /&gt;  c) c is stored in text segment, y in data and i in stack&lt;br /&gt;&lt;br /&gt;36. main ()&lt;br /&gt;  {&lt;br /&gt;      int *p;&lt;br /&gt;      short int i;&lt;br /&gt;      p= (char *) malloc (i*10); (code was showing error here)&lt;br /&gt;      p+=10;&lt;br /&gt;      printf (“%d”, p);&lt;br /&gt;  }&lt;br /&gt;  Value of p?&lt;br /&gt;&lt;br /&gt;37.  main ()&lt;br /&gt;  {&lt;br /&gt;      int *p,i[2]={1,2, 3};&lt;br /&gt;      p=i;&lt;br /&gt;      printf (“%d %d %d”, i [0],*p,*p+1) ;&lt;br /&gt;  }&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;38. F = A'B' + C' + D' + E' then&lt;br /&gt;  A) F = A+B+C+D+E&lt;br /&gt;  B) F= (A+B)CDE&lt;br /&gt;  C) F = AB(C+D+E)&lt;br /&gt;  D) F= AB+C+D+E&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;39. how would you insert pre-written code into a current program?&lt;br /&gt;  a) #read&lt;file&gt;&lt;br /&gt;  b) #get&lt;file&gt;&lt;br /&gt;  c) #include&lt;file&gt;&lt;br /&gt;  d) #pre&lt;file&gt; &lt;/file&gt;&lt;/file&gt;&lt;/file&gt;&lt;/file&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;40.structure may contain&lt;br /&gt;  a) any other structure&lt;br /&gt;  b) any other structure expect themselves&lt;br /&gt;  c) any other structure except themselves and pointed to themselves&lt;br /&gt;  d) none of the above&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;41. three boys x,y,z and three girls x,y,z... sit around a round table . but x does not want any girl sitting to him and girl y does not want any boy sitting next. how many ways can they be seated.&lt;br /&gt;  a)  2&lt;br /&gt;  b)  4&lt;br /&gt;  c)  6&lt;br /&gt;  d)  8&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;42. k is brother of n and x.  y is the mother of n  and  z  is  is the father of  k .  which of the following statement is not definitely true.&lt;br /&gt;  a) k is the son of z.&lt;br /&gt;  b) y is the wife of z.&lt;br /&gt;  c) k is the son of y.&lt;br /&gt;  d) n is the brother of x.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;43. find the lateral surface of a prism with a triangular base if the perimeter of the base is 34 cm. and the height is 45 cm.&lt;br /&gt;  a) 765 square cm.&lt;br /&gt;  b) 3060 square cm.&lt;br /&gt;  c) 1530 square cm.&lt;br /&gt;  d) none&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;44.Given a&lt;&gt;&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;45. A and B starts moving from points X and Y simultaneously at a speed of 5kmph and 7kmph to a destination point which is of 27 km from points X and Y. B reaches Y earlier than A and immediately turns back and met Z. Find the distance XZ.&lt;br /&gt;  ans.... 22.5 km&lt;br /&gt;&lt;br /&gt;46. Ann is shorter than Jill and Jill is taller than Tom. Which of the following inferences are true?&lt;br /&gt;   a) Ann is taller than Tom  b)    c)          d) Data insufficient&lt;br /&gt;&lt;br /&gt;47. A and B starts from same point at opposite direction. They will move 6km and take 8km left. How Far is A and B from each other?&lt;br /&gt;  ans ...20m&lt;br /&gt;&lt;br /&gt;48.6440 soldiers are to be arranged in the shape of square. If 40 soldiers were kept out then the number of soldiers making each straight line is?&lt;br /&gt;  Ans --80&lt;br /&gt;&lt;br /&gt;49. Sum of squares of two numbers is 404 and sum of two numbers is 22.Then product of two Numbers?&lt;br /&gt;  a) 20   b) 40   c) d) (Answer is 40. Two numbers are 20 and 2)&lt;br /&gt;&lt;br /&gt;50. In an examination 4 marks are assigned for correct answer and 1 mark is deducted for wrong answer. However one student attempted all 60 questions and scored 130.Number of questions he attempted correct is?&lt;br /&gt; a) 35   b) 38   c) 42 d) 35&lt;br /&gt;&lt;br /&gt;51. Each ruby is of 0.3 kg and diamond is of 0.4 kg.Ruby costs 400 crores and diamond costs 500 crores. Ruby and diamonds have to be put into a bag. Bag cannot contain more than 12 kg.Which of   the following gives maximum profit (or in terms of wealth) (In crores)&lt;br /&gt;   ans ...only ruby 40p&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;52. the cpu stack is placed in ....&lt;br /&gt;  a). cpu resister&lt;br /&gt;  b). RAM&lt;br /&gt;  c). ROM&lt;br /&gt;  d). hard disk&lt;/span&gt;&lt;/p&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;53). (10 | 7) would produce&lt;br /&gt;  a). 17&lt;br /&gt;  b). 3&lt;br /&gt;  c). 11&lt;br /&gt;  d). 15&lt;br /&gt;&lt;br /&gt;&lt;b&gt;ENGLISH section&lt;br /&gt;&lt;/b&gt;fill in the blanks...... .. the answers is&lt;br /&gt;61) a). impounded  b). protected    c). hounded     d). relegated.&lt;br /&gt;62).a). oblinion   b). authertiory  c). dejection   d). deso.......&lt;br /&gt;63).a). subdued    b). bountiful    c). tentative   d). ardem.&lt;br /&gt;64).a).            b). esulcant     c). emblerratie d). innate&lt;br /&gt;65).manor --       d).  n. the landed estate of a land or nobleman.&lt;br /&gt;66).neologism --   c). n. giving a new meaning to an add word.&lt;br /&gt;67).batten --      b). n. a narrow strip of wood.&lt;br /&gt;68).tepid --       d). adj. lacking interest enhusi...., luewarm&lt;br /&gt;69. discerning  -- d). adj. distinguishin one thing from another, having good judgment&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: georgia; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: georgia; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: georgia; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: georgia; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p  style="margin: 5px; word-spacing: 0px; text-indent: 0px; line-height: 200%; color: rgb(51, 51, 51);font-family:georgia;" align="justify"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;ROBERT BOSCH PAPER ON 14th NOVEMBER 2006&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;&lt;o:p style="color: rgb(51, 51, 51);"&gt; &lt;/o:p&gt;&lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; text-align: justify; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;TOTAL DURATION OF TEST IS 90 min &amp; “NEGATIVE MARKING IS THERE.”&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt; &lt;/span&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;SECTION 1.&lt;o:p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Total 50 questions&lt;span style=""&gt;   &lt;/span&gt;correct Answer +2 marks , wrong answer &lt;span style=""&gt; &lt;/span&gt;-1 mark.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Out of 50 ques…..40 from engineering and 10 from aptitude.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;SECTION 2.&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Total 25 questions on English.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Paper is as follows….&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;SECTION 1:&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"  style="margin: 0in 0in 0pt; text-align: justify; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1.Two force acting along the same line but in the opposite directions.  they  r            called &lt;span style=""&gt;                                                                                                                                                                                                                                                                                                                        &lt;/span&gt;a) Concurrent b) coplanar c) collinear&lt;span style=""&gt;   &lt;/span&gt;d) non concurrent&lt;span style=""&gt;                         &lt;/span&gt;(c)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;2.&lt;span style=""&gt;   &lt;/span&gt;Two basic systems of forces&lt;span style=""&gt;                &lt;/span&gt;(c)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) Coplanar, concurrent&lt;span style=""&gt;             &lt;/span&gt;b)non concurrent, concurrent&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;c) Coplanar, non coplanar&lt;span style=""&gt;              &lt;/span&gt;d)concurrent , non coplanar&lt;span style=""&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;      &lt;/span&gt;3.&lt;span style=""&gt;   &lt;/span&gt;Formula for&lt;span style=""&gt;  &lt;/span&gt;power in&lt;span style=""&gt;  &lt;/span&gt;HP&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;4.&lt;span style=""&gt;  &lt;/span&gt;Forces lying in the same plane but never met (b)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) concurrent&lt;span style=""&gt;  &lt;/span&gt;b)parallel&lt;span style=""&gt;   &lt;/span&gt;c)&lt;span style=""&gt;                &lt;/span&gt;d)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;5.&lt;span style=""&gt;  &lt;/span&gt;Ger ratio for helical gears one of 30 tooth and the other 60 tooth&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;             &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a)800:1&lt;span style=""&gt;  &lt;/span&gt;b)2:1&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;6.&lt;span style=""&gt;  &lt;/span&gt;Four rectangle strips of size 10 X 1 inch r placed on a table as shown in &lt;/span&gt;&lt;/p&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;span style=""&gt;           the &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;figure.what is the area covered on the table.&lt;span style=""&gt;                      &lt;/span&gt;(a)&lt;/span&gt;&lt;/div&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;             &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;                    &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;                a)36&lt;span style=""&gt;     &lt;/span&gt;b)40&lt;span style=""&gt;     &lt;/span&gt;c)1600 &lt;span style=""&gt;   &lt;/span&gt;d)80&lt;/span&gt;&lt;/div&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;7.&lt;span style=""&gt;   &lt;/span&gt;If u traveled 45 min at 4 miles per hr and 30 min at 3 miles per hr. what is the&lt;span style=""&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;           &lt;/span&gt;distance covered by u in 1 hr and 15 min.&lt;span style=""&gt;        &lt;/span&gt;(b)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) 8 miles&lt;span style=""&gt;      &lt;/span&gt;b)6 miles&lt;span style=""&gt;         &lt;/span&gt;c)7miles&lt;span style=""&gt;          &lt;/span&gt;d)10&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;8.&lt;span style=""&gt;  &lt;/span&gt;A ball of weight 10N is dropped freely from rest at a height of 4 mts.what is its&lt;span style=""&gt;                               &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;          &lt;/span&gt;total mechanical energy after it has traveled 1 meter.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;9. Two bodies of same mass r traveling at a velocity&lt;span style=""&gt;  &lt;/span&gt;of 2 m/sec&lt;span style=""&gt;  &lt;/span&gt;in opposite direction.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;After collision one travelled with 1.8 m/sec what abt the other..&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) equal to 1.8 m/sec&lt;span style=""&gt;          &lt;/span&gt;b)more than 1.8&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;c) Less then 1.8&lt;span style=""&gt;                     &lt;/span&gt;d) can not say&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;10. If X-component of a force is –Ve and Y-component is +Ve, in which plane the&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Resultant would be&lt;span style=""&gt;                                       &lt;/span&gt;(a) check it&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;           &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) First quadrant b) second&lt;span style=""&gt;    &lt;/span&gt;c) third&lt;span style=""&gt;           &lt;/span&gt;d) fourth&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;11.&lt;span style=""&gt;  &lt;/span&gt;A body is said 2 b in equilibrium&lt;span style=""&gt;    &lt;/span&gt;(c)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) if it is in rest&lt;span style=""&gt;                                                    &lt;/span&gt;b)if it is I uniform velocity&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;c) if the sum of the forces acting on it is zero&lt;span style=""&gt;     &lt;/span&gt;d)none&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;12.&lt;span style=""&gt;  &lt;/span&gt;X&lt;sup&gt;15&lt;/sup&gt;-X&lt;sup&gt;13&lt;/sup&gt;+&lt;sup&gt; &lt;/sup&gt;X&lt;sup&gt;11&lt;/sup&gt;-X&lt;sup&gt;9&lt;/sup&gt;+X&lt;sup&gt;7&lt;/sup&gt;-X&lt;sup&gt;5&lt;/sup&gt;+X&lt;sup&gt;3&lt;/sup&gt;-X=7 than value of X&lt;sup&gt;16&lt;span style=""&gt;  &lt;/span&gt;?&lt;/sup&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;13. a chain of leanth 1 mt and mass 1 kg&lt;span style=""&gt;  &lt;/span&gt;is placed on a table.What leanth of the chain&lt;span style=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;           &lt;/span&gt;must be hanged freely from the table so that is will drag the remaining chein&lt;span style=""&gt;                                    &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;           &lt;/span&gt;freely&lt;span style=""&gt;                                                                                  &lt;/span&gt;(d)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;           &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a).55&lt;span style=""&gt;        &lt;/span&gt;b).66&lt;span style=""&gt;         &lt;/span&gt;c) 0.5&lt;span style=""&gt;         &lt;/span&gt;d).75&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;14. Main purpose of governer&lt;span style=""&gt;                                                 &lt;/span&gt;(d)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;           &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) to live happy life&lt;span style=""&gt;                                &lt;/span&gt;b) to increase engine speed&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;           &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;c) to decrease engine&lt;span style=""&gt;  &lt;/span&gt;speed&lt;span style=""&gt;                   &lt;/span&gt;d)to run engine smoothly&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;15.A steel beam of mass m and length l is placed on a surface.a couple u is applied at&lt;span style=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;           &lt;/span&gt;the ends to rotate the beam at 90 &lt;sup&gt;0&lt;/sup&gt; . what is the work done.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;16.A &amp; B r two weight lifters .A can lift 100 pounds 10 times a minute, where as b&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;           &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;lifts 100 pounds&lt;span style=""&gt;  &lt;/span&gt;10 times a sec.who is doing more power and work.&lt;span style=""&gt;    &lt;/span&gt;(c)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;             &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a)A&amp;B&lt;span style=""&gt;  &lt;/span&gt;b)A omly&lt;span style=""&gt;   &lt;/span&gt;c) B only&lt;span style=""&gt;    &lt;/span&gt;d) none.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;17.A ship is 77 Km away from the shore.It had a leak due to ehich water is flowing&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;into the ship @ 1 ton /min .A pump is used to pump the water out of the ship @&lt;span style=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;            &lt;/span&gt;30 ton/ hr The ship sinks if the water Qty reaches 210 ton.what should b the&lt;span style=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;           &lt;/span&gt;speed of the ship to reach the shore b4 it sinks.&lt;span style=""&gt;    &lt;/span&gt;(11)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;           &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a)7 mph&lt;span style=""&gt;   &lt;/span&gt;b)11mph&lt;span style=""&gt;     &lt;/span&gt;c)15&lt;span style=""&gt;    &lt;/span&gt;d)20&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;18. Very simple ..que..find the hypotenuse …&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;              &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;1) Sides 8, 11, find hyp&lt;span style=""&gt;          &lt;/span&gt;2) a similar one..to find side..&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;19. Which is the largest side in a right angled triangle&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) hypotenuse&lt;span style=""&gt;    &lt;/span&gt;b)edgescent side&lt;span style=""&gt;  &lt;/span&gt;c)opposite side&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;20.&lt;span style=""&gt;  &lt;/span&gt;The angle of depression from the top a building&lt;span style=""&gt;  &lt;/span&gt;to another building is 12&lt;sup&gt;0&lt;/sup&gt; .the&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;distance&lt;span style=""&gt;   &lt;/span&gt;b/n the two is 50 mts.What is the difference in the height of buildings. (a)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) 10.6&lt;span style=""&gt;   &lt;/span&gt;b)20.3&lt;span style=""&gt;          &lt;/span&gt;c)10.4&lt;span style=""&gt;            &lt;/span&gt;d)48.9&lt;span style=""&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;    &lt;/span&gt;21.&lt;span style=""&gt;  &lt;/span&gt;Simplyfy&lt;span style=""&gt;    &lt;/span&gt;[ &lt;sup&gt;3&lt;/sup&gt;v&lt;sup&gt;--- &lt;/sup&gt;27&lt;span style=""&gt;  &lt;/span&gt;-&lt;span style=""&gt;  &lt;/span&gt;v&lt;sup&gt;—&lt;/sup&gt;(27/4)]&lt;sup&gt;2&lt;/sup&gt;&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;    &lt;/span&gt;22.&lt;span style=""&gt;  &lt;/span&gt;Belt drives r mainly used for&lt;span style=""&gt;                                            &lt;/span&gt;(d)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;              &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a)to reverse the direction of power in belts. b)to transmit it power.&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;              &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;c)to …..d) all&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;23.&lt;span style=""&gt;  &lt;/span&gt;BS thread profile has &lt;span style=""&gt;                            &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;           &lt;/span&gt;a)14&lt;sup&gt;1/2&lt;span style=""&gt;    &lt;/span&gt;0&lt;/sup&gt;&lt;span style=""&gt;     &lt;/span&gt;b)45&lt;sup&gt;0&lt;span style=""&gt;                    &lt;/span&gt;&lt;/sup&gt;&lt;span style=""&gt; &lt;/span&gt;c)25&lt;sup&gt;0&lt;/sup&gt;&lt;span style=""&gt;            &lt;/span&gt;d) 90 &lt;sup&gt;0&lt;/sup&gt;&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;    &lt;/span&gt;24.&lt;span style=""&gt;  &lt;/span&gt;The main purpose of bearings&lt;span style=""&gt;                     &lt;/span&gt;(b)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a)to reduse noise.&lt;span style=""&gt;  &lt;/span&gt;b)to reduce friction &lt;span style=""&gt;    &lt;/span&gt;c)&lt;span style=""&gt;               &lt;/span&gt;d)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;25.When compared to spur gears bevel gears r more ..&lt;span style=""&gt;      &lt;/span&gt;(a)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;                  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) noisy&lt;span style=""&gt;  &lt;/span&gt;b)smooth&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;    &lt;/span&gt;26.&lt;span style=""&gt;  &lt;/span&gt;The angle b/n bore axis of gear and the tangent to the teeth profile is called&lt;span style=""&gt;    &lt;/span&gt;(b)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a)P.A&lt;span style=""&gt;  &lt;/span&gt;b) helix&lt;span style=""&gt;    &lt;/span&gt;c)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;27.&lt;span style=""&gt;  &lt;/span&gt;The circle touching the outer edge of the teeth is called&lt;span style=""&gt;  &lt;/span&gt;(c)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;           &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a) Base circle..b) pitch crcl&lt;span style=""&gt;    &lt;/span&gt;c) addendum crcl&lt;span style=""&gt;   &lt;/span&gt;d)….&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;28.&lt;span style=""&gt;  &lt;/span&gt;The area of the piston A is 10 cm&lt;sup&gt;2&lt;/sup&gt;&lt;span style=""&gt;  &lt;/span&gt;and that of B is 4 cm &lt;sup&gt;2&lt;/sup&gt; .If 10n load is applied &lt;span style=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;           &lt;/span&gt;on the piston A what is the force on the&lt;span style=""&gt;  &lt;/span&gt;piston B.&lt;span style=""&gt;          &lt;/span&gt;(c)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a)100N&lt;span style=""&gt;      &lt;/span&gt;b)40N&lt;span style=""&gt;    &lt;/span&gt;c)10N&lt;span style=""&gt;   &lt;/span&gt;d)none&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;29.&lt;span style=""&gt;   &lt;/span&gt;The force exerted by a spring depends on&lt;span style=""&gt;                       &lt;/span&gt;(d)&lt;span style=""&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;           &lt;/span&gt;a)Material of the spring b)Design of the spring&lt;span style=""&gt;   &lt;/span&gt;c)Length of the spring&lt;span style=""&gt;   &lt;/span&gt;d)all&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;30.&lt;span style=""&gt;  &lt;/span&gt;If a body is isolate from it’s mating parts and all forces acting on it r shown then it &lt;span style=""&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;            &lt;/span&gt;is&lt;span style=""&gt;  &lt;/span&gt;called.&lt;span style=""&gt;                                                                           &lt;/span&gt;(c)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a)BM&lt;span style=""&gt;  &lt;/span&gt;diagram&lt;span style=""&gt;  &lt;/span&gt;b)&lt;span style=""&gt;  &lt;/span&gt;SF diagram&lt;span style=""&gt;  &lt;/span&gt;c)free body diagram&lt;span style=""&gt;   &lt;/span&gt;d)none&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;31. A coin and a ring of same mass and diameter r allowed to roll smoothly from the &lt;span style=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;             &lt;/span&gt;top of a inclined plane. which one reaches the bottom first.&lt;span style=""&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;                &lt;/span&gt;a)coin&lt;span style=""&gt;   &lt;/span&gt;b) ring&lt;span style=""&gt;   &lt;/span&gt;c)both reaches same time&lt;span style=""&gt;   &lt;/span&gt;d) none&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;32. A ball is thrown&lt;span style=""&gt;  &lt;/span&gt;horizontally .After&lt;span style=""&gt;  &lt;/span&gt;hitting the ground it again raises with some&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;             &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;velocity.this is bcoz..&lt;span style=""&gt;                                                          &lt;/span&gt;(b)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;           &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;a)ball is stil having velocity&lt;span style=""&gt;  &lt;/span&gt;b)it gains momentum&lt;span style=""&gt;  &lt;/span&gt;from the ground.&lt;span style=""&gt;  &lt;/span&gt;c)&lt;span style=""&gt;     &lt;/span&gt;d)&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;33. a problem on balancing masses..&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;34.&lt;span style=""&gt;  &lt;/span&gt;a mass is rotating..with rad /sec..simple problem …on basics..&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;35 given 0&lt;a&gt;&lt;b&gt;&lt;c&gt;&lt;d style="" then="" which="" of="" the="" following="" is="" least=""&gt;&lt;span&gt;&lt;/span&gt;&lt;/d&gt;&lt;/c&gt;&lt;/b&gt;&lt;c&gt;&lt;d style="" then="" which="" of="" the="" following="" is="" least=""&gt;&lt;span&gt;(c)&lt;/span&gt;&lt;/d&gt;&lt;/c&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;          &lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;a)c+d/ a+b&lt;span style=""&gt;    &lt;/span&gt;b)c+a/b+d&lt;span style=""&gt;  &lt;/span&gt;c)a+b/ c+d&lt;span style=""&gt;   &lt;/span&gt;d)….&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;     &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;36 to 50&lt;span style=""&gt;  &lt;/span&gt;sorry..i forgot….&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;a&gt;&lt;span style=""&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;SECTION&lt;span style=""&gt;  &lt;/span&gt;2:&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;51&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;TO }&lt;span style=""&gt;  &lt;/span&gt;Passage with blanks..&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;55&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;56&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;to&lt;span style=""&gt;   &lt;/span&gt;} antother passage with blanks..&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;60&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;    &lt;/span&gt;61 to 65 proverbs..&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;1. don’t look a gifted horse..&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;          &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;a)at&lt;span style=""&gt;          &lt;/span&gt;b)in life….&lt;span style=""&gt;   &lt;/span&gt;c) in dreams&lt;span style=""&gt;    &lt;/span&gt;d)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;2. more hands……….&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;         &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;a) make&lt;span style=""&gt;  &lt;/span&gt;more work easy&lt;span style=""&gt;  &lt;/span&gt;b)more light work&lt;span style=""&gt;   &lt;/span&gt;c)&lt;span style=""&gt;    &lt;/span&gt;d)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;3.&lt;span style=""&gt;  &lt;/span&gt;people living in glass houses……&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;        &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;a)may not throw stones&lt;span style=""&gt;   &lt;/span&gt;b)didn’t throw stones&lt;span style=""&gt;  &lt;/span&gt;c) cannot throw stones&lt;span style=""&gt;  &lt;/span&gt;d)should not&lt;span style=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;           &lt;/span&gt;throw stones&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;4.&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;5.&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;65 to 75&lt;span style=""&gt;  &lt;/span&gt;appropriate meaning&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;       &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;1.&lt;span style=""&gt;  &lt;/span&gt;Go for ………….&lt;span style=""&gt;                                               &lt;/span&gt;(a)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;a) try&lt;span style=""&gt;   &lt;/span&gt;b)get it&lt;span style=""&gt;   &lt;/span&gt;c)quit&lt;span style=""&gt;    &lt;/span&gt;d)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;       &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;2.&lt;span style=""&gt;   &lt;/span&gt;Go overboard……………..&lt;span style=""&gt;                               &lt;/span&gt;(a)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;            &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;a)exaggerated&lt;span style=""&gt;     &lt;/span&gt;b)exagerate&lt;span style=""&gt;   &lt;/span&gt;c)&lt;span style=""&gt;  &lt;/span&gt;exagratred&lt;span style=""&gt;    &lt;/span&gt;d) none.&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;       &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;3.Go bad&lt;span style=""&gt;  &lt;/span&gt;………..&lt;span style=""&gt;                            &lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;            &lt;/span&gt;a)….. b)bad&lt;span style=""&gt;    &lt;/span&gt;c)not good&lt;span style=""&gt;    &lt;/span&gt;d) none&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;       &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;4.&lt;span style=""&gt;  &lt;/span&gt;go wrong&lt;span style=""&gt;   &lt;/span&gt;………..&lt;span style=""&gt;                                             &lt;/span&gt;(b)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;           &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;a)fail&lt;span style=""&gt;    &lt;/span&gt;b)&lt;span style=""&gt;  &lt;/span&gt;mistake&lt;span style=""&gt;    &lt;/span&gt;c)&lt;span style=""&gt;       &lt;/span&gt;d)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;    &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;5.meaning of batten …..&lt;span style=""&gt;                       &lt;/span&gt;(a)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;             &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;a) noun&lt;span style=""&gt;  &lt;/span&gt;:a long wood of metal strip&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style=""&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;             &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;b)……….&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;span style="color: rgb(51, 51, 51);font-family:georgia;" &gt;&lt;a&gt;&lt;span style="font-size:100%;"&gt;             &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;c)………d)…….&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-6504433705773715182?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/6504433705773715182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/6504433705773715182'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/03/robert-bosch.html' title='Robert Bosch'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-8209687884261382201</id><published>2007-03-18T00:54:00.001+05:30</published><updated>2007-06-01T02:00:22.925+05:30</updated><title type='text'>Patni</title><content type='html'>&lt;p  style="font-weight: bold; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;PATNI PAPER ON 4th MAY &lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;font-size:100%;"  &gt;&lt;span style="font-family:georgia;"&gt;there were 3 sections in Aptitude:&lt;/span&gt;&lt;br /&gt;&lt;b style="font-family: georgia;"&gt;1) Verbal &lt;/b&gt;&lt;span style="font-family:georgia;"&gt;(all like fill in the Blanks with article and preposition)&lt;/span&gt;&lt;br /&gt;&lt;b style="font-family: georgia;"&gt;2) Analytical&lt;/b&gt;&lt;span style="font-family:georgia;"&gt; (critical reasoning and some Mathematical funda)&lt;/span&gt;&lt;b style="font-family: georgia;"&gt;&lt;br /&gt;3) Quantitative&lt;/b&gt;&lt;span style="font-family:georgia;"&gt; (mostly from R. S aggrawal based on Profit &amp; loss, Percentage, Ratio &amp;amp; Proportion, Ages, Time &amp; Work )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;Questions Like:&lt;/span&gt;&lt;br /&gt;&lt;b style="font-family: georgia;"&gt;Verbal.&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:georgia;"&gt;1) Share Apples _____ susan &amp; lata.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;    a) among  b) with  c) for d) none of these.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;some synonyms from the sentences.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;1) repugnance&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;And 1 comprehension is also provided and 5 question are based on that..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: georgia;"&gt;Analytical&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:georgia;"&gt;1) 1826+2480-4300 can be written as:__&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;    a) $  b) $$* &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;    rule *=0 and  $=1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;one passage was given and we have to answer according to the information provide in that passage (very Easy part  of the Aptitude..)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;Beware of  Time!!!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: georgia;"&gt;Quantitative&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:georgia;"&gt;1) if A profits 50% more then B then how many % B lost form A?? &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;2)20% of 30% of 50% of 100 is??&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;3)20% of 50% of number is 130. then 20% is ??&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;and many question is based on Problem of Ages and Ratio and Proportion it was very easy...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;After Aptitude, got selected for GT (Group Task)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;Group Task  it was a Case Study...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;There were a space shuttle with 6 lives in it. and only 2 parachute  so u can save only 2 lives so the question is whom u save and y??? and world also come to end...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;6 lives are&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;1) Economist&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;2) Priest&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;3) Astronaut&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;4) Pregnant Lady&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;5) Engineering Student&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;6) Dog&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;then HR/Tech Interview.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;PATNI PAPER ON 13th APRIL AT ORISSA&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Eligibility criteria: 60% career........&lt;/span&gt; &lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Process&lt;br /&gt;&lt;b&gt;Written Test [ 60 questions in 70 minutes ]&lt;br /&gt;GD&lt;br /&gt;Interview ( Tech+HR )&lt;/b&gt;&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Total  750  apperared........235  quallified for the GD..............     120  quallified for the Interview........   Finally  70  selected......&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;There were 3 sections......... Sectional cut-off was there........No -ve marking..........&lt;br /&gt;&lt;b&gt;Section-I   English section o&lt;/b&gt;f 15 questions..........&lt;br /&gt;1)  Sporadic : ( Synonym ) ?  &lt;br /&gt;2)  Apathetic : ( Synonym ) ?   &lt;br /&gt;3)  Charisma : ( Synonym ) ?&lt;br /&gt;4)  A passage had been given......5 questions on that..........( Very Easy,,,,,Just read the passage and u will get all the answers )&lt;br /&gt;5)  Some fill in the blank questions on simple English grammar...............&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Section-II 30  Analytical questions............&lt;br /&gt;&lt;/b&gt;Very Very easy...........Questions on Profit-loss, Percentage, SI &amp; CI, Numbers....5 resoning questions..........&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Section-III 15 questions     &lt;/b&gt;    &lt;br /&gt;Some verbal Questions like fill in the blanks on prepositions..........&lt;br /&gt;Some apti on probability and permutation-combination...........&lt;br /&gt;The cut-off for each section............&lt;br /&gt;Sec-I  :  11 out of 15&lt;br /&gt;Sec-II  :   24 out of 30&lt;br /&gt;Sec-III :   12 out of 15&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Group discussion:  &lt;/b&gt;Some of the topics given :&lt;br /&gt;1) Do or Die&lt;br /&gt;2) Education vs Success&lt;br /&gt;3) Failure of Indian cricket in WC-2007&lt;br /&gt;4) We don't learn from history, We repeat it ( My group topic )&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Interview:&lt;br /&gt;&lt;/b&gt;Int : Good Evening lingaraj, Take a seat .&lt;br /&gt;Int : Tell me about yourself .&lt;br /&gt;Int : What are ur strengths&lt;br /&gt;Int : What are ur views on the topic u were given in the GD .&lt;br /&gt;Int : Tech question on RDBMS, C++, DSTC, C&lt;br /&gt;Int : Do u have any Questions ?&lt;/span&gt;  &lt;/p&gt;&lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;font-size:100%;"  &gt;My interview was of around 20-25 minutes................&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;PATNI PAPER PATTERN ON 11th MARCH&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Total number of grads appearing-about 400 selected for GD-41 selected for interview -about 20 final selection - all 10 got selected i guess..&lt;br /&gt;&lt;br /&gt;The selction procedure is quite simple,&lt;br /&gt;&lt;b&gt;1)aptitude test (60 Qs)&lt;br /&gt;2)GD&lt;br /&gt;3)Tech-HR interview&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;aptitude test :&lt;/b&gt; candidates.. nearly 400(or may be more) Mark my words, you wont be able to solve all of them in time, and they know this well. Thats the reason they have lower cutoffs for each section. Portion - 1)Ratios - proportions 2)percentage 3)profit and loss 4)clocks 5)direction problems...and few other topics from RS aggarwal i would suggest you guys to go through RS aggarwal. If you have given CAT exams before then it wont be much of a problem. But time mgmt is the key. Fortunately,there is no negative marking. Attempt those Qs which you are confident of getting right. &lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Then you know what to do.."intelligent guessing"(it worked in my case) english- its quite simple. If you are comfortable with english then i dont see any reason why you shouldnt crack this section..but they are smart enough to keep you engaged in maths section so that you dont get time for this section..so again....time mgmt is really impt.. they ask you simple grammar Qs...and comprehension..its quite lengthy. &lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;GD&lt;/b&gt; - candidates - 41 we were divided in groups of 10. we were given a simple topic -"love marraiges Vs arranged marraiges" two of the judges were dead against my views..and kept on grilling me for 15 mins in the middle of discussion...(thats when i knew that i will be selected). they declared the result in 5 mins. &lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(51, 51, 51);font-family:Times New Roman;font-size:100%;"  &gt;i&lt;b&gt;nterview&lt;/b&gt; - candidates about 20 They called us for the interview in a weeks time. for me it was more on JAVA,c++,project mgmt.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p  style="color: rgb(51, 51, 51); font-weight: bold;font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;PATNI PAPER PATTERN ON 18th FEBRUARY AT MUMBAI&lt;/span&gt;&lt;/p&gt;  &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;There are three section&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;1 Aptitute&lt;br /&gt;2  Technical u can chose one of them like  java, vb.net, Asp.net and SQL. I have selected java.&lt;/span&gt; &lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;For Aptitude  test:&lt;br /&gt;Total time: 70 minutes&lt;br /&gt;Total Questions: 60&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Sections&lt;br /&gt;English(15)&lt;br /&gt;Logical(15)&lt;br /&gt;Maths(30)&lt;/span&gt;&lt;/b&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;About test&lt;br /&gt;&lt;/b&gt;No negative marking&lt;br /&gt;Sectional Cutoffs&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Section 1: English&lt;br /&gt;&lt;/b&gt;Preposition , article and passage and synonyms etc. &lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Section 2: Logical&lt;br /&gt;&lt;/b&gt;Puzzle no. of series and few analytical problem.&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Section 3: Maths&lt;br /&gt;&lt;/b&gt;Maximum Question is based on percentage and rest of them is ratio , profit and loss average simple interest and compound interest. try to solve as early as possible.&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;For technical test. (Java).&lt;/span&gt;&lt;/b&gt;  &lt;/p&gt;&lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Total time: 50 minutes&lt;/span&gt;&lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Total Questions: 50 (2 sections)&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;25 core java + 25 servlet and jsp.&lt;/span&gt;&lt;/div&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt; &lt;/p&gt; &lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;There are two sections 1st is core java and 2nd is servlet and jsp. in core java maximum question is based on thread, input out put stream, interface , package and string and few basic question, in servlet and jsp nearly 15 que. are from servlet and ten question are from JSP.&lt;/span&gt;  &lt;/p&gt;&lt;p  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;For &lt;b&gt;GD &lt;/b&gt;( they willl give three topic and speak one of them)&lt;br /&gt;GD was in 5 mins. simple one but do speak as it is also an elimination round once GD is done, result comes out n they will call u for interview later!&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="color: rgb(51, 51, 51); font-family: georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;  &lt;/p&gt;&lt;br /&gt; &lt;p face="georgia" style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size:100%;"&gt;PATNI PAPER PATTERN ON 21st JANUARY AT MUMBAI&lt;br /&gt;hello friends, i had given Patni aptitude test&lt;/span&gt;&lt;/p&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Total time: 70 minutes&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Total Questions: 60&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Sections&lt;/span&gt;&lt;/b&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;English(30)&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Logical(30)&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Maths(30)&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;About test&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;- No negative marking&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;- Sectional Cutoffs&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Section 1: English&lt;/span&gt;&lt;/b&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Level: simple&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Q type: fill in the blanks (using prepositions / articles) &lt;- simple level&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Q type: Meaning of words &lt;- simple level&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Q type: Passage: no direct questions, littile tough&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Section 2: Logical&lt;/span&gt;&lt;/b&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Level: ok&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Q type: caselet normal one&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;i had got some moveis one that 6 movies per day with timings and conditions (puzzle kind)&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;others were normal placement type logical&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Section 3: Maths&lt;/span&gt;&lt;/b&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Level: little tough due to time&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;please study&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;-percentage&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;-profit n loss&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;-ratio proportion&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;-simple interest n compound interest&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;-chain rule&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;try to solve as early as possible&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;10-12 per class were selected for GD on the same day&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;GD was in 10 mins. simple one but do speak as it is also an elimination round&lt;/span&gt; &lt;/div&gt; &lt;div  style="color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;once GD is done, result comes out n they will call u for interview later!&lt;/span&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1907867632009531550-8209687884261382201?l=placementpapers4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/8209687884261382201'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1907867632009531550/posts/default/8209687884261382201'/><link rel='alternate' type='text/html' href='http://placementpapers4u.blogspot.com/2007/03/patni.html' title='Patni'/><author><name>Aryan</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1907867632009531550.post-1927397111720559426</id><published>2007-03-18T00:54:00.000+05:30</published><updated>2007-06-01T02:00:47.298+05:30</updated><title type='text'>Sun Microsystems</title><content type='html'>&lt;div  style="color: rgb(51, 51, 51);font-family:georgia;" class="PageTitle"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;SUN MICROSYSTEMS PAPER - DEC 2005&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;60 questions 60 marks&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Everything is multiple choice. &lt;strong&gt;BEWARE OF NEGATIVE MARKING&lt;/strong&gt; .&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Section 1 : Operating Systems&lt;span&gt;                 &lt;/span&gt;20 questions&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Section 2 : Technical Programming &lt;span&gt;          &lt;/span&gt;25 questions&lt;/span&gt; &lt;/div&gt; &lt;div  style="border-style: none none solid; border-color: -moz-use-text-color; border-width: medium medium 1.5pt; padding: 0in 0in 1pt; color: rgb(51, 51, 51);font-family:georgia;"&gt; &lt;div class="MsoNormal" style="border: medium none ; margin: 0in 0in 0pt; padding: 0in;"&gt;&lt;span style="font-size:100%;"&gt;Section 3 : Aptitude&lt;span&gt;                                 &lt;/span&gt;15 Questions&lt;/span&gt; &lt;/div&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Section 1 :&lt;span&gt;            &lt;/span&gt;Operating Systems&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Study all the unix commands &amp; some basic networking concepts like DHCP, Dynamic NAT, RARP, ARP, UDP, DNS. Unix : Grep, sed, basic perl program whose o/p is to be predicted. Pipes. You can expect some nasty &amp;amp; tricky questions !. But this section is kool not to worry too much.&lt;/span&gt; &lt;/div&gt; &lt;div  style="border-style: none none solid; border-color: -moz-use-text-color; border-width: medium medium 1.5pt; padding: 0in 0in 1pt; color: rgb(51, 51, 51);font-family:georgia;"&gt; &lt;div class="MsoNormal" style="border: medium none ; margin: 0in 0in 0pt; padding: 0in;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Section 2 :&lt;span&gt;            &lt;/span&gt;Programming part&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;C programs &amp; Java programs. The programs seems to be easy but bcoz of the Negative marking (0.5) we have to be very clear. No bluffing ok! The programs are easy. Programs were on Fork, PID, Basic C syntax, Basics of Java, Exception handling, Inheritance, Strings, Cast conversion, Object linking etc&lt;/span&gt; &lt;/div&gt; &lt;div  style="border-style: none none solid; border-color: -moz-use-text-color; border-width: medium medium 1.5pt; padding: 0in 0in 1pt; color: rgb(51, 51, 51);font-family:georgia;"&gt; &lt;div class="MsoNormal" style="border: medium none ; margin: 0in 0in 0pt; padding: 0in;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Section 3 :&lt;span&gt;            &lt;/span&gt;Aptitude&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Most of the questions can be found from other placement papers like Sonata, TCS, Caritor. Nothing to worry much. But again you have to be very confident about the answers.&lt;/span&gt; &lt;/div&gt; &lt;div  style="border-style: none none solid; border-color: -moz-use-text-color; border-width: medium medium 1.5pt; padding: 0in 0in 1pt; color: rgb(51, 51, 51);font-family:georgia;"&gt; &lt;div class="MsoNormal" style="border: medium none ; margin: 0in 0in 0pt; padding: 0in;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;The cut-off marks are not told &amp; will be decided by the evaluators at that time. Only 3 out of some 50 candidates got through. The next rounds are technical interview followed by HR interview. &lt;strong&gt;This&lt;/strong&gt; &lt;strong&gt;interview call was purely on referral basics.&lt;/strong&gt; So not much competitors &amp;amp; really a good chance of getting thru !. Do well &amp; good luck !&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt; &lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;Questions:&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt; &lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;# main()&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;{&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;int _=10;&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;printf("%d",_);&lt;/span&gt; &lt;/div&gt; &lt;div class="MsoNormal"  style="margin: 0in 0in 0pt; color: rgb(51, 51, 51);font-family:georgia;"
