Filter interviews by
I appeared for an interview before May 2016.
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...
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...
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...
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 ...
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
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...
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...
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...
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
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
Top trending discussions
I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.
posted on 1 Nov 2023
I applied via Approached by Company and was interviewed before Nov 2022. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.
posted on 13 Apr 2024
I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.
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 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.
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...
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
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.
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
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
I applied via Job Fair and was interviewed before Feb 2021. There were 5 interview rounds.
I applied via Company Website and was interviewed before Mar 2020. There was 1 interview round.
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
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...
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.
Some of the top questions asked at the Trivium interview -
SME
6
salaries
| ₹2 L/yr - ₹5 L/yr |
Software Engineer
5
salaries
| ₹7 L/yr - ₹8.1 L/yr |
BYJU'S
Unacademy
upGrad
Eruditus Executive Education