Loading...
December 01, 2008
Home
Sign-In
My Interview Questions
Questions
1 - 10
of
39
Search Filters
Unanswered
All
Please Wait...
Filters not found for the search result
See Questions
See Questions & Answers
Date Desc
Date Asc
Ups Desc
Ups Asc
108
UPs
How is structure passing and returning implemented?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: tarun
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
structures can be passed by reference.
they can be returned as pointers.
Create Date
:
Saturday, March 15, 2008
Tags
:
structure
,
C
,
passing
,
returning
Asked At
:
None
Job Positions
:
c
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
71
UPs
What is Data Storage - Definition Language?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: mariann
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
The storage structures and access methods used by database system are specified by a set of definition in a special type of DDL called data storage-definition language.
Create Date
:
Tuesday, May 13, 2008
Tags
:
RDBMS
,
Database
,
Data Warehousing
Asked At
:
None
Job Positions
:
Database Engineer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
80
UPs
What is RDBMS KERNEL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: mariann
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Two important pieces of RDBMS architecture are the kernel, which is the software, and the data dictionary, which consists of the system-level data structures used by the kernel to manage the database
You might think of an RDBMS as an operating system (or set of subsystems), designed specifically for controlling data access; its primary functions are storing, retrieving, and securing data. An RDBMS maintains its own list of authorized users and their associated privileges; manages memory caches and paging; controls locking for concurrent resource usage; dispatches and schedules user requests; and manages space usage within its table-space structures
Create Date
:
Tuesday, May 13, 2008
Tags
:
RDBMS
,
Database
,
Data Warehousing
Asked At
:
None
Job Positions
:
Database Engineer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
71
UPs
What is an Oracle Instance?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: mariann
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
The Oracle system processes, also known as Oracle background processes, provide functions for the user processes-functions that would otherwise be done by the user processes themselves
Oracle database-wide system memory is known as the SGA, the system global area or shared global area. The data and control structures in the SGA are shareable, and all the Oracle background processes and user processes can use them.
The combination of the SGA and the Oracle background processes is known as an Oracle instance
Create Date
:
Tuesday, May 13, 2008
Tags
:
RDBMS
,
Database
,
Data Warehousing
Asked At
:
None
Job Positions
:
Database Engineer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
91
UPs
Define SQL and state the differences between SQL and other conventional programming Languages
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: mariann
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
SQL is a nonprocedural language that is designed specifically for data access operations on normalized relational database structures. The primary difference between SQL and other conventional programming languages is that SQL statements specify what data operations should be performed rather than how to perform them.
Create Date
:
Tuesday, May 13, 2008
Tags
:
RDBMS
,
Database
,
Data Warehousing
Asked At
:
None
Job Positions
:
Database Engineer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
66
UPs
Is Windows NT a full blown object oriented operating system? Give reasons.
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: parktren
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
No Windows NT is not so, because its not implemented in object oriented language and the data structures reside within one executive component and are not represented as objects and it does not support object oriented capabilities .
Create Date
:
Tuesday, May 13, 2008
Tags
:
Operating System
Asked At
:
None
Job Positions
:
Software Engineer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
67
UPs
What is Document Object Model ?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: rjhare
|