Filter interviews by
I applied via Naukri.com and was interviewed before Oct 2020. There were 5 interview rounds.
Exception handling is the process of handling errors that occur during program execution.
It allows programs to gracefully handle errors and prevent crashes.
It involves catching and handling exceptions using try-catch blocks.
Common exception types include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.
Exception handling can also involve logging and reporting errors for debugging purposes.
Printing a pattern using loop
Use nested loops to print the pattern
The outer loop controls the number of rows
The inner loop controls the number of columns
Use string concatenation to build the pattern
Magic methods are special methods in Python that start and end with double underscores (__).
Magic methods are used to define how objects of a class behave in certain situations.
Examples include __init__ for object initialization, __str__ for string representation, and __add__ for addition.
Magic methods can also be used to overload operators and customize behavior.
posted on 29 Nov 2022
I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.
Ther try to gaze out what are the responsibilities you handled and your growth potential
They try to find out what you are will do in a given set of scenarios
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
posted on 28 Jun 2024
I applied via Campus Placement
Common topics like sql and 30% aptitude problem
posted on 18 Jun 2024
Count occurrences of a letter in a string.
Iterate through each character in the string and count occurrences of the specified letter.
Use a hashmap to store the count of each letter.
Handle both uppercase and lowercase letters to ensure accurate counting.
posted on 23 Aug 2024
I applied via campus placement at National Institute of Technology (NIT), Karnataka and was interviewed in Jul 2024. There was 1 interview round.
Question based on array string linkedlist
posted on 17 May 2024
I applied via campus placement at Sathyabama University and was interviewed in Apr 2024. There were 3 interview rounds.
Nice and easy you can crack
Not that easy and not that much hard
It represents the eligibility of person and thinking process ,view of thoughts
Skills ,fast typing , experienced ,new ideas
Deeply study case and make a point to make attractive
posted on 12 Apr 2024
I was interviewed before Apr 2023.
Software Engineer
73
salaries
| ₹3 L/yr - ₹12.4 L/yr |
Senior Software Engineer
59
salaries
| ₹6 L/yr - ₹19 L/yr |
Technical Lead
41
salaries
| ₹10.7 L/yr - ₹27 L/yr |
Software Developer
25
salaries
| ₹4.4 L/yr - ₹15.2 L/yr |
Senior Software Developer
11
salaries
| ₹7.5 L/yr - ₹13 L/yr |
TCS
Infosys
Wipro
HCLTech