Net Architect Interview Questions

41

Net Architect interview questions shared by candidates

Top Interview Questions

Sort: Relevance|Popular|Date
ChenMed
Senior .NET Developer/Architect was asked...27 March 2014

I was asked to defend why I didn't believe in drag & drop development. Seriously?!

2 Answers

It is good to see a comment from one of the interviewers. The drag and drop has its limitations but it is an easy of use tool to help none technical people such as business user to create their business process and get it deployed in a timely fashion. Developers should be happy to see these tools since it is easier for business users to test their business processes. Less

Mr. Mark Richman: I happened to whiteness your interview that day. An interview with the CIO is not about your technical skills, but rather about your style of engagement with team members and your ability to add discussion value versus desperately trying to make a stand on your opinions. In my view, bad move on your part not understanding the actual purpose of the drag and drop question. It was not a technical question, and your ego might have gotten the better of a well crafted interview designed to find the brightest talent in the marketplace. Less

Seven Lakes Technologies

analytical skills questions.

2 Answers

Could you give some examples on the online test? Is it technical ?

This is non technical online test. It is an aptitude test.

Microsoft

what exactly your role in your current role

1 Answers

I answered like i am the responsible person to analyse, design, implement and deployment of the code and prepare the eta's and efforts calculation for the project requirements. Less

DWS

How would I approach a legacy system?

1 Answers

My answer: Look at the class tree, try to find out the design (actual and intended);try to encapsulate, what can we reuse, what do we have to rewrite. This wasn't what the interviewer intended, he was after something more specific, see next question. Less

DWS

What is unit testing? How do I go about writing a unit test? Do I focus a unit test on a class or a method? Would I write one or more tests per method? What are some unit testing frameworks?

1 Answers

Unit testing is automated testing of individual smallest units of program code to see if they fulfill the contract they were written for correctly. (-> Design by contract). "Smallest units" of program code can be classes or methods. In .Net, the Visual Studio Unit Testing Framework generates default unit tests for the methods of a class. So, when you have coded the basic design of a class and its methods with their signatures (possibly from a UML class diagram), the tests can be auto-generated and then filled in. By default, there is one test per method; if different input-output relationships of the method have to be tested, this is usually done with different method calls within the one test. This may work differently with different unit testing frameworks: http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks In "pure" test-driven development, the test is written even before the class, and the class then written so that the test will compile (and later, when coding is finished, even run without an error). Less

DWS

What is Dependency Injection? How would I go about using it in "day to day programming"?

1 Answers

First: Dependency _Inversion_ (not injection) is when before, a system that is developed would call little components (the dependencies) as they were given, whereas now, with inverted dependency, the system defines and publishes abstract interfaces as dependencies that the components had better fulfill, and the components are written to just fulfill the abstract interfaces. Based on this principle, Dependency _Injection_ is where a system defines/publishes its dependencies, but the actual components or elements that fulfill the dependencies are supplied ("injected") later, possibly at runtime. "Day to day programming" had me dumbfounded. What the interviewer meant was: There are some of Dependency Injection Frameworks out there, where the code that you write gets called by the framework, not the other way round, and the framework "injects" the dependencies your code needs. Example frameworks are Spring in the Java sphere and Managed Extensibility Framework in the .Net sphere. "Day to day programming" meant: "When you program without a framework". It still had me dumbfounded because in .Net, you never program without a "framework" -- the library itself is called the .Net framework. The expected answer was (probably) that dependencies can also be injected manually by code that calls your code. Dependencies can be supplied to a class that needs them via public properties, or via the constructor, or via interfaces that the class that receives the dependency defines, e.g. via a factory method. Less

Accion Labs

basics of data design

1 Answers

I answered and asked them what they were doing and the interviewer couldn't really answer my technical questions. it felt like a dummy interview. not sure what. Less

CI&T

Nah, over and over about my professional experience.

1 Answers

No right answer

Crossover for Work

Create an architecture for a distributed environment and implement a prototype for the same

1 Answers

The interview demands lot of time. I had to spend about 12 hours.

Salesforce

For the architect panel, I was given a week to put together a presentation (and was given a branded slide deck) and demonstration of a real solution I designed and built. Questions were about the approach to the project.

1 Answers

I was able to more accurately show the breadth of my technical knowledge and skill set with this format. I was able to give real life information and answer questions about the project, challenges, and approach to drive the solution. This was the first time I was asked to use this approach in an interview and found it to be superior over the usual form of skills assessment used by other consulting firms or organizations - which typically entails being given a foreign case study with minimal information to build and present a solution which almost always feels rushed, incomplete without information, and limited due to time restraints and partial requirements. Salesforce seems to have figured out a great way to assess skill level. Less

Viewing 1 - 10 of 41 interview questions

See Interview Questions for Similar Jobs

net developerdevelopment managernet managertechnical architectnet leadsoftware architectsharepoint architectsolution architect

Glassdoor has 41 interview questions and reports from Net architect interviews. Prepare for your interview. Get hired. Love your job.