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
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...
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
posted on 16 May 2023
I applied via Approached by Company and was interviewed in Apr 2023. There were 2 interview rounds.
Program to find the Nth term in an infinite series
The series has a repeating pattern
Use modulo operator to find the index of the repeating pattern
Calculate the value of Nth term based on the pattern
Program to find the longest palindrome substring in a given string.
Iterate through the string and check for palindromes of different lengths
Store the longest palindrome found
Return the length and substring
I am very comfortable with HTML, CSS and JavaScript.
I have extensive experience in developing responsive web applications using HTML, CSS and JavaScript.
I am proficient in using CSS preprocessors like SASS and LESS.
I have worked with various JavaScript frameworks like React, Angular and Vue.js.
I am familiar with HTML5 and CSS3 features like Flexbox and Grid layout.
I am comfortable with debugging and troubleshooting iss
Transitions were driven by desire for growth, new challenges, and better alignment with personal values.
Desire for professional growth and development
Seeking new challenges and opportunities
Alignment with personal values and mission
Exploring different industries and technologies
Relocation for personal reasons
Differences between Oracle EBS 12.1 and 12.2 Technical Architecture
12.2 has a web-based interface while 12.1 has a client-server interface
12.2 has a multi-node architecture while 12.1 has a single-node architecture
12.2 has a more modular architecture with fewer dependencies
12.2 has a more streamlined upgrade process compared to 12.1
I am currently working as a Senior Software Engineer and I handle my daily tasks by prioritizing them based on their importance and urgency.
I start my day by checking my emails and responding to any urgent requests
I then review my to-do list and prioritize my tasks for the day
I break down complex tasks into smaller, more manageable ones
I collaborate with my team members to ensure that we are all on the same page
I use p...
The process for registering XML Publisher Report
Create a data model for the report
Create a template for the report using RTF or XSL-FO
Upload the template to the server
Create a report definition using the data model and template
Register the report definition with the XML Publisher server
Program to find second max in a list and its time complexity
Sort the list in descending order and return the second element
Traverse the list and keep track of the maximum and second maximum elements
Time complexity: O(n)
I was interviewed in Jan 2024.
LRU (Least Recently Used) is a cache eviction policy where the least recently accessed items are removed first.
LRU cache stores key-value pairs with a maximum capacity.
When a new key-value pair is added, if the cache is full, the least recently used item is removed.
When a key is accessed, it is moved to the front of the cache to indicate it was recently used.
I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.
posted on 4 Apr 2023
Connect nodes at the same level of a binary tree horizontally.
Use a queue to traverse the tree level by level.
For each level, connect the nodes in the queue from left to right.
Set the right pointer of each node to the next node in the queue.
Set the right pointer of the last node in the level to null.
Algorithm to write content to a screen
Determine the type of content to be displayed
Choose an appropriate font and font size
Define the layout and positioning of the content
Implement the algorithm to display the content on the screen
An Elastic Load Balancer distributes incoming traffic across multiple targets to ensure high availability and scalability.
Choose the appropriate load balancer type (Application, Network, Classic)
Configure health checks to ensure traffic is only sent to healthy targets
Set up auto scaling groups to automatically add or remove targets based on traffic
Use security groups to control access to the load balancer and targets
Co...
Input output questions on C, C++ and java
Machine coding round 5-6 coding questions based on string and arrays. Medium level
Mini project : They ask to code a system with the given requirements
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
327
salaries
| ₹1.5 L/yr - ₹5.2 L/yr |
Senior Associate
160
salaries
| ₹2 L/yr - ₹7.2 L/yr |
Senior Medical Coder
159
salaries
| ₹3 L/yr - ₹8 L/yr |
Medical Coder
147
salaries
| ₹2.2 L/yr - ₹5.9 L/yr |
Mphasis
Wipro
TCS
HCLTech