Interview Questions

Q:

What is the difference between OLE Server & OLE Container?

Answer

An OLE server application creates ole Objects that are embedded or linked in OLE Containers ex. OLE servers are ms_word & ms_excel. OLE containers provide a place to store, display and manipulate objects that are created by ole server applications. Ex. oracle forms is an example of an OLE Container.

Report Error

View answer Workspace Report Error Discuss

1 3147
Q:

What are Spring beans ?

Answer

The Spring Beans are Java Objects that form the backbone of a Spring application. They are instantiated, assembled, and managed by the Spring IoC container. These beans are created with the configuration metadata that is supplied to the container.
Beans defined in spring framework are singleton beans. There is an attribute in bean tag named "singleton" if specified true then bean becomes singleton and if set to false then the bean becomes a prototype bean. By default it is set to true. So, all the beans in spring framework are by default singleton beans.

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: Analyst , IT Trainer

4 3144
Q:

Customer service representatives usually work with a team. How do you see yourself working with a team, and what role would be playing?

Answer

Our response to this shouldn’t be a negative one. Instead, affirm the interviewers that we can work with a team or even individually. It does not matter if we are team member or a team leader, as long as we tell them what we can do then it surely helps.

Report Error

View answer Workspace Report Error Discuss

1 3141
Q:

How would you design and promote an advertising campaign?

Answer

An advertisement campaign must comprise of the following:


      - A solid marketing plan


      - Advertising budget


      - Media buying and planning


      - Choosing the right target audience


      - Selection of relevant advertising medium


      - Consistency in campaign theme 


      - Frequency 

Report Error

View answer Workspace Report Error Discuss

1 3141
Q:

What is the BEST WAY to write test cases?

Answer

1) List down usecases (taken from business cases) from function specs. For each use case write a test case and categorize them into sanity tests, functionality, GUI, performance etc. Then for each test case, write its workflow. 


2) For a GUI application - make a list of all GUI controls. For each control start writing test cases for testing of the control UI, functionality (impact on the whole application), negative testing (for incorrect inputs), performance etc. 


 

Report Error

View answer Workspace Report Error Discuss

Subject: QA Testing

0 3138
Q:

What are the various ways to measure the effectiveness of an advertising campaign?

Answer

The main purpose in measuring the effectiveness of any advertising campaigns is to evaluate its effect on the sales and also brand recall factor. The mathematical equation for measuring the effectiveness of an advertising campaign is:


Advertising campaign effectiveness = Revenue + Return on investment (ROI)


There are various ways to measure the effectiveness of advertising campaigns:


         - Conducting a survey after the campaign ends


         - Proportionate increase in the sales of that particular product/service


         - More customers calling to a toll-free and prescribed lines


         - Redemption of coupons and vouchers


         - Increased footfalls in the store to purchase product/service


         - Increased click on the company’s website  

Report Error

View answer Workspace Report Error Discuss

2 3137
Q:

What does a special set of tags do in PHP?

Answer The output is displayed directly to the browser.
Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 3137
Q:

What is an explicit constructor?

Answer

A conversion constructor declared with the explicit keyword. The compiler does not use an explicit constructor to implement an implied conversion of types. It’s purpose is reserved explicitly for construction

Report Error

View answer Workspace Report Error Discuss

Subject: C++
Job Role: Software Architect

0 3136