Upload Button Icon Add office photos

Tricon Infotech

Compare button icon Compare button icon Compare

Filter interviews by

Tricon Infotech Interview Questions and Answers

Updated 2 May 2025
Popular Designations

8 Interview questions

A Senior Software Engineer 2 was asked 1mo ago
Q. How do you print the missing number in an array containing numbers from 1 to 10 in sorted order?
Ans. 

Identify and print the missing number from a sorted array containing numbers 1 to 10.

  • Create an array with numbers from 1 to 10.

  • Iterate through the array and check for missing numbers.

  • Use a set for efficient lookup of existing numbers.

  • Example: For input [1, 2, 3, 5, 6, 7, 8, 9, 10], output should be 4.

View all Senior Software Engineer 2 interview questions
An Associate Software Engineer was asked 6mo ago
Q. What are the key concepts of Object-Oriented Programming (OOP)?
Ans. 

Key concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

  • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

  • Polymorphism: The ability for objects of different classes to respond to the same method call.

  • Abstraction: Hiding the complex implementation details and ...

View all Associate Software Engineer interview questions
A Dot Net Engineer was asked
Q. What is middleware and how do you implement custom middleware?
Ans. 

Middleware is software that acts as a bridge between an operating system or database and applications, allowing them to communicate with each other.

  • Middleware is a layer of software that connects different components of an application, such as the frontend and backend.

  • It can handle tasks like authentication, logging, error handling, and request processing.

  • Custom middleware can be implemented by creating a function...

View all Dot Net Engineer interview questions
A Dot Net Engineer was asked
Q. What are indexers in C#?
Ans. 

Indexers in C# allow objects to be indexed like arrays, providing a way to access elements using an index value.

  • Indexers are defined using 'this' keyword followed by square brackets containing the index parameters.

  • They can be used to get or set the value of an element in a collection or class.

  • Example: public string this[int index] { get { return myArray[index]; } set { myArray[index] = value; }}

View all Dot Net Engineer interview questions
A Dot Net Engineer was asked
Q. What is AsNoTracking in LINQ?
Ans. 

AsNoTracking in Linq is used to disable change tracking in Entity Framework, improving performance by not storing entities in the context.

  • AsNoTracking method is used to retrieve data without tracking changes made to the entities.

  • It is useful when you only need to read data and do not intend to update or delete it.

  • By using AsNoTracking, you can improve performance by avoiding the overhead of storing entities in the...

View all Dot Net Engineer interview questions
A Dot Net Engineer was asked
Q. What is an application pool?
Ans. 

Application Poll is a process where the application periodically checks for updates or changes in a certain resource or data source.

  • Application Polling is commonly used in web applications to update data without the need for manual refresh.

  • It helps in keeping the application up-to-date with the latest information.

  • Polling intervals can be set based on the frequency of updates in the resource being monitored.

View all Dot Net Engineer interview questions
A Software Developer was asked 5mo ago
Q. What is SPA? How does angular work?
Ans. 

SPA stands for Single Page Application. Angular is a popular JavaScript framework for building SPAs.

  • SPA is a web application that loads a single HTML page and dynamically updates the page as the user interacts with it.

  • Angular is a front-end framework that allows developers to build dynamic web applications using HTML, CSS, and JavaScript.

  • Angular uses components to create the user interface and services to handle b...

View all Software Developer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. Introduce yourself? Difference between C and python?
Ans. 

C is a compiled language with low-level memory manipulation capabilities, while Python is an interpreted language with high-level abstractions.

  • C is faster and more memory-efficient than Python.

  • Python has a simpler syntax and is easier to learn than C.

  • C is better suited for system-level programming, while Python is better for scripting and rapid prototyping.

  • C requires manual memory management, while Python has auto...

View all Software Engineer interview questions

Tricon Infotech Interview Experiences

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

    SPA stands for Single Page Application. Angular is a popular JavaScript framework for building SPAs.

    • SPA is a web application that loads a single HTML page and dynamically updates the page as the user interacts with it.

    • Angular is a front-end framework that allows developers to build dynamic web applications using HTML, CSS, and JavaScript.

    • Angular uses components to create the user interface and services to handle busine...

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

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Print missing number in array if it has 1 to 10 in sorted manner
  • Ans. 

    Identify and print the missing number from a sorted array containing numbers 1 to 10.

    • Create an array with numbers from 1 to 10.

    • Iterate through the array and check for missing numbers.

    • Use a set for efficient lookup of existing numbers.

    • Example: For input [1, 2, 3, 5, 6, 7, 8, 9, 10], output should be 4.

  • Answered by AI
  • Q2. Sleep vs join

Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Node.js, Javascript and Typescript
Round 2 - Coding Test 

Basics of node.js and Coding questions on DSA

Round 3 - Technical 

(1 Question)

  • Q1. About project, questions on the tech I have used followed by a coding question
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round, asked about my company, business model and the technologies i have used in projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst interview experience ever, even after clearing multiple technical rounds these people will not hire you because they are just taking interview for the sake showing numbers, HR Jeenendra Kumar was not responding my calls after the final round and didn't have the sense to share the feedback to candidates. People don't give interview to these kind of companies they are here to waste your time and energy.
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
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. What are indexer in c#?
  • Ans. 

    Indexers in C# allow objects to be indexed like arrays, providing a way to access elements using an index value.

    • Indexers are defined using 'this' keyword followed by square brackets containing the index parameters.

    • They can be used to get or set the value of an element in a collection or class.

    • Example: public string this[int index] { get { return myArray[index]; } set { myArray[index] = value; }}

  • Answered by AI
  • Q2. What is application Poll?
  • Ans. 

    Application Poll is a process where the application periodically checks for updates or changes in a certain resource or data source.

    • Application Polling is commonly used in web applications to update data without the need for manual refresh.

    • It helps in keeping the application up-to-date with the latest information.

    • Polling intervals can be set based on the frequency of updates in the resource being monitored.

  • Answered by AI
  • Q3. What is AsNoTracking in Linq?
  • Ans. 

    AsNoTracking in Linq is used to disable change tracking in Entity Framework, improving performance by not storing entities in the context.

    • AsNoTracking method is used to retrieve data without tracking changes made to the entities.

    • It is useful when you only need to read data and do not intend to update or delete it.

    • By using AsNoTracking, you can improve performance by avoiding the overhead of storing entities in the cont...

  • Answered by AI
  • Q4. How do you test Api?
  • Ans. 

    API testing involves verifying the functionality, performance, reliability, and security of an API.

    • Write test cases to cover all possible scenarios

    • Use tools like Postman or SoapUI for manual testing

    • Automate testing using tools like Selenium or JUnit

    • Verify response codes, data formats, and error handling

    • Perform load testing to check performance under heavy traffic

  • Answered by AI
  • Q5. What is middleware and how do you implement custom middleware?
  • Ans. 

    Middleware is software that acts as a bridge between an operating system or database and applications, allowing them to communicate with each other.

    • Middleware is a layer of software that connects different components of an application, such as the frontend and backend.

    • It can handle tasks like authentication, logging, error handling, and request processing.

    • Custom middleware can be implemented by creating a function that...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about previous projects?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dsa java, bdd, tdd
Round 2 - Technical 

(1 Question)

  • Q1. Automation framework, api, ui
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Basic questions on previous jobs
  • Q2. Question on ctc and notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad comp never join

Interview Questions & Answers

user image Anonymous

posted on 9 Feb 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is java, what is spring boot

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Tricon Infotech?
Ask anonymously on communities.

Tricon Infotech Interview FAQs

How many rounds are there in Tricon Infotech 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 HR.
How to prepare for Tricon Infotech 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 Salesforce, AWS, Apex, Customization and Javascript.
What are the top questions asked in Tricon Infotech interview?

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

  1. What is middleware and how do you implement custom middlewa...read more
  2. What are the key concepts of Object-Oriented Programming (OO...read more
  3. Introduce yourself? Difference between C and pyth...read more
What are the most common questions asked in Tricon Infotech HR round?

The most common HR questions asked in Tricon Infotech interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your salary expectatio...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 11 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 60%
2-4 weeks 40%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
ConsultAdd Interview Questions
3.6
 • 37 Interviews
View all

Tricon Infotech Reviews and Ratings

based on 109 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.7

Salary

3.3

Job security

3.5

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 109 Reviews and Ratings
Software Engineer
218 salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Senior Software Engineer
90 salaries
unlock blur

₹16.5 L/yr - ₹30 L/yr

Associate Software Engineer
82 salaries
unlock blur

₹5 L/yr - ₹10.6 L/yr

Software Developer
48 salaries
unlock blur

₹4.5 L/yr - ₹17.5 L/yr

Java Developer
41 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Explore more salaries
Compare Tricon Infotech with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

F1 Info Solutions and Services

3.8
Compare
write
Share an Interview