How many programmers actually need to implement linked lists in day to day jobs? If they are doing that, then they are likely to be over engineering other parts of the system, when there is a well tested, documented library available.
I didn't say I ask a candidate to implement a linked list. I sometimes ask them to do something using a linked list. Using basic data structures is something I would expect most people I interview to do regularly in their day to day jobs.