Interview Questions

Q:

Why is it that you cannot overload the scope resolution operator (::)?

Answer

The main reason why the scope resolution operator (::) cannot be overloaded is that only operators that take in values as parameters can be overloaded. The scope resolution operator does not take a value as parameter.

Report Error

View answer Workspace Report Error Discuss

0 1767
Q:

What is HTML5 Web Storage?

Answer

With HTML5, it is possible for the web pages to store the data locally in the user's browser. This web storage is much faster and secured than the cookies. Also, a larger amount of data can be stored without causing any adverse effect to the performance of the website. 


The data here is not included with every server request. It is used ONLY when it is asked for. It is only that particular web page that can access the data stored by itself.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1767
Q:

Tell me about a time when you took the time to share a co-worker's or supervisor's achievements with other?

Answer

At my most recent position, one of my co-workers, John, did an outstanding job of calming an irate customer, solving the customer's problem and completing a sale. When our boss asked me how things were going, I told him everything was going fine and that John had just completed calming an irate customer and closing a sale. It was a win-win-win- for our boss, Johnn and the customer.

Report Error

View answer Workspace Report Error Discuss

Subject: Work History

1 1767
Q:

You want only a vertical scrollbar and no horizontal scrollbar on your page. How would you do it?

Answer

- This can be done by defining the frame with SCROLLING = auto and having content to just fit into this frame. 


- SCROLLING="yes" gets the scroll bar on both the sides, even when not needed. 


- SCROLLING="no" doesn’t get the scrollbars at all, even when they are needed.


 

Report Error

View answer Workspace Report Error Discuss

0 1766
Q:

What are the different objects used in JavaScripts?

Answer

JavaScripts uses a hierarchical structure that applies to the objects in a document. There are some objects that show the relationship of one object to another using the language.

Window object: This is the topmost object in the hierarchy. It represent the content area of browser window that consists of HTML documents. Each frame is also a window that has some actions inside it.


Document object: This object gets loaded in a window and consists of objects of different kind in the model. It consists of the content that will be written in the script.

Form object: Form objects are used for more interaction with the users. It represents the form elements inside <FORM>...</FORM> tag.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1766
Q:

What is the purpose of creating partitions for a Windows operating system?

Answer

Creating partition may serve different purposes. The common reason is that a separate partition can be used to store data files so that when Windows needs to be reinstalled, the main partition can be formatted without fear of loosing data, which are stored on the other partition.

Report Error

View answer Workspace Report Error Discuss

1 1765
Q:

Are there any times where you had a conflict with a superior? If yes, how did you handle it and resolve it?

Answer

I have had differences of opinion with previous managers. Our disagreements were not significant, but some had to be confronted and resolved. I have learned that two parties typically quarrel when each one refuses to consider the other's perspective. Therefore, I asked the manager I disagreed with to explain his or her perspective, and then to consider my point of view. This way, we were able to take into account each other's perspective and come to an agreeable compromise. When a compromise could not be reached, I accepted my manager's decision. Regardless of individual perspectives, managers are responsible for setting policy, and subordinates are responsible for executing it.

Report Error

View answer Workspace Report Error Discuss

1 1764
Q:

What type of tests you perform on the web based application?

Answer

For web application we perform following time of test:


 


1. Functionality Testing.


2. Usability Testing.


3. Navigation Testing.


4. Configuration and Compatibility testing.


5. Reliability and Availability Testing.


6. Performance Testing.


7. Load and Stress Testing.


8. Security Testing

Report Error

View answer Workspace Report Error Discuss

Subject: QA Testing

0 1761