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
OCI loop interview | Rejected
Summary
I interviewed for a Senior Member of Technical Staff position at OCI India, which included eliminator and multiple loop rounds. Despite clearing some technical challenges, I was ultimately rejected.
Full Experience
Hey community, I recently gave interview for Senior MTS position with OCI India. Got negative feedback, but still here are the questions that were asked.
Eliminator Round:- Check if words are anagrams. EASY. LRU Cache. MEDIUM Couple of behavioural questions. Some questions on concurrency.
Got call 2 days later that they will take my loop interview. My interviews were scheduled for 2 days. Daily 2 interview
Loop Interview 1: Group Anagrams from a list of strings. MEDIUM Maximum Subarray Print odd even using two threads concurrency problem. Some behavioural questions
Loop Interview 2: This was taken by someone from US. Rain water trapping problem. HARD Generate valid parenthesis (backtracking problem). MEDIUM Some behavioural questions. This was where I froze completely and could not communicate properly at all.
Loop Interview 3: This was with Hiring manager from India. He asked lots of technical questions from my resume. He also gave lots of system design situational based questions. I was asked to design CONFLUENCE.
Loop Interview 4: This was my bar tender/bar raiser round. Plenty of behavioural questions were asked.
Result: REJECTED.
I hope it helps the community in their prep. I applied through their web page. Good luck guys.
Thank you
Interview Questions (8)
Given two words, determine if they are anagrams of each other.
Design and implement an LRU (Least Recently Used) cache.
Given an array of strings, group anagrams together.
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
Write a program that prints odd and even numbers in sequence using two separate threads.
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining.
Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
Design a system similar to Atlassian Confluence.