#Apple #SDET : Interview questions
1st round: Coding challenge (Time : 1 hr)
- Minimum processing time problem (hashtag#leetcode)
- 30 mcqs questions on APIs, OOPs, testing techniques, hashtag#automation.
2nd round: Technical (Time: 1 hr 10 mins)
- Introduction
- Explain current project
- How you work in your team. How much focus on manual and automation
- Two sum problem (Leetcode) was given where only single solution is possible. Asked how can I solve this problem in optimized way. Asked for time and space complexity and then asked to complete the code
- String problem Input-> String=aaAAbbCCddd: Output-> String=a2A2C2d3. Asked the approach only and time complexity
- Asked about current project automation hashtag#framework
- Did you made any updates on you framework and what was that?
- What are the challenges you faced in automation perspective in your current project.
- Consider designing a system of Library, books, member. Write down hashtag#functional (positive and negative testcases) and non-functional hashtag#testcases for this scenario. Also consider that a member can be charged fine of 1 Rs/day if they have not returned books from library within 2 weeks.
- What architecture is used in your org:= hashtag#Microservices or hashtag#monolithic?
- What tech stack is used in your org?