Jobs
Interviews

Tekion

At Tekion, we’re redefining what’s possible in automotive retail—with intelligent, cloud-native technology that’s as powerful as it is easy to use. Built from the ground up for modern dealerships, Tekion's Automotive Retail Cloud unifies every aspect of operations—from sales and service to CRM and accounting—on a seamless, end-to-end platform. And with AI integrated throughout, our solutions aren’t just smart—they’re proactive, helping dealership teams move faster, make better decisions, and deliver exceptional customer experiences. We’re building more than software—we’re building the future of auto retail. And we’re just getting started. Join us as we Outpace Possibility.

Interview Questions for Tekion

1. Can you describe the coding challenge you participated in, including the JavaScript concepts that were tested, such as currying and object flattening?

2. Design a parking lot.

3. Given the root of a binary tree, calculate the vertical order traversal of the binary tree.

4. Sum of Subarray Problem Statement Given an array of integers nums, find the sum of all possible subarrays. A subarray is a contiguous part of an array, and the sum of a subarray can be defined as the sum of its elements. Constraints: 1 ≤ nums.length ≤ 104 -109 ≤ nums[i] ≤ 109

5. What are the updates in ES6?