Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Autodesk Team. If you also belong to the team, you can get access from here

Autodesk Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Autodesk Senior Software Engineer Interview Questions and Answers

Updated 21 Mar 2025

Autodesk Senior Software Engineer Interview Experiences

7 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a program which will take string and number of occurrences as a input. Find a character with same occurrences count in single interation.(multiples cases around this, not able to recall)
  • Ans. 

    Program to find a character with same occurrences count in a string in a single iteration.

    • Iterate through the string and keep track of character occurrences in a hashmap.

    • Check for characters with the same occurrence count in the hashmap.

    • Return the first character found with the same occurrence count.

  • Answered by AI
  • Q2. Graph traversal
Round 2 - Technical 

(1 Question)

  • Q1. System design components discussed in detail with different scenarios
Round 3 - Behavioral 

(1 Question)

  • Q1. Prepare standard conflict manager round questions like conflict resolution, team leading experience, best work delivered, standard practices etc

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Prepare Javascript, Typescript l, NodeJs
2. Medium level questions of problem solving
3. Overall understanding of system design components
4. Standard managerial round
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Just past experience based questions .
  • Q2. It was a combination of techincal,behavioral etc.You can't pin point anything.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Memory management cpp
  • Q2. Solid principles
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in May 2024.

Round 1 - Technical 

(1 Question)

  • Q1. C++ oops core, copy constructor, run time polymorphism, ipc mechanisms, dsa coding
Round 2 - One-on-one 

(1 Question)

  • Q1. About my day to day work routine, what will you do if you have approach/design conflict with team architect, collaboration with team members, software development cycle in my company.

Autodesk interview questions for designations

 Software Engineer

 (4)

 Principal Software Engineer

 (1)

 Software Development Engineer II

 (1)

 Senior Automation Engineer

 (1)

 Senior Data Engineer

 (1)

 Software Developer

 (3)

 Senior Engineer

 (1)

 Technical Consultant

 (2)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

4 question asked medium and hard

Round 2 - Coding Test 

1 question asked and oops concept

Round 3 - HR 

(1 Question)

  • Q1. Normal question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(2 Questions)

  • Q1. What project worked on
  • Ans. 

    I worked on a project to develop a web-based inventory management system for a retail company.

    • Implemented user authentication and authorization features

    • Designed database schema for storing product information

    • Developed frontend using React and backend using Node.js

    • Integrated payment gateway for online transactions

  • Answered by AI
  • Q2. Explain a scenario
  • Ans. 

    Explaining a scenario in software development

    • Scenario: A team is working on developing a new feature for a mobile app

    • Discussing the requirements with the product owner and stakeholders

    • Breaking down the feature into smaller tasks for the development team

    • Assigning tasks to team members based on their expertise

    • Regularly reviewing progress and making adjustments as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First Round was with Team Manager if u fit for team

Mostly asked questions about project currently working on
Some behaviroal questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. AWS architecture in your current project
  • Ans. 

    Our project utilizes AWS architecture for scalability and reliability.

    • We use EC2 instances for hosting our application servers.

    • S3 buckets are used for storing and serving static assets.

    • We leverage RDS for managing our relational database.

    • Lambda functions are used for serverless computing tasks.

    • CloudFront is utilized for content delivery network (CDN) to improve performance.

    • We use CloudWatch for monitoring and logging.

    • A...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to your technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical rounds would be based on the interviewer and the difficulty would be from good to higher side.
Would suggest the candidate should represent the actual experience with the interviewer.
Be real and emphasise on the challenges that you faced in your current company and how you handled it. It's not always that you have to show yourself as extra smart or hardworking candidate, do share your failure experiences and how it helped you to identify the reasons for the failures.
Lastly again I would say be real and true to your CV.

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. Ds related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in DS and algo and should good logical thinking.

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

Autodesk Interview FAQs

How many rounds are there in Autodesk Senior Software Engineer interview?
Autodesk interview process usually has 1-2 rounds. The most common rounds in the Autodesk interview process are Technical, Behavioral and Coding Test.
How to prepare for Autodesk Senior Software Engineer 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 Autodesk. The most common topics and skills that interviewers at Autodesk expect are Autodesk, Agile, Python, Javascript and Computer science.
What are the top questions asked in Autodesk Senior Software Engineer interview?

Some of the top questions asked at the Autodesk Senior Software Engineer interview -

  1. Write a program which will take string and number of occurrences as a input. Fi...read more
  2. AWS architecture in your current proj...read more
  3. Explain a scena...read more

Tell us how to improve this page.

Autodesk Senior Software Engineer Interview Process

based on 9 interviews

1 Interview rounds

  • Technical Round
View more
Autodesk Senior Software Engineer Salary
based on 108 salaries
₹14 L/yr - ₹52 L/yr
115% more than the average Senior Software Engineer Salary in India
View more details

Autodesk Senior Software Engineer Reviews and Ratings

based on 7 reviews

3.8/5

Rating in categories

3.6

Skill development

4.4

Work-life balance

4.1

Salary

3.7

Job security

4.6

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 7 Reviews and Ratings
Senior Software Engineer
108 salaries
unlock blur

₹14 L/yr - ₹52 L/yr

Software Engineer
95 salaries
unlock blur

₹11.6 L/yr - ₹26.5 L/yr

Software Development Engineer
37 salaries
unlock blur

₹9.5 L/yr - ₹33 L/yr

Software Developer
32 salaries
unlock blur

₹14.6 L/yr - ₹21.9 L/yr

Principal Engineer
30 salaries
unlock blur

₹25 L/yr - ₹65 L/yr

Explore more salaries
Compare Autodesk with

Adobe

3.9
Compare

Dassault Systemes

4.0
Compare

Oracle

3.7
Compare

KPIT Technologies

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