Met with 2 managers in the team. They asked me questions about the skills listed in my resume. Like my understanding python, tableau, aws and etc. They ask coding questions as well.
I applied through an employee referral. The process took 1 week. I interviewed at Copart (Hyderābād) in May 2025
Interview
It was a fun experience. My interviewer was chill. Made me comfortable. Asked me about basics of linux , shell scripting and also some python basics.
The interview lasted about 30 minutes and the interviewer explained about the work culture and the company's motto.
Interview questions [1]
Question 1
It was resume-based. Asked about the technologies I have mentioned.
I applied in-person. The process took 1 week. I interviewed at Copart (Hyderābād) in Apr 2025
Interview
a written test followed by a technical interview. The written test included aptitude, network systems, OS and coding. while technical interview focused on basic coding and resume based questions. The coding questions were from basic programming and basic data structures and algorithms. OOPS is also one of the important topics.
Interview questions [1]
Question 1
Consider a dynamic array (like std::vector in C++ or ArrayList in Java) which resizes itself when it's full. Suppose every time the array reaches capacity, it doubles in size. What is the amortized time complexity of inserting n elements into such an array, and why?