# 20201103 110交大資工戊組題目 今天筆試,大概記得的題目如下。 選擇題: - http vs https - Internet message control protocol - .com .edu .org 手寫題 1. What is NaN in porgraming 2. OOP 繼承 composition 3. List three popular cloud service 4. What is cloud native computing 並舉特性 5. 常用的框架,簡介及為何用他(至多三個) 6. DepOps 7. XSS and SQL injection 8. Graph database 9. 提出sql有那些join並舉範例比較產生結果 10. Stack and Queue的差異並用程式語言實作 11. C++結果,並解釋 ```c= int main() { std::cout << ("a" < "") << ("" < "b") << "\n"; //第一題 return 0; } ``` 12. C++結果,並解釋 ```c= int main() { std::cout << ('a' < 'c') << ('c' < 'b') << "\n"; //第二題 return 0; } ``` 13. mutable data type 14. immutable data type 15. What is NULL in C NULL pointer in C exception How to prevent NULL 最後一題有點忘了,問了三題有關NULL在C裡面的特性。 面試:邊看備審邊問備審裡的問題。 如:這個作品用到什麼技術、這個作品有多少人用、用的人滿不滿意等等