Skip to content

alexlevy0/fantastic-tech-interview-questions-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

fantastic-tech-interview-questions-mock

πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’» Top technical interview questions mock interview for (junior) developers

🏁 General

  • What do you like about programming? (Passion indicator)
  • What is the difference between function declaration and function definition ?
  • Could you explain the concept of microservices?
  • What's the asynchronous programming
  • Difference between object/imperative/functional programming?
  • Difference between unit test / integration test / non-regression test?
  • What's the SEMVER
  • What's a hash?
  • How do you go about learning something new?
  • How do you stay up to date with technology and programming? (Interviewer wants to be comfortable that your skillset will continue to stay current in regards to the role. Do answer honestly including sources like blogs, forums, books or courses.)
  • How do you feel about testing?
  • Can you cite different types of testing.
  • What is the next thing you'd like to learn?
  • What have you built that you are most proud of? (Interviewer is looking to hear about your passion for programming and give you a chance to talk about specific technologies or methodologies you've used recently)
  • Can you explain what it means when a framework uses a convention over configuration approach?
  • What is functional programming?
  • What is object-oriented programming?
  • What are two programming languages you know well? How are they similar? How are they different? What are some examples of times you would use each of them over the other? (Interviewer wants to know if you understand programming languages at a deep level, and if you are thoughtful about your choice of tools)
  • (Roleplay) You've come across an error that doesn't have an obvious solution while writing a program, explain what steps you would take in trying to resolve it. (Interviewer wants to get an understanding of your problem solving approach, try to give more details than "google it" or "ask for help")
  • Describe the agile approach to software development.

🎨 Front-end / Web / HTTP

  • You can quote us 3 HTTP verbs?
  • What are the cache levels in the WEB?
  • What are websocket?
  • What is ajax?
  • Difference servside/clientside rendering?
  • What are the advantages/inconvenient of each of the methods?
  • What is CORS (Cross-Origin Resource Sharing) and what is responsible for?
  • What is CSS specificity?
  • Are you familiar with CSS modules?
  • What is your favorite React.js feature and why?
  • What is graceful degradation and prograssive enhancement?
  • What is your favorite front-end framework and why?
  • Can you explain one new feature in ES6?
  • Give me 3 ways to optimise the loading performance of a website.
  • Can you explain how you organise your CSS for responsiveness?
  • What is tree shaking?
  • What is hoisting?
  • Can you cite at least one way to improve a website for accessibility?
  • Can you explain event delegation in JavaScript?
  • Can you explain how the event loop works?
  • What is the difference between == and === in JavaScript?
  • What do people mean when they talk about Single Page Applications (SPAs)? And what are the benefits/downsides of this approach?
  • What is the purpose of using a templating language like HAML?
  • What is closure in JavaScript and what is its use ?

βš›οΈβ€Š React / JS

  • What's a callback?
  • What's a promise?
  • Can you tell us about the evolution of the recent JS
  • What is the difference between a document store and a relational database?
  • What is the significance of, and reason for, wrapping the entire content of a JavaScript source file in a function block? (function($) { /* code */ } )(jQuery);
  • What is a β€œclosure” in JavaScript?
  • What is functional programming? : Pure functions / Avoid side-effects/function composition/FP:first-class functions/ higher order functions/functions as arguments/values.
  • What is the difference between classical inheritance and prototypal inheritance?
  • What are two-way data binding and one-way data flow, and how are they different?

πŸ€„οΈ Unix System

  • What is a load balancer
  • What is round robin
  • What different shell could you name
  • What is the difference between a document store and a relational database?
  • What are the pros and cons of monolithic vs microservice architectures?

πŸ”© Back-end

  • If you have a greedy calculation, how do you make sure it doesn't block the process
  • What's the event loop?
  • Do you know Gulp or webpack?
  • What is the difference between a document store and a relational database?
  • What is the MVC (Model-View-Controller) architectural pattern?
  • What is a 500 HTTP error and what does it mean?
  • What is the difference between PUT and POST on a REST interface?
  • What is the fastest way to iterate?
  • What is premature optimization?
  • How do you personally debug backend code?

❓ Good questions to ask

  • What does a typical work week look like? (Gives you a quick sense of what to expect in terms of pace and responsibility)
  • Will I have the opportunity for pair programming and working with seniors? If so, how often can I expect it?
  • How long / time frame do you see me getting up to speed with your current codebase & workflow ?
  • In your view, what would you consider as a successful new hire ?
  • What ways would I be expected to contribute after 3 months / 6 months / 12 months ?
  • (If not specified) What technology stack does this product use? (or at an agency, what tehcnology stacks are favoured)
  • How often are deployments made to production? (This will give you a sense of how fast-moving the team is)
  • Is there an allocated budget for learning materials or attending conferences? (Shows company priorities and employee value)
  • Is there a formal performance review process and how often does it happen?
  • Do we have monthly / weekly catchups? (If no catchups, suggest if you could have regular catch ups)
  • How do you deal with "that person", the one you don't get along with?

See more here!

βš™οΈ General Techniques

  • If you find yourself getting lost during coding exercises, try splitting your solution into two parts: Sketch out the solution in any way that makes sense to you (e.g. pseudo-code or natural language), then code that solution. This technique can let you focus on solving separately from coding and spread out the cognitive load.

πŸ“‹ Practice

πŸ““ Additional resources

Some other repositories can be found with interview questions:

About

Top technical interview questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published