Filter interviews by
I was interviewed in Dec 2024.
A function is a piece of code that is called by name, while a method is a function that is associated with an object.
Functions are standalone blocks of code, while methods are functions that are part of a class or object.
Functions can be called independently, while methods are called on an object.
Functions do not have access to data stored in an object, while methods can access and modify object data.
Top trending discussions
posted on 5 Feb 2025
posted on 26 Oct 2023
I applied via Walk-in and was interviewed before Oct 2022. There were 2 interview rounds.
Overload is when a class has multiple methods with the same name but different parameters. Override is when a subclass provides a specific implementation of a method that is already defined in its superclass.
Overload occurs within the same class, while override occurs between a superclass and its subclass.
Overload is resolved at compile time based on the method signature, while override is resolved at runtime based on ...
Split functions are used to divide a string into multiple parts based on a specified delimiter.
Split functions are commonly used in programming languages like Python, JavaScript, and Java.
The split function takes a string and splits it into an array of substrings based on a specified delimiter.
For example, in Python, the split function can be used like this: 'hello world'.split(' ') will return ['hello', 'world'].
posted on 6 May 2021
I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.
Reasoning, mathematics, and basic English grammar.
I applied via LinkedIn and was interviewed in Jul 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
I use print statements, logging, and debugging tools to identify and fix issues in my code.
I start by reviewing the code and understanding the logic behind it.
I use print statements to check the values of variables at different points in the code.
I utilize logging to track the flow of the program and identify any errors.
I use debugging tools like breakpoints and step-through debugging to pinpoint the exact location of ...
Identify bottlenecks, analyze code, optimize algorithms, utilize caching, and consider hardware upgrades.
Identify bottlenecks in the application by profiling and monitoring performance.
Analyze the code to find inefficient algorithms or database queries.
Optimize algorithms and data structures to improve efficiency.
Utilize caching mechanisms to reduce redundant computations.
Consider hardware upgrades such as increasing m
Functional programming focuses on functions and immutability, while object-oriented programming focuses on objects and encapsulation.
Functional programming uses pure functions that do not have side effects.
Object-oriented programming uses objects that encapsulate data and behavior.
In functional programming, data is immutable and functions are first-class citizens.
In object-oriented programming, objects can have state a...
posted on 23 Apr 2024
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
33
salaries
| ₹3 L/yr - ₹8 L/yr |
Business Development Executive
19
salaries
| ₹2.4 L/yr - ₹4.5 L/yr |
Software Developer
17
salaries
| ₹2.2 L/yr - ₹10 L/yr |
Quality Analyst
9
salaries
| ₹2.6 L/yr - ₹10 L/yr |
Full Stack Developer
7
salaries
| ₹3.7 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech