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

Author: rsingh

C++ Basic Interview Questions

C++ frequently asked interview questions | Short – Real

August 18, 2024June 22, 2015 rsingh

This section contains list of real C++ short interview questions and answers frequently asked in IT industries for freshers and experienced. Q-Tell me one important

Read More
Java Multithreading Interview Questions

What is critical section in java multithreading?

August 18, 2024June 27, 2015 rsingh

Answer: A critical section in java multithreading is a piece of code that access shared resources. Resources can be static variable, any Abstract data types

Read More
Core Java Interview Questions

When to Use StringBuffer and StringBuilder class in Java Programming

August 18, 2024July 4, 2015 rsingh

We should use StringBuffer for multi-threaded java program or else Stringbuilder class. The difference between StringBuffer and StringBuilder class in java is that StringBuffer is

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

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++ Basic Interview Questions

What is inline function in C++? Explain with C++ code example

August 18, 2024January 29, 2023 rsingh

What is inline function in C++ with program example is frequently asked interview question. Answer of inline functions in cpp object oriented programming will include

Read More
Networking General

What is public and private IP address? – Real Scenarios

August 18, 2024July 10, 2015 rsingh

Public and private IP address explanation with example and real time scenarios. Public IP Address: Public IP Address is the IP that is unique and

Read More
C++ Basic Interview Questions

Why you do not initialize data members when you write a class?

August 18, 2024July 12, 2015 rsingh

Answer: When we declare/write a class, there is no memory allocation happens for data members of a class, so, we cannot store data into data

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++ Basic Interview Questions

Write simple program to overload new and delete operator in C++

August 18, 2024July 15, 2015 rsingh

Answer includes a simple program to overload new and delete operator in C++ class with important points about overloaded new and delete. Below is the

Read More

Posts pagination

Previous 1 … 6 7 8 … 48 Next

My Unique Books for YOU

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