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 Internship Trainee Interview Questions, Process, and Tips

Updated 4 May 2019

QUICK HEAL TECHNOLOGIES Internship Trainee Interview Experiences

1 interview found

Internship Trainee Interview Questions & Answers

user image Anshul Bhardwaj

posted on 4 May 2019

I applied via Campus Placement and was interviewed in Oct 2018. There were 7 interview rounds.

Interview Questionnaire 

17 Questions

  • Q1. My very first question was why I'm interested in joining there firm!?
  • Q2. Why you have chosen security as your carrier!?
  • Ans. 

    I have chosen security as my career because I am passionate about protecting people and assets from potential threats.

    • Passion for protecting people and assets

    • Interest in technology and cybersecurity

    • Desire to make a positive impact on society

    • Opportunities for growth and advancement in the field

  • Answered by AI
  • Q3. Why you thought you are ready to work in the organization?
  • Ans. 

    I believe my education, skills, and passion align well with the organization's mission and goals.

    • I have relevant education and training in the field.

    • I possess the necessary skills and experience to contribute effectively.

    • I am passionate about the industry and eager to learn and grow within the organization.

    • I have a strong work ethic and a positive attitude towards challenges.

    • I have researched the organization and belie

  • Answered by AI
  • Q4. Mention something which aspires you!?
  • Ans. 

    I aspire to make a positive impact on people's lives through my work.

    • I want to work in a field where I can help others, such as healthcare or education

    • I am passionate about using technology to improve people's lives

    • I believe in the power of community and want to work towards building stronger, more inclusive communities

    • I am inspired by people who have dedicated their lives to making a difference, such as doctors, teach

  • Answered by AI
  • Q5. Tell something about yourself which your cv does not speak about!??
  • Ans. 

    I am passionate about photography and have won several awards for my work.

    • I have been practicing photography as a hobby for the past 5 years

    • I have won awards in local photography competitions

    • I specialize in landscape and portrait photography

  • Answered by AI
  • Q6. What would you have choosen an higher package or a top 5 organization!??
  • Ans. 

    I would choose a top 5 organization over a higher package.

    • Opportunity for growth and learning in a top organization

    • Prestige and reputation associated with top organizations

    • Networking opportunities with industry leaders

    • Potential for long-term career advancement

    • Higher job satisfaction and fulfillment

  • Answered by AI
  • Q7. Tell us about your dark secret!??
  • Ans. 

    I don't have any dark secrets that would affect my ability to perform in this internship.

    • I believe in transparency and honesty in all aspects of my life.

    • I prioritize integrity and ethical behavior in my personal and professional relationships.

    • I am committed to maintaining confidentiality and trust in all situations.

  • Answered by AI
  • Q8. Mention about recent data breaches!??
  • Ans. 

    There have been several high-profile data breaches in recent years.

    • In 2020, the personal information of over 500,000 Zoom users was found for sale on the dark web.

    • In 2019, Capital One suffered a data breach affecting over 100 million customers.

    • In 2018, Facebook experienced a data breach that compromised the personal information of 50 million users.

    • In 2017, Equifax experienced a data breach that exposed the personal inf...

  • Answered by AI
  • Q9. Can you specify what data breach occured in zomato!?
  • Ans. 

    Zomato faced a data breach in May 2017.

    • 17 million user records were stolen.

    • Email addresses and hashed passwords were compromised.

    • Payment information was not affected.

    • Zomato took immediate action to enhance security measures.

  • Answered by AI
  • Q10. Tools for data recovery
  • Ans. 

    Tools for data recovery

    • Recuva

    • EaseUS Data Recovery Wizard

    • Stellar Data Recovery

    • Disk Drill

    • TestDisk

  • Answered by AI
  • Q11. Some basics of kali and other operating system
  • Q12. Auditing services
  • Q13. Malware Analysis
  • Q14. Penetration testing tools
  • Q15. How reverse engineering is done!?
  • Ans. 

    Reverse engineering involves analyzing a product or system to understand its design and functionality.

    • Start by disassembling the product or system

    • Identify the components and their relationships

    • Analyze the code or software used in the product or system

    • Recreate the design and functionality based on the analysis

    • Reverse engineering is often used to create compatible products or to identify vulnerabilities in security syste

  • Answered by AI
  • Q16. Basic definition of adware, malware, viruses, zombie etc.
  • Ans. 

    Adware, malware, viruses, and zombies are all types of malicious software that can harm computer systems.

    • Adware is software that displays unwanted advertisements on a user's computer.

    • Malware is a broad term that refers to any software designed to harm a computer system, including viruses, worms, and Trojan horses.

    • Viruses are programs that replicate themselves and infect other programs or files on a computer, often caus...

  • Answered by AI
  • Q17. You have to write down your bucket list

Interview Preparation Tips

Round: Resume Shortlist
Experience: You should mainly focus on the skills on which you are perfect be precise and yes if you have done any projects mention them and should be knowing about what part you have handled.

Round: Group Discussion
Experience: My topic was should youth must leave in live in relationship or not I strongly recommend to put points which you feel as an individual be specific and put reasons as well to clarify those points always try to start the discussion by yourself and conclusions must be given.

General Tips: I was called in morning at 9 am and there were around 80 students who were to be interviewed and yes at last round 5 we're selected so what I want to say is never loose confidence be positive be prepared be true of what you know explain in your own artistic manner if you don't know anything simply say no and ask them to tell you.
Skills: Communication, Body Language, Analytical Skills, Leadership, Presentation Skills
Duration: 1-4 weeks
College Name: Quantum School Of Technology, Roorkee

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Adobe user image Devendra Bendkhale

posted on 4 Dec 2015

Interview Questionnaire 

8 Questions

  • Q1. WRITE A GENERIC SWAP FUNCTION
  • Ans. 

    A generic swap function swaps two values of any data type.

    • The function should take two parameters of any data type.

    • Use a temporary variable to store the value of one parameter.

    • Assign the value of the second parameter to the first parameter.

    • Assign the value of the temporary variable to the second parameter.

  • Answered by AI
  • Q2. SEARCH AN ELEMENT IN ROTATED SORTED LINKLIST .
  • Ans. 

    Search for an element in a rotated sorted linked list.

    • Find the pivot point where the list is rotated.

    • Divide the list into two sublists based on the pivot point.

    • Perform binary search on the appropriate sublist.

    • Handle edge cases such as empty list and list with only one element.

  • Answered by AI
  • Q3. SEARCH AN ELEMENT IN ROTATED SORTED ARRAY. WRITED A CODE FOR IT
  • Ans. 

    Search an element in a rotated sorted array

    • Find the pivot point where the array is rotated

    • Divide the array into two sub-arrays based on pivot point

    • Perform binary search on the appropriate sub-array

    • Repeat until element is found or sub-array size is 1

  • Answered by AI
  • Q4. In an Array of size 95 contain numbers in range 1 to 100. each number is at max once in the array. find the 5 missing numbers in array between 1-100
  • Ans. 

    Find 5 missing numbers in an array of size 95 containing numbers in range 1 to 100.

    • Create a boolean array of size 100 and mark the present numbers

    • Iterate through the boolean array and find the missing numbers

    • Alternatively, use a HashSet to store the present numbers and find the missing ones

  • Answered by AI
  • Q5. Given sudoku as id array of size . in a given empty cell find the possible numbers that could be possible. Asked me to write code for it
  • Ans. 

    Given a Sudoku board, find possible numbers for an empty cell.

    • Iterate through empty cells and check possible numbers using row, column, and box constraints.

    • Use a set to keep track of possible numbers for each empty cell.

    • Return the set of possible numbers for the given empty cell.

  • Answered by AI
  • Q6. Given 4 unsigned integers find their integer average (eg. (2,2,2,3) => (2+2+2+3)/4 = 2) consider integer division ) without typecasting
  • Ans. 

    Find integer average of 4 unsigned integers without typecasting

    • Add all the integers and divide by 4

    • Use bit shifting to divide by 4

    • Handle overflow by using long long data type

    • Use unsigned int data type for input

  • Answered by AI
  • Q7. Write a code to identify wheter given processor is of 32 bit architecture or 64 bit architecture
  • Ans. 

    Code to identify 32 bit or 64 bit architecture of a processor

    • Check if the operating system is 32 bit or 64 bit

    • If OS is 32 bit, processor is 32 bit

    • If OS is 64 bit, check if processor supports 64 bit architecture

    • Use CPUID instruction to check if processor supports 64 bit architecture

  • Answered by AI
  • Q8. Convert a binary number into base 64 integer
  • Ans. 

    Convert binary number to base 64 integer

    • Divide the binary number into groups of 6 bits

    • Convert each group of 6 bits to decimal

    • Map the decimal value to the corresponding base 64 character

    • Concatenate the base 64 characters to form the final integer

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: SIMPLE CODING QUESTIONS SPEED MATTERS.
Duration: 60 minutes
Total Questions: 3

Skills: Analytics And Coding
College Name: IIT Guwahati

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Salary discussion and notice period
  • Q2. Core java, collections and coding

Interview Preparation Tips

Round: Manager Round
Experience: About project and previous company experience , daily activity

Interview Questionnaire 

2 Questions

  • Q1. C++/Java
  • Q2. Puzzles and Project

Interview Preparation Tips

Round: Test
Tips: Maintain speed . Questions were basic and easy.

Round: Technical Interview
Experience: Technical PI:
1.C:Basic topics of C.Malloc and Clloc difference.Storage classes.Let us C is enough .
2.C++/Java: OOPs concept with real life examples,Collection in Java,Constructors etc . Site i referred: JAVATPOINT
3.DBMS: Explain normalization with the help of examples,ACID properties,Triggers,SQL queries.
4.Project related questions.
5.puzzles from programmer interview.com




Tips: DBMS and JAVA concepts should be clear.

Round: HR Interview
Experience: HR Round:
1.tell me about yourself.
2.Which activities are you involved in other than academics?
3.How many companies have you tried before and how many rounds cleared?
4.What you did in internship and how much they paid you?
5.Strenghts and weaknesses.
6.Any questions you have.

Skills: Puzzle Solving Capability, Basic C/C++, Java Programming, Basic Knowledge Of DBMS
College Name: NIT Raipur

I was interviewed before Jan 2016.

Interview Preparation Tips

College Name: NIT Hamirpur

I was interviewed in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to Java Programming OOPS
  • Q2. Questions related to Internships

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Group Discussion
Duration: 25 minutes

Skills: Programming Skills In Any Language Like C, Object Oriented Programming (OOP) Basics, Data Structures And Algorithms, Operating Systems
College Name: NIT Raipur

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per the norms of our institute’s placement cell. For Oracle I laid emphasis on my programming skills and projects related to it.

Round: Test
Experience: The first round was the written test that comprised of 5 sections – vocabulary, aptitude, pattern matching, logical reasoning and programming. The questions in the programming section were asked from data structures and C++. The questions in the programming section were mainly from trees (from data structures). Around 400 students appeared for their written test out of which around 100 were shortlisted.

Round: HR Interview
Experience: The next round was the interview round. They gave me some puzzles to solve and a program to write. One of the puzzles that I remember was that if I were to be given an egg then how would I determine its durability, i.e. how would I determine that from which floor do I need to throw the egg from so that the egg does not break if thrown from any floor below it.
For the coding question I was given a mathematical formula and I was asked to devise a code such that the program uses the formula and gives the output.
Tips: Prepare for Data Structures as well as the commonly asked puzzles for Oracle.

College Name: IIT ROORKEE
Motivation: Oracle is a reputed company in the space of software and ITeS. It had come to our campus with five profiles. The best means to know about all of them is to attend the pre-placement talk of the company.

Interview Questionnaire 

6 Questions

  • Q1. Solving puzzles(25 horses,ant and sweets,height of a building..) try as many as possible before appearing for interview
  • Q2. If experienced , then project details of previous companies a must prepare question
  • Q3. Writing test cases for random scenarios
  • Q4. Programming in whatsoever language you r comfortable with, basic coding problems of DS,Algos. eg. Zigzag tree traversal algo,random linked list copy
  • Q5. Some people asked me questions related to the work i will do if hired in the project
  • Q6. Be genuine in ur CV, and be prepared with everything you write there.

Interview Preparation Tips

College Name: Na

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: First section had questions on object oriented programming concepts and some basic questions related to c++
In the second section tables were given and we were asked to write the queries for the given questions.
Duration: 1 hour
Total Questions: 20

College Name: IIITDM Jabalpur

I applied via Campus Placement and was interviewed before Sep 2021. 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 - Aptitude Test 

Math and verbal round .

Round 3 - Group Discussion 

General topics to speak

Round 4 - Technical 

(1 Question)

  • Q1. Duplicates in array College Projects Hashmap implementation
  • Ans. 

    Implement a function to find duplicates in an array of strings using Hashmap.

    • Create a Hashmap to store the frequency of each string in the array

    • Iterate through the array and check if the frequency of any string is greater than 1

    • If yes, add it to the list of duplicates

    • Return the list of duplicates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer what you know, be genuine and honest

Skills evaluated in this interview

QUICK HEAL TECHNOLOGIES Interview FAQs

What are the top questions asked in QUICK HEAL TECHNOLOGIES Internship Trainee interview?

Some of the top questions asked at the QUICK HEAL TECHNOLOGIES Internship Trainee interview -

  1. Can you specify what data breach occured in zomat...read more
  2. Basic definition of adware, malware, viruses, zombie e...read more
  3. Mention something which aspires yo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 848 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 223 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
NCR Voyix Interview Questions
3.9
 • 122 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
View all
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