Premium Employer

i

This company page is being actively managed by Infinx Team. If you also belong to the team, you can get access from here

Infinx Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infinx Senior Software Engineer Interview Questions, Process, and Tips

Updated 27 Feb 2024

Top Infinx Senior Software Engineer Interview Questions and Answers

Infinx Senior Software Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell something about youself which is not included in your resume?
  • Q2. What is your day to day life, and how many application you were using on daily basis
  • Q3. What is inheritance with example?
  • Ans. 

    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...

  • Answered by AI
  • Q4. What is join and how many types of joins are available with example?
  • Ans. 

    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

  • Answered by AI
Round 2 - One-on-one 

(6 Questions)

  • Q1. Tell me about your experience in brief?
  • Q2. Why you choose that background which was different from last organization
  • Q3. What makes you to feel happy when you are on production floor
  • Q4. What was your team size and how you were handling the agents?
  • Q5. What is distinct
  • Ans. 

    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

  • Answered by AI
  • Q6. After 3 years if you will get a chance to serve as vice president what you will do?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Basic dsa questions from gfg and lc basic java c++

Round 3 - HR 

(2 Questions)

  • Q1. Basic hr questions like ctc
  • Q2. Min np and is no buyable

Interview Preparation Tips

Interview preparation tips for other job seekers - Sab mast hai koi scene ni hai. Good karma is on its way

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Solid principal
  • Ans. 

    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

  • Answered by AI
  • Q2. Sql triggers joins n all

Interview Preparation Tips

Interview preparation tips for other job seekers - Study the basic n authentication

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between structure and class
  • Ans. 

    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; };

  • Answered by AI
  • Q2. What is Pass by Value & pass by Reference
  • Ans. 

    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...

  • Answered by AI
  • Q3. Print ****** *** *

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for both hands-on and theory questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What you do when your wifi is not connected with other device and you didn't get password
  • Ans. 

    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

  • Answered by AI
  • Q2. Find maximum value given an array with numbers and you can jump to any number and the value is jump length multiplied by value of location
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Say answer in easy way of thinkly and earn coins

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(9 Questions)

  • Q1. Write a Program Nth term in a infinite series example: 2,4,8,2,4,8……..n…….infinite
  • Ans. 

    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

  • Answered by AI
  • Q2. Write a Program identify Max length of a substring from a given string and also the substring should be palindrome
  • Ans. 

    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

  • Answered by AI
  • Q3. What is your comfort level on HTML, CSS and JavaScript
  • Ans. 

    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

  • Answered by AI
  • Q4. What are reasons for your transitions in Career
  • Ans. 

    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

  • Answered by AI
  • Q5. Oracle EBS 12.1 and 12.2 Technical Architecture Differences
  • Ans. 

    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

  • Answered by AI
  • Q6. What is your current role and how do you handle your daily tasks
  • Ans. 

    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...

  • Answered by AI
  • Q7. Tell me in detail step by step process for registering XML Publisher Report
  • Ans. 

    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

  • Answered by AI
  • Q8. Java Exceptions hierarchy(IOException then Exception Block , what error we get here)
  • Q9. Write a Program to find a second max in the give list? and Time Complexity
  • Ans. 

    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)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for OpenText Technologies Senior Software Engineer interview:
  • Java
  • Web Services
  • MVC
  • XML Publisher
  • Oracle Apps
  • SQL
  • Performance Tuining
Interview preparation tips for other job seekers - Learn Java Programming , SQL, Opps Concepts, Projects Questions and Prepare Puzzles

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. LRU Implementation
  • Ans. 

    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.

  • Answered by AI
  • Q2. Sell and buy stock

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Purely scenario based questions
  • Q2. Answer based on your experience
Round 3 - Technical 

(1 Question)

  • Q1. 1. Depth about JVM internals 2. SQL Query questions

Interview Preparation Tips

Interview preparation tips for other job seekers - give your answers with confident
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Given a tree, connect it horizontally.
  • Ans. 

    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.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design an algorithm to write content to a screen
  • Ans. 

    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

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design an Elastic Load balancer
  • Ans. 

    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...

  • Answered by AI
Round 5 - One-on-one 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your mind open - look at how you can extend your solutions.
And ask clarifying questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Input output questions on C, C++ and java

Round 2 - Coding Test 

Machine coding round 5-6 coding questions based on string and arrays. Medium level

Round 3 - Coding Test 

Mini project : They ask to code a system with the given requirements

Infinx Interview FAQs

How many rounds are there in Infinx Senior Software Engineer interview?
Infinx interview process usually has 2 rounds. The most common rounds in the Infinx interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Infinx Senior Software Engineer interview?

Some of the top questions asked at the Infinx Senior Software Engineer interview -

  1. What is join and how many types of joins are available with examp...read more
  2. What is inheritance with examp...read more
  3. What is Solid princi...read more

Tell us how to improve this page.

Infinx Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Join Infinx Revenue Realized. On Time. All The Time.
Infinx Senior Software Engineer Salary
based on 19 salaries
₹5.5 L/yr - ₹21 L/yr
15% less than the average Senior Software Engineer Salary in India
View more details

Infinx Senior Software Engineer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

3.0

Skill development

4.5

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

2.5

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Process Associate
733 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Senior Process Associate
327 salaries
unlock blur

₹1.5 L/yr - ₹5.2 L/yr

Senior Associate
160 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Senior Medical Coder
159 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Medical Coder
147 salaries
unlock blur

₹2.2 L/yr - ₹5.9 L/yr

Explore more salaries
Compare Infinx with

Mphasis

3.4
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview