I applied in-person. The process took 2 days. I interviewed at Caliber Interconnect Solutions (Coimbatore) in Nov 2025
Interview
Round 1 consists of basic Python multiple-choice questions to test fundamental concepts. Round 2 is a coding round where candidates solve practical Python problems to evaluate logic, problem-solving, and implementation skills.
Interview questions [1]
Question 1
What will be the output of the following Python code?
x = [1, 2, 3]
print(x * 2)