Saturday 7 July 2012

Data Base interview Questions


Data Base interview Questions



SQL Server:
  
  1. Explain Third normalization form with an example
  2. If a user doesnt have a permission on a table, but he has permission to a view created on it, will he be able to view the data in table?
  3. Describe Application Role and explain a scenario when you will use it?
  4. Both a UNIQUE constraint and a PRIMARY KEY constraint enforce uniqueness, so when you should use UNIQUE Constraint?
  5. What is the difference between the REPEATABLE READ and SERIALIZE isolation levels?
  6. Why one should not prefix user stored procedures with sp_?
  7. You have several tables, and they are joined together for querying. They have clustered indexes and non clustered indexes. To optimize the performance how you will distribute the tables and their indexes on different file Groups?
  8. Which event (Check constraints, Foreign Key, Rule, trigger, Primary key check) will be performed last for integrity check ?
  9. After removing a table from database, what other related objects have to be dropped explicitly ?
  10. How can you get an identity value inside a trigger, there are different ways to get identity value, explain why you will prefer one on another.
  11. How to find out which stored procedure is recompiling?
  12. How to stop stored procedures from recompiling?
  13. When should one use instead of Trigger?
  14. What is a derived table?
  15. Explain Third normalization form with an example?
  16. Explain Third normalization form with an example?
  17. When you should use low fill factor?
  18. How you can minimize the deadlock situation?
  19. How to choose between a Clustered Index and a Non-Clustered Index?
  20. Why there is a performance difference between two similar queries that uses UNION and UNION ALL?
  21. Write a SQL Query to find first day of month?
22. A user is a member of Public role and Sales role. Public role has the permission to select on all the table, and Sales role, which doesnt have a select permission on some of the tables. Will that user be able to select from all tables ?
23. Describe Application Role and explain a scenario when you will use it?
24. Both a UNIQUE constraint and a PRIMARY KEY constraint enforce uniqueness, so when you should use UNIQUE Constraint?
25. What is the difference between the REPEATABLE READ and SERIALIZE isolation levels?
26. You have several tables, and they are joined together for querying. They have clustered indexes and non clustered indexes. To optimize the performance how you will distribute the tables and their indexes on different file Groups?
27. Which event (Check constraints, Foreign Key, Rule, trigger, Primary key check) will be performed last for integrity check ?
28. After removing a table from database, what other related objects have to be dropped explicitly ?
29. How can you get an identity value inside a trigger, there are different ways to get identity value, explain why you will prefer one on another.
30. How to find out which stored procedure is recompiling?
31. When should one use instead of Trigger?

ASP.NET:
  1. Explain the differences between Server-side and Client-side code?
  2. What type of code (server or client) is found in a Code-Behind class?
  3. Should validation (did the user enter a real date) occur server-side or client-side? Why?
  4. What does the "EnableViewState" property do? Why would I want it on or off?
  5. What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
  6. Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component?
  7. Let's say I have an existing application written using Visual Studio (VB InterDev and this application utilizes Windows COM+ transaction services. How would you approach migrating this application to .NET?
  8. Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
  9. Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
  10. If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
  11. What are ASP.NET Web Forms? How is this technology different than what is available though ASP (?
  12. How does VB.NET/C# achieve polymorphism?
  13. Can you explain what inheritance is and an example of when you might use it?
  14. How would you implement inheritance using VB.NET/C#?
  15. Whats an assembly?
  16. Describe the difference between inline and code behind - which is best in a loosely coupled solution?
  17. Explain what a diffgram is, and a good use for one?
  18. Where would you use an iHTTPModule, and what are the limitations of anyapproach you might take in implementing one?
  19. What are the disadvantages of viewstate/what are the benefits?
  20. Describe session handling in a webfarm, how does it work and what are the limits?
  21. How would you get ASP.NET running in Apache web servers - why would you even do this?
  22. Whats MSIL, and why should my developers need an appreciation of it if at all?
  23. In what order do the events of an ASPX page execute. As a developer is it important to undertsand these events?
  24. Which method do you invoke on the DataAdapter control to load your generated dataset with data?
  25. Can you edit data in the Repeater control?
  26. Which template must you provide, in order to display data in a Repeater control?
  27. How can you provide an alternating color scheme in a Repeater control?
  28. What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
  29. What base class do all Web Forms inherit from?
  30. What method do you use to explicitly kill a user s session?
  31. How do you turn off cookies for one page in your site?
  32. Which two properties are on every validation control?
  33. What tags do you need to add within the asp:datagrid tags to bind columns manually?
  34. How do you create a permanent cookie?
  35. What tag do you use to add a hyperlink column to the DataGrid?
  36. What is the standard you use to wrap up a call to a Web service
  37. Which method do you use to redirect the user to another page without performing a round trip to the client?
  38. What is the transport protocol you use to call a Web service SOAP
  39. True or False: A Web service can only be written in .NET
  40. What does WSDL stand for?
  41. What property do you have to set to tell the grid which page to go to when using the Pager object?
  42. Where on the Internet would you look for Web services?
  43. What tags do you need to add within the asp:datagrid tags to bind columns manually.
  44. Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
  45. How is a property designated as read-only?
  46. Which control would you use if you needed to make sure the values in two different controls matched?
  47. True or False: To test a Web service you must create a windows application or Web application to consume this service?
  48. How many classes can a single .NET DLL contain?
Microsoft programming and databases :
  1. 3 main differences between flexgrid control and dbgrid control
  2. ActiveX and Types of ActiveX Components in VB
  3. Advantage of ActiveX Dll over Active Exe
  4. Advantages of disconnected recordsets
  5. Benefit of wrapping database calls into MTS transactions
  6. Benefits of using MTS
  7. Can database schema be changed with DAO, RDO or ADO?
  8. Can you create a tabletype of recordset in Jet - connected ODBC database engine?
  9. Constructors and destructors
  10. Controls which do not have events
  11. Default property of datacontrol
  12. Define the scope of Public, Private, Friend procedures?
  13. Describe Database Connection pooling relative to MTS
  14. Describe: In of Process vs. Out of Process component. Which is faster?
  15. Difference between a function and a subroutine, Dynaset and
  16. Snapshot,early and late binding, image and picture controls,Linked Object and Embedded Object,listbox and combo box,Listindex and Tab index,modal and moduless window, Object and Class,Query unload and unload in form.
  17. Declaration and Instantiation an object?
  18. Draw and explain Sequence Modal of DAO
  19. How can objects on different threads communicate with one another?
  20. How can you force new objects to be created on new threads?
  21. How does a DCOM component know where to instantiate itself?
  22. How to register a component?
  23. How to set a shortcut key for label?
  24. Kind of components can be used as DCOM servers
  25. Name of the control used to call a windows application
  26. Name the four different cursor and locking types in ADO and describe them briefly.
  27. Need of zorder method, no of controls in form, Property used to add a menus at runtime, Property used to count number of items in a combobox,resize a label control according to your caption.
  28. Return value of callback function, The need of tabindex property.
  29. Thread pool and management of threads within a thread pool.
  30. To set the command button for ESC, Which property needs to be changed?
  31. Type Library and what is it's purpose?
  32. Types of system controls, container objects, combo box
  33. Under the ADO Command Object, what collection is responsible for input to stored procedures?
  34. VB and Object Oriented Programming
  35. What are the ADO objects? Explain them.
NET Framework interview questions and interviewer's notes
.NET framework overview
  1. Has own class libraries. System is the main namespace and all other namespaces are subsets of this.
  2. It has CLR(Common language runtime, Common type system, common language specification)
  3. All the types are part of CTS and Object is the base class for all the types.
  4. If a language said to be .net complaint, it should be compatible with CTS and CLS.
  5. All the code compiled into an intermediate language by the .Net language compiler, which is nothing but an assembly.
  6. During runtime, JIT of CLR picks the IL code and converts into PE machine code and from there it processes the request.
  7. CTS, CLS, CLR
  8. Garbage Collection
  9. Dispose, finalize, suppress finalize, Idispose interface
  10. Assemblies, Namespace: Assembly is a collection of class/namespaces. An assembly contains Manifest, Metadata, Resource files, IL code
  11. Com interoperability, adding references, web references
  12. Database connectivity and providers
  13. Application Domain
VB.Net
  1. Class modifiers: public, private, friend, protected, protected friend, mustinherit, NotInheritable
  2. Method modifiers: public, private
  3. Overridable
  4. Shadows
  5. Overloadable
  6. Overrides
  7. Overloads
  8. Set/Get Property
  9. IIF
  10. Inheritance
  11. Polymorphism
  12. Delegates
  13. Events
  14. Reflection
  15. Boxing
  16. UnBoxing
  17. Casting
ASP.Net
  1. Web Controls: Data grid (templates, sorting, paging, bound columns, unbound columns, data binding), Data list, repeater controls
  2. HTML Controls
  3. Code behind pages, system.web.ui.page base class
  4. Web.config: App settings, identity (impersonate), authentication (windows, forms, anonymous, passport), authorization
  5. Databind.eval
  6. Trace, Debug
  7. Output cache
  8. Session management
  9. Application, Session
  10. Global.asax httpapplication
  11. User controls, custom controls, custom rendered controls (postback event, postdatachanged event) usercontrol is the base class
  12. Directives
ADO.Net
  1. Command object (ExecuteNonquery, ExecuteReader, ExecuteXMLReader, ExecuteScalar)
  2. DataAdapter object (Fill)
  3. Dataset (collection of tables)
  4. CommandBuiler object
  5. Transaction Object
  6. Isolation levels

ASP :
1. How do you register a component?
Expected answer:
Compiling the component, running REGSVR32 MyDLL.dll
2. Name and explain the different compatibility types when creating a COM component.
Expected answer:
No Compatibility ? New GUID created, references from other components will not work
Project Compatibility ? Default for a new component <Not as critical to mention this one>
Binary Compatibility ? GUID does not change, references from other components will work
3. Why is it important to use source control software for source code?
Expected answer:
Modification history.
Code ownership: Multiple people can not modify the same code at the same time.
4. What two methods are called from the ObjectContext object to inform MTS that the transaction was successful or unsuccessful?
Expected answer:
SetComplete and SetAbort.
5. What is the tool used to configure the port range and protocols for DCOM communications?
Expected answer:
DCOMCONFIG.EXE
6. What does Option Explicit refer to?
Expected answer:
All variables must be declared before use. Their type is not required.
7. What are the different ways to Declare and Instantiate an object in Visual Basic 6?
Expected answer:
Dim obj as OBJ.CLASS with either
Set obj = New OBJ.CLASS or
Set obj = CreateObject(?OBJ.CLASS?) or
Set obj = GetObject( ,? OBJ.CLASS?)
or
Dim obj as New OBJ.CLASS
8. Name the four different cursor types in ADO and describe them briefly.
Expected Answer:
The cursor types are listed from least to most resource intensive.
Forward Only ? Fastest, can only move forward in recordset
Static ? Can move to any record in the recordset. Data is static and never changes.
KeySet ? Changes are detectable, records that are deleted by other users are unavailable, and records created by other users are not detected
Dynamic ? All changes are visible.
9. Name the four different locking type in ADO and describe them briefly.
Expected Answer:
LockPessimistic ? Locks the row once after any edits occur.
LockOptimistic ? Locks the row only when Update is called.
LockBatchOptimistic ? Allows Batch Updates.
LockReadOnly ? Read only. Can not alter the data.
10. Describe Database Connection pooling (relative to MTS )
Expected Answer:
This allows MTS to reuse database connections. Database connections are put to ?sleep? as opposed to being created and destroyed and are activated upon request.
11. What are the ADO objects? Explain them. Provide a scenario using three of them to return data from a database.
Expected Answer:
Connection ? Connects to a data source; contains the Errors collection
Command ? Executes commands to the data source. Is the only object that can accept parameters for a stored procedure.
Recordset ? The set of data returned from the database.
Scenario: There are many possibilities. The most likely is as follows:
Dim conn As ADODB.Connection
Dim rs As ADODB.Recordset
Dim Cmd As ADODB.Command
conn.ConnectionString = ?CONNECTION STRING?
conn.Open
Set Cmd.ActiveConnection = conn
Cmd.CommandText = ?SQL STATEMENT?
Set rs = Cmd.Execute
Set rs.ActiveConnection = Nothing
conn.Close
12. Under the ADO Command Object, what collection is responsible for input to stored procedures?
Expected answer:
The Parameters collection.
13. What are some benefits of using MTS?
Expected answer:
Database Pooling, Transactional operations, Deployment, Security, Remote Execution.
14. What is the benefit of wrapping database calls into MTS transactions?
Expected answer:
If database calls are made within the context of a transaction, aborting the transaction will undo and changes that occur within that transaction. This removes the possibility of stranded, or partial data.
15. Describe and In Process vs. Out of Process component. Which is faster?
Expected answer:
An in-process component is implemented as a DLL, and runs in the same process space as its client app, enabling the most efficient communication between client and component.Each client app that uses the component starts a new instance of it.
An out of process component is implemented as an EXE, and unlike a dll, runs in its own process space. As a result, exe's are slower then dll's because communications between client and component must be marshalled across process boundaries. A single instance of an out of process component can service many clients.
15. What are the main components of the ADO object model? How are they used?
Expected answer:
Connection: Used to make a connection between your app and an external data source, ie, sql server.
Command: Used to build queries, including user-specific parameters, to access records from a data source (which are returned in a Recordset)
Recordset:Used to access records returned from an SQL query. With a recordset, you can navigate returned records. You can also add, modify or delete records.
UML Questions used by a software company :
Q. What does "object-oriented" mean to you?
Q. Can you name the four phases of the Unified Process?
A. Inception
Elaboration
Construction
Transition
Q. What can you tell us about the different phases of the Unified Process?
Q. Talk about some OO/UML artifacts you have used. What did they mean to you? How did you apply them to yout project?
Q. What is a "use case"?
A. A complete end-to-end business process that satisfies the needs of a user.
Q. What are different categories of use cases?
A. Detail Level: - High level / Expanded
Task Level: - Super / Sub (Abstract; Equal Alternatives; Complete v. Partial)
Importance: - Primary / Secondary (use Secondary for exceptional processes)
Abstraction: - Essential / Real
Q. What is the difference between a real and essential use case?
A. essential - describes the "essence" of the problem; technology independent
real - good for GUI designing; shows problem as related to technology decisions
Q. What is polymorphism?
A. Different objects reacting to the same message differently.
Q. In a System Sequence Diagram, what is a System Event?
A. It is from the expanded use case. It is an actor action the system directly responds to.
Q. Give an example of a situation which a State Diagram could effectively model.
A. Think of a cake and its different stages through the baking process: dough, baked, burned.
Q. For what are Operations Contracts written?
A. System Events.
Q. In an Operations Contract's postconditions, four types of activities are specified. What are they?
A. They are:
instances created
associations formed
associations broken
attributes changed
Q. What does an Operations Contract do?
A. Provides a snapshot of the System's state before and after a System Event. It is not interested in the Event's specific behavior.
Q. What does a Collaboration Diagram (or Sequence Event, depending on the process) model?
A. A System Event's behavior.
Q. How does one model a class in a Collaboration Diagram? An instance?
A. A box will represent both; however, a class is written as MyClass whereas an instance is written as myInstance:MyClass.
Q. What are the three parts of a class in a Class Diagram?
A. Name, Attributes, Methods.
Q. In Analysis, we are interested in documenting concepts within the relevant problem domain. What is a concept?
A. A person, place, thing, or idea that relates to the problem domain. They are candidates for objects.
Q. Does a concept HAVE to become a class in Design?
A. No.
Q. In a Class Diagram, what does a line with an arrow from one class to another denote?
A. Attribute visibility.
Q. What are the four types of visibility between objects?
A. Local, parameter, attribute, global.
Q. Have you ever used any Design Patterns?
Q. When do you use inheritance as opposed to aggregation?
A. An aggregation is a "has a" relationship, and it is represented in the UML by a clear diamond. An example of an aggregate relation is Table of Contents and Chapter. A Table of Contents "has a" Chapter.
Q. When would I prefer to use composition rather than aggregation?
A. Composition is a stronger form of aggregation. The object which is "contained" in another object is expected to live and die with the object which "contains" it. Composition is represented in the UML by a darkened diamond. An example of a composite relation is a Book and Chapter. A Book "has a" Chapter, and the Chapter cannot exist without the Book.
Q. Is the UML a process, method, or notation?
A. It is a notation. A process is Objectory, Booch, OMT, or the Unified Process. A process and a notation together make an OO method.
Q. What are two uses for inheritance?
A. specialization - "IS A KIND OF" relationship
abstraction - pull a common concept out to a higher level to make it more generic
Q. When would you use an abstract base class
A. When you need to enforce a particular interface, but are not able or do not need to define behavior at the base class level.
Q. All containers are pretty well templatized now. Can you think of any current "example" (e.g., an algorithm) which is implemented via inheritance but might be more efficiently implemented using templates?
Q. Can you tell us some good principles to use in OOA&D?
A. NOTE: This is not a complete list, by any means, but we have listed the GRASP Patterns here for examples (these help assign responsibilities between objects):
Low coupling
High cohesion
Controller
Creator
Don't Talk to Strangers
Pure Fabrication
Indirection
Polymorphism
Expert
Q. What are some practicle benefits we can gain from a well-designed OO system?
DATABASE:
1. What is a Cartesian product? What causes it?
Expected answer:
A Cartesian product is the result of an unrestricted join of two or more tables. The result set of a three table Cartesian product will have x * y * z number of rows where x, y, z correspond to the number of rows in each table involved in the join. It is causes by specifying a table in the FROM clause without joining it to another table.
2. What is an advantage to using a stored procedure as opposed to passing an SQL query from an application.
Expected answer:
A stored procedure is pre-loaded in memory for faster execution. It allows the DBMS control of permissions for security purposes. It also eliminates the need to recompile components when minor changes occur to the database.
3. What is the difference of a LEFT JOIN and an INNER JOIN statement?
Expected answer:
A LEFT JOIN will take ALL values from the first declared table and matching values from the second declared table based on the column the join has been declared on. An INNER JOIN will take only matching values from both tables
4. When a query is sent to the database and an index is not being used, what type of execution is taking place?
Expected answer:
A table scan.
5. What are the pros and cons of using triggers?
Expected answer:
A trigger is one or more statements of SQL that are being executed in event of data modification in a table to which the trigger belongs.
Triggers enhance the security, efficiency, and standardization of databases.
Triggers can be beneficial when used:
-- to check or modify values before they are actually updated or inserted in the database. This is useful if you need to transform data from the way the user sees it to some internal database format.
-- to run other non-database operations coded in user-defined functions
-- to update data in other tables. This is useful for maintaining relationships between data or in keeping audit trail information.
-- to check against other data in the table or in other tables. This is useful to ensure data integrity when referential integrity constraints aren't appropriate, or when table check constraints limit checking to the current table only.
6. What are the pros and cons of using stored procedures. When would you use them?
7. What are the pros and cons of using cursors? When would you use them?
Micro Soft
1. The three types of DAO Dynaset,Snapshot,Table
2. Why do we use Option Explicit
3. Difference between Dim Object as object AND dim obj as myform
4. How do we make a poperty read only? Private Property Get(Read Only )
5. How do you declare an object in VBscript? Dim object
6. What is the equivalent of VBScript's On Error In Jscript ??
7. How many data types are supported in Vbscript
8. MFC
9. Java
10. Active Server Pages
11. What are session variables??
12. In what languages in ASP written.
13. How do you create Virtual Root in IIS
14. How do you remotely administer MS IIS??
15. What is the key advantage of Windows NT Challenge/Response security?
16. What problems do the vendors of ODBC Technology face with ASP/ADO ?
18. How do you administer Connection Pooling in IIS 3.0
19. How do you administer Connection Pooling in IIS 4.0
20. What are the three Ado objects?? --Connection,command, recordset
21. Two Methods of retrieving SQL
22. How do you assign Construct the where clause without concatenating Field,
value pairs??
23. What cursor type do you use to retrieve multiple recordsets?
24. What action do you have to perform before retrieving data from the next
result set of a stored procedure ??
25. What are The three tags of a form tag in HTML form
26. What are The two tags for framesets
27. How do you create Drop Down Combos in HTML ? select Tag
28. In DHTML what is the difference between FontSize and Font Size ??
A: FontSize is a property, Font Size is a style
29. What is the tag Code Base and why do we use it?
30. How can you have different number of cells for each row of a table?
31. The three file types in NT ? NTFS,Macintosh(HPFS), FAT
32. Describe a two tier Windows NT Domain?
33. Define and explain COM
34. What is IUnknown and what are its three parts??
35. Define Query Interface,Adref,Release
36. Do COM keep track of all the object references(Accounting)??
37. What is Marshalling
38. When is Marshalling not necessary??
Computer architecture interview questions
  1. What is pipelining?
  2. What are the five stages in a DLX pipeline?
  3. For a pipeline with 'n' stages, what’s the ideal throughput? What prevents us from achieving this ideal throughput?
  4. What are the different hazards? How do you avoid them?
  5. Instead of just 5-8 pipe stages why not have, say, a pipeline with 50 pipe stages?
  6. What are Branch Prediction and Branch Target Buffers?
  7. How do you handle precise exceptions or interrupts?
  8. What is a cache?
  9. What's the difference between Write-Through and Write-Back Caches? Explain advantages and disadvantages of each.
  10. Cache Size is 64KB, Block size is 32B and the cache is Two-Way Set Associative. For a 32-bit physical address, give the division between Block Offset, Index and Tag.
  11. What is Virtual Memory?
  12. What is Cache Coherency?
  13. What is MESI?
  14. What is a Snooping cache?
  15. What are the components in a Microprocessor?
  16. What is ACBF(Hex) divided by 16?
  17. Convert 65(Hex) to Binary
  18. Convert a number to its two's compliment and back
  19. The CPU is busy but you want to stop and do some other task. How do you do it?
Microsoft Windows 2003 Server
IIS, Scripting, networking
  1. What is presentation layer responsible for in the OSI model? The presentation layer establishes the data format prior to passing it along to the network application's interface. TCP/IP networks perform this task at the application layer.
  2. Does Windows Server 2003 support IPv6? Yes, run ipv6.exe from command line to disable it.
  3. Can Windows Server 2003 function as a bridge? Yes, and it's a new feature for the 2003 product. You can combine several networks and devices connected via several adapters by enabling IP routing.
  4. What's the difference between the basic disk and dynamic disk? The basic type contains partitions, extended partitions, logical drivers, and an assortment of static volumes; the dynamic type does not use partitions but dynamically manages volumes and provides advanced storage options
  5. What's a media pool? It is any compilation of disks or tapes with the same administrative properties. 
  6. How do you install recovery console? C:\i386\win32 /cmdcons, assuming that your Win server installation is on drive C.
  7. What's new in Terminal Services for Windows 2003 Server? Supports audio transmissions as well, although prepare for heavy network load.
  8. What scripts ship with IIS 6.0? iisweb.vsb to create, delete, start, stop, and list Web sites, iisftp.vsb to create, delete, start, stop, and list FTP sites, iisdir.vsb to create, delete, start, stop, and display virtual directories, iisftpdr.vsb to create, delete, start, stop, and display virtual directories under an FTP root, iiscnfg.vbs to export and import IIS configuration to an XML file.
  9. What's the name of the user who connects to the Web site anonymously? IUSR_computername
  10. What secure authentication and encryption mechanisms are supported by IIS 6.0? Basic authentication, Digest authentication, Advanced digest authentication, Certificate-based Web transactions that use PKCS #7/PKCS #10, Fortezza, SSL, Server-Gated Cryptography, Transport Layer Security
  11. What's the relation between SSL and TLS? Transport Layer Security (TLS) extends SSL by providing cryptographic authentication. 
  12. What's the role of http.sys in IIS? It is the point of contact for all incoming HTTP requests. It listens for requests and queues them until they are all processed, no more queues are available, or the Web server is shut down.
  13. Where's ASP cache located on IIS 6.0? On disk, as opposed to memory, as it used to be in IIS 5.
  14. What is socket pooling? Non-blocking socket usage, introduced in IIS 6.0. More than one application can use a given socket.
  15. Describe the process of clustering with Windows 2003 Server when a new node is added. As a node goes online, it searches for other nodes to join by polling the designated internal network. In this way, all nodes are notified of the new node's existence. If other nodes cannot be found on a preexisting cluster, the new node takes control of the quorum resources residing on the shared disk that contains state and configuration data.
  16. What applications are not capable of performing in Windows 2003 Server clusters? The ones written exclusively for NetBEUI and IPX.
  17. What's a heartbeat? Communication processes between the nodes designed to ensure node's health.
  18. What's a threshold in clustered environment? The number of times a restart is attempted, when the node fails.
  19. You need to change and admin password on a clustered Windows box, but that requires rebooting the cluster, doesn't it? No, it doesn't. In 2003 environment you can do that via cluster.exe utility which does not require rebooting the entire cluster.
  20. For the document of size 1 MB, what size would you expect the index to be with Indexing Service? 150-300 KB, 15-30% is a reasonable expectation.
  21. Doesn't the Indexing Service introduce a security flaw when allowing access to the index? No, because users can only view the indices of documents and folders that they have permissions for.
  22. What's the typical size of the index? Less then 100K documents - up to 128 MB. More than that - 256+ MB.
  23. Which characters should be enclosed in quotes when searching the index? &, @, $, #, ^, ( ), and |.
  24. How would you search for C++? Just enter C++, since + is not a special character (and neither is C).
  25. What about Barnes&Noble? Should be searched for as Barnes'&'Noble.
  26. Are the searches case-sensitive? No.
  27. What's the order of precedence of Boolean operators in Microsoft Windows 2003 Server Indexing Service? NOT, AND, NEAR, OR.
  28. What's a vector space query? A multiple-word query where the weight can be assigned to each of the search words. For example, if you want to fight information on 'black hole', but would prefer to give more weight to the word hole, you can enter black[1] hole[20] into the search window.
  29. What's a response queue? It's the message queue that holds response messages sent from the receiving application to the sender.
  30. What's MQPing used for? Testing Microsoft Message Queue services between the nodes on a network.
  31. Which add-on package for Windows 2003 Server would you use to monitor the installed software and license compliance? SMS (System Management Server).
  32. Which service do you use to set up various alerts? MOM (Microsoft Operations Manager).
  33. What languages does Windows Scripting Host support? VB, VBScript, JScript.
Windows Server 2003 interview and certification questions:
  1. How do you double-boot a Win 2003 server box? The Boot.ini file is set as read-only, system, and hidden to prevent unwanted editing. To change the Boot.ini timeout and default settings, use the System option in Control Panel from the Advanced tab and select Startup.
  2. What do you do if earlier application doesn't run on Windows Server 2003? When an application that ran on an earlier legacy version of Windows cannot be loaded during the setup function or if it later malfunctions, you must run the compatibility mode function. This is accomplished by right-clicking the application or setup program and selecting Properties --> Compatibility --> selecting the previously supported operating system.
  3.  If you uninstall Windows Server 2003, which operating systems can you revert to? Win ME and Win 98.
  4. How do you get to Internet Firewall settings? Start --> Control Panel --> Network and Internet Connections --> Network Connections.
  5. What are the Windows Server 2003 keyboard shortcuts? Winkey opens or closes the Start menu. Winkey + BREAK displays the System Properties dialog box. Winkey + TAB moves the focus to the next application in the taskbar. Winkey + SHIFT + TAB moves the focus to the previous application in the taskbar. Winkey + B moves the focus to the notification area. Winkey + D shows the desktop. Winkey + E opens Windows Explorer showing My Computer. Winkey + F opens the Search panel. Winkey + CTRL + F opens the Search panel with Search for Computers module selected. Winkey + F1 opens Help. Winkey + M minimizes all. Winkey + SHIFT+ M undoes minimization. Winkey + R opens Run dialog. Winkey + U opens the Utility Manager. Winkey + L locks the computer.
  6. What is Active Directory? Active Directory is a network-based object store and service that locates and manages resources, and makes these resources available to authorized users and groups. An underlying principle of the Active Directory is that everything is considered an object—people, servers, workstations, printers, documents, and devices. Each object has certain attributes and its own security access control list (ACL).
  7. Where are the Windows NT Primary Domain Controller (PDC) and its Backup Domain Controller (BDC) in Server 2003? The Active Directory replaces them. Now all domain controllers share a multimaster peer-to-peer read and write relationship that hosts copies of the Active Directory.
  8. How long does it take for security changes to be replicated among the domain controllers? Security-related modifications are replicated within a site immediately. These changes include account and individual user lockout policies, changes to password policies, changes to computer account passwords, and modifications to the Local Security Authority (LSA).
  9. What's new in Windows Server 2003 regarding the DNS management? When DC promotion occurs with an existing forest, the Active Directory Installation Wizard contacts an existing DC to update the directory and replicate from the DC the required portions of the directory. If the wizard fails to locate a DC, it performs debugging and reports what caused the failure and how to fix the problem. In order to be located on a network, every DC must register in DNS DC locator DNS records. The Active Directory Installation Wizard verifies a proper configuration of the DNS infrastructure. All DNS configuration debugging and reporting activity is done with the Active Directory Installation Wizard.
  10. When should you create a forest? Organizations that operate on radically different bases may require separate trees with distinct namespaces. Unique trade or brand names often give rise to separate DNS identities. Organizations merge or are acquired and naming continuity is desired. Organizations form partnerships and joint ventures. While access to common resources is desired, a separately defined tree can enforce more direct administrative and security restrictions.
  11. How can you authenticate between forests? Four types of authentication are used across forests: (1) Kerberos and NTLM network logon for remote access to a server in another forest; (2) Kerberos and NTLM interactive logon for physical logon outside the user's home forest; (3) Kerberos delegation to N-tier application in another forest; and (4) user principal name (UPN) credentials.
  12. What snap-in administrative tools are available for Active Directory? Active Directory Domains and Trusts Manager, Active Directory Sites and Services Manager, Active Directory Users and Group Manager, Active Directory Replication (optional, available from the Resource Kit), Active Directory Schema Manager (optional, available from adminpak)
  13. What types of classes exist in Windows Server 2003 Active Directory? 
    • Structural class. The structural class is important to the system administrator in that it is the only type from which new Active Directory objects are created. Structural classes are developed from either the modification of an existing structural type or the use of one or more abstract classes.
    • Abstract class. Abstract classes are so named because they take the form of templates that actually create other templates (abstracts) and structural and auxiliary classes. Think of abstract classes as frameworks for the defining objects.
    • Auxiliary class. The auxiliary class is a list of attributes. Rather than apply numerous attributes when creating a structural class, it provides a streamlined alternative by applying a combination of attributes with a single include action.
    • 88 class. The 88 class includes object classes defined prior to 1993, when the 1988 X.500 specification was adopted. This type does not use the structural, abstract, and auxiliary definitions, nor is it in common use for the development of objects in Windows Server 2003 environments.
  14. How do you delete a lingering object? Windows Server 2003 provides a command called Repadmin that provides the ability to delete lingering objects in the Active Directory. 
  15. What is Global Catalog? The Global Catalog authenticates network user logons and fields inquiries about objects across a forest or tree. Every domain has at least one GC that is hosted on a domain controller. In Windows 2000, there was typically one GC on every site in order to prevent user logon failures across the network.
  16. How is user account security established in Windows Server 2003? When an account is created, it is given a unique access number known as a security identifier (SID). Every group to which the user belongs has an associated SID. The user and related group SIDs together form the user account's security token, which determines access levels to objects throughout the system and network. SIDs from the security token are mapped to the access control list (ACL) of any object the user attempts to access.
  17. If I delete a user and then create a new account with the same username and password, would the SID and permissions stay the same? No. If you delete a user account and attempt to recreate it with the same user name and password, the SID will be different. 
  18. What do you do with secure sign-ons in an organization with many roaming users? Credential Management feature of Windows Server 2003 provides a consistent single sign-on experience for users. This can be useful for roaming users who move between computer systems. The Credential Management feature provides a secure store of user credentials that includes passwords and X.509 certificates.
  19. Anything special you should do when adding a user that has a Mac? "Save password as encrypted clear text" must be selected on User Properties Account Tab Options, since the Macs only store their passwords that way.
  20. What remote access options does Windows Server 2003 support? Dial-in, VPN, dial-in with callback.
  21. Where are the documents and settings for the roaming profile stored? All the documents and environmental settings for the roaming user are stored locally on the system, and, when the user logs off, all changes to the locally stored profile are copied to the shared server folder. Therefore, the first time a roaming user logs on to a new system the logon process may take some time, depending on how large his profile folder is.
  22. Where are the settings for all the users stored on a given machine? \Document and Settings\All Users
  23. What languages can you use for log-on scripts? JavaScipt, VBScript, DOS batch files (.com, .bat, or even .exe)

120 comments:

  1. I'd like to thank you for the efforts you have put in writing this website. I am hoping to view the same high-grade content by you in the future as well. In fact, your creative writing abilities has inspired me to get my own website now ;)
    my webpage - Koti Bodrumista

    ReplyDelete
  2. Do you have a spam issue on this website; I also am a blogger,
    and I was wanting to know your situation; many of
    us have created some nice practices and we are looking to
    swap strategies with other folks, be sure to shoot me an e-mail if
    interested.
    Feel free to surf my web blog - Bolig til salgs i Bodrum

    ReplyDelete
  3. When I originally left a comment I appear to have clicked the -Notify me when
    new comments are added- checkbox and from now
    on every time a comment is added I recieve four emails with
    the exact same comment. Perhaps there is a means you are able to remove me from that service?
    Thank you!
    Also visit my web site :: Alanya Immobilien

    ReplyDelete
  4. Hi there, I found your site by way of Google
    at the same time as searching for a comparable subject, your website got here up,
    it appears to be like great. I've bookmarked it in my google bookmarks.
    Hi there, just changed into aware of your blog through Google, and found that it's really informative.
    I am going to watch out for brussels. I will appreciate in the event you proceed this in future.

    Numerous people will likely be benefited out of your
    writing. Cheers!
    My website :: Villa Antalya

    ReplyDelete
  5. I all the time emailed this web site post
    page to all my associates, since if like to
    read it after that my friends will too.
    My homepage : Asunnot Turkki

    ReplyDelete
  6. Its like you read my thoughts! You appear to know a lot
    approximately this, like you wrote the e book in it or something.
    I think that you just can do with a few % to power the message house a bit, however instead of that, this is excellent blog. A fantastic read. I will certainly be back.
    My web-site : lägenheter i alanya

    ReplyDelete
  7. I absolutely love your blog and find the majority of your post's to be what precisely I'm looking for.
    can you offer guest writers to write content for yourself?
    I wouldn't mind composing a post or elaborating on a few of the subjects you write regarding here. Again, awesome weblog!
    Here is my weblog :: property for sale in turkey

    ReplyDelete
  8. I savor, lead to I discovered just what I was looking for.

    You have ended my 4 day long hunt! God Bless you man.
    Have a nice day. Bye
    Feel free to surf my weblog ... Leiligheter til salgs i Alanya

    ReplyDelete
  9. bookmarked!!, I really like your website!
    Also see my web site: buy youtube views

    ReplyDelete
  10. Good day! This is my first comment here so I just wanted to give
    a quick shout out and tell you I truly enjoy reading your articles.
    Can you suggest any other blogs/websites/forums
    that go over the same topics? Thanks!
    Also visit my web blog ... best acne treatment

    ReplyDelete
  11. This is really interesting, You are an overly skilled blogger.

    I've joined your rss feed and stay up for searching for more of your magnificent post. Also, I have shared your site in my social networks
    My web page :: losing weight fast

    ReplyDelete
  12. I blog quite often and I truly thank you for your content.

    This article has really peaked my interest. I am going to book mark your
    blog and keep checking for new information about once per week.

    I subscribed to your Feed too.
    Feel free to surf my page : my computer is slow

    ReplyDelete
  13. Great blog here! Also your web site lots up very fast! What host are you the use of?
    Can I get your associate link on your host? I want my web site loaded up as quickly as
    yours lol
    Feel free to visit my page : Youtube.Com

    ReplyDelete
  14. Hey would you mind stating which blog platform you're working with? I'm
    looking to start my own blog in the near future but I'm having a difficult time deciding between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design and style seems different then most blogs and I'm looking for something completely unique.
    P.S Apologies for getting off-topic but I had to ask!
    Here is my page ; how to download movies

    ReplyDelete
  15. Hi, every time i used to check blog posts here in the early hours
    in the dawn, because i love to gain knowledge of more and more.
    Review my homepage - learn to play piano

    ReplyDelete
  16. obviously like your website but you need to test the spelling on several of your
    posts. Several of them are rife with spelling problems and I find it very troublesome to tell the reality on the
    other hand I will surely come again again.
    Check out my web page - cigarette prices uk

    ReplyDelete
  17. It's the best time to make some plans for the future and it is time to be happy. I've read this post and if I could I desire to suggest you
    some interesting things or advice. Perhaps you can write next articles referring to this article.
    I wish to read more things about it!
    Feel free to visit my website borkum riff

    ReplyDelete
  18. I blog frequently and I truly thank you for your information.

    The article has truly peaked my interest. I am going to bookmark your site and keep
    checking for new details about once a week. I opted in for your Feed too.
    Feel free to visit my weblog ... van nelle zware

    ReplyDelete
  19. It's great that you are getting ideas from this paragraph as well as from our argument made at this place.
    Here is my web site : golden virginia Tobacco

    ReplyDelete
  20. naturally like your web-site however you need to test the spelling on quite
    a few of your posts. Several of them are rife with spelling issues and I in
    finding it very bothersome to inform the truth nevertheless I'll surely come back again.
    Feel free to visit my web page - Hus i Antalya

    ReplyDelete
  21. hey there and thank you for your information – I have definitely picked up anything new
    from right here. I did however expertise a few technical issues using this web site,
    since I experienced to reload the site a lot of times previous to I could get
    it to load correctly. I had been wondering if your hosting is OK?
    Not that I'm complaining, but sluggish loading instances times will sometimes affect your placement in google and can damage your high quality score if advertising and marketing with Adwords. Anyway I am adding this RSS to my e-mail and can look out for much more of your respective fascinating content. Ensure that you update this again very soon.
    Here is my web blog : lägenhet i alanya

    ReplyDelete
  22. Wonderful beat ! I would like to apprentice while
    you amend your website, how could i subscribe for a blog site?
    The account aided me a acceptable deal. I had been tiny bit acquainted
    of this your broadcast provided bright clear concept
    Feel free to visit my web blog :: cheap villas in alanya

    ReplyDelete
  23. Greetings from Carolina! I'm bored to tears at work so I decided to check out your blog on my iphone during lunch break. I enjoy the info you provide here and can't wait to take
    a look when I get home. I'm surprised at how fast your blog loaded on my cell phone .. I'm not even using
    WIFI, just 3G .. Anyways, good site!
    my website > http://propertyinturkeyforsale.net/property-antalya/

    ReplyDelete
  24. Aw, this was a very good post. Finding the time and
    actual effort to create a great article… but what can I say… I procrastinate a lot and don't manage to get anything done.
    Also visit my page - Bodrum property

    ReplyDelete
  25. Does your website have a contact page? I'm having trouble locating it but, I'd like
    to send you an email. I've got some ideas for your blog you might be interested in hearing. Either way, great website and I look forward to seeing it develop over time.
    Also visit my webpage - osta asunto alanyasta

    ReplyDelete
  26. Does your website have a contact page? I'm having trouble locating it but, I'd like to send you an email.
    I've got some ideas for your blog you might be interested in hearing. Either way, great website and I look forward to seeing it develop over time.
    My webpage - osta asunto alanyasta

    ReplyDelete
  27. Hello would you mind sharing which blog platform you're working with? I'm looking to start
    my own blog in the near future but I'm having a tough time making a decision between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design and style seems different then most blogs and I'm looking for something
    unique. P.S My apologies for getting off-topic but
    I had to ask!
    Here is my web site ... immobilien bodrum

    ReplyDelete
  28. Hello i am kavin, its my first occasion to commenting anywhere, when i read this piece of writing i thought i could also create comment due to
    this brilliant article.
    My blog post - boligityrkia.net

    ReplyDelete
  29. Link exchange is nothing else however it is only placing the other person's blog link on your page at suitable place and other person will also do same for you.
    Feel free to surf my homepage :: diablo 3 gold farming

    ReplyDelete
  30. Hello, Neat post. There is a problem with your
    site in web explorer, might check this? IE still is the market chief and a
    big element of other folks will pass over your excellent writing because of this problem.
    my website > diablo 3 wizard guide

    ReplyDelete
  31. Have you ever considered creating an e-book or guest
    authoring on other blogs? I have a blog centered on the same information you discuss and
    would love to have you share some stories/information.
    I know my readers would appreciate your work. If you are even remotely
    interested, feel free to shoot me an e mail.
    Feel free to visit my website :: laser tattoo removal

    ReplyDelete
  32. Hello, everything is going sound here and
    ofcourse every one is sharing information, that's actually excellent, keep up writing.
    My web blog :: laser tattoo removal

    ReplyDelete
  33. Appreciating the time and effort you put into your site and detailed
    information you offer. It's nice to come across a blog every once in a while that isn't the same unwanted rehashed
    material. Wonderful read! I've bookmarked your site and I'm including your RSS feeds to my Google account.
    Feel free to surf my blog ... uneven skin tone

    ReplyDelete
  34. An impressive share! I've just forwarded this onto a colleague who has been doing a little homework on this. And he in fact ordered me lunch due to the fact that I stumbled upon it for him... lol. So let me reword this.... Thank YOU for the meal!! But yeah, thanx for spending some time to discuss this topic here on your website.
    my site > skin bleaching

    ReplyDelete
  35. Marvelous, what a web site it is! This web site provides valuable information to us, keep it up.
    Feel free to surf my site ... how to lose man boobs

    ReplyDelete
  36. I'm not positive where you are getting your info, but good topic. I needs to spend some time studying more or figuring out more. Thank you for magnificent info I was on the lookout for this information for my mission.
    My web site ... cheap villas in alanya

    ReplyDelete
  37. Wow that was odd. I just wrote an really long comment but after I clicked submit my comment didn't show up. Grrrr... well I'm not writing all
    that over again. Regardless, just wanted to say great
    blog!
    My webpage > propertyinturkeyforsale.net

    ReplyDelete
  38. Unquestionably believe that which you said. Your favorite justification appeared to be
    on the internet the simplest thing to be aware of. I say to you, I
    certainly get irked while people consider worries that they plainly do not know about.
    You managed to hit the nail upon the top and defined out the whole thing without
    having side effect , people could take a signal. Will likely be back to get more.
    Thanks
    Also visit my blog post ; Asunto alanya

    ReplyDelete
  39. Ahaa, its pleasant dialogue concerning this piece of writing here at this webpage,
    I have read all that, so now me also commenting
    at this place.
    Also visit my homepage :: http://boligityrkia.net/eiendom-antalya/

    ReplyDelete
  40. I know this if off topic but I'm looking into starting my own blog and was wondering what all is needed to get set up? I'm assuming having a blog like yours would cost a pretty penny?
    I'm not very internet smart so I'm not 100% positive. Any suggestions or advice would be greatly appreciated. Appreciate it
    Here is my weblog : http://bostaditurkiet.net/

    ReplyDelete
  41. I used to be able to find good information from your blog
    posts.
    my page :: bostad i Bodrum

    ReplyDelete
  42. Thank you, I have recently been searching for information approximately this
    topic for ages and yours is the best I've found out till now. However, what concerning the bottom line? Are you sure about the supply?
    my website - Amber Leaf

    ReplyDelete
  43. I’m not that much of a internet reader to be honest but your sites really nice, keep it up!
    I'll go ahead and bookmark your website to come back later. All the best
    Stop by my weblog - mac baren original choice

    ReplyDelete
  44. Nice blog here! Also your site loads up very fast!
    What host are you using? Can I get your affiliate link to your host?
    I wish my website loaded up as quickly as yours lol
    Visit my blog post ... old holborn aromatic

    ReplyDelete
  45. I have been surfing on-line more than 3 hours nowadays, yet I
    by no means discovered any fascinating article like yours.
    It is pretty value enough for me. In my view, if all web owners and bloggers made just
    right content as you did, the internet will be a lot more useful
    than ever before.
    Here is my page borkum riff pipe tobacco

    ReplyDelete
  46. We absolutely love your blog and find many of your post's to be what precisely I'm looking for.

    Does one offer guest writers to write content for you? I wouldn't mind composing a post or elaborating on some of the subjects you write about here. Again, awesome web log!
    My web page - buying cigarettes online

    ReplyDelete
  47. Thanks for sharing your thoughts about best treatment for acne scars.
    Regards
    My web blog ; cure body acne

    ReplyDelete
  48. If you desire to obtain a good deal from this paragraph
    then you have to apply these strategies to your won webpage.
    Feel free to surf my website natural ways to get rid of acne

    ReplyDelete
  49. Greetings! I know this is kinda off topic nevertheless I'd figured I'd ask.
    Would you be interested in trading links or maybe guest
    writing a blog article or vice-versa? My blog addresses a lot of the
    same topics as yours and I think we could greatly benefit
    from each other. If you happen to be interested feel free
    to shoot me an email. I look forward to hearing from you!
    Awesome blog by the way!
    Feel free to surf my website get rid of acne scars

    ReplyDelete
  50. Appreciate the recommendation. Will try it out.
    Here is my web blog pimples overnight

    ReplyDelete
  51. Have you ever considered writing an ebook or guest authoring on
    other websites? I have a blog centered on the same subjects you discuss and would love to have you share some
    stories/information. I know my readers would value your work.

    If you're even remotely interested, feel free to shoot me an e-mail.
    My web page :: natural ways to get rid of acne

    ReplyDelete
  52. Hi! Someone in my Myspace group shared this website with us so I came to give it a look.

    I'm definitely loving the information. I'm book-marking and will
    be tweeting this to my followers! Outstanding blog and terrific style and design.
    my website - www.yourtobaccosstore.com

    ReplyDelete
  53. Hello to every one, for the reason that I am truly eager of reading this webpage's post to be updated daily. It includes pleasant material.
    my website > asuntoturkista.net

    ReplyDelete
  54. After I initially commented I seem to have clicked the -Notify me
    when new comments are added- checkbox and from now
    on each time a comment is added I recieve
    four emails with the exact same comment. Is there a way you are able to remove
    me from that service? Many thanks!
    Also visit my web-site - how to lose man boobs

    ReplyDelete
  55. hi!,I really like your writing so so much! proportion we be in contact extra approximately your post on
    AOL? I need an expert on this area to unravel my problem.
    May be that's you! Looking forward to see you.
    Also see my web site: get rid of man boobs

    ReplyDelete
    Replies
    1. thxx... a lot dude.. cme my facebook inbox...

      Delete
  56. Howdy would you mind sharing which blog platform you're using? I'm planning to start my own blog soon but I'm having a hard time making a decision between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design seems different then most blogs and I'm looking for something unique.
    P.S Apologies for being off-topic but I had to ask!
    Also visit my page ... Skin Bleaching

    ReplyDelete
    Replies
    1. hi dude ... thxx fr visiting my blog spot ..

      Delete
  57. I've been exploring for a little for any high quality articles or weblog posts in this kind of area . Exploring in Yahoo I finally stumbled upon this site. Reading this information So i'm satisfied to show that
    I have an incredibly just right uncanny feeling I found out exactly what I needed.
    I most without a doubt will make certain to do
    not fail to remember this site and give it a glance regularly.
    Here is my webpage ; how to get rid of man boobs

    ReplyDelete
  58. Thank you, I have just been looking for information about this topic
    for a long time and yours is the best I have discovered till now.
    However, what in regards to the bottom line?
    Are you sure about the source?
    Feel free to surf my web site :: uneven skin tone

    ReplyDelete
  59. I simply could not leave your web site before suggesting that I extremely
    enjoyed the usual information an individual supply on your guests?
    Is gonna be again ceaselessly to check up on new posts
    Here is my weblog - skin bleaching

    ReplyDelete
  60. If some one wants expert view concerning blogging
    then i recommend him/her to pay a quick visit this website, Keep up the fastidious work.
    My homepage best ways to make money from home

    ReplyDelete
  61. Hi there, i read your blog occasionally and i own a similar
    one and i was just curious if you get a lot of
    spam comments? If so how do you stop it, any plugin or anything you can suggest?

    I get so much lately it's driving me crazy so any help is very much appreciated.
    Look at my homepage making money at home

    ReplyDelete
  62. Hey There. I found your blog using msn. This is a very well written article.

    I'll make sure to bookmark it and return to read more of your useful information. Thanks for the post. I will certainly comeback.
    Feel free to visit my web-site ... trojen-x.com

    ReplyDelete
  63. An intriguing discussion is worth comment. I think that you should write more on this subject
    matter, it may not be a taboo matter but usually folks don't speak about these subjects. To the next! Cheers!!
    Also see my website > diablo 3 gold farming

    ReplyDelete
  64. It's going to be finish of mine day, but before ending I am reading this wonderful paragraph to increase my know-how.
    my web site: acne overnight fast

    ReplyDelete
  65. Wonderful blog! Do you have any suggestions for aspiring writers?
    I'm planning to start my own website soon but I'm a little
    lost on everything. Would you suggest starting with a free platform like Wordpress or
    go for a paid option? There are so many options out there that I'm completely confused .. Any ideas? Appreciate it!
    my website: home based business ideas

    ReplyDelete
  66. It is the best time to make a few plans for the future and it's time to be happy. I have learn this submit and if I could I wish to counsel you some attention-grabbing things or advice. Maybe you could write subsequent articles referring to this article. I want to read even more things approximately it!
    Also visit my weblog : online mlm

    ReplyDelete
  67. Nice answer back in return of this issue with real arguments and telling all concerning that.


    Also visit my website: best weight loss diet

    ReplyDelete
  68. Highly energetic article, I liked that bit. Will there be a part 2?


    Review my web blog: rheumatoid arthritis

    ReplyDelete
  69. Have you ever considered creating an e-book or guest authoring on other sites?
    I have a blog centered on the same ideas
    you discuss and would really like to have you share some stories/information.
    I know my subscribers would value your work.
    If you are even remotely interested, feel free
    to shoot me an e-mail.

    My blog; weight loss

    ReplyDelete
  70. Heya just wanted to give you a quick heads up and let
    you know a few of the pictures aren't loading properly. I'm not sure why but I
    think its a linking issue. I've tried it in two different internet browsers and both show the same outcome.

    Stop by my webpage :: does african mango really work

    ReplyDelete
  71. As mentioned, thousands of people have already seen life changing results
    after using Kyle Leon's Muscle Maximizer for just a few weeks, and there is nothing that says that you can't experience the same changes as
    well. If you would definitely be a true beginner to figuring
    out to gain muscular, you will need to begin your workouts
    inside the gym or health and fitness center to use trainers and other staff to support
    and teach anyone setup your schooling routine.
    In his new program Kyle Leon offers high quality information and offers a proven muscle building system
    that has been designed by renowned fitness models from around the world that have been
    adjusted and tested for a long time in order to provide the best results.



    Here is my site - muscle maximizer results

    ReplyDelete
  72. You adopted that language even before you joined Tumblr, when you wearOakley Frogskins lenses you will
    automatically fell smarter and cooler. En Espaa las puedes encontrar en Madrid en
    Alibab en la C/ Jorge Juan, 14.

    Here is my web blog - Cheap Oakley Sunglasses ()

    ReplyDelete
  73. For part of my ministerial training, I have returned to this area after 30 years and I thought how much
    I would enjoytaking part in the festivities.
    That Shane Bonifay is 14 years old and a standout in a little-known but hip water sport called wake boarding is precisely the point, becausegafas oakley baratas, previously
    known for its incredibly resistant and protective lenses.
    For ensuring that, it is seen that anglers weargafas oakley baratas sunglasses polarized when
    they even do not need this game's ready audience, the rest of you falls apart.

    my web site; Gafas Oakley Baratas

    ReplyDelete
  74. The collection of double breasted trench
    coat Mulberry Outlet UK that is easy to sculpt, sew, dye and weave.
    Without thinking any minute, I placed an order
    for one of double breasted trench coat Mulberry Outlet UK that is easy to sculpt, sew, dye and weave.
    A wonderful diversity of double breasted trench coat
    is made for such busy women like me. The quality of this double breasted trench coat Mulberry Outlet UK
    that is easy to sculpt, sew, dye and weave.

    ReplyDelete
  75. Any sneakerhead will recognize the classic kd basketball shoes 95 colourway when it
    come to white/grey/black combos accented with Neon.
    Les types, nous avons affich prcdemment dcrit fonctionne bien.
    Would you come across any shadow of conventional boots in these kd basketball
    shoes 90 shoes experience many splendid moments since this kind of palette extremely well in it's own right. It is clear that the Air Pegasus shoe series has always been popular.

    Feel free to visit my web blog Kevin Durant Shoes

    ReplyDelete
  76. The Nike michael kors bags+ Tailwind also has asleeve technology.
    Clear buckskin about the Nike Air Flight Falcon and whatit
    has to offer. The upper of the sneaker is dominated with black,
    which is one of best-selling product in Running category.

    No release date or price has been set for this colorway, but they are worthy of
    ancestor.

    Here is my web site - nautical michael kors bag

    ReplyDelete
  77. You could consider Men's Nike cheap kobe bryant shoes Speed Turf Size 9 With a Reasonable Price. For this special release, the design of Molded Phylon midsole, a six-column Nike Shox system is applied.

    my page Nike Basketball Shoes

    ReplyDelete
  78. To play with our second look, we have our denim jacket.
    Christian Louboutin Outlet has attributed his love for shoes at a reasonable price.
    This will be the sign of the christian louboutin outlet sample sale will be at 306 West 38th street, 14th floor.
    Well known in the fashion world. It is not too high and
    easy to walk and the posture. Celebrities Love LouboutinThe
    sexy, red soled Louboutin shoes, however to Martha Stewart it is a formality.

    ReplyDelete
  79. Nike Air Max Pas Cher 90" Infrared", both in a
    UK8. Do not miss this opportunity, you have to
    enjoy the contemporary hands-kept technique, appropriate?

    ReplyDelete
  80. Cardinals - Larry Fitzgerald swears he will be assigned receivers Josh Morgan
    and Michael Crabtree fumbled just short of the goal line before
    members of the New England Patriots for Houston Texans?

    He was signed to the practice squad, it would surprise me if Roger Goodell doesn't reinstate Vick.

    my website Baby Miles Austin Jersey

    ReplyDelete
  81. Graph tracks nike nfl jerseys's weekly closing stock price since 1991. Nike Nfl Jerseys Inc grew 11%, in line with our expectations, despite challenging economic conditions in the factories and bobbing their heads in shame. 75 Earnings per share grew 13% to $0. We are very confident we have the best young safety duo in the NFL.

    Stop by my web blog: Torrey Smith Authentic Jersey

    ReplyDelete
  82. Teach us to give and not count the cost. We can avoid the police for long
    enough to see plenty of soul-crushing authentic nike jerseys quarterback play.
    However, the man at the center. There is not a believer.
    You're talking about the Colts' approach. Quarterback coach Clyde
    Christensen called the plays, but he was not carrying a gunand that the gun found
    did not belong to him, and even that Velveeta and mushroom casserole.
    Lots of people, I don't think he will be more remembered for: 1. Operator Our next question comes from the traditional.

    Stop by my homepage ... Austin Collie Football Jersey (barbermediaandgraphics.com)

    ReplyDelete
  83. The wholesale jerseys usa placed their one-year franchise tag that does not forget Foster.
    Allianz Park last weekend having played one of its leading members, acts like a stand-up dirty comedian, frequently resorting to foul and abusive language and coarse
    discussions about sexuality.

    Also visit my site Wholesale Jerseys Free Shipping

    ReplyDelete
  84. The benzoyl peroxide in the cleanser helps crush the bacteria that cause acne breakouts, and the tiny exfoliating beads help to strip away
    old skin debris and excess oil. Many fruits and vegetables contain these key vitamins as well.



    Also visit my site - best acne treatment for women in 30's

    ReplyDelete
  85. Terrific post however I was wondering if you could write a litte more on this topic?
    I'd be very grateful if you could elaborate a little bit further.
    Appreciate it!

    My site; make money with meghan review

    ReplyDelete
  86. When Johnson and Boswell arrived, only two people
    on the road versus the Norwood James Gang Sat, Jun 29th and Six Nations Rivermen May 11th and Owen Sound
    North Stars at Bill Burgoyne Arena. Despite winning
    the Heineken Cup and earn them No 1 seeding for the last two seasons.
    The photographer decides that there is less enthusiasm to buy luxury goods in von miller jersey China now.
    It is an easy way to tell if a von miller jersey handbag.


    Feel free to visit my web page - Von Miller Youth Jersey

    ReplyDelete
  87. It's perfect time to make some plans for the future and it is time to be happy.
    I've read this post and if I could I wish to
    suggest you some interesting things or advice. Perhaps you can write next articles referring to this article.
    I wish to read even more things about it!

    My weblog http://north-rhine.com/node/21830

    ReplyDelete
  88. http://www.2013.0daymusic.org/stilius.php?id=bass
    http://www.2013.0daymusic.org/stilius.php?id=beat
    http://www.2013.0daymusic.org/stilius.php?id=blues
    http://www.2013.0daymusic.org/stilius.php?id=classical
    http://www.2013.0daymusic.org/stilius.php?id=country
    http://www.2013.0daymusic.org/stilius.php?id=danceHall
    http://www.2013.0daymusic.org/stilius.php?id=disco
    http://www.2013.0daymusic.org/stilius.php?id=ethnic
    http://www.2013.0daymusic.org/stilius.php?id=folk
    http://www.2013.0daymusic.org/stilius.php?id=funk
    http://www.2013.0daymusic.org/stilius.php?id=gangsta
    http://www.2013.0daymusic.org/stilius.php?id=indie
    http://www.2013.0daymusic.org/stilius.php?id=industrial
    http://www.2013.0daymusic.org/stilius.php?id=instrumental
    http://www.2013.0daymusic.org/stilius.php?id=jazz
    http://www.2013.0daymusic.org/stilius.php?id=latin
    http://www.2013.0daymusic.org/stilius.php?id=lo-fi
    http://www.2013.0daymusic.org/stilius.php?id=metal
    http://www.2013.0daymusic.org/stilius.php?id=punk
    http://www.2013.0daymusic.org/stilius.php?id=rap
    http://www.2013.0daymusic.org/stilius.php?id=reggae
    http://www.2013.0daymusic.org/stilius.php?id=soul
    http://www.2013.0daymusic.org/stilius.php?id=soundtrack
    http://www.2013.0daymusic.org/stilius.php?id=top
    http://www.2013.0daymusic.org/stilius.php?id=flac
    http://www.2013.0daymusic.org/stilius.php?id=live
    http://www.2013.0daymusic.org/stilius.php?id=others
    http://www.2013.0daymusic.org/stilius.php?id=trance=0daymusic
    http://www.2013.0daymusic.org/stilius.php?id=techno=0daymusic

    Here is my web page http://www.web-2013.0daymusic.org http://www.web.0daymusic.org http://www.2014.0daymusic.eu http://www.2014.0dayvinyls.org http://www.2014.filestube.eu http://www.2014.uploaded.lt http://www.2014.0daymusic.org http://www.2014.filestube.lt http://www.0daymp3.net http://www.2014.mediafire.lt

    ReplyDelete
  89. Good day! This is my first visit to your blog!
    We are a team of volunteers and starting a new initiative in a community
    in the same niche. Your blog provided us useful information
    to work on. You have done a marvellous job!


    Here is my weblog: Binära Optioner

    ReplyDelete
  90. This blog, “"Data Base interview Questions"” indicates the fact
    that you truly comprehend everything that you r communicating about!

    I thoroughly agree. Thanks a lot ,Hope

    my web site http://gotea.org (gotea.org)

    ReplyDelete
  91. Exactly where did u actually pick up the points to publish
    ““"Data Base interview Questions"”? Thank you -Bobbie

    Also visit my web blog :: http://sosca1.com (sosca1.com)

    ReplyDelete
  92. We're a group of volunteers and starting a new scheme in our community.
    Your web site provided us with valuable info to work on. You've done a formidable job and
    our entire community will be grateful to you.

    My homepage Football Quotes

    ReplyDelete
  93. I am in fact delighted to glance at this weblog posts which consists of plenty of valuable facts, thanks for
    providing such statistics.

    Feel free to surf to my weblog :: gta v cheats ()

    ReplyDelete
  94. Thanks , I have recently been looking for info approximately this
    subject for ages and yours is the greatest I have discovered so far.
    However, what concerning the conclusion? Are you certain concerning the supply?


    My website; Daniel Grayson

    ReplyDelete
  95. Quality content is the key to be a focus for the users to pay a visit the site, that's
    what this website is providing.

    Here is my site; porhn

    ReplyDelete
  96. Howdy! I understand this is sort of off-topic but I had to ask.

    Does building a well-established website like yours require
    a large amount of work? I am brand new to blogging
    however I do write in my journal on a daily basis.

    I'd like to start a blog so I will be able to share my personal experience and views online.
    Please let me know if you have any kind of ideas or tips for brand new aspiring bloggers.
    Appreciate it!

    my website binary cash creator

    ReplyDelete
  97. Thanks , I've just been searching for information approximately this subject for ages
    and yours is the greatest I have discovered till now.
    But, what about the bottom line? Are you sure about the source?


    Check out my blog Binary Cash creator bonus

    ReplyDelete
  98. Excellent write-up. I absolutely appreciate this site.
    Keep writing!

    My blog post - emobile code

    ReplyDelete
  99. This website was... how do I say it? Relevant!!
    Finally I've found something that helped me. Many thanks!



    my site: amino acids to build muscle

    ReplyDelete
  100. Hello! I was just wondering what theme your blog was using .
    I just created my own mini-blog and was wondering if I could use the theme on your site.

    If you could either reply to this comment (I check this site quite frequently so I won't miss it), post on my Facebook
    page (castle clash hack) or send
    me an email (my email is EmiliaPhelps [at] gmail [dot] com).


    Thanks,

    Emilia

    ReplyDelete
  101. Hello! I was just wondering what theme your blog was using .
    I just created my own mini-blog and was wondering if
    I could use the theme on your site. If you could either reply to this comment (I check this site quite frequently so I won't miss
    it), post on my Facebook page (castle clash hack)
    or send me an email (my email is EmiliaPhelps [at]
    gmail [dot] com).

    Thanks,

    Emilia

    ReplyDelete
  102. Hi there ery cool site!! Guy .. Excellent .. Wonderful ..
    I will bookmark your website and take the feess additionally?

    I am satisfied to search out a lot of useful info here within the submit, we
    need work out extra strategies onn this regard, thanks for sharing.
    . . . ..

    My weblog: circle color smart lenses for eyes

    ReplyDelete
  103. Valuable info. Lucky me I found your web
    site by accident, and I am shocked why this twist of fate did not took place in advance!
    I bookmarked it.

    My site :: check here

    ReplyDelete
  104. Definitely imagine that which you said. Youur favorite justification appeared
    to be on the web the easiest factor to have in mind of.
    I say to you, I certainly get annoyed whilst other folks tthink about isues that
    they plainly don't understand about. You managed to hit the
    nail upon the highest and defined out the whole thing with no need side ffect , folks could take a signal.
    Will likely be back to get more. Thank you

    My website - Pop Over To These Guys

    ReplyDelete
  105. Hello would you mind letting me know which webhost you're
    working with? I've loaded your blog in 3 completely different web browsers and I must say this blog loads a lot
    quicker then most. Can you recommend a good web hosting provider at a fair price?
    Many thanks, I appreciate it!

    Feel free to surf to my blog: nike air max maken

    ReplyDelete
  106. Great blog you have here but I was curious about if you knew of any message boards that cover
    the same topics talked about in this article?

    I'd really love to be a part of group where I
    can get comments from other experienced people that share
    the same interest. If you have any suggestions, please let me know.
    Appreciate it!

    Feel free to visit my web-site ... best muscle building supplements

    ReplyDelete
  107. Hello there, I discovered your website by means of
    Google even as searching for a comparable subject, your site came up, it seems to be
    good. I have bookmarked it in my google bookmarks.
    Hello there, just become aware of your weblog via Google, and found that it is truly
    informative. I'm gonna watch out for brussels.

    I'll be grateful if you happen to continue this in future.
    Many folks will probably be benefited out of your writing.

    Cheers!

    Also visit my web blog ... best double stroller 2014

    ReplyDelete
  108. Hi,

    I would like to let you know that we are selling high PR Tumblr blogs.

    I think as a webmaster, you know the importance of having backlinks from
    high PR blogs. And you also know how costly it can be to have
    backlinks to this high PR blogs.

    Well I would like to inivte you and take a look at
    our offer. At very cheap price, you can have your
    own high PR Tumblr were you can use as backlinks to your site.


    If your interested, please visit: http://bit.ly/highprtumblr

    Thanks

    Take a look at my weblog ... Cheap High PR Tumblr Blogs

    ReplyDelete
  109. Hi,

    I would like to let you know that we are selling high PR Tumblr blogs.

    I think as a webmaster, you know the importance of having backlinks
    from high PR blogs. And you also know how costly it can be to
    have backlinks to this high PR blogs.

    Well I would like to inivte you and take a look at our offer.
    At very cheap price, you can have your own high
    PR Tumblr were you can use as backlinks to your site.



    If your interested, please visit: http://bit.ly/highprtumblr

    Thanks

    Also visit my weblog; Cheap High PR Tumblr Blogs

    ReplyDelete
  110. You're perhaps one of these million companies around who'd desire to create a web site for your company.

    Moreover, these are the key points on which a website.
    Additionally, single can in no way under-estimate the power
    of simplicity.

    Also visit my web site: İnternet Sitesi Antalya

    ReplyDelete
  111. Your DIY web design Hervey Bay should also be updated on a regular basis.
    Just having a website would not do, how many aficionados are there of your website' How many
    clicks do you get on your website per day' Does your website rank well and
    generate leads' Effective website design is most important to attract your visitors so that they stick
    to your website and also find solutions on your
    website. If you would like additional info or the tools and tactics to success.


    Here is my blog post - İNternet Sitesi Antalya

    ReplyDelete
  112. Hi,

    I would like to let you know that we are selling high
    PR Tumblr blogs. I think as a webmaster, you know the importance of having backlinks from high
    PR blogs. And you also know how costly it
    can be to have backlinks to this high PR blogs.


    Well I would like to inivte you and take a look at our offer.
    At very cheap price, you can have your own high PR Tumblr were you can use as backlinks to your site.


    If your interested, please visit: http://bit.ly/highprtumblr

    Thanks

    Here is my webpage :: Cheap High PR Tumblr Blogs

    ReplyDelete
  113. I was able to find good info from your blog articles.

    Also visit my web-site :: http://skhateyou.com/blog/?p=1014

    ReplyDelete
  114. s make great salads and can be blended in smoothies. With the less costs and time together with her in the occasion, you
    would like to know your Chicago along with beauty female.

    After conversation ends, a new scene will begin where the battle plans are discussed.



    Also visit my site: Antalya Escort

    ReplyDelete
  115. It's going to be finish of mine day, however before ending
    I am reading this great article to improve my know-how.


    Feel free to visit my blog ... good relationship

    ReplyDelete
  116. What's up, I want to subscribe for this blog to take latest
    updates, therefore where can i do it please help out.


    Also visit my web site Penis enlargement

    ReplyDelete
  117. Excellent website you have here but I was curious if you knew of any forums that
    cover the same topics discussed in this article?
    I'd really like to be a part of community where I can get suggestions from other experienced individuals that share the same interest.

    If you have any recommendations, please let me know. Thanks!


    Also visit my web blog ... Http://Mrkevin100.Cwsurf.De/Install/Index.Php?Page=Thread&Threadid=77245

    ReplyDelete

Write your openion about my blog spot..To get automatic facebook updates like my Pagehttps://www.facebook.com/shivashankar4u ..It takes only 1 min to write the comment and to like the page.. Thanks.