Interview Questions

Q:

What is namespace?

Answer

The C++ language provides a single global namespace.Namespaces allow to group entities like classes, objects and functions under a name.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

0 3250
Q:

What is the meaning of Copy IDMS Subschema-Binds?

Answer

It generates a bind run-unit and binds all the records for the sub-schema the program is referencing.

Report Error

View answer Workspace Report Error Discuss

0 3247
Q:

What is multi - level marketing (MLM)?

Answer

It is a marketing strategy in which the sales force is compensated not only for sales they personally generate, but also for the sales of the other salespeople that they recruit. This recruited sales force is reffered to as the participant's 'downline' , and can provide multiple levels of compensation. Other terms used for MLM include pyramid selling, network marketing and refferal marketing. Most commonly, the salespeople are expected to sell products directly to consumers by means of relationship referrals and word-of-mouth marketing.

Report Error

View answer Workspace Report Error Discuss

0 3241
Q:

What is WHEN-Database-record trigger?

Answer

Fires when oracle forms first marks a record as an insert or an update. The trigger fires as soon as oracle forms determines through validation that the record should be processed by the next post or commit as an insert or update. Generally occurs only when the operators modifies the first item in the record, and after the operator attempts to navigate out of the item.

Report Error

View answer Workspace Report Error Discuss

6 3240
Q:

Tell Me About Yourself ?

Answer

Tips for answering this question:


No matter what kind of job you’re after, you will be asked to talk about yourself in the interview. This allows the company to evaluate whether your professional and personal qualifications are suited to the job.


This is your opportunity to make a positive impression. It’s important that you spend the time talking about your qualifications and present yourself in a positive light.


Aviod repetition and practise


This should only take a few minutes, so you must be prepared to talk about yourself and your background without trying to say too much. It’s a very good idea to write down a few keywords and follow the points you’ve thought about in advance. This will help you to avoid repetition and include all of the important details.


Always remember to practise what you want to say. You may want to ask someone you know – your spouse, partner or a friend – if they’ll listen to what you intend to say. This will let you practise your presentation and assess how it sounds.


Use the template below for your preparation:


- A little bit about your personal life


     Where you live, About your family etc.


- Work experience


     Your education and training


     Which companies have you worked for?


- Your qualifications for this job


     Professional qualifications for the job


     Personal qualities in relation to job


Leave out stories about your former boss treating you badly ,Or that because of the heavy workload and poor working environment you were off sick for a prolonged period.


All of this may well be true and be a part of your background, but keep your eyes on the goal.Talk about the positives in terms of work experience, professional skills and human qualities.


After your presentation, the company will usually ask you some questions.


Questions to expect from a head of department :


What do you know about our company?


Why do you want to work for us?


Why should we take you on?


What aspects of a job are most important to you?


Where do you see yourself in five years?


What are your pay expectations?


How flexible are you?


Questions to expect from a HR officer :


Who are you?


What are your strengths/ weaknesses?


Would you mind taking a test?


What do you understand by a good working relationship?


What do you think of your current boss?


What would your former colleagues say about you?


How is your financial situation?


How many sick days have you had in the last year?


Are you willing to take further training?


What do you do in your spare time?

Report Error

View answer Workspace Report Error Discuss

Subject: About Yourself

8 3238
Q:

What is templates in AngularJS?

Answer

Templates are the rendered view with information from the controller and model. These can be a single file like index.html or multiple views in one page using "partials".

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 3237
Q:

What is a AngularJS?

Answer

AngularJS is a framework to build the large scale and high performance web application while keeping them as easy-to-maintain. These are the features of AngularJS framework.


AngularJS is a powerful Script based on JavaScript development framework to Implement RICH Internet Application (RIA).


AngularJS is a developers options to write client side application (using JavaScript) in a clean MVC (Model View Controller) side.


Application are written in AngularJS is also cross-browser compliant. AngularJS automatically handles JavaScript code suitable for any browser.


AngularJS is an open source, completely free, and used by large number of developers around the world. It is licensed under the Apache License version 2.0.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology
Job Role: Software Architect

0 3236
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 3232