Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Thoughtsol Infotech Team. If you also belong to the team, you can get access from here

Thoughtsol Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Thoughtsol Infotech Antivirus Engineer Interview Questions and Answers

Updated 20 Dec 2024

Thoughtsol Infotech Antivirus Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About my experience and educations
Round 2 - Technical 

(1 Question)

  • Q1. As per my experiences as Sr. Desktop Support Engineer
Round 3 - HR 

(1 Question)

  • Q1. Joining and other

Antivirus Engineer Interview Questions & Answers

user image Sanjay Prakash

posted on 16 Feb 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Antivirus Troubleshoot
  • Q2. How to Configure Antivirus
  • Ans. 

    Configuring antivirus involves setting up scan schedules, exclusions, updating definitions, and configuring real-time protection.

    • Set up regular scan schedules to ensure all files are checked for malware

    • Configure exclusions for files or folders that are known to be safe to prevent unnecessary scans

    • Ensure antivirus definitions are regularly updated to protect against new threats

    • Configure real-time protection to monitor f

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just read basics System Administration and network related questions that is ok to clear the interview.

Skills evaluated in this interview

Antivirus Engineer Interview Questions Asked at Other Companies

Q1. How to Configure Antivirus

Interview questions from similar companies

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Where do you envision yourself in the next five years?
  • Ans. 

    In the next five years, I envision myself leading a team of software engineers, working on cutting-edge technologies, and making significant contributions to the company's success.

    • Leading a team of software engineers

    • Working on cutting-edge technologies

    • Making significant contributions to the company's success

  • Answered by AI
  • Q2. What interests you about this job?
  • Ans. 

    I am excited about the opportunity to work on complex software projects and contribute to innovative solutions.

    • Opportunity to work on complex software projects

    • Contribute to innovative solutions

    • Excited about the challenges and learning opportunities

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the various data types available in JavaScript?
  • Ans. 

    Various data types in JavaScript include string, number, boolean, object, array, null, and undefined.

    • String: 'hello'

    • Number: 42

    • Boolean: true or false

    • Object: { key: value }

    • Array: [1, 2, 3]

    • Null: null

    • Undefined: undefined

  • Answered by AI
  • Q2. What is hoisting in JavaScript?
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of filters
  • Ans. 

    Types of filters include low-pass, high-pass, band-pass, and band-stop filters.

    • Low-pass filter allows frequencies below a certain cutoff frequency to pass through.

    • High-pass filter allows frequencies above a certain cutoff frequency to pass through.

    • Band-pass filter allows a specific range of frequencies to pass through.

    • Band-stop filter blocks a specific range of frequencies from passing through.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Project Details
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Codechef easy level questions

Round 2 - Technical 

(3 Questions)

  • Q1. Few domain related questions
  • Q2. Virtual don vs actual Dom etc
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.

    • Virtual DOM is a concept used in web development to improve performance by minimizing actual DOM manipulations.

    • Actual DOM refers to the real structure of the HTML elements on a webpage.

    • Virtual DOM is a representation of the actual DOM in memory that gets updated when changes are made, and then efficiently updates the actua...

  • Answered by AI
  • Q3. Frontend related question as this was for frontend role
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python slq apti path json sksa

Round 2 - Technical 

(2 Questions)

  • Q1. Problem solving in python
  • Q2. Solving problems in oython
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Frontend basic HTML, CSS, Javascript, Angular technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Frontend advance HTML, CSS, Javascript, Angular technical questions
Round 3 - HR 

(1 Question)

  • Q1. Regarding Expected CTC
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 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 - Coding Test 

Data structures and algos

Round 3 - Technical 

(2 Questions)

  • Q1. Real time scenarios from resume
  • Q2. System design and architecture

I applied via campus placement at New Horizon College of Engineering, Bangalore and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

Thoughtsol Infotech Interview FAQs

How many rounds are there in Thoughtsol Infotech Antivirus Engineer interview?
Thoughtsol Infotech interview process usually has 2 rounds. The most common rounds in the Thoughtsol Infotech interview process are One-on-one Round, Technical and HR.
How to prepare for Thoughtsol Infotech Antivirus Engineer 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 Thoughtsol Infotech. The most common topics and skills that interviewers at Thoughtsol Infotech expect are Antivirus, Antivirus Management and Trend micro.
What are the top questions asked in Thoughtsol Infotech Antivirus Engineer interview?

Some of the top questions asked at the Thoughtsol Infotech Antivirus Engineer interview -

  1. How to Configure Antivi...read more
  2. as per my experiences as Sr. Desktop Support Engin...read more
  3. Antivirus Troublesh...read more

Tell us how to improve this page.

Thoughtsol Infotech Antivirus Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 809 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all

Thoughtsol Infotech Antivirus Engineer Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

2.8

Salary

3.1

Job security

3.1

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 3 Reviews and Ratings
Desktop Support Engineer
49 salaries
unlock blur

₹1.6 L/yr - ₹4 L/yr

Cloud Engineer
28 salaries
unlock blur

₹2.2 L/yr - ₹7.7 L/yr

Business Development Manager
13 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Network Engineer
10 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Information Technology Support Engineer
7 salaries
unlock blur

₹2.8 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Thoughtsol Infotech with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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