InterviewUp is actively seeking partnerships. Inquire at business@interviewup.com

Questions 1 - 10 of 22
Close
Flag this interview question as inappropriate Inappropriate
See Answer
The public service telephone network (PSTN) is the traditional, land-line based system for exchanging phone calls.
Create Date
:
Monday, May 12, 2008
Tags
:
Asked At
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Write the bug report just when you are sure that you have found a bug, not after the end of test or at the end of the day. It might be possible that you might miss out on many crucial points if you are delaying the write up for bug filing . Worse, you might miss the bug itself. Put necessary time to diagnose the defect you are reporting. Think of the possible causes. You might land up uncovering more defects if there are any . Mention your discoveries in your bug report. The programmers will only be happy seeing that you have made their job easier. Take some time off before reading your bug report. You might feel like re-writing it.
Create Date
:
Saturday, May 10, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
It is the contract between the owner of the goods and the cargo carrier to move the goods to a specified destination. A clean bill of lading is issued by the carrier verifying receipt of the merchandise in apparent good condition (without visually apparent damage or defect). Bills of lading can sometimes be made to cover the whole trip, or separate bills of lading can be prepared for each carrier. Ocean shipments generally require two, an Inland Bill of Lading covering land transportation to the port and an Ocean Bill of Lading covering the ship portion. Bills of lading are negotiable while cargo is in transit.
Create Date
:
Saturday, April 26, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
It is the most widely used valuation benchmark used in the valuation of a business. The information needed are annual sales and an industry multiplier, which is usually a range of .25 to 1 or higher. The industry multiplier can be found in various financial publications, as well as analyzing sales of comparable businesses. This method is easy to understand and use. The sales multiple is often used as the valuation benchmark.
Create Date
:
Saturday, April 26, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
These are physical assets (land, buildings, equipment) and financial assets (cash, credit, financial instruments). Hard assets are usually on the records of account in an organization and subjected to inventory and/or custodial safeguards. See also SOFT ASSETS.
Create Date
:
Saturday, April 26, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
(The question asks the interviewer to identify the obstacles, impediments, and other land mines that people occupying every position in an organization must confront. If the interviewer suggests there are no such obstacles, you know it's a lie.)
Create Date
:
Wednesday, April 02, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
(The question asks the interviewer to identify the obstacles, impediments, and other land mines that people occupying every position in an organization must confront. If the interviewer suggests there are no such obstacles, you know it's a lie.)
Create Date
:
Wednesday, April 02, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Active Directory data store, the actual database file, is %SystemRoot%\ntds\NTDS.DIT. The ntds.dit file is the heart of Active Directory including user accounts. Active Directory's database engine is the Extensible Storage Engine ( ESE ) which is based on the Jet database used by Exchange 5.5 and WINS. The ESE has the capability to grow to 16 terabytes which would be large enough for 10 million objects. Back to the real world. Only the Jet database can maniuplate information within the AD datastore.

The Active Directory ESE database, NTDS.DIT, consists of the following tables:

Schema table - the types of objects that can be created in the Active Directory, relationships between them, and the optional and mandatory attributes on each type of object. This table is fairly static and much smaller than the data table.
Link table - contains linked attributes, which contain values referring to other objects in the Active Directory. Take the MemberOf attribute on a user object. That attribute contains values that reference groups to which the user belongs. This is also far smaller than the data table.
Data table  - users, groups, application-specific data, and any other data stored in the Active Directory. The data table can be thought of as having rows where each row represents an instance of an object such as a user, and columns where each column represents an attribute in the schema such as GivenName.

From a different perspective, Active Directory has three types of data

Schema information - definitional details about objects and attributes that one CAN store in the AD. Replicates to all domain controllers.
Static in nature.
Configuration information
configuration data about forest and trees. Replicates to all domain controllers. Static as your forest is.
Domain information
object information for a domain. Replicates to all domain controllers within a domain. The object portion becomes part of Global Catalog. The attribute values (the actual bulk of data) only replicates within the domain.
Although GUIDs are unique, they are large. AD uses distinguished name tag ( DNT ). DNT is a 4-byte DWORD value which is incremented when a new object is created in the store. The DNT represents the object's database row number.
It is an example of a fixed column. Each object's parent relationship is stored as a parent distinguished name tag ( PDNT ). Resolution of parent-child relationships is optimized because the DNT and PDNT are indexed fields in the database.
The size of ntds.dit will often be different sizes across the domain controllers in a domain. Remember that Active Directory is a multi-master independent model where updates are occuring in each of the ADs with the changes being replicated over time to the other domain controllers. The changed data is replicated between domain controllers, not the database, so there is no guarantee that the files are going to be the same size across all domain controllers.
Active Directory routinely performs online database defragmentation, but this is limited to the disposal of
tombstoned objects. The database file cannot be compacted while Active Directory is mounted. An ntds.dit file that has been defragmented offline ( compacted ), can be much smaller than the ntds.dit file on its peers. To defrag ntds.dit offline
Create Date
:
Thursday, March 20, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Describe your actions with a positive can-do attitude. Most organizations face these same issues and your proven success will make a good impression. Be specific and describe your successes in quantifiable terms. Share those achievements where you increased revenue, reduced costs, improved quality of care or otherwise improved the bottom line. Know the positive impact you have made for your current and past organizations. Well articulated, these answers can land your next opportunity.
Create Date
:
Thursday, March 20, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Be the first one to answer the question Click here to answer
Create Date
:
Monday, March 17, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 


Check out our newest job listings!

Post a Job! $49 for 60 days




InterviewUp is actively seeking partnerships. Inquire at business@interviewup.com

Suggestions & Comments




Share Your Interview Questions
Ask Interview Questions
View Unanswered Questions

















Advertise on this site