What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 22220 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > Others Interview Questions

Now you don't need go anywhere to get the best interview questions on Microsoft technology. We are trying to gather all real interview questions asked from MNCs and put them here. You can also assist us in doing so by submitting .net interview questions. These questions are generally different from certification questions however it may help you in that too.



Page copy protected against web site content infringement by Copyscape
In software application development, agile software development (ASD) is a methodology for the creative process that anticipates the need for flexibility and applies a level of pragmatism into the delivery of the finished product. Agile software development focuses on keeping code simple, testing often, and delivering functional bits of the application as soon as they're ready. The goal of ASD is to build upon small client-approved parts as the project progresses, as opposed to delivering one large application at the end of the project.

For more, see http://www.agilemodeling.com/faq.htm

NOTE: This is objective type question, Please click question title for correct answer.

NOTE: This is objective type question, Please click question title for correct answer.

What is UML?


Posted by: Raja
UML (Unified Modeling Language) is a standard language for specifying, visualizing, constructing and documenting all the artifacts of a software.

// is used to comment Single line

/*---*/ is used to comment Multi-line ,

/// is used for XML documentation comments.

Scripting languages code are interpreted at run-time. This means that every time we want to run the program, a separate program needs to read the code, interpret it, and then follow the instructions in the code. (eg. PHP, ASP, JSP, JavaScript, VBScript etc.)

Programming language code are compiled before it is run. Once it is compiled, it can run any number of times. Because compiled code are already been interpreted into machine language, so it is typically faster than scripting language. (eg. C, C++, C# etc.)

"M" is a new modeling language being developed by Microsoft to build domain models and working with Data. "M" standas for Model.

Another definition written by one of the writer (Aaron Skonnard) is

"A new text-based data modeling language, designed for developers, for describing the data stored in the repository and for generating SQL. The repository will come with numerous pre-defined schemas that represent common distributed application constructs. “M” also provides a grammar for creating custom Domain Specific Languages (DSL)."

For more details, visit http://msdn.microsoft.com/en-us/library/dd129539(VS.85).aspx

NOTE: This is objective type question, Please click question title for correct answer.

1.Tell me about yourself
Answer: Start from your education and give a brief coverage of previous experiences. Emphasise more on your recent experience explaining your job profile.

2. What do you think of your boss?
Answer: Put across a positive image, but don't exaggerate.

3. Why should we hire you? Or why are you interested in this job?
Answer: Sum up your work experiences with your abilities and emphasise your strongest qualities and achievements. Let your interviewer know that you will prove to be an asset to the company.

4. How much money do you want?
Answer: Indicate your present salary and emphasise that the opportunity is the most important consideration.

5. Do you prefer to work in a group?
Answer: Be honest and give examples how you've worked by yourself and also with others. Prove your flexibility.

yes.

Answer : 10

Explanation: The identity column can be omitted when using and INSERT that doesn't specify a column list. So, you won't get an error. According to BOL, "If the table contains an identity column, the counter for that column is reset to the seed value defined for the column when you TRUNCATE the table. If no seed was defined, the default value 1 is used. To retain the identity counter, use DELETE instead."

It's development method in which work “flows down” from one stage into the next stage. Each stage must be completed before the next stage can begin, and returning to a previous stage is often not permissible.

Various Phases are
1. Requirements
2. Design
3. Implementation
4. Testing
5. Release

NOTE: This is objective type question, Please click question title for correct answer.

Systems or Software Development Life Cycle

1 Initiation/planning
2 Requirements gathering and analysis
3 Design
4 Implementation
5 Maintenance

Found this useful, bookmark this page link to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape
Navigate to Page: 1 | 2 | 3 | 4 | 5 | 6 | ... | 14 |

 More Exclusive Others Interview Questions and Answers here


Found interesting? Add this to:


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/21/2013 10:47:22 PM