Upload Button Icon Add office photos

McAfee

Compare button icon Compare button icon Compare

Filter interviews by

McAfee Technical Intern Interview Questions and Answers

Updated 25 Dec 2021

McAfee Technical Intern Interview Experiences

1 interview found

I applied via eLitmus and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Write Fibonacci sequence code for three sum instead of two
  • Ans. 

    Fibonacci sequence code for three sum instead of two

    • Initialize variables for first, second, and third numbers

    • Use a loop to generate the sequence up to the desired length

    • Add the three previous numbers to get the next number in the sequence

  • Answered by AI
  • Q2. Project related questions
  • Q3. Sort a linked list
  • Ans. 

    Sort a linked list

    • Use merge sort or quick sort algorithm

    • Divide the linked list into two halves

    • Recursively sort each half

    • Merge the sorted halves

  • Answered by AI
  • Q4. General object oriented programming and dbms questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic ds ,algo,object oriented programming and dbms are important concepts for the interview

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

3 coding dsa question
Difficulty is On your luck
My friends got easy level
I got medium level
Some got hard questions as well

Round 2 - Aptitude Test 

Ssh round , quant and logical
Tip: bring your calculator

Round 3 - Technical 

(3 Questions)

  • Q1. Two Puzzle : bulb switching and candle
  • Q2. Dsa questions such as string reverse, binary search
  • Q3. Dbms and os core subject questions
Round 4 - HR 

(2 Questions)

  • Q1. How are you better than others
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a girl, the interview rounds will be much easier for you as this company promotes diversity hiring.
The main differing factor is technical round interview which totally depends on the interviewer's mood .
Girls do get priority in this round, they are asked easier questions and will be selected if able to answer 60-70% of the questions.
Note:- it's not like they will hire any girl but a bit easier comparatively

Intern Interview Questions & Answers

AVASOFT user image MUDUCHURU JASWANTH

posted on 3 Oct 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - Aptitude Test 

Mcq based py ,sql,ai

Round 2 - Technical 

(2 Questions)

  • Q1. Python basics and codes
  • Q2. Sql basics and queries
Round 3 - One-on-one 

(1 Question)

  • Q1. Worst experience by the interviewer she is not at all interested, she is using WhatsApp app to chat and asking questions ,totally i am disturbed,but good questions .
Round 4 - HR 

(1 Question)

  • Q1. As usual, like hr round asked some scenario-based , policies

Interview Preparation Tips

Interview preparation tips for other job seekers - its not good for freshers no workk balance no security 10k per month for 6 months
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 medium dsa questions on Hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. Class based graph question of easy level implementation of oops and dsa
Round 3 - HR 

(1 Question)

  • Q1. Many situational questions about projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to tell stories about different things relating to projects done in past.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

We got a mail from the HR directly to write the round one- coding round. This round was for almost 2 hours where we were asked questions from DSA. The difficulty of the problems were medium to hard.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about My Resume
  • Q2. Asked 2 Puzzle and DSA questions. Medium level but a bit tricky ones.

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the logic of the problem nicely.

Intern Interview Questions & Answers

UKG user image Anonymous

posted on 29 Nov 2024

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

(2 Questions)

  • Q1. Project was asked
  • Q2. Oops concept and implementation
  • Ans. 

    Oops concept refers to Object-Oriented Programming principles and their implementation in code.

    • Oops concepts include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and behaviors from another class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes necessary methods.

    • A...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is easy based on Linux, os , network sw/hw.

Round 2 - Group Discussion 

The gd is very easy in terms of communication

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic of cloud computing n virtualization

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare accordingly tp my given insights throughly n that's it.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

60 mins - reasoning and problem solving

Round 2 - Coding Test 

C / JAVA /PYTHON - LEET CODE

Round 3 - Technical 

(2 Questions)

  • Q1. BASIC CONCEPTS AND ACADEMIC PROJECT
  • Q2. BEHAVIORAL QUESTIONS
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me in details about your project. (Mainly the python related project)
  • Q3. Which ML algorithm did you use in your project?
  • Ans. 

    I used the Random Forest algorithm in my project.

    • Random Forest is an ensemble learning method that combines multiple decision trees to make predictions.

    • It is used for both classification and regression tasks.

    • Random Forest reduces overfitting and provides feature importance.

    • Example: I used Random Forest to predict customer churn in a telecom company.

  • Answered by AI
  • Q4. What is Sql? And what is a database?
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases. A database is a structured collection of data.

    • SQL is used to retrieve, insert, update, and delete data from a database.

    • A database is a software system that stores and organizes data in a structured manner.

    • SQL allows users to define the structure of a database, create tables, and establish relationships between tables.

    • Examples of data

  • Answered by AI
  • Q5. What do you understand by joins in sql?
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables in a single query.

    • Common types of joins include inner join, left join, right join, and full outer join.

    • Joins are performed using the JOIN keyword and specifying the columns to join on.

    • Joins can be used to combine tables based on matching values or non-matching values.

    • ...

  • Answered by AI
  • Q6. Apply join in the above tables (Table was provided by the interviewer)
  • Q7. How many squares are their in a chess box? (Aptitude question)

Interview Preparation Tips

Topics to prepare for Wolters Kluwer Data Science Intern interview:
  • Python
  • Machine Learning
  • Natural Language Processing
  • MySQL
  • Algorithms
Interview preparation tips for other job seekers - The interview was quite hard for me. If you want to prepare you should have good knowledge about python, pandas, ml and nlp. (Hands on experience is what matters most to clear this interview).

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Time based test with basic questions

Round 2 - Coding Test 

Basic level coding round in preferred language

Round 3 - Technical 

(2 Questions)

  • Q1. About projects done in college
  • Q2. Coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well versed with basics

McAfee Interview FAQs

How to prepare for McAfee Technical Intern interview?
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 McAfee. The most common topics and skills that interviewers at McAfee expect are C++, Computer Networking, Data Structures, RDBMS and Analytical.
What are the top questions asked in McAfee Technical Intern interview?

Some of the top questions asked at the McAfee Technical Intern interview -

  1. Write Fibonacci sequence code for three sum instead of ...read more
  2. Sort a linked l...read more
  3. General object oriented programming and dbms questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Globant Interview Questions
3.8
 • 171 Interviews
Chetu Interview Questions
3.3
 • 167 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
2.9
 • 136 Interviews
ServiceNow Interview Questions
4.2
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
SPRINKLR Interview Questions
3.1
 • 100 Interviews
UKG Interview Questions
3.1
 • 98 Interviews
View all
McAfee Technical Intern Salary
based on 5 salaries
₹2.4 L/yr - ₹6 L/yr
29% less than the average Technical Intern Salary in India
View more details

McAfee Technical Intern Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

5.0

Skill development

4.3

Work-life balance

3.7

Salary

4.7

Job security

4.3

Company culture

3.7

Promotions

4.7

Work satisfaction

Explore 2 Reviews and Ratings
Software Development Engineer
231 salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Technical Support Engineer
143 salaries
unlock blur

₹5.5 L/yr - ₹23 L/yr

Software Engineer
126 salaries
unlock blur

₹8.5 L/yr - ₹25.2 L/yr

Senior Software Engineer
73 salaries
unlock blur

₹11.1 L/yr - ₹38 L/yr

Software Developer
44 salaries
unlock blur

₹9.6 L/yr - ₹33.5 L/yr

Explore more salaries
Compare McAfee with

Gen

4.0
Compare

Trend Micro

4.3
Compare

Kaspersky Lab

2.2
Compare

Sophos Technologies

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