i
TCS
Filter interviews by
I applied via LinkedIn and was interviewed before Oct 2021. There were 4 interview rounds.
Aptitude test contains questions from English verbal and non verbal reasoning. Maths. Computer literacy
SDLC is a process followed by software development teams to design, develop and test high-quality software.
SDLC stands for Software Development Life Cycle
It includes planning, designing, coding, testing, and maintenance of software
It ensures that the software is developed efficiently and meets the requirements of the stakeholders
Examples of SDLC models are Waterfall, Agile, and DevOps
I applied via Naukri.com and was interviewed in Oct 2019. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Mar 2020. There were 5 interview rounds.
SQL joins are used to combine data from two or more tables based on a related column.
Joins are used to retrieve data from multiple tables in a single query
Common types of joins include inner join, left join, right join, and full outer join
Joins are performed based on a related column between the tables
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Oops concepts are the fundamental principles of object-oriented programming.
Abstraction: Hiding implementation details and showing only necessary information.
Encapsulation: Binding data and functions together in a single unit.
Inheritance: Acquiring properties and behavior of a parent class by a child class.
Polymorphism: Ability of an object to take many forms or have multiple behaviors.
Example: A car is an object that ...
Linked lists are a data structure consisting of nodes that point to the next node in the list.
Each node contains a value and a pointer to the next node.
Linked lists can be singly or doubly linked.
Insertion and deletion are efficient, but random access is not.
Examples include a queue, stack, and adjacency list.
A collection framework is a set of classes and interfaces that provide a way to store and manipulate groups of objects.
It provides implementations of commonly used data structures like lists, sets, maps, etc.
It allows for easy manipulation of data stored in these structures.
Examples include Java's Collection and Map interfaces and their implementations like ArrayList, HashSet, and HashMap.
I applied via Referral and was interviewed in Sep 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed in Dec 2020. There were 4 interview rounds.
I appeared for an interview before May 2021.
Test has 3 separated section - numerical section, Pesudo code - mcq and comprehension.
I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Mar 2021. There were 3 interview rounds.
Program to check if a given number is a palindrome or not.
Convert the number to a string
Reverse the string
Compare the reversed string with the original string
If they are equal, the number is a palindrome
SQL query for join
Use JOIN keyword to combine rows from two or more tables based on a related column
Specify the columns to be selected using SELECT keyword
Use ON keyword to specify the join condition
Types of join: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN
Example: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column
Event loop is a mechanism in Node.js that allows non-blocking I/O operations to be performed efficiently.
Event loop is responsible for handling all the I/O operations in Node.js
It is a single-threaded loop that constantly checks for new events in the event queue
When an event is detected, the corresponding callback function is executed
Event loop allows Node.js to handle multiple requests simultaneously without blocking ...
Test cases in Node.js can be written using testing frameworks like Mocha, Jest, and Chai.
Choose a testing framework that suits your project requirements
Write test cases for each function or module in your code
Use assertions to check if the expected output matches the actual output
Mock external dependencies to isolate the code being tested
Run tests using the testing framework's command line interface or integration with
Java is a statically typed language while Node.js is a runtime environment for JavaScript.
Java is compiled while Node.js is interpreted
Java is better for large-scale enterprise applications while Node.js is better for real-time applications
Java has a larger community and more libraries while Node.js has a simpler and more lightweight architecture
Java is used for Android app development while Node.js is used for server-...
Agile process is an iterative approach to software development that emphasizes flexibility, collaboration, and customer satisfaction.
Agile process involves breaking down a project into smaller, manageable chunks called sprints
Each sprint involves planning, designing, coding, testing, and reviewing
Agile process emphasizes continuous feedback and adaptation to changing requirements
Examples of agile methodologies include
There are various deployment methods/tools available such as Jenkins, Ansible, Docker, Kubernetes, etc.
Jenkins is a popular tool for continuous integration and deployment
Ansible is a configuration management tool that can also be used for deployment
Docker and Kubernetes are containerization tools that can simplify deployment
Deployment methods can vary depending on the technology stack and infrastructure
Deployment can b
MongoDB is a NoSQL database with flexible schema and high scalability, but lacks transaction support.
Advantages: flexible schema, high scalability, easy to use, supports sharding and replication
Disadvantages: lacks transaction support, not suitable for complex transactions, limited query functionality compared to SQL databases
Example: MongoDB is used by companies like eBay, Forbes, and The Guardian for their high scala
based on 13 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.2k
salaries
| ₹5 L/yr - ₹16 L/yr |
AST Consultant
52k
salaries
| ₹8 L/yr - ₹25.1 L/yr |
Associate Consultant
30.6k
salaries
| ₹9 L/yr - ₹32.2 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.5 L/yr - ₹6 L/yr |
Amazon
Wipro
Infosys
Accenture