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 Interview Questions, Process, and Tips

Updated 30 Jan 2025

Top Trinesis Interview Questions and Answers

View all 7 questions

Trinesis Interview Experiences

Popular Designations

10 interviews found

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

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

Round 1 - Coding Test 

Angular coding related question and JavaScript output question, also some mcq of angular basics

Round 2 - Technical 

(2 Questions)

  • Q1. All Basic of Html, CSs, Javascripct
  • Q2. All Basic of Angular and one logical coding question of Javascript

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Group Discussion 

There were five people in the group discussion, and the topic was views on distraction caused by social media sites.

Round 2 - Aptitude Test 

Basic Aptitude questions.

Round 3 - Technical 

(3 Questions)

  • Q1. What are Linked Lists? Explain with example?
  • Q2. Strings related coding question
  • Q3. DSA related question
Round 4 - One-on-one 

(3 Questions)

  • Q1. Explain College projects
  • Q2. OS related questions like semaphore and dead lock?
  • Q3. What is PVM and .pyc files?

Interview Preparation Tips

Interview preparation tips for other job seekers - What is method overloading and method overriding?

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online, 4 sections - 1st Python Code, 2nd Python MCQ, 3rd MySQL Query writing, 4th MySQL MCQ

Round 2 - One-on-one 

(1 Question)

  • Q1. Last project details, what challenges I faced, and how I overcame them

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience with the interviewer

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They give some reigning questions and basic sudo coding questions like linear equations .

Round 2 - Group Discussion 

They give random topic for GD. In this GD 5-8 candidate are involve.

Round 3 - Technical 

(4 Questions)

  • Q1. Self introduction
  • Q2. Basic technical Question.
  • Q3. Advance technical question based on your exp and role .
  • Q4. Technical question on your project which you mention in your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more in technical. much be have good communication.

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

Trinesis interview questions for popular designations

 Software Engineer

 (2)

 Angular Frontend Developer

 (1)

 Backend Developer

 (1)

 Devops Engineer

 (1)

 Python Software Developer

 (1)

 QA Engineer

 (1)

 Senior Software Developer

 (1)

 Software Engineer Trainee

 (1)

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

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are decorators in Python
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are denoted by the @ symbol followed by the decorator function name.

    • They allow you to add functionality to an existing function without modifying its code.

    • Common use cases include logging, authentication, and performance monitoring.

    • Example: @decorator_function def my_function(): pass

  • Answered by AI
  • Q2. What are generators in Python
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators use the 'yield' keyword to return data one item at a time

    • They are more memory efficient compared to lists as they generate values on the fly

    • Generators are used in situations where you need to iterate over a large sequence of items without loading them all into memory at once

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great

Skills evaluated in this interview

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jun 2023.

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 

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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test difficulty level is very high. But HR did help me prepare on topics like binary search tree and linked list operations.

Round 2 - Technical 

(4 Questions)

  • Q1. Data structures questions were asked
  • Q2. Language core data types was asked
  • Q3. Functional programming and OOPS concepts questions
  • Q4. Advance OOPS concepts questions
Round 3 - One-on-one 

(3 Questions)

  • Q1. Manager round, agile developement
  • Q2. Task estimation
  • Q3. Backlog grooming questions were asked.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Topics to prepare for Trinesis Backend Developer interview:
  • Data Structures
  • Functional
  • OOPS
  • Microservices
  • AWS
Interview preparation tips for other job seekers - They have core development projects, so make sure your programming basics are sorted.

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)
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:
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 

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

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2025

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

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

Manual testing ,software knowledge api

Round 2 - Technical 

(1 Question)

  • Q1. Function about testing
Round 3 - One-on-one 

(1 Question)

  • Q1. Same here manual things
Round 4 - HR 

(1 Question)

  • Q1. Just salary discuss

Interview Preparation Tips

Interview preparation tips for other job seekers - Concerns about salary deductions and changes are not addressed clearly; there are anonymous deductions without sufficient explanation, and when questioned, HR fails to provide any clarifications regarding these issues.

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Hirect and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Technical Aptitude test on data structures and basic coding based on your skills

Round 3 - Technical 

(2 Questions)

  • Q1. Based on your resume
  • Q2. Hr interview round is last round

Interview Preparation Tips

Topics to prepare for Trinesis Software Engineer Trainee interview:
  • Python
  • Django
  • SQL
  • MySQL
  • HTML
  • CSS
  • Javascript
Interview preparation tips for other job seekers - If you want to learn and to be master in your field join trinesis

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Trinesis Interview FAQs

How many rounds are there in Trinesis interview?
Trinesis interview process usually has 3-4 rounds. The most common rounds in the Trinesis interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Trinesis 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 Trinesis. The most common topics and skills that interviewers at Trinesis expect are Python, Team Building, Javascript, JPA and SQL.
What are the top questions asked in Trinesis interview?

Some of the top questions asked at the Trinesis interview -

  1. 1) what is datastructure and enlist the type of datastructure. 2)what is stack ...read more
  2. What are Linked Lists? Explain with examp...read more
  3. What is PVM and .pyc fil...read more
How long is the Trinesis interview process?

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

Tell us how to improve this page.

Trinesis Interview Process

based on 11 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 806 Interviews
View all

Trinesis Reviews and Ratings

based on 22 reviews

3.4/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.2

Salary

3.4

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
48 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
13 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹4.9 L/yr - ₹18.5 L/yr

Software Engineer II
5 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Trinesis 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