# 面試心得 ###### tags: `Interviews` >reference : https://pttcareers.com/Tech_Job/1Nm0SaUb >https://www.ptt.cc/bbs/Tech_Job/M.1598618919.A.C53.html >https://bear-1111.medium.com/%E5%AF%A6%E7%BF%92%E9%9D%A2%E8%A9%A6%E5%BF%83%E5%BE%97-f596bec404ac >https://bear-1111.medium.com/2020%E6%96%B0%E9%AE%AE%E4%BA%BA%E9%9D%A2%E8%A9%A615%E9%96%93%E5%BF%83%E5%BE%97-c7ec5154c2df?p=c7ec5154c2df >https://hackmd.io/@Xpz2MX78SomsO4mV3ejdqg/B11uF_bW7?type=view ## 題目 * bitwise 運算 * [LeetCode](https://leetcode.com/tag/bit-manipulation/ ) * 指標操作 * reverse string * [LeetCode](/npiopxFDSUe3af7DOPfR5w) * 移除字串中的空白 * [strcat](http://tw.gitbook.net/c_standard_library/c_function_strcat.html) * 費式數列 * (OS) 如何將kernel-space的資料寫到user-space * copy_to_user? * (OS) Linux work queue 有哪些 * Process v.s. Thread * (OS) 什麼是 File System * Sorting * strcpy * LinkedList基本操作 * 有兩個int array A與B,print出在A且不在B的所有數字