Upload Button Icon Add office photos

Trivium

Compare button icon Compare button icon Compare

Filter interviews by

Trivium Software Engineer Interview Questions and Answers

Updated 10 May 2017

6 Interview questions

A Software Engineer was asked
Q. What is the 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...

A Software Engineer was asked
Q. Which is the latest .Net framework and what are its 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 ...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked
Q. In C#, how can you allow a class to be inherited, but prevent a method from being overridden?
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

A Software Engineer was asked
Q. 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 ...

A Software Engineer was asked
Q. What are the main components of the .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...

A Software Engineer was asked
Q. 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 provi...

Trivium Software Engineer 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?
  • 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?
  • Q8. Why should I hire you?
  • Q9. What are your strengths and weaknesses?
  • Q10. What was the toughest challenge you have ever faced?

Interview Preparation Tips

Round: Test
Duration: 1 hour

College Name: Christ University

Skills evaluated in this interview

Are these interview questions helpful?

Top trending discussions

View All
Interview Tips & Stories
1w (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 Trivium?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

Interview Questionnaire 

2 Questions

  • Q1. Apigee
  • Q2. Interal architecture

Interview Questionnaire 

3 Questions

  • Q1. Java script
  • Q2. Ai
  • Q3. Machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with faceprep

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

Interview Questionnaire 

1 Question

  • Q1. Tell us about yourself. What are some of your achievments

Interview Preparation Tips

Interview preparation tips for other job seekers - Look for good communciation skills. Have a cheerful attitude

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

I applied via Campus Placement and was interviewed before Nov 2021. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Python and Java questions
  • Q2. Oops basic interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easily we can Just Practice basic interview questions

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Ans. 

    A bit is the smallest unit of data in computing, representing a binary value of 0 or 1.

    • A bit can represent two states: off (0) or on (1).

    • Bits are the building blocks of all digital data, including text, images, and sound.

    • In binary code, a sequence of bits can represent numbers, letters, and commands.

    • For example, the letter 'A' is represented as 01000001 in binary, which is 65 in decimal.

  • Answered by AI
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical discussion not much deeper but basic questions of graduation were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't hesitate 🙂

Interview Questionnaire 

1 Question

  • Q1. Basic java 1.8

Trivium Interview FAQs

What are the top questions asked in Trivium Software Engineer interview?

Some of the top questions asked at the Trivium Software Engineer 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.

Trivium Software Engineer Salary
based on 5 salaries
₹7 L/yr - ₹11.4 L/yr
15% less than the average Software Engineer Salary in India
View more details

Trivium Software Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

2.0

Salary

3.0

Job security

3.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
5 salaries
unlock blur

₹7 L/yr - ₹11.4 L/yr

SME
5 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Explore more salaries
Compare Trivium with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview