Interview Questions

Q:

What do you understand by Variance Report in payroll?

Answer

Variance Report is to know what is the difference between last month salary and the current month salary you can also check in that report all input which you have considered its captured or not

Report Error

View answer Workspace Report Error Discuss

1 5046
Q:

Are you computer literate in relation to fashion design? Would you be able to use software to produce designs?

Answer

Be frank. Some established designers use no or little computer software in their work. Others rely heavily on technology (CAD). Simply explain how you work. If you are an efficient designer, your use of computer software will not be relevant.

Report Error

View answer Workspace Report Error Discuss

7 5036
Q:

What is the need of Response.Output.Write() in Asp.net ?

Answer

Response.Write() and Response.Output.Write() both does the same work for printing output on the screen. But their is a small difference between them. As we can write formatted output using Response.Output.Write() but Response.Write() can't allows the formatted output.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Analyst , IT Trainer

4 5033
Q:

How can different versions of private assemblies be used in the same application without a re-build?

Answer

You can use different versions of private assemblies in the same application without a re-build by specifying the assembly version in the AssemblyInfo.cs or AssemblyInfo.vb file.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

1 5030
Q:

How do you stay up to date with fashion?

Answer

Designers stay current by reading magazines, browsing the internet, attending fashion shows, and studying technical manuals. They study the history of fashion to better understand its development and current tendencies.

Report Error

View answer Workspace Report Error Discuss

8 5027
Q:

Can any object be stored in a View state in .NET ?

Answer

View state is a repository in an ASP.NET page that can store values that need to be retained during postback.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Analyst , IT Trainer , Project Manager

2 5020
Q:

Which TCP/IP port does SQL Server run on? How can it be changed?

Answer

SQL Server runs on port 1433. It can be changed from the Network Utility TCP/IP properties.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

1 5000
Q:

Explain $_FILES Superglobal Array.

Answer

Array                                              Descriptions
--------------------------------           -----------------------------------
$_FILES['userfile']['name']              The original name of the file on the client machine.




$_FILES['userfile']['type']                The MIME type of the file if the browser provided 


                                                   this information. An example would be "image/gif".




$_FILES['userfile']['size']                The size, in bytes, of the uploaded file.




$_FILES['userfile']['tmp_name']      The temporary filename of the file in which the


                                                  uploaded file was stored on the server.




$_FILES['userfile']['error']              The error code  associated with this file upload.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 4998