Jobs
Interviews

GoMechanic

GoMechanic is fully technology-integrated one stop focussed in making the car servicing experience affordable, hassle-free & easy for everyone. We are the pioneers in enabling tech-based solutions, which has disrupted the unorganised Auto-servicing industry. Our highly trained people & partners serve as an extension of our customer’s car servicing needs to proactively elevate customers’ experience, simplify processes, and make car servicing more cost-effective. Our business models cover the end-to-end care that a car requires and our ongoing evolution from being a car servicing aggregator in 2016 to the pioneer in tech-based auto servicing model keeps us on a look-out for people who are ready to evolve with us. With a strong network of over 1000+ workshops spread across 150+ cities, GoMechanic envisions car servicing across the length and breadth of the country. GoMechanic is a proud people-driven organisation with a reputation for technology innovation, service, and culture. We are recognised as one of the most preferred workplaces by India Today.

Interview Questions for GoMechanic

1. Different Ways To Add Parenthesis Suppose you have a string 'S' representing an arithmetic expression. Your task is to compute all potential outcomes by adding valid parentheses in different ways to evaluate the expression. Example: Input: S = "2 * 3 - 2" Output: [4, 2] or [2, 4] Explanation: For the expression S = 2 * 3 - 2, the two valid computations are: 1. ((2 * 3) - 2) = 4 2. (2 * (3 - 2)) = 2 Input: The first line contains an integer 'T', the number of test cases. The next 'T' lines each contain an arithmetic expression with numbers and operators '+', '-', '*'. Output: For each test case, output all the outcomes from the expression after adding valid parentheses. Results can be in any order, and each test case's results should be printed on a separate line. Constraints: 1 <= T <= 10 3 <= len(S) <= 65 Each input expression 'S' must contain at least one operator. Time limit: 1 second. Note: No need to print anything explicitly; focus on implementing the provided function.

2. Are you willing to relocate to any location in Kolkata?

3. What are iterators?

4. How can we diagnose the cause of low pick-up rates?

5. What is GoMechanic?