i
Infinx
Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Allows a class to inherit attributes and methods from another class
Promotes code reusability and reduces redundancy
Derived class can add its own attributes and methods or override existing ones
Example: Class 'Animal' can be a base class with attributes like 'name' and methods like 'eat'. Class 'Dog...
Join is used to combine rows from two or more tables based on a related column between them.
Types of joins: Inner Join, Left Join, Right Join, Full Join
Inner Join: Returns rows when there is at least one match in both tables
Left Join: Returns all rows from the left table and the matched rows from the right table
Right Join: Returns all rows from the right table and the matched rows from the left table
Full Join: Returns
Distinct means unique or different from others.
Distinct refers to something that is separate or individual
It can also mean standing out or being easily recognizable
In programming, distinct is often used in the context of removing duplicate elements from a list or array
I applied via Referral and was interviewed in Jul 2022. There were 3 interview rounds.
Basic dsa questions from gfg and lc basic java c++
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
SOLID is a set of principles for object-oriented programming to make software more maintainable, flexible, and understandable.
S - Single Responsibility Principle
O - Open/Closed Principle
L - Liskov Substitution Principle
I - Interface Segregation Principle
D - Dependency Inversion Principle
Top trending discussions
posted on 15 Jan 2025
CAN TP is a protocol used for transferring large data packets over Controller Area Network.
CAN TP breaks large data packets into smaller segments for transmission
It uses flow control mechanisms to ensure all segments are received and retransmits if necessary
CAN TP is commonly used in automotive and industrial applications
AUTOSAR (Automotive Open System Architecture) is a standardized software architecture for automotive systems.
AUTOSAR is a layered architecture consisting of four layers: Application Layer, Runtime Environment (RTE) Layer, Basic Software Layer, and Microcontroller Abstraction Layer (MCAL).
Each layer in AUTOSAR has specific responsibilities and interfaces with other layers to ensure modularity and reusability of software...
posted on 13 Jan 2025
I was interviewed in Jul 2024.
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
posted on 11 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
Designing Instagram feed involves displaying user's photos and videos in a visually appealing and user-friendly manner.
Display user's posts in a grid layout with images/videos and captions
Allow users to like, comment, and share posts
Implement infinite scrolling to load more posts as user scrolls down
Include a search bar to search for specific users or hashtags
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
Pure pipes do not have any side effects and always return the same output for the same input, while impure pipes can have side effects and may not return the same output for the same input.
Pure pipes are stateless and deterministic.
Impure pipes can have side effects like modifying global variables or making network requests.
Examples of pure pipes include filters in Angular, while examples of impure pipes include async
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
Structure is a user-defined data type that groups related data members, while class is a blueprint for creating objects with data members and member functions.
Structure is a value type, while class is a reference type
Structure members are public by default, while class members are private by default
Structure does not support inheritance, while class supports inheritance
Example: struct Person { string name; int age; };
Pass by value involves passing a copy of the actual value, while pass by reference involves passing a reference to the actual value.
Pass by value: actual value is copied and changes made to the copy do not affect the original value
Pass by reference: reference to the actual value is passed, changes made to the reference affect the original value
Example: Pass by value - int x = 10; func(x); // x remains 10 after func cal...
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Process Associate
720
salaries
| ₹1 L/yr - ₹5 L/yr |
Senior Process Associate
323
salaries
| ₹1.5 L/yr - ₹5.2 L/yr |
Senior Medical Coder
161
salaries
| ₹3 L/yr - ₹8 L/yr |
Senior Associate
159
salaries
| ₹2 L/yr - ₹7.2 L/yr |
Medical Coder
147
salaries
| ₹2.2 L/yr - ₹5.9 L/yr |
Mphasis
Wipro
TCS
HCLTech