Filter interviews by
I applied via Approached by Company and was interviewed in Oct 2024.Ā There were 2 interview rounds.
To find the order of letters in a new language given a dictionary, analyze the relative positions of letters in words.
Create a graph where each letter is a node and each word in the dictionary represents a directed edge from one letter to the next.
Perform a topological sort on the graph to determine the order of letters in the new language.
Example: Dictionary ['wrt', 'wrf', 'er', 'ett', 'rftt'] gives order 'wertf'.
I applied via Job Portal and was interviewed in Apr 2024.Ā There was 1 interview round.
Test plan development involves creating a detailed outline of testing activities to ensure thorough coverage of the software.
Identify the scope and objectives of the testing process
Define the testing strategy and approach
List the features to be tested and prioritize them based on risk
Specify the test environment and resources needed
Outline the test cases, test data, and expected results
Include a timeline for testing ac...
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021.Ā There were 3 interview rounds.
A framework is a set of guidelines, standards, and tools used to develop software applications.
A framework provides a structure for developers to build upon
It includes pre-written code and libraries to simplify development
Frameworks can be specific to a programming language or platform
Examples include React for web development and TensorFlow for machine learning
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021.Ā There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
based on 3 interviews
Interview experience
Data Engineer
11
salaries
| ā¹95 L/yr - ā¹350 L/yr |
Architect
6
salaries
| ā¹100 L/yr - ā¹102 L/yr |
Senior Software Engineer
4
salaries
| ā¹80 L/yr - ā¹100 L/yr |
Principal Software Engineer
4
salaries
| ā¹65 L/yr - ā¹95 L/yr |
Senior Staff Engineer
4
salaries
| ā¹70 L/yr - ā¹70 L/yr |
TCS
Accenture
Wipro
Cognizant