0% found this document useful (0 votes)
33 views2 pages

Int Ques

The document outlines interview topics that include object-oriented programming concepts in C# like abstract classes and interfaces, polymorphism, and overloading and overriding. It also discusses ASP.NET web development topics such as the page lifecycle, state management, and return values for action methods. Additional topics cover WCF/web services, SQL Server concepts like joins and keys, MVC patterns, architecture and design patterns, source control using TFS, TSQL queries and transactions, and LINQ queries using lambda expressions.

Uploaded by

Lalitha Anaparti
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views2 pages

Int Ques

The document outlines interview topics that include object-oriented programming concepts in C# like abstract classes and interfaces, polymorphism, and overloading and overriding. It also discusses ASP.NET web development topics such as the page lifecycle, state management, and return values for action methods. Additional topics cover WCF/web services, SQL Server concepts like joins and keys, MVC patterns, architecture and design patterns, source control using TFS, TSQL queries and transactions, and LINQ queries using lambda expressions.

Uploaded by

Lalitha Anaparti
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Interview Information OOPC o o o o o Abstract and interfaces. Difference between Abstract and Encapsulation. Overloading and Overriding. Scenarios.

. Questions on Polymorphism (Implementation & Examples).

ASP .NET o o (4.0) Web concepts -> Targeting Web concepts Cycle, Page Load Cycle, Life cycle of ASP.net, State Management, Sequence. What type of return value we can have for action methods. How can we redirect.

o o

WCF/Web services -> 2 questions some examples are o o o WCF (Windows Communication Foundation) -> Error handling WCF -> Address binding contract and end points. WCF-> Conversion from string to dot and vice versa.

SQL Server o o o o o Difference between primary, unique keys Difference between union and union all Question on Joins (e.g. Left outer join) Solving a problem. Declaring of primary key in table.

More questions on SQL Database.

MVC (Module View Controller) patterns o o How it works? Basics of MVC.

Architecture and Design patterns used in your projects.

Configuration in projects.

TFS ( Team foundation server) o o o Bug Tracking Check in , Check out of files ( Source Code Management) How can 2 people work on single file at a time.

TSQL (Transactional SQL) o o o Scenarios (Queries, Transactions used in your project) Cursors Joins

LinQ o o o Lambda Expressions ( Examples) Scenarios ( 1 or 2 and queries) How WARE keyword is used in LAMBDA expressions.

Questions on c# .NET

You might also like