Global Edge Software


Global Edge Software Skype Interview Question +++++++++++++++++++++++++++++++++++++++++++++

GES Skype Interview Question


Part-1
++++++

1. Tell me about yourself
2. Explain the current project in detail.Then there were question from each lines <how/why/what>
3. why we go for q-in-q. what is benifite of it.
4. How much vlan stacking possible.And in your current project, how it was used.
5. what is NAT/PNAT.
6. LACP related configuration, what mechanisim used to filter control pkt.



CLICK --> For more fresh question being asked in various company follow us at facebook.  


19. how packet get identified, i.e it is arp pkt, icmp pkt etc.
20. Do you know TCP.

  CLICK --> For more fresh question being asked in various company follow us at facebook.  

                                                                     

                         Part-2
                                                                     

1. Is there any error in the below program. if no then what will be the output of the below program.
main()
{
fun1();
fun2();
}

fun1()
{
static i = 5;
i--;
printf("\r\n%d\r\n",i);
}

fun2()
{
static i = 3;
i--;
printf("\r\n%d\r\n",i);
}

2. what if we have call in main like

main()
{
fun1();
fun2();
fun1();
fun2();
}



CLICK --> For more fresh question being asked in various company follow us at facebook.  


3. what is typedef and typecast.
4. write a program to delete the node in single circular linklist. when address of any node is given.
5. what is difference between inline and macro.
6. what are the type of storage class.
7. explain the memory layout in c. and explain the scope of storage class in it.
8. what is dangling pointer.
9. how will u access the element of structure. if struct xx *y;
10. what is void pointer, size of it . where we can use it.
11. what is function pointer, use of it.
12. how can in include the below header file in both a.c and b.c.
a.h having int i = 10;
13. where we can use union. 





CLICK --> For more fresh question being asked in various company follow us at facebook.  


  

#####################################################################


Global Edge Software Telephonic Interview Question ++++++++++++++++++++++++++++++++++++++++++++++++++

Global Edge Software

1. Tell me about yourself, what are the protocols you know, and what are the project you have worked, briefly explain the latest project role/work.
2. what is LACP and how it work.
3. what type of control packet are there in LACP.How to identify it.
4. what is vlan, what is trunk and access port, what type of device we can connect to these port.
5. How to identify the tagged and untagged packet. 

6. what will happen if we receive untagged packet at tagged packet. what will happen when it will out from egress port. 
7. There is a scenario where two switch are connect to each other in LAG, and from each switch one host is connected, and ping form host A to Host B.Explain the packet formate and what are the filed will be update/lookup will be happen at each stage.
                                   |------{-}--------- |
Host-A----- Switch-1 |------{LAG}------- | Switch-2 ---------- Host-B
                                   |------{-}--------- |


CLICK --> For more fresh question being asked in various company follow us at facebook. 

8. What is STP, How root is elected, what are the type of port Role.
9. How are you good in C Programming.
10. what are the storage classes in C. and their default value, storage in memory.
11. what is static keyword. explain where we can use and in what scenario it will not be use full.
12. can we have static variable in header file.
compilation steps in C. what type of file will be generated at each stage.
13. we use stdio.h, how compiler know from which path it has to include.
14. If I have array of 10 elements, having 1000100101, in one iteration is it possible to sort this array. if so, explain the logic.
15. if I have single linklist, then without reversing the linklist, can we print the element of linklist in reverse order.
16. If in the same linklist we have address of any node, how can we delete the node.
17. explain the system calls for tcp/udp socket communication for both (client and server) .
18. If I have the connect call in udp socket, what will happen. will it work or throw any error. 



CLICK --> For more fresh question being asked in various company follow us at facebook. 

No comments:

Post a Comment