Vincent550102
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
1
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# 國立師範大學資工系面試心得 ## 一、基本資料 | 考生姓名 | 楊竣鴻 | 面試日期 | $109. | --- | -------- | -------- | -------- | | 面試學校 | 國立師範大學 | 面試科系 | 資訊工程學系 | | 面試時間 |$10+10分鐘$ |教授人數 | $2+2$ | | 報名人數 |$58$| 初試成績 | $N/A$ | | 面試人數 | $21$| 複試成績 | $N/A$ | | 總成績 |$N/A$ | 結果| $備取上$ | ## 二、試場配置與概況 ![](https://i.imgur.com/NfwGn3f.png) ## 三、面試過程記錄 #### 師大比較特殊,有兩間面試場地,各兩個教授,我一樣各發一份三折頁,第一間除了自介外主要在問算法的經驗跟比較嚴肅的經驗,另一間比較輕鬆,簡短自介跟一些經歷,像是在聊天。 ### 插曲: #### 在等考場時,有個師大學姐問我,你是不是來過新手同好會,我說對阿,好像看過你的名字。 #### 我這次也有報阿。 #### >< 那你應該也看過XXX教授 #### 有阿,我上次去新手同好會XXX教授還跟我說,你4ㄅ4來過ZZ #### 你還報了哪幾間R #### 成大乙組 已經考完了 #### 什麼時候放榜 #### 下下禮拜 考試可很久(上機考)但放榜很快  ### 第一間: #### A 教授好 #### Q 同學好,有準備投影片嗎 #### A我的投影片主要是拿來介紹我的project的,我自我介紹主要會用我製作的三折頁。 #### (發三折頁) #### Q好 同學準備好就可以開始自我介紹了。 #### (自我介紹) #### Q 可以描述一下實習的時候做的project #### A 一般在寫爬蟲會用很久的時間,且網頁變了需要重寫,所以我們製作的這個project能夠自動產生爬蟲。實現方法是會有個chrome的擴充套件,套件會產生一個config,會有一個通用的爬蟲去吃這個config,爬蟲會根據這個config去爬取相對應的資料,這個部分是另一個intern做的。 #### Q說說你製作的部分 #### A我的部分主要製作優化速度,原本我們是使用selenium去爬取,但selenium有個缺點就是速度太慢,所以我打算使用api來直接爬取,但api的爬蟲不能直接吃這個config,於是我製作出了個config轉換的系統,簡單來說就是比對api的回傳的資料跟爬蟲爬下來的資料,可以知道會使用那些API,便可自動化的找到API。 #### Q 這裡有本書,妳要找一個資訊在這本書內,請你設計一個算法。 #### A 若這本書是有目錄的,便可O(1)。如果沒有目錄,可以觀察書中的知識是循序漸進的,代表書中的知識存在遞增性,可以利用這個性質來O(logn)進行二分搜找資訊。 #### Q你在這個”MyfirstSecurity”資安營隊有學到甚麼。 #### A這是我第一次參加CTF的營隊,有學到密碼學、pwn。 #### Q還有甚麼想問的問題的 #### A師大有在AI這個方面著墨嗎。 #### Q 你還有報哪間學校 #### A 成大乙組 #### Q那你會去哪間 #### A應該不太可能都上 ### 第二間(這裡因為太放鬆了,有些問題忘記QQ) ### 教授好,我的投影片是用來介紹我的project的,我的自我介紹會使用我製作的三折頁。 #### (發三折頁) #### ((左邊坐XXX教授 右邊 沒看過QQ)) #### (簡短自我介紹) #### XXX教授說 : 你其他特殊經歷不介紹嗎(上面還有3個ㄟ(指著我的三折頁)) #### 沒有啦XD剛剛那是濃縮版 #### Q ???(忘記) #### A我有參加新手同好會過。 #### Q XXX教授說,我知道你啊你就是上次那個中離的對吧XD #### A XDD抱歉,上次因為下午有活動,所以就必須先走。 #### Q你說你的自動產生爬蟲的project是怎麼加速? #### A開始操作我的投影片,並重複第一間的解釋。 #### Q同學,技術層面在這一間先不要提,愛卡拉是做卡拉OK的嗎? #### A不,愛卡拉最近轉型成AI公司,因為是新創公司,所以需要大量資料,所以很要求網路爬蟲的工程師。 #### Q還有甚麼想問的嗎? #### A 沒有…歐有拉,我在大學想往AI發展,假設我特選有上,那會建議我先從哪個地方著手。 #### Q …(簡單來說就是在推銷自己學校的課程XD) #### ((回收三折頁)) #### 回收三折頁時的插曲: XXX教授說:同學這個還你,你應該還會再用到對吧(邪惡笑)。 #### 聽到這句話我回敬了個微笑,轉頭便走出了考場…(怕)   ## 四、面試心得及建議 1. 大概是所有學校最輕鬆的 2. 第一間較嚴肅,第二間放鬆;專業問題(打競程的會問算法,寫專案的會問專業,打CTF的會問技術),個人問題(你還有報哪一些學校(第一間也有可能會問這個問題)) 3. 小心考場外的學長姐,他們會讓你更緊張XD

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully