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 Naukri.com and was interviewed before Oct 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
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 next element is smaller, swap them
Repeat this process for all elements in the array
Continue this process until no more swaps are needed
A program to print all prime numbers
Take input from user for range of numbers
Loop through the range and check if each number is prime
Print the prime numbers
Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Examples of hashmap implementations include Java's HashMap class and Python's dict type.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add new properties and methods.
For...
I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.
I applied via Superset and was interviewed before Aug 2021. There were 2 interview rounds.
Aptitude consists of general thinking, pseudo code, and game aptitude
Delegate responsibilities and establish clear communication channels for team members to handle situations in my absence.
Assign clear roles and responsibilities to each team member
Establish communication channels and protocols for emergencies
Ensure team members have access to necessary resources and information
Provide training and support to team members to handle unexpected situations
Regularly check in with team membe...
I applied via Company Website and was interviewed in May 2021. There was 1 interview round.
A table in SQL is a collection of related data organized in rows and columns.
Tables are used to store data in a structured way.
Each table has a unique name and consists of columns and rows.
Columns define the type of data that can be stored in them.
Rows represent individual records in the table.
Tables can be queried using SQL commands to retrieve, insert, update or delete data.
I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.
SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.
SDLC is a structured approach to software development.
It consists of several phases including planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of deliverables and objectives.
The goal of SDLC is to produce high-quality software that meets the needs of the end-users...
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Java has eight primitive datatypes and reference types.
Java has eight primitive datatypes: byte, short, int, long, float, double, char, and boolean.
Reference types include classes, interfaces, arrays, and enums.
Primitive datatypes are passed by value, while reference types are passed by reference.
Autoboxing and unboxing allow primitive datatypes to be used as reference types and vice versa.
The datatypes in C++ include fundamental types (int, float, bool), derived types (arrays, pointers, references), and user-defined types (classes, structures, unions).
Fundamental types: int, float, bool
Derived types: arrays, pointers, references
User-defined types: classes, structures, unions
Python has several built-in datatypes including integers, floats, strings, booleans, lists, tuples, and dictionaries.
Integers are whole numbers without decimals
Floats are numbers with decimals
Strings are sequences of characters
Booleans are either True or False
Lists are ordered collections of items
Tuples are ordered, immutable collections of items
Dictionaries are unordered collections of key-value pairs
Some of the top questions asked at the Trivium Software Engineer interview -
SME
6
salaries
| ₹2 L/yr - ₹5 L/yr |
Software Engineer
5
salaries
| ₹7 L/yr - ₹8.1 L/yr |
TCS
Accenture
Wipro
Cognizant