Interview Questions

Q:

What did you like or dislike about your previous job?

Answer

When you're asked what didn't like about your previous job, don't be too negative. The reason is that you don't want the interviewer to think that you'll speak negatively about the new job or the company when you're ready to move on, if you get this job.Rather, it makes sense to talk about yourself and what you're looking for in a new role.


I enjoyed the people I worked with. It was a friendly and fun atmosphere and I actually enjoyed going into work each morning. I felt the leadership team was great as well.


One of the reasons I am leaving is that I felt I was not challenged enough at the job. As a new employee in the working world, the company offers a great opportunity for a good entry level position. However, after being there for so many years, I felt I was not able to reach my full potential because of the lack of challenge and there was no room for advancement in the company. While I did enjoy working there and appreciate the skills I developed while with the company, I feel my  skill set can be better utilized elsewhere, where my capabilities are more recognized and there is the opportunity for growth.


The people I worked with at ABC Company were top notch at what they do. Through my experience there, I learned a lot about different management styles, and strategies for maintaining cooperation in a large group project setting. I feel that as valuable as that experience has been, I am anxious to work on more specialized projects where I will have the opportunity to be more of a leader.


While the people at XYZ Company were terrific to work with, I felt that the opportunities for me there were limited by the structure and size of the company. I believe that a larger company with an international presence can offer challenges, as well as opportunities unavailable at a smaller firm. The position with your company is a great match for my skill set, and I feel that I would be an asset in your marketing (or HR or IT) department.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Work History

2 4153
Q:

What is ANALYZE command used for?

Answer

ANALYZE command is used to perform various functions on index, table, or cluster, as listed below:
- It helps in dentifying migrated and chained rows of the table or cluster.
- It helps in validating the structure of the object.
- It helps in collecting the statistics about object used by the optimizer. They are then stored in the data dictionary.
- It helps in deleting statistics used by object from the data dictionary.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

1 4146
Q:

What is the difference between mysql_connect and mysql_pconnect?

Answer

There is a decent page in the php manual on the subject, in short mysql_pconnect() makes a persevering association with the database which implies a SQL join that don't close when the execution of your script closes. mysql_connect()provides just for the database new association while utilizing mysql_pconnect , the capacity would first attempt to locate a (relentless) connection that is as of now open with the same host, username and password. On the off chance that one is found, an identifier for it will be returned as opposed to opening another connection... the connection with the SQL server won't be terminated when the execution of the script ends. Rather, the link will stay open for future use.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP
Job Role: Database Administration

0 4143
Q:

What is diffrence between automatic Payments Batches and automatic payments?

Answer

Automatic payments batch means auto payment is done on the bases of the batch, which u created for the payment of particular pay group etc.


Automatic payments means auto payments is done on the bases of single transaction u selected base for the payments

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

3 4143
Q:

Why is it expensive to use objects for exception?

A) Exception object is created only if an error actually happens B) Because of execution time
C) Memory space involved in creating an exception object D) None of the mentioned
 
Answer & Explanation Answer: A) Exception object is created only if an error actually happens

Explanation:

If an error occurs in program, then only exception object is created otherwise, It will not be created. So it’s expensive to use in the program.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 4139
Q:

Explain What are the issues related with Accounts receivable?

Answer

Issues related to AR
1. Invoice discrepancies / no proper documents
2. Services / goods delivered not satisfactory
3. Customer do more negotiation even your invoice as per agreed terms and conditions
4. Very Important issue if no proper follow up from your side my result you receivable to Bad Debts

Report Error

View answer Workspace Report Error Discuss

1 4136
Q:

What is 255.255.255.255 used for?

Answer

Research

Report Error

View answer Workspace Report Error Discuss

4 4133
Q:

What is SLR rate?

Answer

SLR Rate is the minimum amount or percentage of the deposits that a bank has to keep with the RBI in the form of money,gold or any other approved security. In simple terms it is the ratio between cash and some approved security.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

1 4126