Upload Button Icon Add office photos
Premium Employer

i

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

Trellix Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Trellix Interview Questions and Answers

Updated 17 Dec 2024
Popular Designations

9 Interview questions

A Senior QA Engineer was asked 10mo ago
Q. Explain the difference between load and stress testing.
Ans. 

Load testing measures system performance under expected conditions, while stress testing evaluates limits under extreme conditions.

  • Load testing simulates expected user load, e.g., 1000 users accessing a website simultaneously.

  • Stress testing pushes the system beyond its limits, e.g., 5000 users to see how it handles overload.

  • Load testing helps identify performance bottlenecks under normal conditions.

  • Stress testing ...

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked 10mo ago
Q. What are the different types of OOP concepts used in your project?
Ans. 

In my project, we utilize OOP concepts like encapsulation, inheritance, polymorphism, and abstraction for robust software design.

  • Encapsulation: We use classes to bundle data and methods, ensuring data hiding. Example: A 'User' class with private attributes.

  • Inheritance: We create a base class 'Animal' and derive 'Dog' and 'Cat' classes to reuse code and extend functionality.

  • Polymorphism: We implement method overrid...

View all Senior QA Engineer interview questions
A Sdet Automation Test Engineer was asked 10mo ago
Q. Write a Python program to remove duplicates from a list.
Ans. 

Program in Python to remove duplicates from an array of strings.

  • Use a set to store unique elements

  • Iterate through the array and add each element to the set

  • Convert the set back to a list to remove duplicates

View all Sdet Automation Test Engineer interview questions
A Sdet Automation Test Engineer was asked 10mo ago
Q. Write a program using regular expressions.
Ans. 

Program for regex

  • Use regex to search for patterns in strings

  • Regex can be used for validation, searching, and replacing text

  • Examples: /hello/ matches 'hello', /[0-9]+/ matches any number

View all Sdet Automation Test Engineer interview questions
A Software Manager was asked 11mo ago
Q. Explain the Scrum process.
Ans. 

Scrum is an agile framework for managing work on complex projects.

  • Scrum involves breaking down work into small, manageable tasks called user stories.

  • It includes sprint planning, daily stand-up meetings, sprint review, and sprint retrospective.

  • Scrum teams are self-organizing and cross-functional.

  • The product owner prioritizes the backlog, and the Scrum Master facilitates the process.

  • Scrum emphasizes iterative develo...

View all Software Manager interview questions
A Software Manager was asked 11mo ago
Q. Explain the different types of testing performed.
Ans. 

Different types of testing include unit testing, integration testing, system testing, and acceptance testing.

  • Unit testing: Testing individual components or modules of the software.

  • Integration testing: Testing how different components work together.

  • System testing: Testing the entire system as a whole.

  • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

View all Software Manager interview questions
A Software Development Engineer was asked
Q. Describe a problem you faced during a project.
Ans. 

One problem facing in the project is inefficient database queries slowing down application performance.

  • Database indexes may need to be optimized

  • Queries may need to be rewritten to be more efficient

  • Consider caching frequently accessed data

View all Software Development Engineer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. Write singleton design pattern Find vowels from a string and its indexes
Ans. 

Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

  • Create a private static instance of the class

  • Provide a public static method to access the instance

  • Ensure the constructor is private to prevent instantiation

View all Senior Software Engineer interview questions
A Software Development Engineer was asked
Q. Details about linux a nd its working
Ans. 

Linux is an open-source operating system kernel that serves as the foundation for various Linux distributions.

  • Linux is a Unix-like operating system kernel developed by Linus Torvalds in 1991.

  • It is open-source, meaning its source code is freely available for anyone to modify and distribute.

  • Linux distributions, such as Ubuntu, Fedora, and CentOS, package the Linux kernel with additional software to create a complete...

View all Software Development Engineer interview questions

Trellix Interview Experiences

18 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. N/A, were general interest questions.
Round 2 - Group Discussion 

There was a panel of 4 team members. They asked multiple general knowledge questions regarding programming, linux usage/fundementals, bash scripting, Rest APIs (Flask), etc.

SDE Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Logical reasoning, english test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Implement binary search tree?
  • Ans. 

    Binary search tree is a data structure where each node has at most two children, with left child less than parent and right child greater.

    • Create a Node class with data, left child, and right child attributes.

    • Implement insert method to add nodes in correct position based on value.

    • Implement search method to find a specific value in the tree.

    • Implement delete method to remove a node from the tree while maintaining the bina...

  • Answered by AI
  • Q2. Find middle element of a linked list?
  • Ans. 

    To find the middle element of a linked list, use the slow and fast pointer approach.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The element pointed to by the slow pointer at this point will be the middle element of the linked list.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain difference between load and stress testing
  • Ans. 

    Load testing measures system performance under expected conditions, while stress testing evaluates limits under extreme conditions.

    • Load testing simulates expected user load, e.g., 1000 users accessing a website simultaneously.

    • Stress testing pushes the system beyond its limits, e.g., 5000 users to see how it handles overload.

    • Load testing helps identify performance bottlenecks under normal conditions.

    • Stress testing helps...

  • Answered by AI
  • Q2. What are different types of oops concepts used in your project
  • Ans. 

    In my project, we utilize OOP concepts like encapsulation, inheritance, polymorphism, and abstraction for robust software design.

    • Encapsulation: We use classes to bundle data and methods, ensuring data hiding. Example: A 'User' class with private attributes.

    • Inheritance: We create a base class 'Animal' and derive 'Dog' and 'Cat' classes to reuse code and extend functionality.

    • Polymorphism: We implement method overriding, ...

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write singleton design pattern Find vowels from a string and its indexes
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Create a private static instance of the class

    • Provide a public static method to access the instance

    • Ensure the constructor is private to prevent instantiation

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain Scrum process
  • Ans. 

    Scrum is an agile framework for managing work on complex projects.

    • Scrum involves breaking down work into small, manageable tasks called user stories.

    • It includes sprint planning, daily stand-up meetings, sprint review, and sprint retrospective.

    • Scrum teams are self-organizing and cross-functional.

    • The product owner prioritizes the backlog, and the Scrum Master facilitates the process.

    • Scrum emphasizes iterative development...

  • Answered by AI
  • Q2. Explain the different types of testing done
  • Ans. 

    Different types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or modules of the software.

    • Integration testing: Testing how different components work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Talks about the L3-L7 layers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Included DBMS, OS, SQL, CN

Round 2 - Technical 

(1 Question)

  • Q1. Basic question about the skills I added in my resume
Round 3 - Technical 

(1 Question)

  • Q1. Mostly asked from Networking
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning questions

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list implementation
  • Q2. Insert and delete in linked list
  • Ans. 

    Inserting and deleting nodes in a linked list involves updating pointers to maintain the list's structure.

    • To insert a node, update the next pointer of the new node to point to the current node's next, then update the current node's next pointer to the new node.

    • To delete a node, update the next pointer of the previous node to skip over the node to be deleted, then free the memory of the deleted node.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Find middle element in linked list
  • Q2. Reverse a n digit number

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2022. There were 6 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 

Aptitude Test happened on e-litmus platform . It was a pH Test and average to hard level aptitude questions were asked with negative marking and less time. Advice - Be well aware of the pH test pattern and practice some sample questions.

Round 3 - Coding Test 

Round 2 was a coding round . 2 coding questions were asked , time given was 1 hour and the difficulty level was easy-average. If you know DSA , then they will appear to you as very easy .

Round 4 - Technical 

(1 Question)

  • Q1. 1st Technical Interview. Interviewer was at SDE-2 level and in the beginning asked about me and a few basic questions on computer basics . A few OS fundamentals were asked , questions from networking like...
Round 5 - Technical 

(1 Question)

  • Q1. A senior Engineering manager took the interview this round. He had nearly 15 years experience and seemed to be well versed and had a vast knowledge. Some basic questions on DSA , recursion were asked. Firs...
Round 6 - HR 

(4 Questions)

  • Q1. Tell me about Yourself
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • I have a strong background in programming languages such as Java, C++, and Python.

    • I have worked on various projects, including developing web applications and implementing software solutions.

    • I am skilled in problem-solving and debugging, ensuring efficient and reliable software performance.

    • I am familiar with agile development m...

  • Answered by AI
  • Q2. How were the technical rounds and online assessment
  • Q3. Tell me about members of the family
  • Ans. 

    Members of the family are individuals related by blood or marriage.

    • Family members can include parents, siblings, children, and extended relatives.

    • Each family member has a unique role and relationship within the family.

    • Examples of family members include a mother, father, sister, brother, son, daughter, aunt, uncle, etc.

  • Answered by AI
  • Q4. Willing to relocate?
  • Ans. 

    Yes, I am willing to relocate.

    • I am open to moving to a new location for the right opportunity.

    • I am flexible and adaptable to new environments.

    • I have previous experience relocating for work.

    • I am excited about the possibility of exploring a new city or country.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Trellix Software Engineer interview:
  • DSA
  • Computer Networking
  • Operating Systems
  • DBMS
  • Linux
Interview preparation tips for other job seekers - Be confident and try to think from different angles while giving answers . Don't ever argue with the interviewer and be calm always. Along with DSA try to learn core subjects as well like networking, OS and DBMS.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy yet quite difficult test as it challenges your core understanding of the subject

Round 2 - Technical 

(1 Question)

  • Q1. All about linked list
Round 3 - Technical 

(1 Question)

  • Q1. A manegerial round, just basic questions
Round 4 - HR 

(1 Question)

  • Q1. More about me and my projects

Top trending discussions

View All
Office Jokes
1w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Trellix?
Ask anonymously on communities.

Trellix Interview FAQs

How many rounds are there in Trellix interview?
Trellix interview process usually has 2-3 rounds. The most common rounds in the Trellix interview process are Technical, HR and One-on-one Round.
How to prepare for Trellix 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 Trellix. The most common topics and skills that interviewers at Trellix expect are Python, Debugging, C++, Troubleshooting and Automation Testing.
What are the top questions asked in Trellix interview?

Some of the top questions asked at the Trellix interview -

  1. what are different types of oops concepts used in your proj...read more
  2. Write singleton design pattern Find vowels from a string and its inde...read more
  3. find middle element in linked l...read more
How long is the Trellix interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 18 interview experiences

Difficulty level

Easy 21%
Moderate 71%
Hard 7%

Duration

Less than 2 weeks 57%
2-4 weeks 29%
4-6 weeks 7%
6-8 weeks 7%
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 194 Interviews
AVASOFT Interview Questions
2.9
 • 173 Interviews
Oracle Cerner Interview Questions
3.7
 • 161 Interviews
Thomson Reuters Interview Questions
4.1
 • 124 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 111 Interviews
EbixCash Limited Interview Questions
3.9
 • 106 Interviews
SPRINKLR Interview Questions
3.0
 • 105 Interviews
View all

Trellix Reviews and Ratings

based on 140 reviews

3.3/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.4

Salary

2.8

Job security

3.4

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 140 Reviews and Ratings
Staff UI Developer (ReactJs & AWS)

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Strategic Sourcing Specialist (Procurement)

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Software Development Engineer in Test - Mobile QA

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer
81 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
60 salaries
unlock blur

₹8.6 L/yr - ₹31 L/yr

Senior Software Engineer
46 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Technical Support Engineer
27 salaries
unlock blur

₹6.1 L/yr - ₹23 L/yr

Customer Success Engineer
21 salaries
unlock blur

₹12.5 L/yr - ₹18.1 L/yr

Explore more salaries
Compare Trellix with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Chetu

3.3
Compare

R Systems International

3.3
Compare
write
Share an Interview