Upload Button Icon Add office photos

McAfee

Compare button icon Compare button icon Compare

Filter interviews by

McAfee Technical Support Executive Interview Questions and Answers

Updated 30 Apr 2022

McAfee Technical Support Executive Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Communication Interview, Interviewer will ask you - Do A Full Self introduction in English, your favourite movie and why it inspired you - your one unforgettable moment in life.
  • Ans. All this questions are to check your com in English.
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Will train you for 2 weeks for Communication
Round 3 - Technical 

(1 Question)

  • Q1. Will train you on technical for 2 weeks
  • Ans. After two weeks there is an assessment
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Having answers ready and be confident.
Try to have a neutral accent in English while you talking it will help you. Make sure to focus the technical training the 2 weeks it will help you alott when you hit the actual working floor.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to solve the error in the code? what is scope? what are logical operators?
  • Ans. 

    Scope refers to the visibility and accessibility of variables in a program. Logical operators are used to perform logical operations in code.

    • Scope in programming refers to where in the code a variable can be accessed. It can be global, local, or block scope.

    • To solve an error in the code, first identify the error message or behavior causing the issue. Then, debug the code by checking for syntax errors, logical errors, o...

  • Answered by AI
  • Q2. How will you get the data in the table using js? what are the other ways to print the output? what is a block in js?
  • Ans. 

    To get data in a table using js, you can use DOM manipulation methods like getElementById or querySelector. Other ways to print output include console.log and innerHTML. A block in js is a set of statements enclosed in curly braces.

    • Use getElementById or querySelector to get data in a table using js

    • Other ways to print output include console.log and innerHTML

    • A block in js is a set of statements enclosed in curly braces,

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. About ServiceNow? About the technical role in my previous company? previous job roles and responsibilities? Why do you want to switch from previous company? How will you handle the challenges here in servi...
  • Q2. Why do I want to switch from my previous company?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges and opportunities for growth

    • Interested in gaining experience in a different industry or technology

    • Seeking a better work-life balance or company culture

    • Wanting to work with a different team or leadership style

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview went well, but I didn't receive any feedback beyond the rejection. I hope to get some insights into the reasons for the decision, as it would help to learn for next time. I'll definitely try again!

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does internet works
  • Q2. HTTP codes SQL troubleshooting
Round 2 - Technical 

(1 Question)

  • Q1. SQL python java
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Work shifts questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the last 2 row in sql?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Few linux commands
  • Q2. Explain few, Any command for example
  • Ans. 

    Some common commands for technical support engineers include ping, ipconfig, and tracert.

    • Ping: Used to test the reachability of a host on an IP network.

    • Ipconfig: Displays all current TCP/IP network configuration values.

    • Tracert: Shows the route that packets take to reach a specified destination.

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

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. About projects which I have worked on hybris
  • Q2. Tools in hybris used
  • Ans. 

    Hybris uses various tools for development and support tasks.

    • Eclipse IDE for development

    • Hybris Administration Console for configuration

    • HAC for monitoring and troubleshooting

    • Ant for building and deploying

    • Jenkins for continuous integration

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 questions on logical and mathematical

Round 2 - Technical 

(1 Question)

  • Q1. Puzzles and coding questions

Interview Questionnaire 

1 Question

  • Q1. They ask basic questions about you and your long time and short time goals, what will u do in your first month salary, the 2nd round will be a programming round we can write program in c, c++, java 3rd wil...
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - phone screen 

(2 Questions)

  • Q1. What is shell in linux?
  • Ans. 

    Shell in Linux is a command-line interpreter that allows users to interact with the operating system by executing commands.

    • Shell is a program that takes commands from the keyboard and gives them to the operating system to perform.

    • It can also be used to automate tasks by writing scripts.

    • Common shells in Linux include Bash, Zsh, and Ksh.

    • Shell scripting allows users to write programs that can be executed by the shell.

    • Exam...

  • Answered by AI
  • Q2. What are the different types of joins
  • Ans. 

    Different types of joins include inner join, outer join, left join, and right join.

    • Inner join: Returns rows when there is a match in both tables

    • Outer join: Returns all rows when there is a match in one of the tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to tune a sql query?
  • Ans. 

    Tuning a SQL query involves optimizing its performance by adjusting various factors.

    • Identify slow-performing queries using tools like SQL Profiler or Execution Plan.

    • Optimize query structure by using appropriate indexes and avoiding unnecessary joins.

    • Consider rewriting the query to use more efficient techniques like subqueries or CTEs.

    • Update statistics and ensure database indexes are up to date.

    • Limit the number of rows ...

  • Answered by AI
  • Q2. How to find errors in log files in linux
  • Ans. 

    Errors in log files in Linux can be found by searching for keywords, timestamps, and error codes.

    • Use 'grep' command to search for specific keywords or error codes in log files

    • Look for timestamps to identify when errors occurred

    • Check for any error messages or warnings that may indicate issues

    • Use 'tail' command to view the end of log files for recent errors

    • Consider using 'journalctl' command for system logs in systemd-ba

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Querstions related to rest ai
  • Q2. What happen when u click google.com
  • Ans. 

    When you click google.com, you are directed to the Google search engine homepage.

    • Redirects to Google search engine homepage

    • Allows you to search for information

    • Access to various Google services like Gmail, Maps, and Drive

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Update query in sql
  • Ans. 

    An update query in SQL is used to modify existing records in a database.

    • Use the UPDATE keyword followed by the table name

    • Set the column(s) to be updated using SET

    • Specify the new values for the columns

    • Add a WHERE clause to specify which records to update

  • Answered by AI
  • Q2. Linux telnet, ping commands

Skills evaluated in this interview

McAfee Interview FAQs

How many rounds are there in McAfee Technical Support Executive interview?
McAfee interview process usually has 3 rounds. The most common rounds in the McAfee interview process are Technical and One-on-one Round.
What are the top questions asked in McAfee Technical Support Executive interview?

Some of the top questions asked at the McAfee Technical Support Executive interview -

  1. Will train you for 2 weeks for Communicat...read more
  2. Will train you on technical for 2 we...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
 • 168 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
EbixCash Limited Interview Questions
4.0
 • 100 Interviews
View all
McAfee Technical Support Executive Salary
based on 4 salaries
₹2.8 L/yr - ₹4.8 L/yr
At par with the average Technical Support Executive Salary in India
View more details

McAfee Technical Support Executive Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

2.0

Salary

3.0

Job security

3.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Development Engineer
229 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