KyaPoocha.com

Huge Collection of Interview Questions


Archive for June, 2006

Whether Linked List is linear or Non-linear data structure? 

According to Access strategies Linked list is a linear one. According to Storage Linked List is a Non-linear one  Read more »

What is the data structures used to perform recursion? 

Stack. Because of its LIFO (Last In First Out) property it remembers its ‘caller’ so knows whom to return when the function has to return. Recursion makes use... Read more »

If you are using C language to implement the heterogeneous linked list, what pointer type will you use? 

The heterogeneous linked list contains different data types in its nodes and we need a link, pointer to connect them. It is not possible to use ordinary pointers... Read more »

List out the areas in which data structures are applied extensively? 

Ø     Compiler Design, Ø     Operating System, Ø     Database Management System, Ø     Statistical analysis package, Ø     Numerical... Read more »

What is Client side and server side scripting? 

Since JavaScript is currently the only scripting language supported by every major web browser (Internet Explorer, Firefox, Netscape, Safari, Opera, Camino, etc),... Read more »

How to connect to a database? 

Connecting to a Database The first step to using ADO.NET is to connect to a data source, such as a database. Using the Connection object, you tell ADO.NET which... Read more »

JavaScript V/s JAVA 

Java is a strongly typed, compiled programming language developed by Sun Microsystems. JavaScript, developed originally by Netscape, is a lightweight, interpreted... Read more »

Name some builtin functions of JavaScript? 

JavaScript provides six built-in functions. These functions are unrelated to the built-in objects. escape (string) string is a string in the ISO Latin-1... Read more »

How to put a JavaScript into an HTML document? 

Syntax to put a JavaScript into an HTML document document.write("Hello World!") And it produces this output: Hello World! To insert a script in an HTML document,... Read more »

What is HTML? 

HTML stands for HyperText Markup Language and is the publishing language of the World Wide Web.  Read more »

What are cubes? 

Cubes are data processing units composed of fact tables and dimensions from the data warehouse. They provide multidimensional views of data, querying and analytical... Read more »

What are measures? 

Measures are numeric data based on columns in a fact table. They are the primary data which end users are interested in. E.g. a sales fact table may contain a profit... Read more »

What are dimensions? 

Dimensions are categories by which summarized data can be viewed. E.g. a profit summary in a fact table can be viewed by a Time dimension, Region dimension, Product... Read more »

What are fact tables? 

A fact table is a table that contains summarized numerical and historical data (facts) and a multipart index composed of foreign keys from the primary keys of related... Read more »

What are the benefits of Data Warehousing? 

Data warehouses are designed to perform well with aggregate queries running on large amounts of data. The structure of data warehouses is easier for end users... Read more »

Page 4 of 7« First...«23456»...Last »