I haven't been in interview where the interviewer asked about design patterns yet. But I remember about singleton design pattern when I was watching Java mock interviews in YouTube.
I haven't done any Interview relating to design pattern, but if I would choose between the two I would chose the Factory design as it is more nice and neat to pass just the constructor values rather than the builder where you stating both the parameter value and its function.
Top Comments
I still haven't gone into technical interviews, but I appreciate learning factory and builder design patterns. Although it is still a bit confusing
Still retaining the information regarding this, and hope one day I could implement those ideas in a real project.
Other Comments
I haven't been in interview where the interviewer asked about design patterns yet. But I remember about singleton design pattern when I was watching Java mock interviews in YouTube.
MVC framework
Constructor Pattern, OOP, & Revealing Module Pattern on my end, this course really helped me a lot to answer them.
Prototype pattern
I haven't done any Interview relating to design pattern, but if I would choose between the two I would chose the Factory design as it is more nice and neat to pass just the constructor values rather than the builder where you stating both the parameter value and its function.
I never encountered interviews that mentioned any design pattern except OOP.
Constructor Pattern
Constructor Pattern, Revealing Module Pattern