Upload Button Icon Add office photos
Engaged Employer

i

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

Ip Infusion Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ip Infusion Software Associate Software Engineer Interview Questions, Process, and Tips

Updated 18 Nov 2021

Ip Infusion Software Associate Software Engineer Interview Experiences

1 interview found

I applied via Campus Placement

Interview Questionnaire 

6 Questions

  • Q1. Basics of c and datastructure and about project
  • Q2. What is call by value and call by reference with sample code
  • Ans. 

    Call by value and call by reference are two ways of passing arguments to a function.

    • Call by value passes a copy of the value to the function, while call by reference passes a reference to the original value.

    • In call by value, changes made to the parameter inside the function do not affect the original value, while in call by reference, changes made to the parameter inside the function affect the original value.

    • Example o...

  • Answered by AI
  • Q3. What is static
  • Ans. 

    Static refers to a variable or method that belongs to a class rather than an instance of that class.

    • Static variables are shared across all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI
  • Q4. Y we r using call by reference what is the main purpose of using call by reference
  • Ans. 

    Call by reference is used to pass the memory address of a variable to a function.

    • Allows modification of the original variable

    • Saves memory by not creating a copy of the variable

    • Used for large data structures like arrays

    • Example: void swap(int *a, int *b) { int temp = *a; *a = *b; *b = temp; }

  • Answered by AI
  • Q5. Difference between call by value and call ny by reference
  • Ans. 

    Call by value passes a copy of the value to the function, while call by reference passes a reference to the original value.

    • Call by value creates a new copy of the variable, while call by reference uses the original variable.

    • Call by value does not modify the original variable, while call by reference can modify the original variable.

    • Call by value is used for simple data types like int, float, etc., while call by referen...

  • Answered by AI
  • Q6. Can we find the ip address of a system
  • Ans. 

    Yes, we can find the IP address of a system.

    • Use command prompt and type 'ipconfig' to find the IP address of the system.

    • Alternatively, use online tools like 'WhatIsMyIP' or 'IP Lookup' to find the IP address.

    • IP addresses can also be found in the network settings of the system.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good.. but think 1000 times before joining this organisation....i

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Discussion about OOPS concepts and String related program

Round 2 - Coding Test 

Program on Recursion and Array

Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. Reason for joining with company

I applied via Walk-in and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Good technical round, you can manage, mainly Java questions used to come

Round 2 - HR 

(2 Questions)

  • Q1. HR round is also good package discussion will happen
  • Q2. Company personal so kept secret

Interview Preparation Tips

Topics to prepare for Yodlee Senior Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - With ML & advanced technology in working condition in place, they require less staffs
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. About project and technology
Round 2 - HR 

(1 Question)

  • Q1. What is expected Salary?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank test. Basic coding questions on arrays, list etc.

Round 2 - Technical 

(1 Question)

  • Q1. Interactive session. Theoritical questions on oops, multithreading, springboot, java8 and few coding questions.
Round 3 - Technical 

(1 Question)

  • Q1. Design round. Questions on system design and best practices to be followed while developing any service. Few managerial questions as well.
Round 4 - HR 

(1 Question)

  • Q1. Profile related questions and salary discussion.

Interview Preparation Tips

Topics to prepare for Bottomline Senior Software Engineer interview:
  • Java8 and above
  • Data structure
  • Springboot
Interview preparation tips for other job seekers - Practice coding questions on java8 functions and few mid level data-structures based questions.
Round 1 - Technical 

(1 Question)

  • Q1. Basics .net , c#, sql
Round 2 - Technical 

(1 Question)

  • Q1. Current Project Details, Roles and some technical questions too
Round 3 - HR 

(1 Question)

  • Q1. Package Discussion and Other basic details

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your basics are strong and should be confident to explain about the current project and its technical details.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Array and Java related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was rude and the Interviewer was fixated on one topic. He was rejecting candidates left and right.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Generic DSA questions along with sql query
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. Medium prepare well on data structure
  • Q2. Find duplicate elements in array
  • Ans. 

    Find duplicate elements in array

    • Iterate through array and compare each element with all other elements

    • Use a hash table to keep track of seen elements

    • Sort the array and compare adjacent elements

  • Answered by AI
  • Q3. Remove duplicate elements in array
  • Ans. 

    Remove duplicate elements in array

    • Use a hash table to keep track of elements already seen

    • Sort the array and remove adjacent duplicates

    • Use a Set to store unique elements

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Based on api fetching and data optimazation
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions like inmovation creation difference
Round 5 - One-on-one 

(1 Question)

  • Q1. With manager one to one discussion on projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on data structure.
Prepare on array questions.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 Leetcode medium - LRU Cache and sliding window question

Round 2 - System Design 

(1 Question)

  • Q1. Design Whatsapp
  • Ans. 

    Design a messaging app like Whatsapp

    • Implement end-to-end encryption for secure messaging

    • Allow users to send text messages, images, videos, and documents

    • Include features like group chats, voice and video calls, status updates

    • Provide option for users to share their location

    • Develop a user-friendly interface with customizable settings

  • Answered by AI

Skills evaluated in this interview

Ip Infusion Software Interview FAQs

What are the top questions asked in Ip Infusion Software Associate Software Engineer interview?

Some of the top questions asked at the Ip Infusion Software Associate Software Engineer interview -

  1. What is call by value and call by reference with sample c...read more
  2. Y we r using call by reference what is the main purpose of using call by refere...read more
  3. Difference between call by value and call ny by refere...read more

Tell us how to improve this page.

Ip Infusion Software Associate Software Engineer Salary
based on 6 salaries
₹2 L/yr - ₹6 L/yr
11% less than the average Associate Software Engineer Salary in India
View more details

Ip Infusion Software Associate Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
97 salaries
unlock blur

₹6.5 L/yr - ₹14.9 L/yr

Software Engineer
79 salaries
unlock blur

₹4.1 L/yr - ₹10 L/yr

Technical Lead
55 salaries
unlock blur

₹11 L/yr - ₹27 L/yr

Senior Technical Lead
17 salaries
unlock blur

₹21 L/yr - ₹33 L/yr

Senior TAC Engineer
9 salaries
unlock blur

₹8.5 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Ip Infusion Software with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Yodlee

3.8
Compare

Algonomy

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