Add office photos
Employer?
Claim Account for FREE

Yodlee

3.8
based on 255 Reviews
Video summary
Filter interviews by

10+ CADCAMSYS Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. Palindrome Linked List Problem Statement

Determine if a given singly linked list of integers is a palindrome. Return true if it is a palindrome, otherwise return false.

Example:

Input:
1 -> 2 -> 3 -> 2 -> 1 -> ...read more
Add your answer

Q2. Valid Parentheses Problem Statement

Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

Input:

The first line contains an integer...read more
Add your answer

Q3. to write code to check linked list is palindrome or not, in a single traversal and without using any other data structure

Ans.

Code to check if linked list is palindrome without using any other data structure and in a single traversal.

  • Traverse the linked list using two pointers, one slow and one fast

  • Reverse the first half of the linked list while traversing

  • Compare the reversed first half with the second half of the linked list

Add your answer
Q4. What is the difference between paging and segmentation in operating systems?
Add your answer
Discover CADCAMSYS interview dos and don'ts from real experiences
Q5. What is a virtual function?
Add your answer
Q6. What are abstract classes in C++?
Add your answer
Are these interview questions helpful?
Q7. Can you explain how to perform a level order traversal of a binary tree in spiral form?
Add your answer
Q8. What are smart pointers in C++?
Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. write a program for snake traversal of binary tree

Ans.

Program for snake traversal of binary tree

  • Use a stack to keep track of nodes to be visited

  • Start with the root node and push it onto the stack

  • While the stack is not empty, pop a node and print its value

  • If the level is even, push the left child first and then the right child onto the stack

  • If the level is odd, push the right child first and then the left child onto the stack

Add your answer
Q10. What is the difference between String Buffer and String Builder in Java?
Add your answer
Q11. What is concurrency control?
Add your answer
Q12. What is the difference between a mutex and a semaphore?
Add your answer
Q13. Can you explain the ACID properties in the context of database management systems?
Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at CADCAMSYS

based on 2 interviews
Interview experience
3.5
Good
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
 • 79 Interview Questions
3.7
 • 22 Interview Questions
3.6
 • 20 Interview Questions
3.3
 • 14 Interview Questions
3.1
 • 10 Interview Questions
3.3
 • 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