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
  • Ans. 

    Use GROUP BY and HAVING clause to fetch duplicate records from a table

    • Use GROUP BY clause to group records with same values

    • Use HAVING clause to filter out groups with count greater than 1

    • Example: SELECT column_name, COUNT(column_name) FROM table_name GROUP BY column_name HAVING COUNT(column_name) > 1

  • Answered by AI

Skills evaluated in this interview

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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a java program to convert the first letter of each word in upper case
  • Ans. 

    Java program to convert first letter of each word to upper case

    • Split the input string into an array of words

    • Iterate through each word and capitalize the first letter

    • Join the words back together into a single string

  • Answered by AI
  • Q2. Write a java program to remove the duplicate characters from a string
  • Ans. 

    Java program to remove duplicate characters from a string

    • Create a HashSet to store unique characters

    • Iterate through the string and add each character to the HashSet

    • Construct a new string by appending characters from the HashSet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

Sdet Lead Interview Questions & Answers

NICE user image Rogue Knight

posted on 21 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Nice and nice and nice and nice and nice and nice and nice and nice and nice and

Round 2 - One-on-one 

(2 Questions)

  • Q1. Nice and nice and nice and nice
  • Q2. Rjd ke liye message Kiya tha na
Round 3 - Aptitude Test 

Aptitude test and attribute of the day of the day of the day of

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice and nice and nice and nice and nice and nice
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Software Testing
  • Q2. Application based QA questions
Round 2 - Technical 

(2 Questions)

  • Q1. Software testing, QA and Resume based questions
  • Q2. Automation and programming related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Instead of going in depth, focus on a basic and primary questions and be thorough on it
Know everything mentioned in the resume

Sdet Interview Questions & Answers

Autodesk user image Anonymous

posted on 18 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated SDET with a passion for automation testing and ensuring software quality.

    • Experienced in creating and executing automated test scripts using tools like Selenium and JUnit

    • Proficient in programming languages such as Java and Python

    • Skilled in identifying and reporting software defects

    • Strong understanding of software development lifecycle and agile methodologies

  • Answered by AI
  • Q2. Why you want to join autodesk
  • Ans. 

    I want to join Autodesk because of its innovative technology and global impact in the design industry.

    • Autodesk is a leader in providing cutting-edge software solutions for design and engineering professionals

    • I am excited about the opportunity to work on challenging projects and contribute to the company's success

    • I admire Autodesk's commitment to sustainability and diversity in the workplace

  • Answered by AI
Round 2 - Behavioral 

(3 Questions)

  • Q1. Work experinece
  • Q2. Behavioral Questions
  • Q3. Scenario based questions
Round 3 - Technical 

(2 Questions)

  • Q1. Javascript basic difference between var let.
  • Ans. 

    var is function scoped, let is block scoped in JavaScript.

    • var is function scoped, let is block scoped

    • var can be redeclared, let cannot be redeclared

    • let is recommended for use over var in modern JavaScript

  • Answered by AI
  • Q2. OOPS concept of java
  • Ans. 

    OOPS concept of Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation detail

  • Answered by AI
Round 4 - Group Discussion 

How you handle a difficult situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in the interview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Marathwada Mitra Mandal's College of Engineering, Pune and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General apptitude and 2 easy coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. What polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can override these methods to have t

  • Answered by AI
  • Q2. What is virtualization
  • Ans. 

    Virtualization is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

    • Virtualization allows multiple virtual instances to run on a single physical machine

    • It helps in optimizing resources and increasing efficiency

    • Examples include VMware, VirtualBox, and Hyper-V

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on interview

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Git workflow and xpath. Reverse a string
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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. About my experience
  • Q2. About my project and automation work
Round 2 - HR 

(2 Questions)

  • Q1. About my notice period
  • Q2. About my expected ctc

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

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.

QUICK HEAL TECHNOLOGIES Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 902 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
NCR Voyix Interview Questions
3.9
 • 124 Interviews
ServiceNow Interview Questions
4.2
 • 120 Interviews
View all
Area Sales Manager
92 salaries
unlock blur

₹3.2 L/yr - ₹7.4 L/yr

Technical Support Engineer
91 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Software Engineer
84 salaries
unlock blur

₹4.1 L/yr - ₹11.9 L/yr

Senior Software Engineer
75 salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

QA Engineer
52 salaries
unlock blur

₹4.3 L/yr - ₹10 L/yr

Explore more salaries
Compare QUICK HEAL TECHNOLOGIES with

Gen

4.0
Compare

McAfee

4.0
Compare

Kaspersky Lab

2.2
Compare

Oracle

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview