×

Loading...
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务

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