Interview Questions

Q:

What strategies would you use to motivate your team?

Answer

Here is an example statement to consider as you prepare your answer.


On motivating others by using recognizing their achievements: I consider that recognizing good aspects of worker performance is critical to motivating maximum people. For example, I control a staff of 10 employees, and I observed that one of the workers was somewhat introverted and tended to stop in the background. He achieved correctly but was reluctant to contribute at meetings, and I thought he could be extra productive if optimally motivated. I commenced an each day ritual of supervising in with him and checking his output. I provided good feedback concerning  his daily achievements. I discovered that the quantity and quality of his output increased as I interacted with him more regularly. I was able to call upon him at meetings considering that I understood the details of his work better and ask him to share few of his successful strategies with colleagues.

Report Error

View answer Workspace Report Error Discuss

Subject: Team Work

1 1708
Q:

What is stored in the 'this' reference?

Answer

This is a keyword and used as reference to Current object address in java. 


It means by using which object the method is called that object hashcode is stored inside the 'this'.

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: Analyst

0 1708
Q:

Explain Overriding Polymorphism.?

Answer

Overriding means changing behavior of methods of base class in derive class by overriding the base class methods. If class A is a base class with method ’calculate’ and class B inherits class A, thus derives method ’calculate’ of class A. The behavior of ’calculate’ in class B can be changed by overriding it.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1708
Q:

What is a Canvas?

Answer

Canvas is a rectangular area on a HTML page, specified with the tag <canvas>. 

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1707
Q:

What is COM?

Answer

COM is short for Component Object Model. It is a Microsoft technology that allows developers to make use of reusable components and services provided by Microsoft. COM technology includes COM+, DCOM and ActiveX.

Report Error

View answer Workspace Report Error Discuss

0 1706
Q:

What is Xpath?

Answer

XPath specifies the path in the XML document which has hierarchical elements. XPath is used with XPointer and XSLT and parser.  

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1705
Q:

What are the three file types in NT ?

Answer

NTFS, FAT & FAT 32 are the file systems of NT.

Report Error

View answer Workspace Report Error Discuss

1 1704
Q:

What does isNaN function do?

Answer

NaN stands for ‘not-a-number’. The function isNaN determines the argument or the value is a NaN. The function returns true if the argument is not a number, otherwise returns false.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1704