Happiest Minds Technologies Overview
- www.happiestminds.com
- Bengaluru
- 1001 to 5000 employees
- 2011
- Private Company
- IT Services
- ₹5 to ₹10 billion per year
- Harbinger
Happiest Minds interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance and feel confident in your responses when the pressure is on.
Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer and QA for Manual & Automation Positions? Unfortunately, we can’t read minds, but we’ll give you the next best thing: a list of previously asked Happiest Minds interview questions and answers.
Post On: | Happiest Minds Interview Questions |
Post Type: | Questions For Qa |
Published On: | www.softwaretestingo.com |
Applicable For: | Freshers & Experience |
Get Updates: | Software Testingo Telegram Group |
We have tried to share some of the manual testing interview questions, selenium interview questions, and testing interview questions, but we recommend spending some quality time getting comfortable with what might be asked when you go for the Happiest Minds interview.
Still, we need your love and support to make this platform more helpful to our fellow testers. So, please share your recent interview questions and experiences with us. You Can share those details by connecting with us at softwaretestingo.com@gmail.com.
Happiest Minds Interview Questions For Automation Testing
Updated on: 02.10.2022
Below, we will list the questions asked during the interview, which is conducted in two rounds.
- The first round started with basic questions on manual testing and Java.
- The second round mainly consists of real-time scenario-based questions, coding rounds, and Java questions.
Below, you can check the interview questions round-wise.
1st Round – Very Basic Round
- What is the difference between retesting and regression?
- Defect life cycle?
- Agile ceremonies?
- High severity and high priority real-time example?
- What is the difference between a hashmap and a hashtable?
- Super keyword?
- Why are we using selenium?
- What is acceptance testing?
2nd Round:
This round completely depends on coding. They already have a code, so she told me to copy the code into your notepad. Then, tell me whether the code will execute or not. If any, are there errors in that code?
some questions are also asked below:
- Abstract and interface?
- Final keyword?
- Super keyword?
- Assertions?
- Write a code to take a screenshot of a page.
- How do you rerun your failed test cases?
- Reverse a string program?
- 2 real-time scenario-based questions.
Happiest Minds Java Selenium Interview Questions
- How to right-click.
- How do you do mouse action? Write a program.
- Design framework.
- What is constructor
- How to work with page onload authentication pop-up/windows based pop up
- How do you send ENTER/TAB keys in the webdriver?
- How do you upload a file?
- How do you handle untrusted certification? What is an untrusted certification
- what is the use of
act.sendkeys(keys.ARROW_DOWN).perform()
act.sendkeys(“w”).perform() explain with example - how to launch the Default browser through WebDriver?
import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.firefox.FirefoxProfile; import org.openqa.selenium.firefox.internal.ProfilesIni; public class Demo { public static void main(String[] args) { ProfilesIni prof = new ProfilesIni(); FirefoxProfile p = prof.getProfile("default"); WebDriver driver = new FirefoxDriver(p); driver.get("http://demo.actitime.com/login.do"); } }
- What is the diff between STRING and STRING BUFFER?
- WAP For String Reverse.
- Find how many duplicate values are in the Array List.
- String [] str={“ABC,” “egg,” “fight”}; convert array to string.
- About file downloading and uploading.
- What does Page Factory explain?
- Explain method overloading and overriding. How practically implemented in your project?
- What are the challenges of SELENIUM?
- Explain the features of JAVA.
- How do you say JAVA is platform-independent?
- Is the JVM platform independent?
- Write code for data fetching on an Excel sheet.
- Explain how you access DB in Selenium.
- Explain ANT and what the pros and cons are.
- How do you achieve parallel execution in TestNG?
- What is the dictionary meaning of Selenium?
- What is a collection in Java?
- Play with any of the collections.
- Search for a letter in the string.
- Reverse a number?
- Sorting an array?
- What is the page object model?
- What is the difference between CSS and XPath? Which one is faster?
- What is an exception? tell some exceptions.
- Tell some exceptions you get while writing code.
- How to handle the exception?
- Is it a good approach to that exception?
- How to generate a report?
- How many test cases have you automated?
- How many test cases do you run in a batch execution?
- What is the minimum time to run a batch execution?
- Tell me a complex scenario of your application.
- Challenges you faced in automation.
- How do you upload files other than Autoit?
- Negative test case for a pen?
- How to run a test 3 times if the test fails?
Happiest mind few more Interview questions
1st Round:
- Tell me about yourself
- How much rate will you give yourself for Java and Selenium out of 5?
- Explain Oops Concepts
- What are Abstraction and Interface
- When will you go for Abstraction, and When will you go for Interface with Example
- What is a Checked Exception
- What is the thread lock?
Programs:
- Write a program for Palindrome in 2 ways
- Write a program for prime nos
- Write a program for the reverse string
- Write a program for a triangular shape star ( They r more concentrated on Java only)
The first round itself asked some basic Selenium Questions, like About Actions and Select Class, which are all Exceptions you found while writing Scenarios.
2nd Round:
- Explain your FrameWork
- Take 2 Scenarios in your Project and Write Code for them.
- What is TestNG
- What is POM
- How to handle Popups With Code(Fille Download, Window Popup)
- How to Switch Frames
- I have a drop-down list and want to select the options like Banglore, but while you are writing Code, you should Write if The dropdown Contains Bangalore den only pick..(like if equals to Bangalore pick).
- About Collections
3rd Round Manager round with some technical questions
- Tell about urself
- Explain your current Project
- How many bugs have you found still date?
- About Severity and Priority With Examples of Bugs.
- They gave me one pen and told me how I would test
- Do you Know About HTML5?
- The next version of WebDriver