Upload Button Icon Add office photos

Cadsys

Compare button icon Compare button icon Compare

Filter interviews by

Cadsys Interview Questions and Answers

Updated 3 Mar 2025

Cadsys Interview Experiences

Popular Designations

6 interviews found

I applied via Campus Placement and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Self introduction
  • Q2. Basics of the work

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Assistant Design Engineer Interview Questions asked at other Companies

Q1. What is a machine and differentiate between component,product and machine?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

Questions regarding reasoning and CAD design.

Round 2 - HR 

(2 Questions)

  • Q1. Can you provide a self-introduction?
  • Ans. 

    Aspiring Junior Design Engineer with a passion for innovative design and problem-solving in engineering projects.

    • Educational Background: Bachelor's degree in Mechanical Engineering from XYZ University.

    • Internship Experience: Completed a 6-month internship at ABC Corp, where I assisted in designing components for automotive applications.

    • Technical Skills: Proficient in CAD software like SolidWorks and AutoCAD, with hands-...

  • Answered by AI
  • Q2. Specific questions were asked regarding the company?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a non-technical company with a two-year bond agreement.

Junior Design Engineer Interview Questions asked at other Companies

Q1. Do you know about Angle projection methods? How many types of projection methods are there?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. General questions not much of tough
Round 3 - Technical 

(1 Question)

  • Q1. First we have to write technical exam ..then they shortlisted to second round ..And it is Hr round only..If u get selecte then U r Designation : Junior Design Engineer

Interview Preparation Tips

Interview preparation tips for other job seekers - Bee Free all they asked about simple questions only......
1) About Role
2) About company ..Director ..Chairman
3) Are u interested for the bond of 1lac rupees for 2years...
4) And general questions and not that much of tough..

Junior Design Engineer Interview Questions asked at other Companies

Q1. Do you know about Angle projection methods? How many types of projection methods are there?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About your self

Talent Acquisition Executive Interview Questions asked at other Companies

Q1. How much exposure is there in real estate or sales ?
View answer (1)

Cadsys interview questions for popular designations

 Junior Design Engineer

 (3)

 Talent Acquisition Executive

 (1)

 Assistant Design Engineer

 (1)

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

I applied via Campus Placement and was interviewed in Jan 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 

Basic concept of aptitude ,time and work, ratio, basics of English

Round 3 - HR 

(2 Questions)

  • Q1. About your self , family background.
  • Q2. About job location, agreement

Junior Design Engineer Interview Questions asked at other Companies

Q1. Do you know about Angle projection methods? How many types of projection methods are there?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2022

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - HR 

Interview Preparation Tips

Topics to prepare for Cadsys interview:
  • Electrical Engineering
Interview preparation tips for other job seekers - It was a nice environment to learn the new thing very easy and fast. Employee

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

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

Interview Questionnaire 

2 Questions

  • Q1. Related to work profile
  • Q2. Related to interests

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, go well groomed

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

Cadsys Interview FAQs

How many rounds are there in Cadsys interview?
Cadsys interview process usually has 2 rounds. The most common rounds in the Cadsys interview process are HR, Resume Shortlist and Aptitude Test.
How to prepare for Cadsys 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 Cadsys. The most common topics and skills that interviewers at Cadsys expect are .Net, MVC, ASP.Net, Broadband and Javascript.
What are the top questions asked in Cadsys interview?

Some of the top questions asked at the Cadsys interview -

  1. First we have to write technical exam ..then they shortlisted to second round ....read more
  2. Basics of the w...read more
  3. General questions not much of to...read more

Tell us how to improve this page.

Cadsys Interview Process

based on 5 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Equifax Interview Questions
3.3
 • 32 Interviews
Karvy Innotech Interview Questions
2.9
 • 28 Interviews
CS Tech AI Interview Questions
4.0
 • 28 Interviews
F5 Networks Interview Questions
3.7
 • 23 Interviews
View all

Cadsys Reviews and Ratings

based on 165 reviews

3.4/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.1

Salary

3.5

Job security

3.2

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 165 Reviews and Ratings
Executive Production
61 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Junior Design Engineer
43 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

Design Engineer
27 salaries
unlock blur

₹1.4 L/yr - ₹4.4 L/yr

Senior Product Executive
22 salaries
unlock blur

₹2.5 L/yr - ₹4.4 L/yr

Production Engineer
14 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Explore more salaries
Compare Cadsys with

HCL Infosystems

3.9
Compare

Kellogg Brown and Root

4.2
Compare

CS Tech AI

4.0
Compare

ITSource Technologies

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