Sunday, January 31, 2010

HCL

  • What is XSLT?
  • consume webservice in AJAX?
  • select top 4 without using top keyword?
  • SELECT Uname, pwd FROM ( SELECT Uname, pwd, RANK() OVER (ORDER BY ID asc)ID_rank FROM test) test WHERE ID_rank <= 4
  • Application Object vs Cache
  • View State vs Session State
  • why out - processSession state needed?
  • response.redirect vs server.transfer
  • what is the disadv of server.transfer
  • handle exception in webservice?
  • how to pass parse xml file
  • what is XPath?
  • different Isolation Level in sql

Tuesday, January 19, 2010

Idea Float Interview

1.Ajax State
2.Ajax Header Information
3.Ajax Get vs Post
4.C# out Keyword is good or bad
5.String is val type or ref
7.Sql server normalizaton
8.WCF timeout set
9.how many binding can have a one service
10.Different types of bindings
11.C# what is the use of virtual keyword
12.c# can we use this keyword in static constructor
13.Can we use Foreach in java script
14.Sp vs Fn
15.Types of Cursors