- O que é SOLID? - Quais princípios do SOLID você mais aplica no dia a dia? - Quais padrões de projeto você conhece?
Back End Developer Interview Questions
1,560 back end developer interview questions shared by candidates
What are the main principles of OOP? What is the difference between an interface and an abstract class? How does HashMap work internally? What is hash collision? What is the difference between equals() and hashCode()? Why is String immutable in Java? What are checked and unchecked exceptions? What is the difference between ArrayList and LinkedList? What is the difference between HashMap and ConcurrentHashMap? Explain the lifecycle of a thread. What is the difference between Runnable and Callable? What is synchronization? What is the volatile keyword? What are lambda expressions? What is the Stream API in Java 8? 🚀 Spring Boot What is Spring Boot? What is the difference between @Component, @Service, and @Repository? How does dependency injection work in Spring? What is @Autowired? What is the Spring Bean lifecycle? How do you handle exceptions globally in Spring Boot? What is REST and how does it work? How do you secure a Spring Boot application? Explain the flow of a REST API request in Spring Boot. What is Spring Security? 🔐 JWT / Security What is JWT? How does JWT authentication work? What is the difference between authentication and authorization? How do you implement role-based access control? 🧱 Microservices What is the difference between monolithic and microservices architecture? What are the advantages of microservices? How do microservices communicate with each other? What is an API Gateway? What is service discovery? What is a circuit breaker? How do you handle failures in microservices?
One hour coding project needing to use PHP - arrays, API, classes
Décrire la méthodologie Agile Scrum
Describe some OO design patterns you know
Create PDO class for PHP
JS, front end, functions
Implement rate limiting.
# Back-End Developer Test ## Overview Your client has tasked you with making a RESTful API to support the ultimate Moviegoers Guide suite of applications. They are asking for an API that serves up: * A list of movies * The user should be able to search the movies by title * The user should be able to filter the movies by rating * The user should be able to filter the movies by category * Movie details for each movie * A list of actors in a movie We have provided a mysql database of movie info for you. We have also provided a starter PHP application using the SLIM framework although you are free to use the language and framework of your choice - Ruby, Node, etc.
How can we use this design pattern to solve this problem ?
Viewing 1051 - 1060 interview questions