面試經驗

緯德科技股份有限公司 JAVA培訓工程師

  • 公司
  • 面試地區
    臺北市
  • 應徵職稱
  • 相關職務經驗
    不到 1 年
  • 面試時間
    2023 年 9 月
  • 填寫時間
    2023 年 10 月
  • 面試結果
    沒通知
  • 待遇
    45,000 / 月
  • 評分
    2.0
    grayThumbyellowThumb
    grayThumbyellowThumb
    grayThumbyellowThumb
    grayThumbyellowThumb
    grayThumbyellowThumb
    普通

面試過程

第一次面試:寫考卷,基礎知識、多型、多載會就好,如果會git (command) 應該多少會加分,然後邏輯跟腦子要加強下,練一下for迴圈,徹底掌握最好,先把菱形、三角形、左三角、右三角都 練過吧,SQL語法則是多個條件搜尋要會例如: -- 下面第一個 uninon all 假設有兩個不同班級學生資料id不同 名稱一樣 會被重複顯示出來 select student_name from school where score<60 and class='B' and score>40 union all select student_name from school where score>=60 and class='A' and score<=100 ; -- union 只會顯示一個 會把重複的結果 過濾為一個 select student_name from school where score<60 and class='B' and score>40 union select student_name from school where score>=60 and class='A' and score<=100 ; -- 使用 OR 這邊也是會有兩個結果 跟 union all的一樣 select student_name from school where ( score>40 and score <60 and class='B' ) or (score>60 and class='A'); -- 使用 distinct 則會union那樣過濾了 同樣名稱不會顯示 select distinct student_name from school where ( score>40 and score <60 and class='B' ) or (score>60 and class='A'); 這類的 基礎合併條件觀念,或者子句查詢 SELECT * FROM student WHERE student.subject IN 或= (SELECT teacher.subjects FROM teacher); 也多少練一下了解一下。 工作環境: 派遣缺所以應該不會是這樣環境,但台北還是蠻多舊大樓,所以也不一定,面試的環境外面的公共區域蠻吵雜,廁所處震耳欲聾。

給其他面試者的中肯建議

如何準備面試:我已經上面寫過了 是否推薦此份工作: 沒做過不知道 其他注意事項:建議別被問薪水 說的比履歷上預設的高,就說最低accpet多少就好,反正他決定。
面試問答
Q
git會嗎
Q
js 基礎
緯德科技股份有限公司的薪水看更多>>

詳細給推

感謝大大無私分享

蒸的很蚌

真的非常謝謝你的分享!

很實用!

台灣的職場因為有你變得更好!

給我們回饋