This is default featured post 1 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured post 2 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured post 3 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured post 4 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured post 5 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Friday, 4 March 2011
Web Technology (Internet) Interview Questions
Object-Orientation Concepts, UML interview Questions
- What is inheritance?
- Difference between Composition and Aggregation.
- Difference: Sequence Diagrams, Collaboration Diagrams.
- Difference: 'uses', 'extends', 'includes'
- What shall I go for Package Diagram?
- What is Polymorphism?
- Is class an Object? Is object a class?
- Comment: C++ "includes" behavior and java "imports"
- What do you mean by "Realization"?
- What is a Presistent, Transient Object?
- What is the use of Operator Overloading?
- Does UML guarantee project success?
- Difference: Activity Diagram and Sequence Diagram.
- What is association?
- How to resolve many to many relationship?
- How do you represent static members and abstract classes in Class Diagram?
- Can we use UML for user interface (UI) design?
- Every object has : state, behavior and identity - explain
- How to reverse engineer C++ code in UML?
- What are the tools you used for OOAD?
- Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
- What are the four phases of the Unified Process ?
- How do you convert uses cases into test cases?
- Explain Class Diagram in Detail.
- What are the Design Patterns you know.
- When do you prefer to use composition than aggregation?
- UML: IS it a process, method or notation?
- Does a concept HAVE to become a class in Design?
- What are the good practices to use while designing for reuse?
- Can you think of some nice examples where *multiple* actors are associated with a use case ?
- How to use CRC Cards for Class Design?
- What is the difference between static and dynamic Classificaition.Give some examples.
- Explian following terms: Constraint Rules, Design by contract.
- What is Object Constraint Language (OCL)?
- Difference Between Attribute and Association.
- What are associative classes?
Computer Networking, Socket Programming, IPC Interview Questions
Networking, Socket Programming, Inter-Process Communication
Networking, Socket Programming, Inter-Process Communication
- User(s) are complaining of delays when using the network. What would you do?
- What are some of the problems associated with operating a switched LAN?
- Name some of the ways of combining TCP/IP traffic and SNA traffic over the same link.
- What sort of cabling is suitable for Fast Ethernet protocols?
- What is a Class D IP address?
- Why do I sometimes lose a server's address when using more than one server?
- What is Firewall?
- How do I monitor the activity of sockets?
- How would I put my socket in non-blocking mode?
- What are RAW sockets?
- What is the role of TCP protocol and IP protocol.
- What is UDP?
- How can I make my server a daemon?
- How should I choose a port number for my server?
- Layers in TCP/IP
- How can I be sure that a UDP message is received?
- How to get IP header of a UDP message
- Writing UDP/SOCK_DGRAM applications
- How many bytes in an IPX network address?
- What is the difference between MUTEX and Semaphore?
- What is priority inversion?
- Different Solutions to dining philosophers problem.
- What is a message queue?
- Questions on Shared Memory.
- What is DHCP?
- Working of ping, telnet, gopher.
- Can I connect two computers to internet using same line ?
Database Questions
- What are the different types of joins?
- Explain normalization with examples.
- What cursor type do you use to retrieve multiple recordsets?
- Diffrence between a "where" clause and a "having" clause
- What is the difference between "procedure" and "function"?
- How will you copy the structure of a table without copying the data?
- How to find out the database name from SQL*PLUS command prompt?
- Tadeoffs with having indexes
- Talk about "Exception Handling" in PL/SQL?
- What is the diference between "NULL in C" and "NULL in Oracle?"
- What is Pro*C? What is OCI?
- Give some examples of Analytical functions.
- What is the difference between "translate" and "replace"?
- What is DYNAMIC SQL method 4?
- How to remove duplicate records from a table?
- What is the use of ANALYZing the tables?
- How to run SQL script from a Unix Shell?
- What is a "transaction"? Why are they necessary?
- Explain Normalizationa dn Denormalization with examples.
- When do you get contraint violtaion? What are the types of constraints?
- How to convert RAW datatype into TEXT?
- Difference - Primary Key and Aggregate Key
- How functional dependency is related to database table design?
- What is a "trigger"?
- Why can a "group by" or "order by" clause be expensive to process?
- What are "HINTS"? What is "index covering" of a query?
- What is a VIEW? How to get script for a view?
- What are the Large object types suported by Oracle?
- What is SQL*Loader?
- Difference between "VARCHAR" and "VARCHAR2" datatypes.
- What is the difference among "dropping a table", "truncating a table" and "deleting all records" from a table.
- Difference between "ORACLE" and "MICROSOFT ACCESS" databases.
- How to create a database link ?