.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!


Post New Web Links

ASP.Net Importent Interview Questions

Posted By: Naresh Kamuni     Posted Date: April 11, 2012    Points: 2   Category :ASP.Net
 
ASP.Net Importent Interview Questions


View Complete Post


More Related Resource Links

JQuery Importent Interview Questions with Answers

  
JQuery Importent Interview Questions with Answers

C# Interview Questions

  
C# Interview Questions
This is a list of questions I have gathered from other sources and created myself over a period of time from my experience, many of which I felt where incomplete or simply wrong. I have finally taken the time to go through each question and correct them to the best of my ability. However, please feel free to post feedback to challenge, improve, or suggest new questions. I want to thank those of you that have contributed quality questions and corrections thus far.

There are some question in this list that I do not consider to be good questions for an interview. However, they do exist on other lists available on the Internet so I felt compelled to keep them easy access

web services interview questions.

  
Hi ,   I am preparing for ASP.NET web service interview.   Can you please send me the FAQ for web services.???   Thanks in advance.   Thanks Narendraan.K

.NET Interview Questions

  
This all.Net Interview Questions are most useful whoom going to face interview as a .Net Fresher.Who are interesting in .NET Technology.

The .NET Interview Question as the following:

1. ASP.NET Interview Questions
2. VB.NET Interview Questions
3. C#.NET Interview Questions
4. SQL Server Interview Questions
5. XML Interview Questions
6. HTML Interview Questions
7. WebServices Interview Questions:

SSIS interview questions.

  
Could some of the expert(s) list interview questions that might come up when applying for ETL/SSIS developer I or II positions.Thanks

I am about to get this job but SQL interview questions for tomorrow.

  
Hi,
I have a job interview tomorrow, but they may ask me some questions about SQL but very basic troubleshooting knowledge. Rest of other questions are networking or tcp/ip.
Please let me know if you feel like you can help me.
Of course I've looked at google but it seems to be too much information.


1. at least 5 things to check if SQL isn't functioning.
2. where to check the logs.
3. how to perform a simple query to see if the DB is responding.

Thank you a mil.



C# interview questions and answers

  
Hi...
Can u pls tel me
where to find commonly asked C# interview questions and answers?

BEST SQL Interview Questions Site

  
Hi,
Can anyone tell me the BEST interview Questions site for SQL 2000 and for SQL 2005, BOTH versions.

ASP.NET Interview Questions & Answers

  
1.How we implement Web farm and Web Garden concept in ASP.NET?At least give an example ?
A web farm is a multi-server scenario. So we may have a server in each state of US. If the load on one server is in excess then the other servers step in to bear the brunt.
How they bear it is based on various models.
1. RoundRobin. (All servers share load equally)
2. NLB (economical)
3. HLB (expensive but can scale up to 8192 servers)
4. Hybrid (of 2 and 3).
5. CLB (Component load balancer).
A web garden is a multi-processor setup. i.e., a single server (not like the multi server above).
How to implement webfarms in .Net:
Go to web.config and
Here for mode = you have 4 options.
a) Say mode=inproc (non web farm but fast when you have very few customers).
b) Say mode=StateServer (for webfarm)
c) Say mode=SqlServer (for webfarm)
Whether to use option b or c depends on situation. StateServer is faster but SqlServer is more reliable and used for mission critical applications.
How to use webgardens in .Net:
Go to web.config and
Change the false to true. You have one more attribute that is related to webgarden in the same tag called cpuMask.

2.Is there any limit for query string? if means what is the maximum size?.
Servers should be cautious about depending on URI lengths above 255 bytes, because some older client or proxy implementations may not properly support these leng

ASP.NET Interview Questions & Answers

  
1.How we implement Web farm and Web Garden concept in ASP.NET?At least give an example ?
A web farm is a multi-server scenario. So we may have a server in each state of US. If the load on one server is in excess then the other servers step in to bear the brunt.
How they bear it is based on various models.
1. RoundRobin. (All servers share load equally)
2. NLB (economical)
3. HLB (expensive but can scale up to 8192 servers)
4. Hybrid (of 2 and 3).
5. CLB (Component load balancer).
A web garden is a multi-processor setup. i.e., a single server (not like the multi server above).
How to implement webfarms in .Net:
Go to web.config and
Here for mode = you have 4 options.
a) Say mode=inproc (non web farm but fast when you have very few customers).
b) Say mode=StateServer (for webfarm)
c) Say mode=SqlServer (for webfarm)
Whether to use option b or c depends on situation. StateServer is faster but SqlServer is more reliable and used for mission critical applications.
How to use webgardens in .Net:
Go to web.config and
Change the false to true. You have one more attribute that is related to webgarden in the same tag called cpuMask.

2.Is there any limit for query string? if means what is the maximum size?.
Servers should be cautious about depending on URI lengths above 255 bytes, because some older client or proxy implementations may not properly support these leng
Categories: 
ASP.NetWindows Application  .NET Framework  C#  VB.Net  ADO.Net  
Sql Server  SharePoint  Silverlight  Others  All   

Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend