Skip to content

Interview Sansar

Software jobs interview preparation source

  • Home
  • Interview Questions
    • C Interview Questions
    • C++ Advanced Interview Questions
    • C++ Basic Interview Questions
    • Core Java Interview Questions
    • Java Collections Interview Questions
    • Java Multithreading Interview Questions
    • C# Basic Interview Questions
    • C# Advanced Interview Questions
    • C# Multi-threading Interview Questions
  • MCQs
    • MCQ-C++
    • MCQ-Java
    • MCQ-SQL
    • MCQs Algorithms and Data Structure
  • Programming Examples
    • C Programming Examples
    • C++ Programming Examples
    • C# Programming Examples
    • SQL Examples
    • Oracle PL SQL Examples
    • Time Complexity
  • Blog
    • C++ interview questions
    • C# interview questions
    • Java Interview Questions
    • Short Interview Questions
    • Behavioural / HR Interview
  • You-Tube
  • About
    • Why Visit
    • Sitemap
    • Contact Us
    • e-author

Category: C++ Advanced Interview Questions

List of C++ Advanced interview questions and killer answers with example for experienced candidates asked in IT Industries.|Only Real

C++ Advanced Interview Questions

What if memory allocation using new fails in C++ how to handle

August 18, 2024July 23, 2016 rsingh

Interview Question on memory allocation failure in C++: when you do memory allocation using new in C++ and it fails then what are issues? In

Read More
C++ Advanced Interview Questions

When to use RTTI – Dynamic_cast in C++

August 18, 2024June 2, 2016 rsingh

When to use RTTI (Run Time Type Information) dynamic_cast in C++ is frequently asked c++ technical interview question. Answer to this question will cover multiple

Read More
C++ Advanced Interview Questions

Writing Smart Pointer in C++ for a Specific Class

August 18, 2024April 28, 2016 rsingh

What is smart pointer and implementation of Smart pointer in C++. This simple smart pointer implementation in C++ is asked in technical interview to know if

Read More
C++ Advanced Interview Questions

Factory Method C++ – How to delete pointers returned by it

August 18, 2024January 29, 2023 rsingh

Factory method in C++ Interview question description: What approach you will follow to delete pointers returned by Factory method design pattern in C++ in main

Read More
C++ Advanced Interview Questions

What is name mangling in C++ and its use

August 18, 2024January 29, 2023 rsingh

Answer: Name mangling in C++, means, compiler gives different names to the overloaded functions to avoid ambiguity during functions call at compile time. Recommended interview

Read More
C++ Advanced Interview Questions

Implement an objects counter mechanism for a class in C++

August 18, 2024June 10, 2014 rsingh

Interview question: Can you implement an object counter program in C++ for a class that count the number of objects created for that class. Answer:

Read More
C++ Advanced Interview Questions

How does free know the size of memory to be deleted?

August 18, 2024January 29, 2023 rsingh

Answer is little bit tricky but simple to how does free know the size of memory to be deleted or deallocated?  . Elaborating interview question

Read More
C++ Advanced Interview Questions

When do you use inline function in C++ project?

August 18, 2024January 29, 2023 rsingh

Answer: In the following scenarios we should use inline function in c++ programming. When to Use Inline function in C++: 1) When the member functions

Read More
C++ Advanced Interview Questions

Due to memory leak in C C++ project what issue you have faced

August 18, 2024January 29, 2023 rsingh

Answer includes the issues occur due to memory leak in C,C++ project. This is a very important technical interview question asked for any languages i.e. C, C++,

Read More
C++ Advanced Interview Questions

Where have you used static functions in C++ project?

August 18, 2024January 29, 2023 rsingh

Answer: Real time situations where we use static member functions in C++. Note: For this interview question, you should find the specific scenarios in your

Read More

Posts pagination

Previous 1 2 3 Next

My Unique Books for YOU

All Rights Reserved 2023: Interview Sansar.
Proudly powered by WordPress | Theme: Fairy Blog by Candid Themes.