×

Loading...
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。

Microsoft Coding questions in by invitation only interview event for its Unified Communications Group will be held April 30th – May 4th, 2006 in Toronto, ON. We are interviewing for Software Developer and Software Development Engineer in Test (SDET)

1. Given a singly linked list of integers, write a function to remove all nodes with even values, and then provide a set of test cases against that function.

2. Write me a function that receives three integer inputs for the lengths of the sides of a triangle and returns one of four values to determine the triangle type (1=scalene, 2=isosceles, 3=equilateral, 4=error). Generate test cases for the function assuming another developer coded the function

3. Implement a circular queue of integers of user-specified size using a simple array. Provide routines to initialize(), enqueue() and dequeue() the queue. Make it thread safe.
Report