employer cover photo
employer logo

Pergunta de entrevista da empresa Infinera

You are given a network packet containing information like host address, data, reserved bits etc. Using Java, represent this packet in a Java class called Packet. Represent all data as instance variables. Provide methods to retrieve this data.

Resposta da entrevista

Sigiloso

12 de dez. de 2014

Represent data as a byte array. Use bit manipulation techniques to retrieve all data.

3