Adobe interview question

Write a function that removes substrings.

Interview Answers

Anonymous

15 Dec 2020

Through questions like this, interviewers are mostly trying to test your skillset (and its relevance to the role) as robustly as possible, so be prepared for multiple offshoots and followups. It could be a useful exercise to do mocks with friends or colleagues in Adobe to get a real sense of what the interview is actually like. Alternatively Prepfully has a ton of Adobe Software QA Engineer experts who provide mock interviews for a pretty reasonable amount. prepfully.com/practice-interviews

1

Anonymous

19 Sept 2018

I wrote a simple function on the whiteboard that scanned the string for substrings and removed them.