Upload Button Icon Add office photos

Filter interviews by

Trivium Interview Questions, Process, and Tips

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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed before Nov 2022. There were 4 interview rounds.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 MCQs on SQL were also present.

This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and math because many questions were to be done in 1 hour.

  • Q1. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix and mark rows and columns to be modified

    • Use additional arrays to keep track of rows and columns to be modified

    • Update the matrix in-place based on the marked rows and columns

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Easy

It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as Software Engineer in DelhiEligibility criteria7 CGPAToppr interview preparation:Topics to prepare for the interview - DBMS, OOPS, Data structures, Dynamic Programming, Graphs, Algorithms, Sorting searching, Compiler designTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 - Practice Atleast 250 Questions
Tip 5 - Ex- Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly
Tip 3 : Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Job Fair and was interviewed before Feb 2021. There were 5 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand what they needs to us

I applied via Company Website and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Write a program on bubble sort ?
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the first element is greater than the next element, swap them

    • Repeat this process for all elements in the list

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Define Turing Machine ?
  • Ans. 

    A Turing Machine is a theoretical device that can simulate any algorithmic computation.

    • It was proposed by Alan Turing in 1936 as a model for computation.

    • It consists of a tape, a head that can read and write symbols on the tape, and a set of rules for transitioning between states.

    • It can simulate any algorithmic computation, making it a powerful tool for theoretical computer science.

    • It is often used as a theoretical basi...

  • Answered by AI
  • Q3. Explain hash function
  • Ans. 

    A hash function is a mathematical function that converts input data of arbitrary size into a fixed-size output.

    • Hash functions are used to index data in hash tables.

    • They are also used in cryptography to securely store passwords.

    • Examples of hash functions include MD5, SHA-1, and SHA-256.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was lengthy process some questions were difficult to answer and i tried to amswer a few questions but i didnt clear interview process

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Schbang

No Interviews

SALARIES

Schbang

INTERVIEWS

The Times of India

No Interviews

INTERVIEWS

Giant Eagle

No Interviews

INTERVIEWS

Giant Eagle

No Interviews

INTERVIEWS

Giant Eagle

5.6k top interview questions

COMPANY BENEFITS

BA Continuum

No Benefits

INTERVIEWS

Schbang

No Interviews

INTERVIEWS

Schbang

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 199 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Great Learning Interview Questions
3.7
 • 56 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
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 Lock Unlock

₹2 L/yr - ₹5 L/yr

Software Engineer
5 salaries
unlock blur Lock Unlock

₹7 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Trivium with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.7
Compare

Eruditus Executive Education

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