Add office photos
Employer?
Claim Account for FREE

VMware Software

4.4
based on 1.1k Reviews
Filter interviews by

10+ Mahindra & Mahindra Interview Questions and Answers

Updated 26 Jul 2024
Popular Designations
Q1. What is the system call that creates a separate connection?
Add your answer
Q2. How do you dynamically allocate a 2D array in C?
Add your answer
Q3. What are virtual functions in C++?
Add your answer
Q4. What does the epoll_wait() system call do?
Add your answer
Discover Mahindra & Mahindra interview dos and don'ts from real experiences
Q5. What is the purpose of ICMP?
Add your answer
Q6. What are the different protocols used in the transport layer?
Add your answer
Are these interview questions helpful?
Q7. What are virtual base classes?
Add your answer
Q8. What is the ARP protocol?
Add your answer
Share interview questions and help millions of jobseekers 🌟
Q9. What protocols are used by the MAC layer?
Add your answer
Q10. What are the types of connection release supported by TCP?
Add your answer
Q11. What is the difference between TCP and UDP?
Add your answer

Q12. Reverse linked list in group of k

Ans.

Reverse linked list in groups of k nodes

  • Iterate through the linked list in groups of k nodes

  • Reverse each group of k nodes using iterative or recursive approach

  • Update the pointers accordingly to reverse the entire linked list in groups of k

Add your answer

Q13. multiprocessing vs multithreading

Ans.

Multiprocessing involves multiple processes running concurrently, while multithreading involves multiple threads within a single process.

  • Multiprocessing uses multiple processes to execute tasks simultaneously.

  • Multithreading uses multiple threads within a single process to achieve parallelism.

  • Multiprocessing is more memory-intensive as each process has its own memory space.

  • Multithreading is more lightweight as threads share the same memory space.

  • Example: Running multiple insta...read more

Add your answer

Q14. C++ outputs on constructors

Ans.

C++ constructors can output messages to the console using cout or printf.

  • Constructors can be used to initialize member variables and allocate memory.

  • Outputting messages in constructors can be useful for debugging and logging.

  • Example: class Person { public: Person() { cout << "Person object created."; } };

  • Example: class Car { public: Car() { printf("Car object created.\n"); } };

Add your answer

Q15. products of vmware

Ans.

VMware offers a range of products including virtualization software, cloud management, networking and security solutions.

  • vSphere

  • NSX

  • vSAN

  • Horizon

  • Workspace ONE

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Mahindra & Mahindra

based on 4 interviews
1 Interview rounds
Coding Test Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.3
 • 35 Interview Questions
3.8
 • 18 Interview Questions
3.0
 • 14 Interview Questions
3.2
 • 12 Interview Questions
3.9
 • 10 Interview Questions
3.5
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter