Upload Button Icon Add office photos

Filter interviews by

Tricon Infotech Software Developer Interview Questions and Answers

Updated 13 Jan 2025

Tricon Infotech Software Developer Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is SPA? How does angular work?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain FastAPI and headers, path parameters, etc
  • Ans. 

    FastAPI is a modern web framework for building APIs with Python, providing easy handling of headers, path parameters, etc.

    • FastAPI is a Python web framework for building APIs quickly and efficiently

    • It provides easy handling of headers, path parameters, query parameters, and request bodies

    • Headers can be accessed using the request.headers attribute

    • Path parameters are defined in the route URL and accessed as function param...

  • Answered by AI
  • Q2. Write a API to demonstrate GET, POST, PUT
  • Ans. 

    API demonstrating GET, POST, PUT methods

    • Create a route for GET method to retrieve data

    • Create a route for POST method to add new data

    • Create a route for PUT method to update existing data

  • Answered by AI
Round 2 - Coding Test 

API working, S3 snippets

Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. System design round
  • Q2. Nodejs promises

Interview Preparation Tips

Interview preparation tips for other job seekers - They keep all round and say selected until director says you are not selected. Don’t attend. Tech interview panel members are chill and great
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed before Oct 2022.

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 - Coding Test 

First round is coding

Round 3 - Technical 

(2 Questions)

  • Q1. Second round is technical
  • Q2. Interview process is very smooth
Round 4 - One-on-one 

(1 Question)

  • Q1. Hr discussion was there

Tricon Infotech interview questions for designations

 Software Engineer

 (3)

 Associate Software Engineer

 (2)

 Technical Lead

 (1)

 Senior Test Engineer

 (1)

Interview questions from similar companies

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

1 hour online test ..

Round 2 - Technical 

(1 Question)

  • Q1. Programming related questions.
Round 3 - Technical 

(1 Question)

  • Q1. DSA round (easy to medium)
Round 4 - HR 

(1 Question)

  • Q1. Technical+ hr round
Round 5 - Behavioral 

(1 Question)

  • Q1. Technical questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

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 Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Q2. Some basic questions on oops dbms and os
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

Interview experience
5
Excellent
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 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude test was easy but difficult

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions linked list
  • Q2. Array binary search Dp

Tricon Infotech Interview FAQs

How many rounds are there in Tricon Infotech Software Developer interview?
Tricon Infotech interview process usually has 2-3 rounds. The most common rounds in the Tricon Infotech interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Tricon Infotech Software Developer 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 Tricon Infotech. The most common topics and skills that interviewers at Tricon Infotech expect are Business process, High level design and Test Cases.
What are the top questions asked in Tricon Infotech Software Developer interview?

Some of the top questions asked at the Tricon Infotech Software Developer interview -

  1. What is SPA? How does angular wo...read more
  2. Explain FastAPI and headers, path parameters, ...read more
  3. Write a API to demonstrate GET, POST, ...read more

Tell us how to improve this page.

Tricon Infotech Software Developer Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more
Tricon Infotech Software Developer Salary
based on 36 salaries
₹4.6 L/yr - ₹18 L/yr
25% more than the average Software Developer Salary in India
View more details

Tricon Infotech Software Developer Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

4.4

Skill development

4.1

Work-life balance

3.9

Salary

4.1

Job security

4.1

Company culture

4.2

Promotions

4.4

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
199 salaries
unlock blur

₹6 L/yr - ₹18.8 L/yr

Senior Software Engineer
84 salaries
unlock blur

₹10.5 L/yr - ₹28 L/yr

Associate Software Engineer
78 salaries
unlock blur

₹5 L/yr - ₹14.1 L/yr

Software Developer
36 salaries
unlock blur

₹4.6 L/yr - ₹18 L/yr

Java Developer
36 salaries
unlock blur

₹2.5 L/yr - ₹4.9 L/yr

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