[面試經驗] Nvidia 一面

Nvidia QA Automation engineer 

 

2017 大概3月去面試的筆試考題

考試時間60分鐘,HR帶你去一間會議室寫考卷,交卷就可以走了,不會接觸到其他人

考題印象中是這樣,個人認為以Automation來說

這樣的筆試範圍是有點天馬行空的感覺

可能我還太菜吧...

Regular expression 不常用指令都忘記了 要用才查的習慣很不好啊....

基本的 polymorphism 跟 Linux 的解釋應該有拿到分

其他題寫的2266 , 當然是拿到無聲卡囉 lol

Writing test:

1. Using Regex to filter a valid address   AB:CD:EF:GH

2. Explain greedy and non-greedy

3. Explain Polymorphism

4. Implement a program using polymorphism

    two classes Circle() and Rectangle() inheritanted from Shape(), each class include instance area() to calculate the area.

5. Base on 4.Write a main function to calculate Circle[R20] , Rectangle[W20H30], Rectangle[W400H30]

6. Write a example for singleton

7. C marco

8. Try to explain the directory under Linux system :

/etc, /bin, /lib, /var, /usr, /tmp, /boot

9. What is MapReduce ?