1. Can you introduce yourself and share a bit about your background?
2. Given the input lists `๐ฝ๐ฟ๐ฒ๐๐ฒ๐ป๐ = [๐ฑ, ๐ฐ, ๐ฒ, ๐ฎ, ๐ฏ]`, `๐ณ๐๐๐๐ฟ๐ฒ = [๐ด, ๐ฑ, ๐ฐ, ๐ฏ, ๐ฑ]`, and a budget of 10, what is the maximum profit you can achieve? For example, you can buy stocks at indices 0, 3, and 4 for a total of 5 + 2 + 3 = 10 and sell them the next year for 8 + 3 + 5 = 16, resulting in a profit of 6.
3. For the array `[1, 2, 3, 4, 5]`, if you rotate it to the right by 3 positions, what will the new array look like?
4. Could you explain your approach to executing test cases across multiple browsers?
5. How would you manage to execute 20 test cases in each browser if you have a total of 100 test cases?
6. When using the TestNG framework, how do you run failed test cases in the same test execution?
7. What is the Software Testing Life Cycle (STLC)?
8. Can you differentiate between white-box, black-box, and grey-box testing?
9. What are the different types of black-box testing?
10. Do you have any questions for us?