Upload Button Icon Add office photos
Engaged Employer

i

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

Trinesis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Trinesis Software Engineer Interview Questions and Answers

Updated 21 Dec 2023

Trinesis Software Engineer Interview Experiences

2 interviews found

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

I appeared for an interview in Jun 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Logical, reasoning and technical questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Interviewed about personal details achievement skills project and given coding question
Round 4 - One-on-one 

(2 Questions)

  • Q1. Asked everything present in resume like java sql testing html js css
  • Q2. Oop, collection, joins, frontend framework
Round 5 - HR 

(1 Question)

  • Q1. Shared the details about company package and joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic, practice coding on paper
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

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 

It contains basic physics, maths,and English grammar questions.

Round 3 - Technical 

(1 Question)

  • Q1. 1) what is datastructure and enlist the type of datastructure. 2)what is stack and queue? He will ask the pseudo code of stack and queue.. 3)What is tree? Bfs and dfs 4)what is compiler and what is parsing...
  • Ans. 

    Interview questions for Software Engineer related to data structures, algorithms, and compilers.

    • Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Stack and queue are two common data structures used in computer science. Stack follows the Last In First Out (LIFO) principle while queue follows the First In First Out (FIFO) principle.

    • Tree is a hierarchical...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Say No if don't about the topic.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Trinesis?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was very weird one.
They did have planned anything for the test, They came and given a link on bit.ly and given an another link that is in google form for the answers.
And they selection of people for second round is not sensible.

Round 2 - Coding Test 

This round was also be a weird.
They give each candidates with different questions.
They told us to write logic on the paper and you can use internet for your reference.
But after this round they announced the results but that is not in genuine one.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get into this type of process.
Before the start of interview ask them to what is they want from the candidates
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - MCQ 

(1 Question)

  • Q1. Basic dsa questions predict output
  • Ans. 

    Understanding basic data structures and algorithms is crucial for predicting outputs in coding challenges.

    • Data structures like arrays, linked lists, and trees are fundamental.

    • Algorithms such as sorting and searching are commonly tested.

    • Example: Predicting output of a sorting algorithm on an array.

    • Example: Understanding how recursion works in a binary tree traversal.

  • Answered by AI
Round 2 - Coding Test 

Medium level problem,

Round 3 - HR 

(1 Question)

  • Q1. Based on resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Aptitude Test 

45 min apps and technical question

Round 2 - Coding Test 

45 min coding round you can refer net for first 15 min

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

Technical mcq from basic of dsa

Round 2 - Coding Test 

Question from DSA and time will given to solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical HR and the next is general HR
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to medium level questions were asked

Round 2 - Coding Test 

Questions were given asked to explain the concept

Round 3 - Technical 

(1 Question)

  • Q1. Basics of c++,java,oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

DSA MCQ in online platform

Round 2 - Coding Test 

Basic closings like lists/array/string

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online MCQs - 15 Questions (Aps, DSA, Output Prediction)

Round 2 - Coding Test 

1 Question (with 3 Enhancement)

Round 3 - Technical 

(2 Questions)

  • Q1. Delete Middle Element from a stack of Odd Length
  • Ans. 

    Remove middle element from a stack with odd length

    • Find the middle index of the stack by dividing the length by 2

    • Remove the element at the middle index

    • Adjust the stack by shifting elements if necessary

  • Answered by AI
  • Q2. Resume Based Questions
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction but without the details in the resume
  • Q2. Asked whether ok with the bond

Skills evaluated in this interview

Trinesis Interview FAQs

How many rounds are there in Trinesis Software Engineer interview?
Trinesis interview process usually has 4 rounds. The most common rounds in the Trinesis interview process are Resume Shortlist, Aptitude Test and One-on-one Round.
What are the top questions asked in Trinesis Software Engineer interview?

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

  1. 1) what is datastructure and enlist the type of datastructure. 2)what is stack ...read more
  2. Oop, collection, joins, frontend framew...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more
Trinesis Software Engineer Salary
based on 53 salaries
₹1.5 L/yr - ₹4.9 L/yr
69% less than the average Software Engineer Salary in India
View more details

Trinesis Software Engineer Reviews and Ratings

based on 3 reviews

1.3/5

Rating in categories

1.6

Skill development

1.2

Work-life balance

1.2

Salary

2.4

Job security

1.3

Company culture

1.3

Promotions

1.3

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
53 salaries
unlock blur

₹1.5 L/yr - ₹4.9 L/yr

QA Engineer
16 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Software Developer
11 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹5.5 L/yr - ₹18.5 L/yr

Software Engineer Trainee
6 salaries
unlock blur

₹2.1 L/yr - ₹4 L/yr

Explore more salaries
Compare Trinesis with

Global Edge Software

3.5
Compare

WovVTech

4.3
Compare

Moveinsync Technology Solutions

3.2
Compare

PagarBook

3.7
Compare
write
Share an Interview