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

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

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

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

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?
  • 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 trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Trivium?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. In 5 programs without effecting one by one how can you debug a particular program and how can you know tha program is calling in debug
  • Ans. 

    To debug a particular program without affecting others, use breakpoints and step through the code.

    • Set a breakpoint in the program you want to debug

    • Step through the code using a debugger to identify the issue

    • Use logging statements to track the flow of the program

    • Check the call stack to see which functions are being called

    • Use conditional breakpoints to stop the program at specific points

  • Answered by AI

Skills evaluated in this interview

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

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

Interview Questionnaire 

5 Questions

  • Q1. What are the differences between C and C++?
  • Q2. Explain the scenarios where If and Switch Case statements are used.
  • Ans. 

    If and Switch Case statements are used for conditional branching in programming.

    • If statements are used for simple conditional branching.

    • Switch Case statements are used for multiple conditional branching.

    • If statements are more flexible than Switch Case statements.

    • Switch Case statements are more efficient than If statements for large number of conditions.

    • If statements can be nested, but Switch Case statements cannot.

    • Exam...

  • Answered by AI
  • Q3. Do you think algorithms and pseudocodes still play a role in the world of IT Services?
  • Ans. 

    Yes, algorithms and pseudocodes are still important in IT Services.

    • Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.

    • Pseudocodes are used to plan and design algorithms before coding them.

    • Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.

    • Examples of algorithms include sorting algorithms, search algorithms...

  • Answered by AI
  • Q4. Are you comfortable using Command Line Interfaces (CLIs) or Integrated Development Environments (IDEs) as part of your daily tasks?
  • Ans. 

    Yes, I am comfortable using both CLIs and IDEs for my daily tasks.

    • I have experience using various CLIs such as Git Bash, Windows Command Prompt, and Terminal on macOS.

    • I am proficient in using IDEs such as Visual Studio Code, Eclipse, and IntelliJ IDEA.

    • I understand the benefits and drawbacks of both CLIs and IDEs and can choose the appropriate tool for the task at hand.

  • Answered by AI
  • Q5. Are you okay to learn front end and back end technologies to ensure you are a complete developer in the longer run? Would you be able to learn the concepts if a timeline is given?? If yes, explain your lea...

Interview Preparation Tips

Interview preparation tips for other job seekers - The hiring team expects a structured response in your answers. Be it a fresher or an experienced professional, the answers must be represented with examples to ensure you display your expertise with an application in your mind.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are oops concept
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Encapsulation - binding data and functions that manipulate the data

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on many forms

    • Abstraction - hiding implementation details and showing only functionality

  • Answered by AI
  • Q2. What is storage classes in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables have a lifetime throughout the program and are initialized only once.

    • Extern variables are declared outside any function and can be a...

  • Answered by AI
  • Q3. Describe about your final year project and internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence,and positive and answer your question confidently.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Explain the data structures like linked list, dfs and bfs.
  • Ans. 

    Linked list is a linear data structure. DFS and BFS are graph traversal algorithms.

    • Linked list is a collection of nodes where each node points to the next node.

    • DFS (Depth First Search) is a traversal algorithm that explores as far as possible along each branch before backtracking.

    • BFS (Breadth First Search) is a traversal algorithm that explores all the vertices of a graph in breadth-first order.

    • Example of linked list: ...

  • Answered by AI
  • Q2. Optimize the given program from O(n2) to O(log n)
  • Ans. 

    Optimize O(n2) program to O(log n)

    • Use binary search instead of linear search

    • Divide and conquer approach can be used

    • Implement efficient data structures like heap, AVL tree, etc.

    • Reduce unnecessary iterations and comparisons

    • Use memoization to avoid redundant calculations

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data srructures

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident revise data structures ,

Interview Questionnaire 

2 Questions

  • Q1. Related to technology. There are two rounds
  • Q2. Logical analysis of the problem
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in May 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about current projects and concepts on oops, dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good. Mostly they check the candidates approach towards problem solving in different scenarios.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on programing language
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2021. There were 3 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 - Coding Test 

There are 2section of exam i.e English and Data structure

Round 3 - Mind analysis games 

(2 Questions)

  • Q1. First round interview is technical interview and managerial interviews which is not that tough. Do all the FaQ on your projects and if dont know any one of question answer then dont worry simply say it a...
  • Q2. 2nd round is HR interview .

Interview Preparation Tips

Interview preparation tips for other job seekers - In HR interview they ask about introduction, strength and weakness , willing to work on teams or not, some scenario based question

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. Can you allow a class to be inherited, but prevent a method from being overridd...read more
  2. Which is the latest .Net framework and what are it's new feature...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 - ₹8.1 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 - ₹8.1 L/yr

SME
5 salaries
unlock blur

₹3 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