Upload Button Icon Add office photos

Filter interviews by

Trivium Interview Questions and Answers

Updated 10 May 2017

Trivium Interview Experiences

1 interview found

I appeared for an interview before May 2016.

Interview Questionnaire 

10 Questions

  • Q1. What are the main components of .NET Framework?
  • Ans. 

    The main components of .NET Framework are Common Language Runtime (CLR), Framework Class Library (FCL), and ASP.NET.

    • Common Language Runtime (CLR) provides the runtime environment for executing .NET applications.

    • Framework Class Library (FCL) is a collection of reusable classes, interfaces, and value types that simplify development.

    • ASP.NET is a web application framework for building dynamic websites and web services.

    • Othe...

  • Answered by AI
  • Q2. Which is the latest .Net framework and what are it's new features ?
  • Ans. 

    The latest .Net framework is .Net 5.0 with new features like improved performance, support for C# 9.0, and enhanced support for cloud-native applications.

    • .Net 5.0 is the latest version of the .Net framework.

    • It provides improved performance compared to previous versions.

    • It includes support for C# 9.0, which introduces new language features.

    • It offers enhanced support for building cloud-native applications.

    • It allows devel...

  • Answered by AI
  • Q3. What is difference between System.String and System.StringBuilder classes?
  • Ans. 

    System.String is immutable, while System.StringBuilder is mutable.

    • System.String is a reference type that represents a sequence of characters and is immutable.

    • System.StringBuilder is a mutable class that provides methods to manipulate strings efficiently.

    • System.String is suitable for scenarios where frequent string manipulation is not required.

    • System.StringBuilder is more efficient when there is a need for frequent modi...

  • Answered by AI
  • Q4. Explain the basic features of OOPs?
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm that focuses on objects and their interactions.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

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

  • Answered by AI
  • Q5. Can you allow a class to be inherited, but prevent a method from being overridden in C#?
  • Ans. 

    Yes

    • Use the 'sealed' keyword to prevent method overriding in C#

    • Mark the method with 'sealed' modifier to disallow further overriding

    • The class itself can still be inherited

  • Answered by AI
  • Q6. Is it possible for a class to inherit the constructor of its base class?
  • Ans. 

    Yes, a class can inherit the constructor of its base class.

    • Inheritance allows a derived class to inherit the members of its base class, including constructors.

    • When a derived class is created, the constructor of its base class is automatically called.

    • The derived class can also define its own constructor, which can call the base class constructor using the 'super' keyword.

    • This allows the derived class to initialize its o...

  • Answered by AI
  • Q7. Tell me about yourself?
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects using different programming languages such as Java, C++, and Python.

    • I am skilled in software development methodologies like Agile and have experience with version control systems like Git.

    • I have strong problem-solving and analytical skills, which h...

  • Answered by AI
  • Q8. Why should I hire you?
  • Ans. 

    I have a strong technical background and a proven track record of delivering high-quality software solutions.

    • Extensive experience in software development and programming languages such as Java, C++, and Python.

    • Strong problem-solving and analytical skills, with the ability to quickly understand complex systems and identify areas for improvement.

    • Excellent communication and collaboration skills, enabling effective teamwor...

  • Answered by AI
  • Q9. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.

    • Strengths: problem-solving, attention to detail, teamwork

    • Weaknesses: time management, public speaking

  • Answered by AI
  • Q10. What was the toughest challenge you have ever faced?
  • Ans. 

    The toughest challenge I faced was developing a complex algorithm for optimizing database queries.

    • Developing a complex algorithm for optimizing database queries

    • Working with large datasets and finding efficient ways to retrieve and manipulate data

    • Collaborating with a team to ensure the algorithm meets the requirements and performs well

    • Testing and debugging the algorithm to ensure its accuracy and efficiency

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 1 hour

College Name: Christ University

Skills evaluated in this interview

Top Trivium Software Engineer Interview Questions and Answers

Q1. Which is the latest .Net framework and what are it's new features ?
View answer (1)

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 (218)

Interview questions from similar companies

I appeared for an interview in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. What is the complicated issue that you have solved and what is the solution you have provided
  • Ans. 

    Developed a real-time data processing system for a financial institution

    • Implemented a distributed system using Apache Kafka and Apache Storm

    • Designed a fault-tolerant architecture with multiple redundancy layers

    • Optimized the system for high throughput and low latency

    • Provided real-time monitoring and alerting using Grafana and Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics and aware of all the process.

I applied via Walk-in and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.OOP concepts
  • Q2. SQL Queries
  • Q3. Tell me about your self
  • Q4. My background

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview level will be moderate to high.Be firm on your answers.You should know how to make your interview in a way you want it to go! For example even if the interviewer diverts from one concept to another, I know how to bring him back to the concept am confident on!
HR interview was quite easy.
HR interview is for just checking your confidence, willingness to ajdust to Corparate world.

I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the addon that can be added with spring boot ? What is the spring boot ? What are the ways of configuring a bean in spring? And core java realted stuff.
  • Ans. 

    Answering questions related to Spring Boot and core Java

    • Spring Boot addons include Spring Security, Spring Data, and Spring Cloud

    • Spring Boot is a framework for building standalone, production-grade Spring-based applications

    • Ways of configuring a bean in Spring include XML configuration, Java-based configuration, and annotation-based configuration

    • Core Java topics include OOP concepts, collections, multithreading, and exc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for your interview with hackerrank problem solving and good analytical skills.
According to my experience i would not sugget to join HCL .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of Python and pytest framework
  • Q2. Questions will be based on the resume in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with your resume. Understand the project, that you handle. Be aware of the software market and be bold to open up with your views. It is not always true, that when new technologies come up, the old goes down. It is the less adaptability of the technology, that pulls it back.

I applied via Walk-in and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Self intraduction
  • Q2. My self introduction
  • Q3. Please inform then it self

Interview Preparation Tips

Interview preparation tips for other job seekers - Good but not in quick ans

I applied via Other and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical : Questions from Project,C,C++,Java
  • Q2. HR: Questions like tell about yourself, Your dream comoany etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident.

I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Accrual Accounting
  • Q2. Exchange Rate Translation

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your accounting basics strong

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

I applied via Approached by Company and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Modal Analysis ??
  • Ans. 

    Modal analysis is a technique used to study the dynamic behavior of structures under different loads.

    • Modal analysis involves determining the natural frequencies, damping ratios, and mode shapes of a structure.

    • It helps in understanding how a structure will respond to different types of loads and vibrations.

    • Modal analysis is commonly used in the aerospace, automotive, and civil engineering industries.

    • For example, modal a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Finite Element Analysis and SOM theory

Trivium Interview FAQs

What are the top questions asked in Trivium interview?

Some of the top questions asked at the Trivium interview -

  1. Which is the latest .Net framework and what are it's new feature...read more
  2. Can you allow a class to be inherited, but prevent a method from being overridd...read more
  3. Is it possible for a class to inherit the constructor of its base cla...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Fast track your campus placements

View all

Trivium Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

2.4

Skill development

2.9

Work-life balance

2.9

Salary

2.4

Job security

2.9

Company culture

1.9

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
SME
6 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Software Engineer
5 salaries
unlock blur

₹7 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Trivium with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview