侯詠章
    • 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
    • Invite by email
      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 Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
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
  • Invite by email
    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
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # 2023年 資訊科技產業專案設計 作業3 >contributer:hi-哈囉 ## [Software Engineer II , Google Cloud ](https://www.google.com/about/careers/applications/jobs/results/114989636607976134-software-engineer-ii/) **Preferred qualification** * Master's degree of PhD in Computer Science or related technical field * Experience developing accessible technologies * Bachelor’s degree or equivalent practical experience. * Experience with software development in one or more programming languages (e.g., Python, C, C++, Java, JavaScript). ## [Software Engineer, Front End, Google Cloud](https://www.google.com/about/careers/applications/jobs/saved/96395135371092678-software-engineer-front-end-google-cloud) **Preferred qualification** * Master's degree or PhD in Computer Science or related technical field. * 1 year of experience with software development in one or more programming languages (e.g., Python, C, C++, Java, Javascript). * 1 year of experience with data structures or algorithms. * 1 year of experience with front-end frameworks, full-stack development, and/or API development. * Experience developing accessible technologies. ## [Data Engineer(L5),Netflix](https://jobs.netflix.com/jobs/258966500) * strong communication skill to cooperate with business , engineering , and data science team >candidate should have knowledge accross several of the following skill and usually need to be deep in at least one * building system to process data and modeling the data to power analytics * batch data pipelines that bring to life business metrics * real-time processing services that integrate with core product features ## Interview >:man:interviewer :woman_in_lotus_position: interviewee :man: Hi , I'm Jo . I'm here to get to know more about you for my collegues . We have faced some questions know and I'd like to see how you approach these issue. **from software engineer II** :man: Now we are try to categorized people in a group with some questions with yes or no as answer . Please help me process it with data structure . :woman_in_lotus_position: Well , I would like to check some info again . How many question we need for the classification . :man: We will at most have ten questions for the classsification , and thus 2^10 outcomes . You could just output the result in text . :woman_in_lotus_position: Got it , I think binary search tree would be suitable for this question . We can let the person be root node , with yes answes as the right hand child and no answers as the left hand child . When it comes to the bottum level of the binary search tree , just print out the path it has travelled as outcome . The time comlexity would be O(logn) :man: Fine , but this method seems to be complicated than just record the answer for every question and output it . Why would you want to do in this way :woman_in_lotus_position: Yes , you're right . It is more efficient to process the data in that way . However , when I need to extend the function such as record the distribution of the given group . I would need to match the outcome with possible outcomes when finish each classification , in this case , 2^10 outcomes . It's time consuming than just record in the bottum level in my binary search tree . **from front end** :man: Ok , thanks for your answer . Let's go through anothre one . We are recently hiring new members for our team , and thus need a website to post out the info . Please help us with that. :woman_in_lotus_position: Ok , could I check some details ? how many infos should I put in one page? and what should I do when the pages is full . Should I jump to another web or just scroll down to show all of them :man: Basically we would like to put five info in one page and each info block should contain the title of the job and the time of this post :woman_in_lotus_position: Then I will implement a function called JobPost to deal with the details of post (like job description , post date ....) , in the default function , I would also use functions to fetch data from the given website , then post it with JobPost function. :man: I see . Have you think about some extension for this project ? maybe recommend potential jobs based on some information provided by user :woman_in_lotus_position: Please give me a second to thought about it... Well , I might use the collaborating filter for the recommendation . I would give some tags for each job and create a form for the user to fill in their preferred characteristic . Then use person relative to calculate the relation of the submitted answer to the job in the web , and recommed the suitable one for user . **from Netflix** :man: Got it . Thansk for your response . Let's go on to the last question . Given the trend of AI and ML , we recently try to analyze our data with this method . Have you do something about this topics ? :woman_in_lotus_position: Yes , I have take a class called "Image processsing and deep learning" in NCKU . I learn something like CNN and ResNet in that classs , and also implement it in my project . I try to track balls and bat in a baseball game and analyze it . :man: Wow , that's cool . Can we talk about that a little bit more? :woman_in_lotus_position: Sure . Since the baseball is really fast and thus hard to recognize , we try to revise the CNNnetwork and some parameter in it . For example , use addaboost and cascade algorithm for the network . :man: I see . Thanks for your sharing . If there's further infomation I will let you know with mail. ## Self assessment **Required skills** * experience with software development * data analyze skill **Ways to improve** * sharp the skill with open source project * enlarge the knowledge when work on my project. **Learned skills** * communication skills learned in groups such as baseball team and intercultural service volunteers >link of my resume [Jarvis Hou](https://flowcv.com/resume/w1ip8ht6ks)

    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