Tekion SDE 2 | Offline drive at TEKION office, bangalore.

tekion logo
tekion
SDE 2bangaloreOngoing
October 31, 202519 reads

Summary

Attended an offline drive for SDE 2 position at Tekion in Bangalore. Faced two DSA rounds with coding problems.

Full Experience

Tekion SDE 2

Offline drive at tekion office bangalore

dsa round:

1. Best time to buy and sell the stock
https://leetcode.com/problems/best-time-to-buy-and-sell-stock

2. minimum-size-subarray-sum
https://leetcode.com/problems/minimum-size-subarray-sum

Interview Questions (2)

Q1
Best Time to Buy and Sell Stock
Data Structures & AlgorithmsEasy

Given an array of prices where prices[i] represents the price of a given stock on day i, find the maximum profit you can achieve by buying one day and selling one day after.

Q2
Minimum Size Subarray Sum
Data Structures & AlgorithmsMedium

Given an array of positive integers and a positive integer s, find the minimal length of a contiguous subarray such that the sum of the subarray is greater than or equal to s.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!