Monday, December 31, 2012

Telephonic interview



   Brief me about yourself  and your experience.



Sitecore.
  • What kind of work have you done in Sitecore.
  • How did you created Layouts.
  • What is standard values.
  • What kind of different databases involved in sitecore and what is its role.
  • Have you worked on Work flow.
  • While design a page how do you map controls 
  • Have you worked on multiple sites or single site.
  • How do you publish your work.


ASP.Net
  • Brief me about your last project and technical architecture.
  • Have you used any design patterns
  • What is advantageous to use Entity Framework Over SP in scenario of 10,000 users.
  • Why should you use Dependency injection?
  • What kind of scenario you should use Dependency injection.
  • Who designed your previous project architecture.
  • What kind of different techniques to transfer data from One page to another in .net.
  • Can we pass viewstate to one page to another?
  • Can i disable viewstate for any control? if i do that then what happened?
  • If i wanted to store session in out of process then what can i do.
  • Why should we dispose the database connection.

Sunday, December 30, 2012

Interview Questions

Introduction.
 - Brief me about your self.
-  What is difference between Waterfall model and Agile using SCRUM.
-  Tell me about your latest project.
-  What are the major new features of .net 2.0, 3.5, 4.0, 4.5
-  what is diff between Java and .Net
-  What is satelite assembly.
-  What is delegate and Why we should use it.
-  What is multicast delegate.
-  What is difference between Delegate and Events
-  What is LINQ.
-  What is difference between IEnumerable and IQueryable.
-  What is difference between LINQ to SQL and Entity Framework.
-  What is annonymouse method.
-  What is Lambda expression. What can you use instead of lambda expression in LINQ.
-  What is Http Handler and HTTP Module.
-  What is Routing.?
-  What is REST ful services. Why we should use it.
-  What is difference between RESTFUL services and Normal WCF service.
-  What is major difference between IIS7 and IIS 6.
-  What is Application domain and what is application pool. What is the advantage of using applicaiton pool.
-  What to do if i wanted to cache only user control and share it for all request.
-  What is ASP.net Application life cycle?  
-  Do you know about parallal processing.
- What is difference between == and Equals method.
- Can you use Language keyword as a variable name
- Is C# Static type language or Dynamic Type?
- How can you get most 2 highly earned person of department using sql from table Employee{Name, id, sal, dept}, Department {id, name}.
- what is sql profiler.
- What is shadowing
- What is different types of Contract in WCF.