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, QA for Manual & Automation Positions, We can’t read minds, unfortunately, 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 & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Happiest Minds interview.
Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.
Happiest Minds Interview Questions For Automation Testing
Updated on: 02.10.2022
Below we are going to list the questions which are asked during the interview. The interview is conducted in 2 rounds.
- The first round started with the basic questions on manual testing and Java questions.
- The second round is mainly on real-time scenario-based questions, Coding rounds, and Java questions.
Below you can check the interview questions round-wise.
1st Round – Very Basic Round
- Difference between retesting and regression?
- Defect life cycle?
- Agile ceremonies?
- High severity and high priority real-time example?
- Difference between hashmap and hashtable?
- Super keyword?
- Why we are using selenium?
- What is acceptance testing?
2nd Round:
This round completely depends on coding. Already they 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 in that code with respect to the errors?
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 to 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
- What is in
- 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 Array List.
- String [] str={“abc”,”efg”,”fgh”}; convert array to string.
- About file downloading and uploading.
- What is 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 fetch of Excel Sheet.
- Explain how you access DB in selenium.
- Explain ANT and what are the pros and cons.
- 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?
- 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 you have 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 to 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 urself
- How much rate yourself 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 triangular shape star ( They r more concentrating on Java only)
The 1st round itself dey asked some basic Selenium Questions like About Actions, Select Class, which is all Exception 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 U shud 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?
- Next version of WebDriver