i
TCS
Filter interviews by
I applied via Company Website and was interviewed before Jan 2022. There were 3 interview rounds.
Aptitude and reasoning questions
Oops concepts refer to the principles of Object-Oriented Programming (OOP) such as inheritance, encapsulation, and polymorphism.
Inheritance: allows a class to inherit properties and methods from another class
Encapsulation: the practice of hiding the internal workings of a class from the outside world
Polymorphism: the ability of objects to take on many forms or have multiple behaviors
Abstraction: the process of hiding c...
ls command is used to list files and directories in a directory.
ls command stands for 'list'.
It displays the names of files and directories in the current directory by default.
Options can be used with ls command to customize the output, such as -l for long listing format or -a to show hidden files.
Example: 'ls -l' will display files and directories in long listing format.
DNS translates domain names to IP addresses to locate resources on the internet.
DNS servers store records mapping domain names to IP addresses
When a user enters a domain name, their device queries a DNS server to resolve it
DNS uses a hierarchical system with top-level domains like .com or .org
I applied via Campus Placement
I dont remember it exactly now
ITIL (Information Technology Infrastructure Library) is a set of best practices for IT service management.
ITIL is a framework that outlines best practices for IT service management.
It focuses on aligning IT services with the needs of the business.
ITIL processes include incident management, change management, problem management, and more.
ITIL helps organizations improve efficiency, reduce costs, and provide better servi...
I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.
Over 5 years of experience in designing, implementing, and maintaining network systems
Proficient in troubleshooting hardware and software issues
Skilled in network security protocols and best practices
Certified in Cisco CCNA and CompTIA Network+
Strong communication and problem-solving skills
STAR process is a structured method used in interviews to answer behavioral questions by outlining the Situation, Task, Action, and Result.
Situation - Describe the context or background of the situation
Task - Explain the specific task or goal that needed to be accomplished
Action - Detail the actions taken to address the task
Result - Summarize the outcome or impact of the actions taken
Example: 'Can you give me an exampl...
posted on 1 Jul 2024
At my previous company, we used a variety of technologies including AWS, Docker, Kubernetes, Jenkins, and Ansible.
AWS (Amazon Web Services) for cloud computing services
Docker for containerization of applications
Kubernetes for container orchestration
Jenkins for continuous integration and continuous deployment
Ansible for automation of IT tasks
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
The boot process of Linux involves several stages, including BIOS, bootloader, kernel initialization, and system initialization.
The boot process starts with the BIOS (Basic Input/Output System) initializing hardware and performing a Power-On Self-Test (POST).
The bootloader, such as GRUB or LILO, is then loaded to locate and load the Linux kernel.
The kernel initializes essential components, sets up memory, and mounts th...
I was interviewed in May 2023.
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
Collections in Java refer to classes and interfaces that implement data structures like lists, sets, and maps.
Collections provide a way to store and manipulate groups of objects in Java
Examples include ArrayList, LinkedList, HashSet, and HashMap
Collections framework includes interfaces like List, Set, Map, and classes like ArrayList, HashSet, and HashMap
List and Set are both interfaces in Java used to store collections of elements, but with different characteristics.
List is an ordered collection that allows duplicate elements, while Set is an unordered collection that does not allow duplicates.
List implementations include ArrayList, LinkedList, and Vector, while Set implementations include HashSet, TreeSet, and LinkedHashSet.
List allows access to elements by index, wh...
A palindrome program checks if a given string reads the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and convert all characters to lowercase
Compare the string with its reverse to check if it is a palindrome
Program to generate prime numbers
Create a function to check if a number is prime
Iterate through numbers and check for prime numbers
Store prime numbers in an array
Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class. A class is a blueprint for creating objects, while an object is an instance of a class.
Inheritance allows a class to reuse code from another class, promoting code reusability and reducing redundancy.
A class is a template or blueprint for creating objects, defining attributes and methods.
An object...
Coding round test in tech Mahindra
Learn some coding language like python and Java
And SAP ABAP
Static keyword in Java is used to create class-level variables and methods.
Static variables and methods belong to the class rather than the instance of the class.
Static variables are initialized only once at the start of the program.
Static methods can be called without creating an instance of the class.
Static keyword can also be used to create static blocks that are executed only once when the class is loaded.
Example: ...
Yes, Java supports multiple interface implementation in a single class.
A class can implement multiple interfaces separated by a comma.
All the methods of the implemented interfaces must be implemented in the class.
Example: public class MyClass implements Interface1, Interface2 { }
Diamond problem is a multiple inheritance issue in Java where two classes have a common parent class and a subclass inherits from both.
Occurs when two classes have a common parent class and a subclass inherits from both
Results in ambiguity and conflicts in method and variable resolution
Solved in Java by implementing interfaces instead of multiple inheritance
based on 6 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
67.9k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
31.3k
salaries
| ₹2.2 L/yr - ₹5.6 L/yr |
Associate Consultant
28.6k
salaries
| ₹8.9 L/yr - ₹31.9 L/yr |
Amazon
Wipro
Infosys
Accenture