Upload Button Icon Add office photos
Engaged 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

Clear (1)

Trellix Software Engineer Interview Questions, Process, and Tips

Updated 23 Nov 2024

Top Trellix Software Engineer Interview Questions and Answers

Trellix Software Engineer Interview Experiences

3 interviews found

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
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently

    • Traversal starts from the head node

  • Answered by AI
  • 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
  • Ans. 

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

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one node and fast pointer by two nodes until fast pointer reaches the end.

    • The node pointed to by slow pointer at this point is the middle element.

  • Answered by AI
  • Q2. Reverse a n digit number
  • Ans. 

    Reverse a n digit number

    • Convert the number to a string to easily reverse it

    • Iterate through the string in reverse order and append each character to a new string

    • Convert the reversed string back to a number

  • Answered by AI

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 Resume 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.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. React life cycle

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basic
  • Q2. Hh
  • Q3. Yy

Interview Preparation Tips

Interview preparation tips for other job seekers - Hh

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Amcat and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Refer R S Agarwal book for apptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Write a c program on fractional numbers
  • Ans. 

    A C program to perform arithmetic operations on fractional numbers.

    • Use float or double data type to store fractional numbers.

    • Use scanf() to take input from the user.

    • Perform arithmetic operations like addition, subtraction, multiplication, and division.

    • Use printf() to display the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared refer R S Agarwal book for apptitude test

Skills evaluated in this interview

I applied via Company Website and was interviewed before Sep 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming questions such as Fibonacci, Armstrong and about recursion
  • Q2. I gave all answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Your communication skill takes priority more than your technical skill.
If you are little bit weak in programming, Don't worry too much, only you have to focus on your communication skill and basic fundamental program and their concepts too.

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident , easy to crack
Contribute & help others!
anonymous
You can choose to be anonymous

Trellix Interview FAQs

How many rounds are there in Trellix Software Engineer interview?
Trellix interview process usually has 4-5 rounds. The most common rounds in the Trellix interview process are Technical, Aptitude Test and HR.
How to prepare for Trellix Software 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 Trellix. The most common topics and skills that interviewers at Trellix expect are Python, Linux, C++, Debugging and Automation.
What are the top questions asked in Trellix Software Engineer interview?

Some of the top questions asked at the Trellix Software Engineer interview -

  1. find middle element in linked l...read more
  2. insert and delete in linked l...read more
  3. reverse a n digit num...read more

Recently Viewed

INTERVIEWS

HSBC Group

No Interviews

DESIGNATION

INTERVIEWS

SPRINKLR

No Interviews

INTERVIEWS

Samsung

No Interviews

INTERVIEWS

Oracle

No Interviews

INTERVIEWS

Pon Pure Chemical

No Interviews

DESIGNATION

DESIGNATION

INTERVIEWS

Learning Routes

No Interviews

DESIGNATION

Tell us how to improve this page.

Trellix Software Engineer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Trellix Software Engineer Salary
based on 53 salaries
₹8.6 L/yr - ₹31 L/yr
109% more than the average Software Engineer Salary in India
View more details

Trellix Software Engineer Reviews and Ratings

based on 8 reviews

3.1/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

2.9

Salary

3.2

Job security

2.8

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 8 Reviews and Ratings
Software Development Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Trellix with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent