Technology Architect Interview Questions

16,984 technology architect interview questions shared by candidates

Create two classes [1] MyDate (day, month, year) and [2] MyPoint (x, y). You may use any language you like. Create a "main" function and within it construct two variables "d" (MyDate with 31, 12, 2016) and "p" (MyPoint with 5.5, 10) Add a method called "printConstructor" to both MyDate and MyPoint that dumps the constructors for both d and p into the console. The expected output in console should be: "new MyDate(31, 12, 2016)" "new MyPoint(5.5, 10)" Refactor the above code to use the visitor pattern to print both constructors see https://dzone.com/articles/design-patterns-visitor or https://en.wikipedia.org/wiki/Visitor_pattern for visitor pattern
avatar

UI Architect

Interviewed at Massive Interactive, Inc

3.9
Mar 23, 2018

Create two classes [1] MyDate (day, month, year) and [2] MyPoint (x, y). You may use any language you like. Create a "main" function and within it construct two variables "d" (MyDate with 31, 12, 2016) and "p" (MyPoint with 5.5, 10) Add a method called "printConstructor" to both MyDate and MyPoint that dumps the constructors for both d and p into the console. The expected output in console should be: "new MyDate(31, 12, 2016)" "new MyPoint(5.5, 10)" Refactor the above code to use the visitor pattern to print both constructors see https://dzone.com/articles/design-patterns-visitor or https://en.wikipedia.org/wiki/Visitor_pattern for visitor pattern

There was nothing really unexpected. At the time I think I was one of the only people interviewing who had a deep knowledge of digital at a time when this particular team was transitioning from a more analog mindset.
avatar

Content Architect

Interviewed at J. Walter Thompson Worldwide

3.5
Mar 5, 2018

There was nothing really unexpected. At the time I think I was one of the only people interviewing who had a deep knowledge of digital at a time when this particular team was transitioning from a more analog mindset.

Some good questions like talking about the best solutions I developed in previous jobs and how did I find the solutions for the most difficult problems. Some cliche questions like what are your strengths and your weaknesses . Some stupid technical questions about how to do specific things from specific languages by memory!
avatar

Applications Architect

Interviewed at DIGIT

3.6
May 12, 2018

Some good questions like talking about the best solutions I developed in previous jobs and how did I find the solutions for the most difficult problems. Some cliche questions like what are your strengths and your weaknesses . Some stupid technical questions about how to do specific things from specific languages by memory!

Viewing 7431 - 7440 interview questions

Glassdoor has 16,984 interview questions and reports from Technology architect interviews. Prepare for your interview. Get hired. Love your job.