Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by QUICK HEAL TECHNOLOGIES Team. If you also belong to the team, you can get access from here

QUICK HEAL TECHNOLOGIES Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

QUICK HEAL TECHNOLOGIES Sdet Automation Test Engineer Interview Questions and Answers

Updated 6 Jun 2024

QUICK HEAL TECHNOLOGIES Sdet Automation Test Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python- Explain how to take input from user
  • Ans. 

    Use the input() function in Python to take input from the user.

    • Use the input() function to prompt the user for input and store the input in a variable.

    • You can specify a prompt message inside the input() function to guide the user on what to input.

    • The input() function always returns a string, so you may need to convert the input to the desired data type if needed.

  • Answered by AI
  • Q2. Write query to fetch duplicate records from table

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about QUICK HEAL TECHNOLOGIES?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude and out put realted questions

Round 2 - Coding Test 

Face to face dsa and string manipulations

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How do you handle alerts in Selenium, and what methods do you use ... read more
Q4. How to take screenshot and project framework
asked in Oracle
Q5. Maximum substring Sum , Merge two arrays without extra space .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Core java and OOPS concepts and basic coding tricks and puzzly questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Selenium webdriver basic
  • Q2. Automation testing
Round 3 - HR 

(1 Question)

  • Q1. Salarydiscussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Java oops ds algo framework design api sql must

Round 3 - Coding Test 

Coding ds framework design sql

Round 4 - HR 

(2 Questions)

  • Q1. What is salary expectation
  • Q2. Location of joining and how soon you can join.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Reverse linked list
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Theoretical concepts mostly related to testing and some Java/Python related concepts.
  • Q2. OOps Concepts, Java new Updates
  • Q3. Collection Framework
  • Q4. Maximum substring Sum , Merge two arrays without extra space .
  • Ans. 

    Find maximum sum of substring and merge two arrays without extra space.

    • Use Kadane's algorithm to find maximum sum of substring in an array.

    • To merge two arrays without extra space, use two pointers approach.

    • Example: Input arrays [1, 2, -3, 4, 5] and [6, 7, 8], output merged array [1, 2, -3, 4, 5, 6, 7, 8].

  • Answered by AI
Round 3 - Coding Test 

Medium level data structure and File handling .Coding on a paper.(2-3 questions based on Arrays and Strings that includes searching and Sorting )

Round 4 - One-on-one 

(1 Question)

  • Q1. Final discussion with the Manager and it was also mostly Coding based only but Simple questions like Given a selenium Task and write Code for that . Framework concepts and then 1 Coding Question about Mult...

Interview Preparation Tips

Topics to prepare for Oracle Sdet Automation Test Engineer interview:
  • Selenium
  • Rest Assured Api
  • Jenkins
  • Core Java
  • Data Structure
  • Medium Coding Questions
  • Arrays
  • Collections
Interview preparation tips for other job seekers - Learn Coding do not just cram the questions from Google as it will also help you at your work place because you have to write a lot of Code that is just not about Selenium .

Skills evaluated in this interview

QUICK HEAL TECHNOLOGIES HR Interview Questions

7 questions and answers

Q. Where do you see yourself in the next 5 years?
Q. Tell me about your last job.
Q. Why do you think you are ready to work in this organization?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain framework
  • Q2. Explain your framework

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java and selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Good got offer and accepted
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse of a sting
  • Ans. 

    Reverse a string means to flip the characters in the string order.

    • Use a loop to iterate through the characters of the string in reverse order

    • Append each character to a new string to build the reversed string

    • Alternatively, use built-in functions like reverse() in some programming languages

  • Answered by AI
  • Q2. Print the characters of ur name which are not repetative in nature
  • Ans. 

    To print the characters of my name which are not repetitive, I would iterate through each character and only print those that appear once.

    • Iterate through each character in the name

    • Check if the character appears only once in the name

    • Print the character if it is not repetitive

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Application used
  • Ans. 

    The application used for automation testing is Selenium WebDriver.

    • Selenium WebDriver is a popular tool for automating web applications.

    • It supports multiple programming languages such as Java, Python, and C#.

    • Selenium WebDriver allows testers to interact with web elements and perform actions like clicking buttons, entering text, and verifying text.

    • It can be integrated with testing frameworks like TestNG and JUnit for tes...

  • Answered by AI
  • Q2. Framework used in your current project
Round 3 - HR 

(1 Question)

  • Q1. What is salary expectation

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain role of rte?
  • Q2. Purpose of the complex device driver
  • Ans. 

    Complex device drivers are necessary to enable communication between the operating system and hardware devices.

    • Complex device drivers are needed for devices that require advanced functionality or features.

    • They provide a way for the operating system to communicate with the hardware device.

    • Complex device drivers often include additional software components to manage the device's capabilities.

    • Examples include graphics car...

  • Answered by AI

Skills evaluated in this interview

QUICK HEAL TECHNOLOGIES Interview FAQs

How many rounds are there in QUICK HEAL TECHNOLOGIES Sdet Automation Test Engineer interview?
QUICK HEAL TECHNOLOGIES interview process usually has 1 rounds. The most common rounds in the QUICK HEAL TECHNOLOGIES interview process are Technical.
What are the top questions asked in QUICK HEAL TECHNOLOGIES Sdet Automation Test Engineer interview?

Some of the top questions asked at the QUICK HEAL TECHNOLOGIES Sdet Automation Test Engineer interview -

  1. Python- Explain how to take input from u...read more
  2. Write query to fetch duplicate records from ta...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Software Engineer
100 salaries
unlock blur

₹4.6 L/yr - ₹11.1 L/yr

Senior Software Engineer
89 salaries
unlock blur

₹14.2 L/yr - ₹25 L/yr

Technical Support Engineer
82 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Area Sales Manager
59 salaries
unlock blur

₹4.2 L/yr - ₹7.4 L/yr

Senior Accounts Manager
55 salaries
unlock blur

₹11.1 L/yr - ₹19.1 L/yr

Explore more salaries
Compare QUICK HEAL TECHNOLOGIES with

Oracle

3.6
Compare

KPIT Technologies

3.2
Compare

Intellect Design Arena

3.9
Compare

Oracle Cerner

3.6
Compare
write
Share an Interview