Upload Button Icon Add office photos

Filter interviews by

CADS Software Interview Questions and Answers

Updated 31 Aug 2023

CADS Software Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Simple qustions in civil engineering

Round 3 - Technical 

(2 Questions)

  • Q1. 1.2dimensional and 3dimenational views matching
  • Q2. 2.Draw a sectiob from given Plan
  • Ans. 

    I would need more information about the given plan to accurately draw a section.

    • I would ask for clarification on which part of the plan to draw a section from

    • I would need to know the scale of the plan

    • I would need to know the orientation of the section (e.g. horizontal or vertical)

    • I would need to know the depth and extent of the section

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont expect as a difficult questions.Its a simple qustions .If u have a english knowledge it will help and clearing the interview

Senior CAD Designer Interview Questions asked at other Companies

Q1. 2.Draw a sectiob from given Plan
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's totally base on ur college

Round 2 - Technical 

(1 Question)

  • Q1. Rebar designer in computer
  • Ans. 

    Rebar designers use computer software to create detailed drawings of reinforcement bars for construction projects.

    • Rebar designers use specialized software like AutoCAD or Revit to create detailed drawings of reinforcement bars

    • They input project specifications and design requirements into the software to generate accurate drawings

    • Rebar designers work closely with engineers and construction teams to ensure the reinforcem

  • Answered by AI

Rebar Detailer Interview Questions asked at other Companies

Q1. Which type of structure you can detail, which element you can detail.
View answer (2)

Cadd Designer Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2022

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

I got questions related to genral knowledge and subject knowledge

Round 2 - Group Discussion 

I have talked about structural engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best of best to get a job. It's not easy to a job everywhere. Work hard for it

Cadd Designer Interview Questions asked at other Companies

Q1. What do you Understand about Hydrograph
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. C++ Program to reverse a string
  • Ans. 

    C++ program to reverse a string

    • Use a loop to iterate through the string

    • Swap the characters at the beginning and end of the string

    • Continue swapping until the middle of the string is reached

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

PTC user image Snehal Jaipurker

posted on 18 Sep 2017

I was interviewed in Jul 2017.

Interview Questionnaire 

6 Questions

  • Q1. Code to print * in five consecutive lines
  • Ans. 

    Code to print * in five consecutive lines

    • Use a loop to iterate five times

    • Inside the loop, print a string containing a single * character

  • Answered by AI
  • Q2. A ball is left from a height of 10 meters. After bouncing first time it looses 10% of its previous height the next time it bounces. Write a code to calculate the number of bounces the ball goes through unt...
  • Ans. 

    Code to calculate number of bounces a ball goes through until it comes to rest.

    • Use a loop to simulate the bounces until the ball stops bouncing

    • Calculate the height of each bounce using the given formula

    • Keep track of the number of bounces in a counter variable

  • Answered by AI
  • Q3. Which is the best and less time consuming way to calculate factorial of a number?
  • Ans. 

    The best and less time consuming way to calculate factorial of a number is using iterative approach.

    • Iteratively multiply the number with all the numbers from 1 to the given number

    • Start with a result variable initialized to 1

    • Multiply the result with each number in the range

    • Return the final result

  • Answered by AI
  • Q4. Write the code to find factorial using function recursion.
  • Ans. 

    Code to find factorial using function recursion

    • Define a function that takes an integer as input

    • Check if the input is 0 or 1, return 1 in that case

    • Otherwise, call the function recursively with input-1 and multiply it with the input

  • Answered by AI
  • Q5. They asked for my introduction.
  • Q6. They asked about my family members.

Interview Preparation Tips

Round: Test
Experience: Aptitude test was moderately tough. The coding test was on basics of c language of all the topics.
Tips: Solving R. S. Agrawal for Aptitude and videos on YouTube on C language are sufficient to score well.
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: I wrote the first code correctly. I wrote the second code 75% correct and they explained me my mistakes and I could understand where I was going wrong then I corrected my code and then they were satisfied. They asked me whether I could write the factorial code by function recursion method. I replied that I can write the factorial code but not by function recursion method. They were satisfied.
Tips: Build your coding skills by more practice.

Round: HR Interview
Experience: In this round they just asked me my introduction and said that you are shortlisted for now but we will give you final confirmation after a week.
Tips: Don't lie. Be genuine.

College Name: SCOE, PUNE

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First round was coding round : 1. One string rotaion of other 2. Nearest largest and smallest prime value of given input. interview questions:What is difference between reference variable and pointer ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Study on cpp , python basic if specified , data structure , oop.

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly Basic concepts of javascript, html and css

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to prepare basic concepts properly. Don't hurry to highlight advance topics.
Answer questions only if you are sure about the correct answer.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Digital electronics, circuits , verilog , asic design flow

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the complete asic design flow process
  • Ans. 

    ASIC design flow process involves steps like specification, design, verification, synthesis, and testing.

    • Specification: Define requirements and constraints for the ASIC design.

    • Design: Create a high-level design based on the specifications.

    • Verification: Verify the design using simulations and tests.

    • Synthesis: Convert the design into a netlist of gates and connections.

    • Testing: Test the fabricated ASIC to ensure functiona...

  • Answered by AI
  • Q2. Power reduction techniques in CMOS
  • Ans. 

    Power reduction techniques in CMOS involve various methods to minimize power consumption in CMOS circuits.

    • Use of power gating to selectively turn off power to unused circuit blocks

    • Implementing clock gating to disable clock signals to unused circuitry

    • Utilizing voltage scaling to reduce power consumption at lower voltages

    • Applying dynamic voltage and frequency scaling to adjust voltage and frequency based on workload

    • Using...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Three DSA questions one on likedlist one on BST and one on maps

Round 2 - Technical 

(2 Questions)

  • Q1. Cpp pointers explain smart pointers
  • Ans. 

    Smart pointers in C++ provide automatic memory management and help prevent memory leaks.

    • Smart pointers are objects that manage the memory of a pointer automatically.

    • They ensure that memory is deallocated when it is no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr.

  • Answered by AI
  • Q2. Cpp question based on OOPs concepts
Round 3 - Coding Test 

DSA questions on graph and lots of puzzles

Interview Preparation Tips

Topics to prepare for Ansys Software Private Limited Senior Engineer interview:
  • C++
  • DSA
  • OOPS
  • Puzzles
Interview preparation tips for other job seekers - Overall good experience, but the HR hasn't replied yet.

Skills evaluated in this interview

CADS Software Interview FAQs

How many rounds are there in CADS Software interview?
CADS Software interview process usually has 2-3 rounds. The most common rounds in the CADS Software interview process are Aptitude Test, Resume Shortlist and Technical.
How to prepare for CADS Software interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CADS Software. The most common topics and skills that interviewers at CADS Software expect are C#, AutoCAD, REVIT, Winforms and Civil Engineering.
What are the top questions asked in CADS Software interview?

Some of the top questions asked at the CADS Software interview -

  1. 2.Draw a sectiob from given P...read more
  2. Rebar designer in compu...read more
  3. 1.2dimensional and 3dimenational views match...read more

Tell us how to improve this page.

CADS Software Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Dassault Systemes Interview Questions
4.0
 • 161 Interviews
PTC Interview Questions
4.2
 • 62 Interviews
Autodesk Interview Questions
4.2
 • 38 Interviews
Trimble Interview Questions
4.2
 • 27 Interviews
Bentley Systems Interview Questions
4.3
 • 20 Interviews
MSC Software Interview Questions
4.0
 • 3 Interviews
Hexagon AB Interview Questions
4.2
 • 1 Interview
View all

CADS Software Reviews and Ratings

based on 83 reviews

3.8/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

3.3

Salary

3.7

Job security

3.2

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 83 Reviews and Ratings
Cadd Designer
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior CAD Designer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

BIM Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior CAD Designer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CADS Software with

Bentley Systems

4.3
Compare

Autodesk

4.2
Compare

Dassault Systemes

4.0
Compare

Siemens PLM Software

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview