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 Interview Questions, Process, and Tips for Experienced

Updated 8 Dec 2024

Top QUICK HEAL TECHNOLOGIES Interview Questions and Answers for Experienced

View all 10 questions

QUICK HEAL TECHNOLOGIES Interview Experiences for Experienced

Popular Designations

12 interviews found

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

(2 Questions)

  • Q1. Question related to windows internals
  • Q2. Questions on Windows API

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Java Developer Interview Questions & Answers

user image adinath waybhase

posted on 5 Jun 2024

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

(2 Questions)

  • Q1. Based in string
  • Q2. Hashmap intrernal woking
Round 2 - One-on-one 

(1 Question)

  • Q1. About project didction with manager

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
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

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Windows internals
  • Q2. Windows apis like loaddll dynamically
  • Q3. IPC mechanism in windows
  • Ans. 

    IPC mechanism in Windows allows communication between processes through shared memory, message passing, and synchronization.

    • IPC mechanisms in Windows include named pipes, mailslots, shared memory, and sockets.

    • Named pipes allow communication between processes on the same machine or over a network.

    • Mailslots are used for one-way interprocess communication.

    • Shared memory allows processes to share data by mapping a region of...

  • Answered by AI
  • Q4. Multi-threading in windows
  • Ans. 

    Multi-threading in Windows allows multiple threads to run concurrently within a single process.

    • Windows provides APIs like CreateThread and CreateProcess to create and manage threads.

    • Threads share the same memory space within a process, allowing for efficient communication and resource sharing.

    • Windows supports both user-mode and kernel-mode threads, with user-mode threads being more lightweight.

    • Synchronization mechanism...

  • Answered by AI
  • Q5. C++ general questions
Round 2 - Technical 

(4 Questions)

  • Q1. Memory management
  • Q2. Memory mapping in windows, file mapping
  • Ans. 

    Memory mapping in Windows allows files to be mapped directly into memory for faster access and manipulation.

    • Memory mapping allows files to be accessed as if they were in memory

    • File mapping can be used for sharing data between processes

    • Improves performance by reducing disk I/O operations

    • Examples: CreateFileMapping, MapViewOfFile, UnmapViewOfFile

  • Answered by AI
  • Q3. Windows internal
  • Q4. Critical section in windows
  • Ans. 

    Critical section in Windows is a synchronization mechanism used to protect shared resources from concurrent access.

    • Critical sections are used to ensure mutual exclusion between threads accessing shared resources.

    • They are implemented using the Windows API functions InitializeCriticalSection, EnterCriticalSection, and LeaveCriticalSection.

    • Critical sections are more efficient than mutexes for synchronization within a sing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through c++ apis specifically for windows.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

QUICK HEAL TECHNOLOGIES interview questions for popular designations

 Technical Support Engineer

 (2)

 Security Engineer

 (2)

 QA Engineer

 (2)

 Area Sales Manager

 (2)

 Lead Technical Writer

 (1)

 Software Engineer

 (1)

 Senior Software Developer

 (1)

 Regional Manager

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2022. There were 5 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 - HR 

(1 Question)

  • Q1. About Opportunity
Round 3 - One-on-one 

(1 Question)

  • Q1. Brief Introduction , many questions regarding current & previous experience
Round 4 - Group Discussion 

Discussion with Country Sales Head & Zonal head

Long discussion about past work experience, current company expectation

Round 5 - Group Discussion 

Group HR discussion to know about my profile & package discussion

Regional Manager Interview Questions asked at other Companies

Q1. How will you ensure market share in role of challenges you handle with Banca channel .
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 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 

(2 Questions)

  • Q1. Question on Supply Chain process, planning , vendor management, sourcing, packaging development
  • Q2. What is logistics management, What is fleet management, various process of warehouse management
  • Ans. 

    Logistics management involves planning, implementing, and controlling the movement and storage of goods, services, and information throughout the supply chain.

    • Logistics management includes activities such as transportation, warehousing, inventory management, and order processing.

    • Fleet management involves managing a company's vehicles to ensure they are operating efficiently and cost-effectively.

    • Warehouse management pro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company, can apply as per opening

Supply Chain Sr.Executive Interview Questions asked at other Companies

Q1. How will you implement your technical knowledge to logistics?
View answer (1)

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why should we select you?
  • Ans. Show your positive points e.g. industry experience, communication skills etc
  • Answered by Ashish Kala
Round 2 - Case Study 

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand your own profile, be confident on that.
Take a pause if required and give answer smartly

Itsm Consultant Interview Questions asked at other Companies

Q1. What is Incident and change management
View answer (1)

Interview Questionnaire 

2 Questions

  • Q1. Last working profile
  • Q2. Any knowledge about softwares
  • Ans. 

    Yes, I have knowledge about various softwares.

    • Proficient in Microsoft Office Suite

    • Familiar with CRM software such as Salesforce and Hubspot

    • Experience with inventory management software like Fishbowl

    • Knowledge of project management tools like Trello and Asana

  • Answered by AI

Area Sales Manager Interview Questions asked at other Companies

Q1. How to handling position and how to coverage rout and sales teams
View answer (29)

Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2020

I applied via Referral and was interviewed in Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself What you know about us ?
  • Q2. Why we should hire you ?
  • Q3. What you know about the Logistics Process, RM Planning and Procurement ?
  • Q4. Do you have experience to handle freight forwarders ?
  • Q5. Knowledge about Inco-Terms and Export Documentation ?
  • Q6. Reason to leave existing company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear Friends,
Below are the some useful tips that will definitely help you to successfully crack the interview

1. Before going to interview do the well research about company products and services
2.Clarify your "Selling Points" and the reasons you want the job
3.Anticipate the Interviewer's concerns and reservations
4.Prepare for common interview questions
5.Line up your questions for the interviewer
6.Practic more on Mock Interviews and clear the doubts in advance
7.Score a success in the first five minutes
8.Get on the same side as the interviewer
9.Be assertive and take responsibility for the interview
10.Be ready to handle illegal and inappropriate questions
11.Make your selling points clear
12.Think Positive
13.Close on a positive note

Summary

Even better, take what you've learned about yourself from you career and use it to explain why you think this is the job for you : I"ve done some careful career self -assessment, and I know that I'm wrong- It seems that this position would allow me to express those interests.

Thank You !!

I applied via Referral and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Network security, Windows Technical, CCNA based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - This is not important how much you have knowledge of IT. It's important how much are you confidence about your knowledge. Don't be panic of interview just be confidence from your self and your knowledge.

Security Engineer Interview Questions asked at other Companies

Q1. 1. What is Cryptography? Cryptography is the practice and study of techniques for securing information and communication mainly to protect the data from third parties that the data is not intended for. 2. What is the difference between Symm... read more
View answer (25)

QUICK HEAL TECHNOLOGIES Interview FAQs

How many rounds are there in QUICK HEAL TECHNOLOGIES interview for experienced candidates?
QUICK HEAL TECHNOLOGIES interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the QUICK HEAL TECHNOLOGIES interview process for experienced candidates are Technical, One-on-one Round and Group Discussion.
How to prepare for QUICK HEAL TECHNOLOGIES interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at QUICK HEAL TECHNOLOGIES. The most common topics and skills that interviewers at QUICK HEAL TECHNOLOGIES expect are Java, C++, Python, AWS and Enterprise Sales.
What are the top questions asked in QUICK HEAL TECHNOLOGIES interview for experienced candidates?

Some of the top questions asked at the QUICK HEAL TECHNOLOGIES interview for experienced candidates -

  1. What you know about the Logistics Process, RM Planning and Procuremen...read more
  2. Do you have experience to handle freight forwarder...read more
  3. What is logistics management, What is fleet management, various process of war...read more
How long is the QUICK HEAL TECHNOLOGIES interview process?

The duration of QUICK HEAL TECHNOLOGIES interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

QUICK HEAL TECHNOLOGIES Interview Process for Experienced

based on 6 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 847 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 222 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
McAfee Interview Questions
4.0
 • 30 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
View all

QUICK HEAL TECHNOLOGIES Reviews and Ratings

based on 412 reviews

3.7/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.3

Salary

3.6

Job security

3.4

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 412 Reviews and Ratings
Area Sales Manager
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
89 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
75 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 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