Find Interview Questions for Top Companies
Zifo rnd solutions Interview Questions and Answers
Ques:- What is different between int and bint?
Right Answer:
In SQL Server, `int` is a data type that stores integer values ranging from -2,147,483,648 to 2,147,483,647, while `bigint` (often abbreviated as `bint`) is a data type that stores larger integer values ranging from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
Ques:- What is asp.net?
Right Answer:
ASP.NET is a web framework developed by Microsoft for building dynamic web applications and services. It allows developers to create web pages using languages like C# and VB.NET, and it provides tools and libraries for handling web-related tasks such as user authentication, database access, and session management.
Ques:- What is the difference between jscript and javascript?
Right Answer:
JScript is Microsoft's implementation of the ECMAScript standard, while JavaScript is the implementation developed by Netscape. They are similar but have some differences in features and compatibility.
Ques:- What is DOM?
Right Answer:
DOM stands for Document Object Model. It is a programming interface that represents the structure of a document (like HTML or XML) as a tree of objects, allowing scripts to manipulate the content, structure, and style of the document.
Ques:- Difference between visibility:hidden and display:none in css?
Right Answer:
`visibility: hidden;` hides the element but still takes up space in the layout, while `display: none;` removes the element from the layout entirely, so it does not take up any space.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users