OpenText : Round1 and Round2 interview questions
𝐑𝐨𝐮𝐧𝐝𝟑:
1. Given a string, reverse each word in the string and replace spaces with the % character. The order of the words should be maintained, but the characters within each word should be reversed.
𝐈𝐧𝐩𝐮𝐭:
"This is a tree"
𝐎𝐮𝐭𝐩𝐮𝐭:
"sihT%si%a%eert"
𝐀𝐩𝐩𝐫𝐨𝐚𝐜𝐡:
Split the input string by spaces into an array of words.
Reverse each word in the array.
Join the words with % as the delimiter to form the final output string.
2. Questions on Automation framework, architecture, Performance and Security Testing.
𝐑𝐨𝐮𝐧𝐝𝟒:
1. Puzzle: You are given two eggs and a 100-story building. Your task is to determine the highest floor from which you can drop an egg without it breaking, using the fewest number of drops in the worst-case scenario.
2. Questions on the Test plan, Cloud specifically on AWS, how the release cycle works, and different release or deployment strategies.
3. Imagine you are assigned to test the search bar functionality of an e-commerce website. The search bar is designed to help users find products quickly by displaying search results and suggestions as they type. Your goal is to create a comprehensive testing strategy to ensure the search bar behaves as expected under different conditions.
𝐑𝐨𝐮𝐧𝐝𝟓:
1. You are the QA lead for a comprehensive e-commerce platform that handles multiple functions such as user authentication, product search, checkout process, and post-purchase features like reviews and returns. The platform is gearing up for a major release with significant updates to its search algorithm, a redesigned checkout experience, and new security features.
Your task is to design a complete test strategy and testing cycle plan to ensure a smooth release with minimal issues post-deployment. This involves handling multiple test types, ensuring proper coverage, and maintaining efficiency throughout the release cycle.
2. Questions on AWS Lambdas, Serverless architecture.