top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

When interviewer ask Architecture of the project, what should be the answer?

+3 votes
327 views

Please answer in C/C++/Java context :)

posted Feb 4, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

From my point of view

Project Architecture means what are the tiers in your project with flow diagram.
suppose your project contains 5 tiers like client tier, presentation tier, Business tier, Integration tier, Data tier, then you should draw the all tiers flow before the interviewee if required. Project Architecture is nothing but is the structure of your application. What are the layers are used to retrieve the data from the Database.

I made a short project on J2EE that contains my Database Design, Application Layer, Connections, User Design Diagram, Data Flow Diagram. You can explain the interviewee by your own diagram if you can explain your project, although assuming you are not perfect in drawing.

answer Dec 4, 2016 by Atindra Kumar Nath
...