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
posted on 14 May 2018
posted on 13 May 2019
I applied via Approached by Company and was interviewed in Jul 2018. There was 1 interview round.
posted on 28 Jan 2020
I applied via Naukri.com and was interviewed in Jul 2019. There were 3 interview rounds.
Explanation of UART, SPI, CAN, I2C timing diagrams and frame formats.
UART: asynchronous serial communication, start and stop bits, baud rate
SPI: synchronous serial communication, master-slave architecture, clock polarity and phase
CAN: differential serial communication, arbitration, error detection and correction
I2C: synchronous serial communication, master-slave architecture, addressing, clock stretching
posted on 28 Feb 2022
I applied via Naukri.com and was interviewed before Feb 2021. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Jul 2022. There were 3 interview rounds.
Write a program to solve a challenging programming and algorithm problem.
Program to find the maximum subarray sum using Kadane's algorithm
Initialize max_so_far and max_ending_here to 0
Iterate through the array and update max_ending_here with the maximum of current element or current element + max_ending_here
Update max_so_far with the maximum of max_so_far and max_ending_here
Implement a program to find the longest common subsequence of two strings.
Use dynamic programming to solve this problem efficiently.
Create a 2D array to store the lengths of longest common subsequences of substrings.
Trace back the array to reconstruct the longest common subsequence.
I applied via Approached by Company and was interviewed in Dec 2022. There were 2 interview rounds.
Topological sort is used to order a directed graph's nodes in a way that all edges go from earlier to later nodes.
Create a graph data structure to represent the dependencies between operations.
Use a depth-first search algorithm to perform the topological sort.
Start by selecting a node with no incoming edges as the first operation to be performed.
Remove this node and its outgoing edges from the graph, then repeat the pr...
Transliteration logic converts text from one script to another, typically preserving pronunciation.
Transliteration is not the same as translation, it focuses on converting characters from one script to another.
Commonly used for European languages like Greek, Cyrillic, and Latin scripts.
Transliteration rules vary by language, for example, converting Cyrillic 'ш' to Latin 'sh'.
I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.
Try to troubleshoot the wifi connection issue by checking settings, restarting devices, and seeking help from IT support.
Check if the wifi is turned on and the correct network is selected
Restart the wifi router and the device
Contact IT support for assistance in retrieving the password
Iterate through array, calculate value at each index, keep track of maximum value
Iterate through the array and calculate the value at each index by multiplying jump length with value of location
Keep track of the maximum value encountered during the iteration
Return the maximum value found
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Process Associate
733
salaries
| ₹1 L/yr - ₹5 L/yr |
Senior Process Associate
331
salaries
| ₹1.5 L/yr - ₹5.8 L/yr |
Senior Associate
164
salaries
| ₹2 L/yr - ₹7.2 L/yr |
Senior Medical Coder
162
salaries
| ₹0.6 L/yr - ₹8 L/yr |
Medical Coder
145
salaries
| ₹2.2 L/yr - ₹5.9 L/yr |
24/7 Customer
KPIT Technologies
Intellect Design Arena
Microsoft Corporation