This blog moved to medium->https://medium.com/@cocoamaemae

Tuesday, January 30, 2018

Strange Questions for Job Interview


  1. Why Are Manhole Covers Round?
  2. After snow melt, what's happened?
  3. What is distribution amount of toilet paper in Japan?
  4. What is your secret taste of curry?

Tuesday, January 23, 2018

Ordinary Questions in Coding Interview


  1. Calculate fibonacci value X
  2. Determine X if prime factor or not
  3. Reverse order of array
  4. Fizz Buzz

Wednesday, January 10, 2018

Ordinary Questions for Java Engineer



    1. What's the difference between Interface class and Abstract class?
    2. What is heap and stack in java? Why do you use it?
    3. What is Garbage Collector? How does it work in Java?

    Wednesday, January 3, 2018

    Unique Questions for Job Interview


    • Why man hole lid is round.

    TIPS for Job Interviewers


    • When reviewing resume, applicants tend to write the own role like the central figure of the project. For example, nevertheless the applicant only wrote the conference minutes, he writes like "handled requirement definition and design" in resume. To avoid skill mismatch, questions about the detail is essential.

    Tuesday, January 2, 2018

    Ordinary Technical Questions for Web Application Engineer


    1. What's http?
    2. Why does it call stateless?
    3. What are cookie and cache?
    4. How does maintain session in http?
    5. What's the difference between http and https?
    6. What's the difference between web server and app server?
    7. What you typed "google" in your browser, what will happen in DNS?
    8. Basic http header scenario questions
    9. Explain regarding RFC
    10. What is OOP? Explain the pillars of OOP.
    11. Explain Pleomorphism.
    12. What's the difference between equality and equivalence?
    13. What's the difference between call by value and call by reference?
    14. What's the difference between optimistic lock and pessimistic lock?
    15. What's Rest?
    16. What's Restful?
    17. What's SQL injection?
    18. How do you use KVS?
    19. What's bit in 1 byte?
    20. What's the largest number of 2 bytes?
    21. If performance was bad, what do you have doubts about?
    22. What's time complexity?
    23. What's space complexity?
    24. How do you proceed to create a new IT system with a consultant or a planner?

    Monday, January 1, 2018

    Ordinary Questions for Job Interview



    1. Tell me about yourself.  Please introduce yourself
    2. Tell me your work experience. Explain your work experience.
    3. Describe your current or most recent job role.
    4. Why are you looking for a new opportunity now?
    5. Why are you interested in this position? What's motivation did you apply for this position?
    6. What do you want to be just 5 years after? Where do you see yourself in 5 years?
    7. What is the hardest works in your experience? And what all kind of things did you do at the moment?
    8. What are your strengths?
    9. What are your weaknesses?
    10. Why do you want to work for us?
    11. Why are you the best candidate for this job?
    12. Do you have any questions for me?
    13. What kind of jobs did you stick to?
    14. What do you want for the company?
    15. What is your successful experience?
    16. What is your failure experience?


    Front End Development Tools

    TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...