Bachatt App Interview Experience (SSE)
Summary
I had an interview with Bachatt App where the interviewer was unprofessional, asking personal questions before posing a specific LeetCode problem.
Full Experience
Interviewer asked very silly questions around personal life initially and looked very unprofessional.
Then asked question on: https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii/description/
but exactly two transactions. Interviewer was not at all helping and not provided any hints.
Interview Questions (1)
Best Time to Buy and Sell Stock III (Exactly Two Transactions)
Given an array prices where prices[i] is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions. Note: You may not engage in multiple transactions at the same time (i.e., you must sell the stock before you buy again).