Apple Interview Question

What is the difference between a hard link and a symbolic link?

Interview Answers

Anonymous

Nov 10, 2013

A hard link points to actual physical data. If the target is renamed or deleted, the hard link is still valid. A symbolic link points to the target file. So if the target is renamed or deleted, the symbolic link is no longer valid.

5

Anonymous

Jun 18, 2013

A Symbolic link is like a pointer to the location of the file. A Hard link is an another name (and directory entry) for the same file - where if the first name for the file is deleted the hard link second name still owns the bits for that file.

1

Anonymous

Mar 8, 2016

You said you did not receive an offer for the internship position. Did Apple contact you and inform you that they went forward with other candidates, or did they just leave you hanging? In other words, did they actually send you a rejection letter or not...

2