Resignation faq questions

Resignation faq questions
What is a resignation letter?
A resignation letter is a formal document in which the author makes his/her official resignation from a position or office. It is usually handled to a direct supervisor.
Why should I always hand in a resignation letter?
First of all: to keep good relations with the employer and organization you have been working with in order to keep certain benefits intact (letters of recommendation, references, etc.).
Even though an oral resignation may be acceptable in some instances, a resignation letter can be filed by both the employer and the employee and be used for legal reasons if required.
Resignation letters are also important because the employee can use them to anticipate the date when he/she is definitely leaving the position, thus, giving the employer the time to find an appropriate replacement.
How should I write a resignation letter?
There are many ways to write one, depending on the circumstances and the job you are resigning from, however, there are specific details and information that cannot be missing from a resignation letter. Check our Resignation letter samples if you want to make your own letter easily.
Something to keep in mind is that a resignation letter has to be as brief and simple as possible, in order to make its purpose clear. It is also important, because of politeness, to include a thank-you note and to include the final date of work at the company/organization.
Always write your letter in neutral English, this is, very formal English.
Should I mention my reasons to resign?
Not necessarily. Whenever you are resigning because of a problem at the company it is better not to include it in the letter; in case you feel like talking about it then do it in private. It is very acceptable to include your reasons in the letter when they are positive ones (a better opportunity, an important trip, etc.) but not mandatory.

Resignation letter Model

Resignation letter Model
Name of Recipient
Title and Company Name
Address
City and Zip Code


Salutation (Dear Mr. Pratt,)


Paragraph 1:
Here you should include the purpose of the letter (resignation), and to include the last date you expect to work.

Paragraph 2:
Here you should let the company know why you decided to quit.

Paragraph 3: Here, thank the company and employer (for their time, the given opportunity, things you´ve learnt, etc.) and make sure the employer knows you will do whatever needed from you in order to hand over the position and to train your replacement if required.

Closing (Yours, Truly yours, sincerely, sincerely yours, very sincerely yours, regards, best regards,)

Your handwritten signature
Your name
Your position

Cc: write down a list of names of the people that will also get this letter.

Groovy Interview Questions and Answers

Groovy Interview Questions and Answers
1)Why Groovy? Why don't you just use Jython, JRuby, bsh, rhino, pnuts?
2)What are the dependencies for Groovy?
3)What is the licence for Groovy?
4)I get errors when trying to run groovy, groovysh or groovyConsole. Whats wrong?
5)How can I add stuff to the classpath when running things in groovysh or groovy?
6)How can I embed Groovy into my Java application?
7)How can I compile Groovy to bytecode either at runtime or build time?
8)How can I run Groovy scripts?
9)What new methods are available on standard JDK classes?
10)What are Closures?
11)How does operator overloading work in Groovy?
12)How do I build Groovy from the source code?
13)All the unit test cases take a while to run. Can I do a quicker build?
14)All the unit test cases take a while to run. Can I run just some of the tests?
15)Where is the continuous integration build?
16)What is Groovy?

Biztalk 2006 interview Questions

Biztalk 2006 interview Questions
1)Can a flat file message be processing without a pipeline?
2)What is the difference between a Document Schema and a Property Schema?
3)Does BizTalk 2006 support Synchronous communication?

Sales interview questions

Sales interview questions
1)What is your achievement in your life?
2)How you sell pepsi than sell pen?
3)What do you want to become - a manager or a leader?
4)How will you handle the distributors in a company?
5)If company is not giving the proper service to dealers then how you solve the problem?
6)Why do you think sales & marketing are useful?
7)what is sales consultant?
8)How will you create a brand awareness among the prospects about our products and services?
9)How will you sell a product which is not well knowned or recognized in the market?
10)why you are you changing from insurance sector to sales & marketing?

Core interfaces of Hibernate framework

Core interfaces of Hibernate framework
The five core interfaces are used in just about every Hibernate application. Using these interfaces, you can store and retrieve persistent objects and control transactions.
* Session interface
* SessionFactory interface
* Configuration interface
* Transaction interface
* Query and Criteria interfaces

QT Interview Questions Nokia

QT Interview Questions Nokia
1) How qt differs from other mobile development platforms like android?
2) If worked with GTK what is the difference between QT and GTK?
3) What are the striking futures of QT?
4) What is Qpointer?
5) What is dpointer?
6) What is MVC architecture? How it is organized?
7) What is a signal? And how will it differ from event?
8) What is a slot? And how it differs with callback Method?
9) What is the difference between signal and slot mechanism and Callback mechanism of GTK?
10) How many signals at maximum you can connect to a single slot? If more than one how you can do that?
11) How many slots can you connect to a signal? If more than one how those slots will be executed?
(The order of execution)
12) What is QCast and how will it differ compared to c++’s dynamic cast?
13) What is the use of Q_OBJECT macro?
14) What is MOC and UIC? Explain how they will work for compilation in QT?
15) What is qmake? (Explain the usage of it)
16) How a QT Program/Application written for one platform (Symbian) can be ported/executed in another platform (Maemo)? (Explain If you need to make any changes or you need to recompile)
17) What are all the platforms/OS currently QT supports?