Placement Papers: Hughes 04
Get top class preparation for competitive exams right from your home: get questions, notes, tests, video lectures and more- for all subjects of your exam.
- an lead compensator zero is at Z = Zc, pole is at P = Pc then the following is correcta. Pc > Zc, pc < 0, zc < 0b. c.
- gain margin of g (s) h (s) = 1/s (s + k)
- machestor code does not improves
- possion distribution is used for used in FSM for queuing delay system of mutually identical events of arrival
- no. Of filpflops for mod 11 counter
- no of comparators required for 4 bit parallel A/D comparator
- if even parity is used for parity generation, what is the hamming distance (simple fig is given) ans: 2
- the code set is {00000, 00111,11100, 11011} , what is the error detecting and correcting capability? ans: 2,1
- operational amp characteristics following is correct:
- input impedance is 0
- output impedance is infinity
- input impedance is infinity
- gain is infinity which combinations are correct?
- band pass signal having frequencies 2.5k and 4.5k? give thesampling freq
- defination of avalanche diode multiplication
- more no of ripples are present in the diagram? which is correct
- if CPU have one interrupt pin and on to connect with external devices with some priority? which type of the following is used?
- parallel priority interrupt
- daisy chain
- ₹ filpflop
- one megabit file transfer, serially on 9600 baud one start bit and two stop bits, then how much time it takes (approx)
- 4 hours
- 2 hours
- 20 minutes
- 2 minutes
- IEEE 802.5 is ans: TOKEN RING
- Code sequence is givenwhat is the error correcting distance?
- bit stuffing used in HDLC Protocol forans: b is correct (read on text book)
- 19.20.
Section a and B: (BOTH MIXED)
- If “AaBbCc” is passed to the char char x (⚹ a) {a [0] x (a + 1) : 1; printf ( “% c” a [0] ) ; return 1;} what will be the output?
- f (⚹ p) {p = (char ⚹) malloc (6) ; p = “hello” return;} main () {char ⚹ p = “bye” f (p) ; printf ( “% s” p) ;} what is the o/p? ans: Bye
- when the program counter is incremented in the instruction cycle-fetch cycleb. Int cyclec. Execuation cycled.
- two sorted lists of n elements will take at least fine the order of complexity? a. 2nb. n/2c. Square (n)
- logic diagram is given? find the expressionans: OR gate
- question on JAVA stringans: String ends without a null character
- cache access time is 100ns. Main memory access time is 1000ns, hit ratio is 0.9, find mean access time? ans: 200ns
- which is not suitable to find out IP addressans: ARP
- about deadlock condition10. Convert 41.6875 into binary
- read about IP AND IPX12. Read about NFS13. DHCP is
- execution phase can be
- In public key algorithm, A wants to send message to B ________which key is used
- to prevent replay attacks in transmission
- virtual functionality is used in C ++
- if there are n nodes in a binary tree, how many null pointers are there ans: n + 1
- if heap sort contains n elements, no of comparsions required are
- which of the following is efficient in terms of space
- in 32 bit representation, the range of numbers in 2՚s complementform ans: 2 to the power of 31 to 2 to the power of 31 minus 1
- about normalization
- socket is implemented in TCP Layer. Which of the following is related to TCP layerans: Port number
- in reentrant procedure, which should be not used for passingparameters?
- which is related to threada. Separate switching reg b. “stackc.” address spaced.
- flow control is used for a. Congestion at receiver
- 5 questions on DBMS are there
- in global static variable, declartion in a file a. Localization of scope b. Persistance of the value through out the file
- in sorted table contains elements, which of the searching is false
- in demand paging overhead of context switching is more due to
- when write through is better than write back (related to cachememory)
- which is false when normalization is used? can՚t express
- I: Verification: Are we doing right product
- A table contains less than 10 elements which one is fastest
- about subroutine, precondition is false. What about post condition
- When static variables are used, which one of the following isnot possible? in product of x and y, if (x = 0|y = 0) y = 1; else y = 0 (not cleared) ; what is cyclometric complexity?
- CREATE TABLE NEW AS SELECT BIG FROM EMP The above SQL statement is correct or not (question is not cleared) ?
- path testing is
- program is given? above algorithm represents what type of search?
- if x ⇾ y in a relation R, x1 and x2 are in x, y1 and y2 are in y (question not cleared) , about functional dependancya. x1 = x2 and y1 = y2
- in a down loading from website, which one is correct? ans: Check the byte code and indicate the error, if any.
- about UDP one Address is given but that is not the state tablewhat will it do the packet
- in associated memory for fast accessing which one is used
Practice Sets
- what a java interface not have? ans instance variables
- what is done with java code on a web-page ans downloaded and executed on ur pc
- what is the order of deleting a node from a linked list given a ptr to it ans O (n) (since u have to traverse the list to reach the prev. Node)
- what is RSA
- how can A send a messageto B so that B knows its from A ans A uses his private key so that B can use A՚s public key
- what is the best sort in worst case, ans heap sort
- what is the given sorting, ans selection (check it)
- what can access protected memebers of a class, ans other classes of that program
- what protocol is used by a machine to map an ip to hardware address, ans arp
- what is the size of ipv6, ans 128 bits
- what protocol has ping, ans icmp
- how many keys are needed in symmetric and asymmetric crptography? ans i dont know
- one on a right threaded tree
- very easy k-map
- very easy ckt, ans choice which has option: a&c are equivalent
- what in unix doesnt have a fd, ans process (this was the first ques) .
Regarding Hughes
paper they conducted two tests. Both were technical (no aptitude test) . First one was compulsory for everybody. In second one could opt for electronics or computers. In all i suppose there were 50 questions. I sent a request to my classmates to send me questions whatevery they could recall. Till now only one person has responded. I am sending those questions to you.
And just before interview you were supposed to fill up a performa which they call Behavioural Test. This was to check you interpersonal skills and socialising capabilities. Questions like would you like to be elected leaders of organising committees, do you like peoply express their agonies to you, do you wish people be close to you type questions were repeated in one and the other form.
Interview was technical as well as personal. CGPA did count it seems. They selected 8 people from here. BTW what՚s your current CGPA and what՚s the strength of your class. Do they come for B. Tech and M. Tech separately as the case here is or it՚s all at once.
Questions:
- If a precondition of a sub routine fails then
- post condition fails as well
- Post condition may fail
- post condition is declared but now defined.
- whatz the o/p of the following program char ⚹ a = “AabbCc” void x (char ⚹ a) {a [0] == 0? x (a + 1) : 1; printf ( “% c” ⚹ a) ; return 1;} x (a)
- AaBbCc
- cCbBaA
- What is DHCP used for?
- There are 2protocols IP and IPX are running on top of Ethernet. Suppose a packet addressed to that ethernt card arrives, to which protocol the ethernet sends the packet?
- It checks the payload of the frame and finds out the protocol type and despatches it to the right protocol
- It fins out the protocol type that is mentioned in the ethernet frame.
- despatches to both the protocol
- What is the use of global static variable in C?
- In which stage of the compilation the Macro in C are converted into Iline code (this is not the exact Qn a slight variation of it) ?