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 SDE Interview Questions and Answers

Updated 8 Oct 2024

Trellix SDE Interview Experiences

2 interviews found

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

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

SDE Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 2 coding and some tech questions
Round 2 - Technical 

(1 Question)

  • Q1. Again 2 coding and some tech questions
Round 3 - Technical 

(1 Question)

  • Q1. Some project and tech questions
Round 4 - HR 

(2 Questions)

  • Q1. Tech + hr round
  • Q2. Why you want to join company

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation for dsa and some network related topics would be needed

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
asked in Nagarro
Q4. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
asked in Amazon
Q5. There is a 12 km road and a contractor who is in-charge of repair ... read more

Interview questions from similar companies

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

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

Round 1 - Coding Test 

60 minutes of coding round with medium level of question asked

Round 2 - Aptitude Test 

Coding and Aptitude MCQ questions

Round 3 - HR 

(2 Questions)

  • Q1. How i can design a login system for client?
  • Ans. 

    Designing a login system for clients involves creating secure authentication methods and user management.

    • Implement secure password hashing algorithms like bcrypt to store passwords securely.

    • Use HTTPS to encrypt data transmission between client and server.

    • Implement multi-factor authentication for added security.

    • Utilize session management to keep track of user login status.

    • Consider implementing account lockout mechanisms

  • Answered by AI
  • Q2. What is foreign key and how you can you can use foreign key in your DBMS system?
  • Ans. 

    Foreign key is a key used to link two tables in a database, enforcing referential integrity.

    • Foreign key is a column or a set of columns in one table that references the primary key in another table.

    • It ensures that the values in the foreign key column(s) match the values in the primary key column of the referenced table.

    • Foreign key constraints help maintain data integrity by preventing actions that would destroy links b...

  • 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 before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test, it was easy

Round 2 - Coding Test 

Questions on array medium level

Round 3 - Technical 

(1 Question)

  • Q1. Array questions
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Where do you see yourself
  • Ans. 

    I see myself continuing to grow and develop my skills in a challenging and rewarding role.

    • Continuing to learn new technologies and stay updated with industry trends

    • Taking on more responsibilities and leadership roles

    • Contributing to the success and growth of the company

    • Striving for personal and professional growth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack just do basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 3 EMERGING TECHNOLOGIES

SDE Interview Questions & Answers

HCLTech user image DEEPANSHU MITTAL

posted on 29 May 2024

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

(2 Questions)

  • Q1. What is the shortest distance between two farthest vertices in a cubical room
  • Ans. 

    The shortest distance between two farthest vertices in a cubical room is the length of the diagonal of the cube.

    • The diagonal of a cube can be calculated using the formula: sqrt(3) * side length

    • In a cube with side length 1 unit, the diagonal length is sqrt(3) units

    • Therefore, the shortest distance between two farthest vertices in a cubical room is sqrt(3) times the side length of the cube

  • Answered by AI
  • Q2. A root 5 is the ans

SDE Interview Questions & Answers

HCLTech user image Anonymous

posted on 16 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Introduction And Overview of Company
  • Ans. First introduced yourself with a little smile and before any interview go through the JD of the company, this will help you more. And one more thing that search about the interviewers who is going to take your interview.
  • Answered Anonymously

SDE Interview Questions & Answers

HCLTech user image Anonymous

posted on 29 Jun 2024

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

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

Round 1 - Aptitude Test 

Lit bit tougher as a beginner for quants like aptitude, verbal, and reasoning.

Round 2 - Coding Test 

They given 40 min for coding and , topics are below linked list , stacks

Round 3 - Coding Test 

They given 30 min for coding in topics of linked list , stacks

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn , learn , learn

SDE Interview Questions & Answers

TCS user image Anonymous

posted on 20 Feb 2024

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

Easy interview which mainly focus on concepts

Round 2 - Technical 

(1 Question)

  • Q1. Interview went fine and difficulty is medium

SDE Interview Questions & Answers

TCS user image Anonymous

posted on 23 Oct 2024

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

MATHEMATICS ,SPEED,BLOOD RELATIONS,TIME AND WORK

Round 2 - Coding Test 

C PRORAMS,CPP,JAVA,PYTHON

Round 3 - HR 

(1 Question)

  • Q1. HOW ARE YOU HOW IS THE DAY
Contribute & help others!
anonymous
You can choose to be anonymous

Trellix Interview FAQs

How many rounds are there in Trellix SDE interview?
Trellix interview process usually has 3 rounds. The most common rounds in the Trellix interview process are Technical, HR and Aptitude Test.
What are the top questions asked in Trellix SDE interview?

Some of the top questions asked at the Trellix SDE interview -

  1. Find middle element of a linked li...read more
  2. Implement binary search tr...read more
  3. 2 coding and some tech questi...read more

Recently Viewed

LIST OF COMPANIES

Joyalukkas

Overview

SALARIES

Pristyn Care

LIST OF COMPANIES

Trellix

Overview

SALARIES

Joyalukkas

SALARIES

Hero Cycles

SALARIES

Joyalukkas

LIST OF COMPANIES

Pon Pure Chemical

Overview

COMPANY BENEFITS

Learning Routes

No Benefits

SALARIES

Learning Routes

No Salaries

JOBS

Learning Routes

No Jobs

Tell us how to improve this page.

Trellix SDE Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

SDE Interview Questions from Similar Companies

TCS SDE Interview Questions
3.7
 • 12 Interviews
Infosys SDE Interview Questions
3.6
 • 4 Interviews
HCLTech SDE Interview Questions
3.5
 • 3 Interviews
Amadeus SDE Interview Questions
3.9
 • 3 Interviews
Wipro SDE Interview Questions
3.7
 • 1 Interview
UKG SDE Interview Questions
3.1
 • 1 Interview
View all
Software Development Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
54 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
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Engineer
19 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