- Why Are Manhole Covers Round?
- After snow melt, what's happened?
- What is distribution amount of toilet paper in Japan?
- What is your secret taste of curry?
This blog moved to medium->https://medium.com/@cocoamaemae
Regarding TIPS about IT technologies or OSS which I created.
Tuesday, January 30, 2018
Strange Questions for Job Interview
Tuesday, January 23, 2018
Ordinary Questions in Coding Interview
- Calculate fibonacci value X
- Determine X if prime factor or not
- Reverse order of array
- Fizz Buzz
Wednesday, January 10, 2018
Ordinary Questions for Java Engineer
- What's the difference between Interface class and Abstract class?
- What is heap and stack in java? Why do you use it?
- What is Garbage Collector? How does it work in Java?
Wednesday, January 3, 2018
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
- What's http?
- Why does it call stateless?
- What are cookie and cache?
- How does maintain session in http?
- What's the difference between http and https?
- What's the difference between web server and app server?
- What you typed "google" in your browser, what will happen in DNS?
- Basic http header scenario questions
- Explain regarding RFC
- What is OOP? Explain the pillars of OOP.
- Explain Pleomorphism.
- What's the difference between equality and equivalence?
- What's the difference between call by value and call by reference?
- What's the difference between optimistic lock and pessimistic lock?
- What's Rest?
- What's Restful?
- What's SQL injection?
- How do you use KVS?
- What's bit in 1 byte?
- What's the largest number of 2 bytes?
- If performance was bad, what do you have doubts about?
- What's time complexity?
- What's space complexity?
- 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
- Tell me about yourself. Please introduce yourself
- Tell me your work experience. Explain your work experience.
- Describe your current or most recent job role.
- Why are you looking for a new opportunity now?
- Why are you interested in this position? What's motivation did you apply for this position?
- What do you want to be just 5 years after? Where do you see yourself in 5 years?
- What is the hardest works in your experience? And what all kind of things did you do at the moment?
- What are your strengths?
- What are your weaknesses?
- Why do you want to work for us?
- Why are you the best candidate for this job?
- Do you have any questions for me?
- What kind of jobs did you stick to?
- What do you want for the company?
- What is your successful experience?
- What is your failure experience?
Subscribe to:
Posts (Atom)
Front End Development Tools
TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...
-
What is partitioning? The structure which divides one table data to multiple data. When not using partitioning, one table data is aggrega...
-
It is general to create multiple branches and manage them parallel when we do the development by using git. Multiple branches should be mer...
-
What's URL encode? URL can be sent only ASCII characters over internet. When doing http request with query parameters, query parameter...