Interview Questions

Q:

What do you like to do when you're not at work?

Answer

Be sure to emphasize those activities that may complement your on-the-job duties. For Example, if you're applying for a  position as a book-store manager, mentioning that you read three books per a week is highly appropriate. 

Report Error

View answer Workspace Report Error Discuss

0 1813
Q:

What is a Web Worker?

Answer

- A web worker is a JavaScript which runs in the background. It exists in external files. 


 - It is independent of other scripts and does not affect the performance of the page. 


 - Web workers are usually used for CPU intensive tasks.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1810
Q:

What is the difference between creating a thread by extending Thread class and by implementing Runnable interface? Which one should prefer?

Answer

When creating a thread by extending the Thread class, it is not mandatory to override the run method (If we are not overriding the run method , it is useless), because Thread class have already given a default implementation for run method. But if we are implementing Runnable , it is mandatory to override the run method. The preferred way to create a thread is by implementing Runnable interface, because it give loose coupling.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1809
Q:

What is the purpose of pseudo-elements?

Answer

Pseudo elements allow the use of the part of element and not the element itself. They are applied to block level element, which is used for the complete block for which the CSS is being written. This allow the subpart of an element to be styled like paragraphs and headings. For example:


selector:pseudo-element {property:value;}


p: first-line {text-transform: lowercase;}


It adds the style to the first line of the code in the paragraph.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1808
Q:

What is an ABAP?

Answer

ABAP (Advanced Business Application Programming) is a high level programming language created by the German software company SAP. It is currently positioned as the language for programming SAP's Web Application Server, part of its NetWeaver platform for building business applications. Its syntax is somewhat similar to COBOL.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1803
Q:

What are the steps involved in uploading the files using FTP client software?

Answer

- FTP is used to upload the files on the server from the client side where it is installed on the computer of clients. 


- FTP client is checked for the installation of the software and according to that the appropriate directory is uploaded on the hosting server. 


- The hosting server uploads the files that is being created by the user and set the permissions for it so that public can access it. 


- Web hosting uses different directories like HTML that is used as var/www/html that is determined using the FTP client. 


- Initial local directory is being set up using FTP client and it is where the website gets stored. 


- The transfer mode is being determined for the files that need to be transferred either in ASCII or BINARY mode.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1802
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 1800
Q:

Can you tell me how your legal organisation/law firm defines success?

Answer

Tips


It would be wise to save this question for the interviewing manager, and not for a peer/technical discussion. Nobody likes a kiss-up, but letting management know that you will communicate openly and honestly with them, always scores big points. The last part of the question can be a good barometer about how easy it will be to become a top performer. You can follow up with a discussion of how you have been successful in your previous jobs.

Report Error

View answer Workspace Report Error Discuss

Subject: Law

2 1800