Filter interviews by
Top trending discussions
I was interviewed in Aug 2024.
Attended the TCS NQT, depending on how many advanced questions and the test cases you pass in coding section, you'll get assigned Ninja (3L) Digital (7L) or prime (9L)
I applied via Campus Placement and was interviewed in Dec 2024. There were 5 interview rounds.
The assessment focused on general aptitude, which was relatively easy and manageable to pass. However, the pseudo-code section may pose a greater challenge during the first round.
It is very easy; you just need to speak at least once to easily pass through this round. mostly they dont try to reject you unless you are very nervous and very low about confidence they want you to speak atleast once , even the point is valid or not.
You will undergo a written test comprising three coding sections (either in Python or C) containing five or six questions each, along with ten multiple-choice questions on software testing, which are relatively easy. However, the most challenging section is networking, for which you will need to write theory responses; therefore, it is important to prepare thoroughly for that part.
I applied via Campus Placement
posted on 22 Nov 2024
I applied via campus placement at BNM Institute of Technology, Bangalore and was interviewed in Oct 2024. There were 2 interview rounds.
Program to calculate factorial of a number using recursion or iteration
Define a function to calculate factorial
Use recursion or iteration to calculate factorial
Handle edge cases like 0 and negative numbers
Example: factorial of 5 is 5*4*3*2*1 = 120
The aptitude test consists of 26 questions, including 2 coding questions.
Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures define the way data is stored, accessed, and manipulated in a computer program.
Examples include arrays, linked lists, stacks, queues, trees, and graphs.
Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.
A Binary Search Tree (BST) is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.
Nodes in a BST are arranged in a hierarchical order where each node has a left child and a right child.
The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.
BST allows f...
Dijkstra's Algorithm is a graph search algorithm for finding the shortest path from a single source to all other nodes in a graph with non-negative edge weights.
Dijkstra's Algorithm is used in various applications such as network routing protocols, GPS systems, and road navigation.
It works by maintaining a set of nodes with known shortest distance from the source and iteratively expanding this set by adding the nearest...
I applied via campus placement at RMK Engineering College, Thiruvallur and was interviewed in Aug 2024. There were 5 interview rounds.
Easy basic aptitude questions
Write an essay on the given topic or picture.
Start by introducing the topic or picture you are writing about
Provide detailed information and analysis in the body paragraphs
Conclude by summarizing your main points and providing a final thought
I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed in Sep 2024. There were 3 interview rounds.
Basic Quant and Reasoning questions
Simple D.P and problem solving questions
Abstract class is a class that cannot be instantiated and may contain abstract methods. It is used for defining a common interface.
Cannot be instantiated directly
May contain abstract methods that must be implemented by subclasses
Used for defining a common interface for a group of related classes
Abstract class can have both abstract and non-abstract methods, while interfaces can only have abstract methods.
Abstract class can have constructors, member variables, and methods, while interfaces cannot.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used to define a common base class for related classes, while interfaces are used to define a contract for cl...
Technical Trainer
10
salaries
| ₹1 L/yr - ₹4 L/yr |
Trainer
5
salaries
| ₹1.5 L/yr - ₹3 L/yr |
Aptitude Trainer
4
salaries
| ₹2 L/yr - ₹2.8 L/yr |
Operations Manager
3
salaries
| ₹3.4 L/yr - ₹4.2 L/yr |
Area Sales Manager
3
salaries
| ₹10 L/yr - ₹12 L/yr |
Amazon
Microsoft Corporation
Infosys