Interview Questions

Q:

Are you willing to travel?

Answer

Most people say "Yes" and do not add more to it. Use this opportunity to market yourself and express interests and activities that are aligned with job role you are applying.

Report Error

View answer Workspace Report Error Discuss

Subject: Common Interview

3 2382
Q:

How do you call a constructor for a parent class?

Answer parent::constructor($value)
Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 2379
Q:

How does DB2 determine what lock- size to use?

Answer

1. Based on the lock-size given while creating the table space


2. Programer can direct the DB2 what lock-size to use


3. If lock - size ANY is specified, DB2 usually chooses a lock-size of PAGE

Report Error

View answer Workspace Report Error Discuss

0 2378
Q:

Describe a time when your workload was heavy and how you handled it?

Answer

When I was working on a software employment team at XYZ Company, we took over one more company and had to turn many clients to a new product in a short period of time. It took a lot of planning, hard work, time and effort, but we were able to finish the project in a timely manner.


 

Report Error

View answer Workspace Report Error Discuss

1 2375
Q:

Promotions and promotion mix :

What about the budget? We want our promotional campaigns to be cost effective enough. I don’t think we can afford celebrity endorsements as of now!

Answer

No problem. We can use network marketing as an alternative. The company already has its strong network of customers who can spread the word about its products. They can encourage referral rewards for say every three customers who will buy our product or avail our service.


We can also announce a contest for the customers to buy the product and win a chance to get himself broadcasted for the product advertisement. We can ask them to send in their photo along with the contest application form which they get alongwith the product they buy. So we don’t have to pay them as we would otherwise have to pay to a celebrity.

Report Error

View answer Workspace Report Error Discuss

0 2375
Q:

What is factoring?

Answer

Selling the rights to the amounts owing by debtors to a finance company for an agreed amount (which is less than the figure at which they are recorded in the accounting books because the finance company needs to be paid for providing the service).

Report Error

View answer Workspace Report Error Discuss

1 2375
Q:

What’s the difference between include and require?

Answer It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue.
Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 2374
Q:

What is Thread?

Answer

A Thread is a block of code that can be executed in parallel with another block of code.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 2371