Manhattan associates Interview Question for Developer Program Engineers


Country: India
Interview Type: In-Person




Comment hidden because of low score. Click to expand.
3
of 3 vote

1. Default constructor (if no other constructor is explicitly declared)
2. Copy constructor
3. Copy assignment operator
4. Destructor
5. vTable and vTable pointer.

- Dr.Sai December 05, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

are you sure a class has a dummy vtable if there are no virtual functions ? i think this is more compiler-specific

- Anonymous December 05, 2011 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

also vptr initialization code to the constructor.

- Somisetty December 08, 2011 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

There is no vTable and vTable Pointer exist if there is no virtual function exists.
You can check by size of object , class having virtual function and class having no virtual function.

- Nil Kamal Nayak October 16, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

The stuffs?

Like a virtual table, and all those things?

- eugene.yarovoi December 05, 2011 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More