I applied through university. The process took 1 week. I interviewed at Autodesk (Jabalpur) in Oct 2023
Interview
Process was as follows:
1. Online Assessment: based on DSA
2. Technical Round: CS-fundamentals, SQL, ML
3. Technical Round: DSA + Development
4. HR+ Technical : based on Behavioural and System Design
Interview questions [1]
Question 1
Q1. Given a string s, find the string in order of first occurrence of each character.
Q2. Describe the hardest DSA problem you have ever solved.
I applied online. The process took 3 weeks. I interviewed at Autodesk (Bengaluru) in Sep 2025
Interview
4 Rounds of Interview. 1st round OA, 2nd Round - Technical + Low level DSA, 3rd round - High level, 4th Round - HR. Interviewer was friendly. Questions asked from Resume and DSA Leetcoding Type - Easy and Medium Type.
I applied through university. The process took 2 weeks. I interviewed at Autodesk (Pune)
Interview
Faced three medium to hard coding challenges involving Graphs, Dynamic Programming, and Arrays. Each problem required effective problem solving strategies and algorithmic thinking to implement optimized solutions across distinct data structures.
Reverse the kth group in linked list. Language can be user prefered programming language. Find Minimum in Rotated Sorted Array, Input: nums = [3,4,5,1,2] Output: 1 . Minimum Add to Make Parentheses Valid, Input: s = "())" Output: 1. Merge Sort
Interview questions [1]
Question 1
1) Find Minimum in Rotated Sorted Array, Input: nums = [3,4,5,1,2] Output: 1
2) Minimum Add to Make Parentheses Valid, Input: s = "())" Output: 1
3) Merge Sort