13
2012
Common Interview Questions Part-2
COMMON INTERVIEW QUESTIONS AND ANSWERS: Review these typical interview questions and think about how you would answer them. Read the questions listed; you will also find some strategy suggestions with it. 1. Tell me about yourself: The most often asked question in interviews. You need to have a short statement prepared in your mind. Be careful that it does not sound rehearsed. Limit it to work-related items unless instructed otherwise. Talk about things you have [...]
13
2012
HTML Interview Questions Part-1
HTML Interview Questions How do I indent the first line in my paragraphs? This isn’t really possible in a reliable way, until style sheets are more widely supported. At this moment, there are several browser-specific kludges and tricks available, but these are not guaranteed to work. 1) Use a number of ( ) characters. Netscape and related browsers do not collapse these, like normal spaces, so this appears as an indent in these browsers. Other [...]
23
2012
HTML Interview Questions Part-5
HTML Interview Questions and Answers Which should I use, &entityname; or &#number; ? In HTML, characters can be represented in three ways: 1. a properly coded character, in the encoding specified by the “charset” attribute of the “Content-type:” header; 2. a character entity (&entityname;), from the appropriate HTML specification (HTML 2.0/3.2, HTML 4, etc.); 3. a numeric character reference (&#number;) that specifies the Unicode reference of the desired character. We recommend using decimal references; hexadecimal [...]
21
2012
Latest Dotnet Interview quesitons
LATEST DOT NET INTERVIEW QUESTIONS What are Design Patterns? A Design Pattern essentially consists of a problem in a software design and a solution to the same. In Design Patterns each pattern is described with its name, the motivation behind the pattern and its applicability. According to MSDN, “A design pattern is a description of a set of interacting classes that provide a framework for a solution to a generalized problem in a specific context [...]
17
2012
C Interview Questions part-7
C Interview Questions: 151) #include <stdio.h> main() { char * str = “hello”; char * ptr = str; char least = 127; while (*ptr++) least = (*ptr<least ) ?*ptr :least; printf(“%d”,least); } Answer: 0 Explanation: After ‘ptr’ reaches the end of the string the value pointed by ‘str’ is ‘\0’. So the value of ‘str’ is less than that of ‘least’. So the value of ‘least’ finally is 0. 152) Declare an array of N [...]
14
2012
Basic Hardware Interview Questions
1. Types of Rams? Ans. 2. What are the slots in motherboard?(ON mother board 10que) Ans. Accelerated Graphics Port: The Accelerated Graphics Port (also called Advanced Graphics Port, often shortened to AGP) is a high-speed point-to-point channel for attaching a graphics card to a computer’s motherboard, primarily to assist in the acceleration of 3D computer graphics. Advanced Communications Riser: A Advanced Communications Riser, or ACR, is a form factor and technical specification for PC motherboard [...]
9
2012
BPO INTERVIEW QUESTIONS
Hi all, if anybody is looking out for bpo job[voice process] and require questions and answer’s for that. What is BPO? Business process outsourcing means examining the processes that compose the business and its functional units, and then working with focused service providers to both re-engineer and outsource these at the same time. BPO involves the full transfer of responsibility for functions such as transaction processing, policy servicing, claims management, HR, finance, and compliance to [...]
Tutorials & Interview Questions
E-Books of the month
Recent Comments
- uma on Tally Tutorial Part-1
- Sudheer.Choragudi on IOS Commands
- Sudhakar Singajogi on QTP Tutorial for Beginners Part-2
- webdagger on OSI LAYERS
- kaladhar on OSI LAYERS
- sreekanth on SAP Tutorial Part-5
Who's Online
- 0 Members.
- 2 Guests.
An article by webdagger





A limited time offer only for one month.The Books are Guide to HTML, JavaScript and PHP For Scientists and Engineers & Sams Teach Yourself is a Book in which you can learn the c++ within 24 hours...
