Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

MCN Solutions Interview Questions
Questions Answers Views Company eMail

What is the value which is accepted by all data types ?

520

What are the advantages of using Master Pages?

605

What are the steps to follow to host a web application on a web server?

591

What are the advantages and disadvantages of Using Cookies?

523

Can we create a multiple user simultaneously ?

590

How do you sign out from forms authentication?

559

Can more than one person use the same login?

578

What is web configuration file and how to use in web application

598

What is difference Between Authentication and authorization?

579

Can you dynamically assign a Master Page?

590

What is difference between URL and URI?

635

What is the advantage of using Windows authentication in a Web application?

565

What is Web Server Control Templates.?

591

How to manipulate data from one table to another table ?

550

Difference Between ORDER BY Clause and GROUP BY Clause in SQL?

636

Post New MCN Solutions Interview Questions


MCN Solutions Interview Questions


Un-Answered Questions

how will be maintain vaccum by an steam ejector system? what will be happen when steam turbine vaccum is down? what is the blow down ratio?

1962


You want to remove the tasklist data marked for deletion completely from the system. What steps would you take?

516


Write down steps to create a spreadsheet in apache poi?

5


Do hackers use linux?

454


In software testing Business requirements or FRD is given,u will have start preparing test cases. In the document only text box is mentioned for a particular option.So do u prepare test cases including special characters,numbers,alphabets,alphanumeric or only for some. Pls help me out.

3416






Hi this is the coding for adding data in to an xml table i want the coding for update and delete Try Dim emp_xml_doc As New XmlDocument If System.IO.File.Exists(Server.MapPath("emp.xml")) Then emp_xml_doc.Load(Server.MapPath("emp.xml")) Dim myrow_element As XmlElement myrow_element = emp_xml_doc.CreateElement("EmpDetails") Dim str As String str = "" & TxtEmpId.Text & "" & _ "" & TxtName.Text & "" & _ "" & TxtSalary.Text & "" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file 100 xxx 2000 yyy dddd 77777 rrrr rrrr 6666 qaqa sini 50000 errrrrrrrr rrrrrrrrr 677777 rrr rrr 33

1737


What is the concept of soa governance?

776


what is Global Call

654


What is java and their uses?

552


What is access best used for?

423


What is the report painter?

612


if you are handling distribution network,could you tell me yourself on that field ? and also tell me ROI at the point of Company ,Wholeseller,retailers.

1667


What are AngularJS features? 15

473


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1431


Define the usage of split?

484