Salesforce Online Assesment && Interview Experience|| AMTS
Summary
I completed an Online Assessment and two interview rounds for the AMTS role at Salesforce, which led to an offer. The process included a DSA-focused round with two coding questions and a behavioral round based on my past experiences.
Full Experience
Prior Experience
- 3 months Intern at Agoda(Gurugram)
- 3 months Intern at Wayfair(Us based Ecommerce)
- 5 months full time experience
Process
Online Assesment followed by 2 rounds of interview. 1 st round Interview: Completely DSA Based on hackerrank platform. Interviewer had the access too.I was given 2 DSA Based one was hard and other one was medium-hard.I was expected to code the optimised approach for all the question and passing the testcases.
Question 1: Was related to Sliding window optimised approach used dequeue data structure. Question 2: Binary tree parent child sum with little tweak.I was expected to even write treenode class and construct a binary tree on own.
2 nd round Interview: Was based on past Experiences && Internship.I was cross questioned on certain topics so I had to choose what I say wisely.
Overall
I had given the Online Assesment in September.Received the Interview call in Mid of March.Two rounds were held in span of two weeks.Got the offer after 1 week of getting Interviewed.
Interview Questions (2)
A DSA-based question related to a sliding window problem, requiring an optimized approach using a deque data structure. I was expected to code the optimized solution and pass all test cases.
A DSA-based question involving a binary tree, specifically a variation of a parent-child sum problem. I was also expected to write the TreeNode class and construct the binary tree myself.