Upload Button Icon Add office photos

Filter interviews by

Tricon Infotech Dot Net Engineer Interview Questions, Process, and Tips

Updated 20 Mar 2024

Tricon Infotech Dot Net Engineer Interview Experiences

1 interview found

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 questions from similar companies

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

Some general questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic computer troubleshooting
  • Q2. Basic computer networking
Round 3 - HR 

(2 Questions)

  • Q1. How do I know about the company
  • Ans. 

    I researched the company online and read about its history, mission, and recent news.

    • Researched company website for information about their services and products

    • Read recent news articles or press releases about the company

    • Looked up company reviews on websites like Glassdoor or Indeed

    • Checked out the company's social media profiles for updates and announcements

  • Answered by AI
  • Q2. What are you salary expected
  • Ans. 

    My salary expectation is based on my experience, skills, and the industry standard for Network Administrators.

    • Consider my level of experience and expertise in the field

    • Research the average salary range for Network Administrators in the specific location and industry

    • Factor in any additional certifications or specialized skills that may warrant a higher salary

    • Be open to negotiation based on the overall compensation packa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for freshers
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization helps in minimizing data redundancy by dividing the database into multiple tables.

    • It ensures data integrity by avoiding update anomalies.

    • Normalization is achieved through a series of rules called normal forms, such as 1NF, 2NF, 3NF, etc.

    • Example: In a database, instead of storing customer details i...

  • Answered by AI
  • Q2. What is reflection
  • Ans. 

    Reflection is the ability of a program to examine and modify its own structure and behavior at runtime.

    • Allows accessing metadata of types and members at runtime

    • Enables dynamic instantiation of objects

    • Facilitates invoking methods dynamically

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain DHCP and process of working
  • Ans. 

    DHCP is a network protocol that assigns IP addresses automatically to devices on a network.

    • DHCP stands for Dynamic Host Configuration Protocol

    • It allows devices to obtain IP addresses and other network configuration information dynamically

    • DHCP server assigns IP addresses to devices within a network

    • DHCP lease time determines how long an IP address is valid for a device

    • DHCP renewal process occurs when a device tries to re

  • Answered by AI
  • Q2. Useless question beyond your jobs like mathematics

Skills evaluated in this interview

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

(2 Questions)

  • Q1. DSA questions on arrays
  • Q2. Add 1 in last array element and make it 10 and add carry to second index element
  • Ans. 

    Increment last element of array by 1 and carry over to second last element

    • Iterate through the array in reverse order

    • Increment the last element by 1 and check if it becomes 10

    • If last element becomes 10, set it to 0 and carry over 1 to the second last element

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Genral question are asked

Interview Preparation Tips

Interview preparation tips for other job seekers - System and network basic questions

Tricon Infotech Interview FAQs

How many rounds are there in Tricon Infotech Dot Net Engineer interview?
Tricon Infotech interview process usually has 1 rounds. The most common rounds in the Tricon Infotech interview process are Technical.
What are the top questions asked in Tricon Infotech Dot Net Engineer interview?

Some of the top questions asked at the Tricon Infotech Dot Net Engineer interview -

  1. What is middleware and how do you implement custom middlewa...read more
  2. What are indexer in ...read more
  3. What is application Po...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 784 Interviews
View all
Software Engineer
198 salaries
unlock blur

₹6 L/yr - ₹18.8 L/yr

Senior Software Engineer
77 salaries
unlock blur

₹10.5 L/yr - ₹30 L/yr

Associate Software Engineer
76 salaries
unlock blur

₹5 L/yr - ₹14.2 L/yr

Software Developer
36 salaries
unlock blur

₹4.6 L/yr - ₹13.9 L/yr

Java Developer
34 salaries
unlock blur

₹2.5 L/yr - ₹4.9 L/yr

Explore more salaries
Compare Tricon Infotech with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview