Filter interviews by
Clear (1)
Decorator in Python is a design pattern that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects.
Decorators are functions that modify the functionality of another function.
They are commonly used to add functionality to existing functions without changing their structure.
Syntax for using decorators involves using the @ symbol followed by th...
Django ORM is a tool that allows developers to interact with a database using Python objects.
Django ORM translates Python code into SQL queries to interact with the database
It provides an easy way to create, read, update, and delete database records
ORM stands for Object-Relational Mapping, which maps database tables to Python classes
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Few questions were asked related to arrays
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
Check if the given string is equal to its reverse to determine if it is a palindrome.
Ignore spaces and punctuation when checking for palindromes.
Examples: 'radar', 'madam', '12321'
Top trending discussions
posted on 30 Aug 2023
I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.
Graph based questions they asked . So please be thorough with data structures.
Date and time questions particularly asked
Good interview. Total 2 technical rounds. First one is standard medium DSA question was asked, and in second round javascript/react basic questions were asked. No feedback given after the interview.
I was interviewed in Feb 2024.
I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.
Coding cum aptitude test on Hackerrank
I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.
An online test with 2 coding problems
1. DP medium
2. Tree medium
In-person interview, asked 2 coding questions
1. easy question based on binary search. Write pseudo code on paper
2. medium question based on tree. Write pseudo code on paper
I overcame challenges related to learning new technologies and working in a fast-paced environment.
Learning to use a new programming language and framework
Adapting to the fast-paced nature of the work environment
Troubleshooting and debugging complex issues
Collaborating with team members to meet project deadlines
I was interviewed in Jul 2024.
Leet code medium level question
Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hashmap uses a hashing function to map keys to indices in an array.
It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");
I applied via LinkedIn and was interviewed in Oct 2021. There were 2 interview rounds.
Aptitude and Technical (SQL, Cloud Services, Java Questions, Operating System Questions)
Code to find the second maximum number in an array.
Sort the array in descending order and return the second element.
Initialize two variables to store the maximum and second maximum values.
Iterate through the array and update the variables accordingly.
I applied via Company Website and was interviewed in Jan 2022. There were 4 interview rounds.
Graphs,array and link list question
based on 2 interviews
Interview experience
based on 9 reviews
Rating in categories
Software Engineer
811
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
112
salaries
| ₹0 L/yr - ₹0 L/yr |
Performance Test Engineer
95
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
80
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
74
salaries
| ₹0 L/yr - ₹0 L/yr |
AppDynamics
New Relic
Dynatrace
Splunk