Filter interviews by
I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.
Please tell me about solid principle
Design patterns are reusable solutions to common problems in software design.
Design patterns help in creating maintainable and scalable code.
They provide a common language for developers to communicate about solutions.
Examples include Singleton, Factory, Observer, and Strategy patterns.
Garbage collection is a process in computer programming where the system automatically reclaims memory occupied by objects that are no longer in use.
Garbage collection helps prevent memory leaks by automatically identifying and freeing up memory that is no longer needed.
There are different types of garbage collection algorithms such as mark and sweep, reference counting, and generational garbage collection.
Java and C# ...
I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.
Eviden interview questions for popular designations
Parameters are values passed to a function, while variables are used to store data within a program.
Parameters are specified in the function definition, while variables are declared within the function body.
Parameters are used to pass values into a function, while variables are used to store values for later use.
Example: function add(num1, num2) { return num1 + num2; } - num1 and num2 are parameters, while result is st
Get interview-ready with Top Eviden Interview Questions
I was interviewed in Aug 2024.
To create an EC2 instance using Terraform, you need to define the instance configuration in a Terraform file and then apply the configuration using Terraform commands.
Define the EC2 instance configuration in a Terraform file using the 'aws_instance' resource type
Specify the instance type, AMI ID, key pair, security group, and other necessary parameters in the configuration
Run 'terraform init' to initialize the Terrafor...
Apptitude questions logical and technical questions and queries
I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.
Simple aptitude test
I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.
They asked questions based on Reasoning, Cpp
Constructors are special methods in a class used to initialize objects. They have the same name as the class.
Constructors are used to initialize objects of a class.
They have the same name as the class.
They do not have a return type.
They can be parameterized or default constructors.
Example: public class Person { public Person(string name) { } }
Functions and views are used in SQL Server to encapsulate logic and simplify querying.
Functions are reusable blocks of code that can accept parameters and return a value.
Views are virtual tables that are based on the result set of a SELECT query.
Functions can be scalar functions, table-valued functions, or aggregate functions.
Views can be used to simplify complex queries by encapsulating logic and joining multiple tabl...
A function is a standalone block of code that performs a specific task, while a method is a function that is associated with a class or object.
Functions are independent and can be called from anywhere in the code.
Methods are associated with a class or object and are called using the dot notation.
Functions can be defined outside of classes, while methods are defined within classes.
Example: Function to calculate the squa...
OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOP focuses on creating objects that contain both data and methods to manipulate that data.
Encapsulation, inheritance, and polymorphism are key principles of OOP.
Example: Creating a 'Car' class with properties like 'make', 'model', and methods like 'startEngine' and 'drive'.
Interview experience
based on 4.2k reviews
Rating in categories
Associate Consultant
8.7k
salaries
| ₹1.9 L/yr - ₹11.9 L/yr |
Consultant
3.9k
salaries
| ₹8 L/yr - ₹28 L/yr |
Associate
1.7k
salaries
| ₹1.5 L/yr - ₹5 L/yr |
Senior Consultant
1.2k
salaries
| ₹10 L/yr - ₹38.1 L/yr |
Senior Associate
1.1k
salaries
| ₹1.8 L/yr - ₹7 L/yr |
TCS
Infosys
Wipro
HCLTech