Microsoft SDE Intern Interview Experience
💼 LTIMindtree Interview Experience (On-Campus) | Fresher | 2026
Salesforce SMTS | Interview Experience | Rejected
JPMC | SDE2 (Associate) - Java Backend - Interview Experience + Compensation
Microsoft - SDE2 - Coding Round
Tekion Corp Software Engineer 2 Backend
Summary
I interviewed for a Software Engineer 2 Backend position at Tekion Corp. I was given two LeetCode problems and managed to solve one of them. Unfortunately, I was rejected after the interview.
Full Experience
Hi
YOE 4.5+
1.https://leetcode.com/problems/minimum-equal-sum-of-two-arrays-after-replacing-zeros/description/
2.https://leetcode.com/problems/minimum-cost-to-make-array-equal/description/
able to solve 1 question
Verdict : Rejected
Interview Questions (2)
You are given two arrays nums1 and nums2 consisting of non-negative integers. You have to choose an integer x and replace all occurrences of 0 in nums1 with x, and replace all occurrences of 0 in nums2 with x. After these replacements, the sum of elements in nums1 and nums2 must be equal. Return the minimum possible equal sum. If it's not possible to make the sums equal, return -1.