- What is agile software development?
- what is software development lifecycle
- what is 3-tier architecture
- What is UML?
- What’s the difference between // comments, /* */ comments and /// comments?
- What is the difference between scripting language and programming language?
- What is "M" language?
- Which is not the step to create custom SOAP (Simple Object Access Protocol) header class?
- 1.Tell me about yourself and other related questions
- Is it possible to hide or mask the extension with other extension of file in address bar in browser using coding?
- What result will you get from running the following script:
[CODE]CREATE TABLE Patient
(
PatientId int IDENTITY(1,3) PRIMARY KEY,
Name varchar(50)
)
INSERT Patient VALUES('Hollan Daise')
INSERT Patient VALUES('Amy Dexterous')
TRUNCATE TABLE Patient
INSERT Patient VALUES('Hollan Daise')
INSERT Patient VALUES('Amy Dexterous')
DELETE FROM Patient
INSERT Patient VALUES('Hollan Daise')
INSERT Patient VALUES('Amy Dexterous')
SELECT MAX(PatientId) FROM Patient
DROP TABLE Patient
[/CODE] - What is Waterfall Model?
- VBScript variable names cannot exceed
- What is the abbrevation of SDLC?
- What are the phases in the Systems Development Life Cycle?
- What is Unified Process?
- Tell me an example for the Unified Software Development Process model?
- What is Work system framework?
- What's P-Modeling Framework?
- What is the abbrevation for RAD?
- Explain Rapid application development?
- What is the abbrevation for UML?
- What's the purpose of UML?
- What's the abbrevation of OOA & OOAD?
- What is Object-oriented analysis and design ?
- What is Agile software development methodology?
- List out some of the Agile methodologies?
- List out some of the Agile followed practises?
- What is Agile Modeling?
- What is Extreme Programming(XP)?
- What is Test-driven development method?
- What is Agile Unified Process model?
- What is Agile Data Method?
- What's the abbrevation of DSDM? Explain DSDM?
- What is Feature Driven Development model?
- What is the Scrum model?
- What is Lean software development method?
- In Microsoft Windows XP, XP stands for what?
- What is the type of the algorithm used in solving the 8 Queens problem?
- What is DirectX?
- Which is the suitable and efficient data structure to create a tree?
- What is the use of CEILING function in ORACLE?
- What is XSLT?
- URL is Composed of?
- Full form of URL ?
- Which is called as "Soroban"?
- How a pointer stores address?
- Give the Expansions of COM,IDL,GUID,DNA,MSMQ,MTS,UDA,IIS,ISA,NLB
- what you meant by COM?
- What is HRESULT?
- Which Command is used for viewing the windows registry contents? Mention some of the registry keys?
- What you mean by Presentation Logic, Business Logic, Data Tier?
- How do you set an example as a Team Leader to your Team Members?
- How do you plan and start your work day?
- Give the Expansion of WSDL, JSON, DSML, PNRP, WPF, WCF, WWF, LINQ
- What is Add-Ins?
- What is XCopy?
- What is the purpose of a bootstrapper application?
- A simple concatination example of string column with an arbiturary string in Oracle.
Or
Which operator in oracle is used to concatinate string column with an arbiturary string. - Give the Expansions of CORBA,RMI,RPC,WSDL,SDL,IDL,NASSL,WDS ,UCS,UTF
- What is Cryptography?
- Differences between Window Services and Window Applications
- Differences between a GroupBox and a Panel.
- What is errorprovider?
- Which controls do not have events?
- Can we copy a COM dll to GAC Folder?
- How can we call unmanaged code through .NET?
- Difference between http and https
- Which property of a Windows Form TextBox cannot be changed dynamically?
- How controls are created and events fired on a Windows Form?
- Difference betweem MouseDown, Click,MouseClick events in Windows applications.
- How can we display the contents of an enum in a ComBoBox?
- How can we display WindowListing in .NET?
- How can we view the ColumnHeaders in a ListView Control?
- How can we display check boxes in a List View control?
- What is Code Instrumentation?
- What is BSON ?
- How can a function accepts variable mumber of arguments in C ?
General .net Interview Questions
List of General .NET Interview Questions. To get the answers of these General .NET Interview Questions. click here.
