KUNGFU TECH vietnam
6304 câu hỏi phỏng vấn Full-Stack, Coding & System Design Interview
Bộ lọc:
What Is Load Balancing?
What Is CAP Theorem?
Define Microservice Architecture
What do you understand by Clean Architecture approach?
Why Do You Need Clustering?
What defines a software architect?
What Is Scalability?
What does the expression “Fail Early” mean, and when would you want to do so?
What is Domain Driven Design?
Why use WebSocket over HTTP?
Why is it a good idea for “lower” application layers not to be aware of “higher” ones?
What Is A Cluster?
What is meant by the KISS principle?
What do you mean by lower latency interaction?
What is Test Driven Development?
How Do you update a live heavy traffic site with minimum or Zero Down Time?
Is it better to return NULL or empty values from functions/methods where the return value is not present?
What does it mean "System Shall Be Resilient"?
Explain the purpose of Clean Architecture Inner and Outer layers
What is the difference between Concurrency and Parallelism?
In OOP, what is the difference between the Repository Pattern and a Service Layer?
What is Bad Design?
What is Elasticity (in contrast to Scalability)?
What Do You Mean By High Availability (HA)?
What Is Middle Tier Clustering?
"People who like this also like... ". How would you implement this feature in an e-commerce shop?
Explain the Single Responsibility Principle (SRP)?
What is the difference between DTOs and ViewModels in DDD?
What is the Command and Query Responsibility Segregation (CQRS) Pattern?
Describe what is the Event Sourcing Pattern
What Is Session Replication?
What Is Sticky Session Load Balancing? What Do You Mean By "Session Affinity"?
What is the difference between Monolithic, SOA and Microservices Architecture?
What Is ACID Property Of A System?
How can you keep one copy of your utility code and let multiple consumer components use and deploy it?
What is Back-Pressure?
What does SOLID stand for? What are its principles?
What is difference between Fault Tolerance and Fault Resilience?
Name some benefits of CQRS Patter
Explain what is Interface Segregation Principle (ISP) in Clean Architecture and what are some of its benefits?
What does program to interfaces, not implementations mean?
What Is Load Balancing Fail Over?
What are the DRY and DIE principles?
What is a Model in DDD?
Name some Performance Testing best practices
Name some Performance Testing metrics to measure
Is Unit Of Work equals Transaction? Or it is more than that?
What is the difference between the Clean and the N-Tier Architectures?
How should I be grouping my Reposit...
What is relationship between...
Compare Onion vs Clean v...
What's the difference betwee...
Why should I isolate my domain en...
Is Repository Pattern as sa...
What is the Dependency Inversion Pri...
Two customers add a product to the basket in the same t...
What Is IP Address Affinity ...
What is GOD class and ...
What is Unit test, Integration Test, Smoke test, Regre...
Compare "Fail Fast" vs "Robust"...
What Is ...
Defend the monoli...
Explain Failure in...
Why should you structure y...
Why layering your application is impor...
Explain threads to...
Explain what is...
What is BASE prop...
Provide Definition Of...
How to handle exceptions ...
How do you off load w...
What will you choose: Repository P...
What is actor model in conte...
Can we use the CQRS wit...
What are best practices for caching paginated ...
Why is writing software difficult? W...
Cache miss-storm: Dealing with concurrency wh...
Are you familiar with The T...
How do I test a private function or a class tha...
What is the most accepted transa...
What Does Eventual...
What Is Shared Nothing Arch...
What are heuris...
What does Amda...
What is the difference bet...
Where DTO should be implemented, in a Domain La...