i
Tech Mahindra
Filter interviews by
I applied via Company Website and was interviewed in Sep 2022. There were 5 interview rounds.
To solve problems, I analyze the situation, gather information, brainstorm solutions, and evaluate the best option. I treat others with respect, empathy, and open communication.
I analyze the problem by breaking it down into smaller parts
I gather information by researching, asking questions, and seeking advice
I brainstorm solutions by considering all options and thinking creatively
I evaluate the best option by weighing ...
posted on 10 Jul 2024
I applied via Telegram and was interviewed in Jun 2024. There were 2 interview rounds.
Aptitude is very easy
Order of matrix refers to the number of rows and columns in a matrix.
The order of a matrix is represented as 'm x n', where 'm' is the number of rows and 'n' is the number of columns.
For example, a 3x2 matrix has 3 rows and 2 columns.
The order of a matrix is important in matrix operations like addition, subtraction, and multiplication.
Transpose of a matrix is obtained by swapping the rows and columns of the original matrix.
To transpose a matrix, simply swap the rows and columns.
For example, if the original matrix is [[1, 2], [3, 4]], the transpose will be [[1, 3], [2, 4]].
posted on 12 Aug 2023
I applied via campus placement at REVA Institute of Technology and Management, Bangalore
It was about aptitude , it was quite easy to solve
Pointers in C are variables that store memory addresses. They are used to access and manipulate data indirectly.
Pointers are declared using the * symbol, e.g. int *ptr;
To access the value at the memory address pointed to by a pointer, use the * operator, e.g. *ptr = 10;
Pointers can be used to pass variables by reference to functions, allowing the function to modify the original variable's value.
Pointers can also be use...
2 hr 3 coding
I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.
Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.
Java is an object-oriented language
It is platform-independent
Variables in Java have a specific data type
Variables can be assigned values and their values can be changed
Example: int age = 25; String name = "John";
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows code reuse and promotes code organization.
There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.
Single inheritance involves a class inheriting from a single base class.
Multiple inheritance involves...
Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.
Inheritance is a way to reuse code and establish a relationship between classes
The 'extends' keyword is used to implement inheritance in Java
Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class
Single level inheritance involves one parent class a...
May I about you ? Which your qualification and which stream
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
The HashMap class is used to represent key-value pairs in Java.
HashMap is a part of the Java Collections Framework.
It allows null values and only one null key.
It provides constant-time performance for basic operations like get and put.
Example: HashMap
Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.
Abstraction allows us to create models or representations of real-world objects or systems in software.
It helps in managing complexity by breaking down a system into smaller, more manageable parts.
Abstraction provides a level of indirection, allowing changes to be made in one part of the system...
try-catch is used in Java to handle exceptions and prevent program crashes.
try-catch blocks are used to catch and handle exceptions that may occur during program execution.
It allows the program to gracefully handle errors and prevent the program from crashing.
The try block contains the code that may throw an exception, and the catch block handles the exception.
Multiple catch blocks can be used to handle different types...
The statement to use for selecting based on integer inputs is the 'switch' statement.
The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.
Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.
The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.
...
I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.
Web wrapping is the process of displaying a website within another website or application.
It involves embedding a website within an iframe or a div element.
Web wrapping is commonly used in mobile apps to display web content without leaving the app.
It can also be used to display content from a different domain on a website.
Web wrapping can be done using JavaScript or server-side scripting languages.
Examples of web wrapp...
VBA effects on software development
VBA can automate repetitive tasks in software development
VBA can be used to create custom functions and add-ins in Excel
VBA can interact with other Microsoft Office applications
VBA can be used to create user interfaces for data entry and analysis
VBA can be used to manipulate data in databases
VBA can be used to create macros in software applications
I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.
based on 1 review
Rating in categories
Software Engineer
26.4k
salaries
| ₹2 L/yr - ₹9.1 L/yr |
Senior Software Engineer
21.3k
salaries
| ₹5.5 L/yr - ₹23.3 L/yr |
Technical Lead
11.6k
salaries
| ₹9.2 L/yr - ₹37 L/yr |
Associate Software Engineer
5.4k
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Team Lead
4.9k
salaries
| ₹5.2 L/yr - ₹17 L/yr |
Infosys
Cognizant
Accenture
Wipro