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

Clear (1)

Ip Infusion Software Senior Software Engineer Interview Questions and Answers

Updated 9 Aug 2024

Ip Infusion Software Senior Software Engineer Interview Experiences

3 interviews found

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

60 m i n s , c o d i n g

Round 2 - Technical 

(2 Questions)

  • Q1. OSI Layers detail explanation
  • Ans. 

    OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven abstraction layers.

    • The OSI model consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers through defined protocols.

    • The layers work together to ...

  • Answered by AI
  • Q2. Network operating system architecture in detail
  • Ans. 

    Network operating system architecture involves the design and implementation of software that manages network resources and communication.

    • Network operating systems are designed to facilitate communication and resource sharing among multiple computers in a network.

    • They typically include features such as file sharing, printer sharing, user authentication, and security protocols.

    • Examples of network operating systems inclu...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Personal questions
  • Q2. Family questions

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to BGP -Link state from the networking side. For DS - questions related to linked lists, sorting, etc.
  • Q2. Data structure related questions : linked list, sorting, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever features/protocols you have worked on, revise them properly. Have a good knowledge of DS. If possible, read through OS/Linux, it will be an added advantage.

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Data structutes and networking concepts

Round 2 - Technical 

(1 Question)

  • Q1. Regarding networking and the experience we have in project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong what you have mentioned in resume

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Citrix user image Pranav Bhat Thirthahalli

posted on 3 Dec 2015

Interview Preparation Tips

Round: Test
Experience: Round 1: Online coding and aptitude test Section
Total time : 60 minutes
Questions{Marks} = 50(+1,-0.5)
Comments : * A few questions on Permutations and Combination and general aptitude * A few questions on Computer Networks and Operating Systems * Many C++ output questions, mainly on OOP * Questions are quite stimulating and these need proper time management, the idea of the concepts need to be at the tip of the tongue ("literaly")
Section 2:
Total Marks : 150
Total questions : 2 ( 100 + 50 )
Programming Languages allowed : All common PLs
Platform : HackerEarth Questions are easy but may require long codes. The output should be properly formatted.Not much algorithms Some 30 people get shortlisted for the interviews, consisting of maximum 4 rounds ( 3 tech + 1 HR).All interviews are elimination rounds

Round: Technical Interview
Experience: ( Tech interview-1):
* Mainly questions on the knowledge of C
* Trust me, one must be really an expert in C syntax, and you must know in and out of C
* Questions on pointers and bit wise arithmetic asked
* Some questions on Operating systems also asked( and these were really thought worthy, like how are interrupt handlers stored )
* Some resume based questions
(Tech interview-2) : Some 15 were shortlisted
*Mainly questions on algorithms
*Really tough questions , on trees and arrays, almost in the Microsoft level
*Should be optimized as possible.
*They describe one of their product, and then ask questions on how to solve some problems.
(Tech interview-3) Some 6 were shortlisted
Selection Procedure
* Interview by the Citrix India R&D Vice-President of Tech division
* Involves mainly resume based questions
* Most questions on Networks and TCP/IP
* Puzzles are also asked.
* You may get chocolates also in this round

Round: HR Interview
Experience: If you get here, it means you are 90% selected(unless you screw it really bad, by saying things like you don't know the company,etc ) *Standard question - Why Citrix ? *They mainly discuss what profile will be offered, and about the compensation and so on.

General Tips: I don't think I have any. In fact I had no aspirations initially to get into this company.In fact I too came to know about the company on the day I got selected into it :p
The only thing I can say is practice. Strengthen your networking and OS concepts Even though you don't need to be in the leader board of CodeChef for this company, you may want to know decent coding, atleast to make it to the interviews.
It was challenging and equally rewarding. I felt that this was a really friendly interview series, and they are quite accommodating and flexible in their questions. Infact even if you miss a question or two, don't worry.
Skill Tips: Forouzan - Data Communication and Networking ,C++ by Djarne Stroustrup HackerEarth and HackerRank Coding Focus more on Networking and OS if you want to get into this company, they don't focus on much of algorithms, since they don't want coders since it is a R&D profile.
Skills:
College Name: NIT Surathkal

Interview Questionnaire 

12 Questions

  • Q1. 3 - 4 data structures based coding questions
  • Q2. Questions on project like problems faced or errors encountered
  • Q3. Memory layout of C programs
  • Ans. 

    The memory layout of C programs refers to how variables and data structures are organized in memory.

    • C programs typically have four main sections in memory: code, data, heap, and stack.

    • The code section contains the compiled program instructions.

    • The data section stores global and static variables.

    • The heap is used for dynamic memory allocation.

    • The stack is used for function calls and local variables.

    • Pointers in C hold mem...

  • Answered by AI
  • Q4. Storage of semaphores and many other questions based on semaphores
  • Q5. Questions based on operating system
  • Q6. The usual first question ..tell me about yourself
  • Q7. What irritates you ?
  • Ans. 

    Inefficiency and lack of organization irritate me.

    • Inefficient code or processes

    • Lack of documentation

    • Disorganized project management

    • Inconsistent coding standards

    • Poor communication within the team

  • Answered by AI
  • Q8. My CPI was 8.69, even then was asked why is it so low , why not 9 or above
  • Q9. Dream company and if you get selected, will you still aspire and study for your dream company
  • Q10. How many computer languages do you know ?
  • Ans. 

    I know multiple computer languages including Java, Python, and C++.

    • Java

    • Python

    • C++

  • Answered by AI
  • Q11. Some situation based questions
  • Q12. Why didn't you get selected in the last company that visited your college ?

Interview Preparation Tips

Round: Test
Experience: The type of questions mainly comprised of aptitude, dbms, data structures, operating system, object oriented programming, networking and few basic questions on C programming language.
Tips: For Object Oriented programming  the book entitled as THINKING IN C++ volume 1 by BRUCE EKEL proved to be very useful.For C, read Dennis Ritchie thoroughly atleast twice.
Duration: 60 minutes
Total Questions: 45 or 50

Round: Problem Statement
Experience: The questions didn't make use of any tough algorithms. The solution too was quite simple but on the contrary there were several test cases which we generally overlook.
Tips: Sometimes practicing tough questions, we stumble across easy ones, so always start learning things from the ground level. Stay calm.

Round: Other Interview
Experience: It was managerial interview and i expressed myself in the best way i could . The interviewer tried to trap me in my own answer but somehow i managed to satisfy him by my answers.
Tips: Stay confident and be yourself.

Round: Technical Interview
Experience: Initially, i gave naive approach to the solution but the interviewer gave me sometime to improvise the solution and i ended up with solution with log n complexity.
Tips: Practice coding questions based on Data Structures as much as possible but look at the solutions only after the exhaustive attempts of self trials.

Round: Technical Interview
Experience: This round was bit tough . To answer the questions on semaphore, you need to have very basic knowledge of the topic.
Tips: System programming book by Richard Stevens provides deep insight of the concepts.Have strong grip on subject knowledge too.

General Tips: 1) Once you kick off a start to practicing coding questions and understanding the concepts, you actually enjoy things.2) Group Study plays a very crucial role. Discuss questions with your friends and your seniors.3) If initially you get bulk of errors in programming questions , don't get disheartened .Try to run the program by compiling each and every line thoroughly and eventually you will end up with successful compilation and that happiness is priceless.
Skill Tips: Have a command on your domain.
Skills: programming Skills, communication skills, Skills to handle the situation.
College Name: NIT ALLAHABAD
Motivation: A software company with software engineer profile  and a good package too and both of them defines my field of interest :P
Funny Moments: when the result was declared with me and my friend both got selected, we both started jumping and crying aloud infront of everyone out there.And at the end when we were given chocolates , there was another box containing t-shirts ..and i was constantly looking there in the hope that soon, we would be given t-shirts too but to the dismay the handed all of them over to the third party :(

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Design a Peer-to Peer sharing network like torrent. What all parameters would you like to consider?
  • Ans. 

    Design a P2P sharing network like torrent

    • Consider the architecture and protocols for file sharing

    • Include mechanisms for file discovery and download

    • Implement a distributed system for efficient data transfer

    • Ensure data integrity and security

    • Handle scalability and load balancing

    • Consider user interface and ease of use

  • Answered by AI
  • Q2. You want to retrieve data about cricket players. Search string will be name. Also, we want first players having first 10/10000 hits. What data structures will you use to store data?
  • Q3. Tell about the projects you have done?
  • Q4. According to you, what is the definition of good job?
  • Ans. 

    A good job is one that provides satisfaction, growth opportunities, work-life balance, and fair compensation.

    • Satisfaction: Feeling fulfilled and accomplished in the work being done.

    • Growth opportunities: Having chances to learn, develop new skills, and advance in the career.

    • Work-life balance: Striking a healthy equilibrium between work responsibilities and personal life.

    • Fair compensation: Being adequately rewarded for t...

  • Answered by AI
  • Q5. What are your future plans?
  • Q6. Where do you see yourselves after few years?
  • Q7. Are you planning for any higher studies?

Interview Preparation Tips

Round: Test
Experience: It was an online test with Objective questions for 1 hour and Coding – one and half hour.The questions asked were mainly based on CS networking course.Other than networking, there were lot of DSA questions, few OS questions and puzzles were asked.
Tips: Coding requires good speed.
For coding, I chose C++, there were other languages too.

Round: Technical Interview
Experience: It was of about 20 minutes.There were 2 technical interviews.

Round: HR Interview
Experience: minor was not at all related.
Tips: Oracle, easy dsa questions are asked. It’s easy to get into this. This is like a back-up one.

Skill Tips: Practice Coding through codechef etc.
College Name: IIT MADRAS

Skills evaluated in this interview

Interview Preparation Tips

Round: PRE placement
Experience: Was accepted through the pre placement offer after a satisfactory internship during the summer.
There was a small test after the internship. Work done in the internship in co-ordination with mentor, employees and manager has more weight-age.

General Tips: Just brush up on your fundamentals. The questions asked will just be a direct or indirect applications of what you have learnt. Good programming practice is also needed.
Good knowledge about Operating systems, Data structures, Networking and Programming is what they generally look for while hiring.
A good internship project helped in securing the PPO.
Skills:
College Name: NIT Surathkal

Interview Preparation Tips

Skills: Networking, OS, Linux kernel
College Name: NA

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. Write a program to reverse a n integer
  • Ans. 

    Program to reverse an integer

    • Convert the integer to a string

    • Reverse the string

    • Convert the reversed string back to an integer

  • Answered by AI
  • Q2. Explain me about your projects
  • Ans. 

    I have worked on various projects including a web application for inventory management and a mobile app for task tracking.

    • Developed a web application using React for inventory management, allowing users to track stock levels and generate reports.

    • Created a mobile app using Flutter for task tracking, enabling users to create, assign, and track tasks in real-time.

    • Collaborated with a team of developers to integrate APIs an...

  • Answered by AI
  • Q3. Are you interstedoing in studying further
  • Ans. 

    Yes, I am interested in studying further to enhance my skills and knowledge in software engineering.

    • Interested in pursuing a Master's degree in Computer Science

    • Enrolling in online courses to learn new technologies and programming languages

    • Attending workshops and conferences to stay updated with industry trends

  • Answered by AI
  • Q4. Reverse a linked list without using extra memory
  • Ans. 

    Reverse a linked list without using extra memory

    • Iterate through the linked list and change the next pointers to reverse the list

    • Use three pointers - prev, current, and next - to keep track of the reversed list

    • Start with prev and current pointing to null and the head of the linked list respectively

    • While traversing the list, update the next pointer of the current node to point to the previous node

    • Move prev and current po...

  • Answered by AI
  • Q5. Explain me about all the data structures you know, tell me their advantages over others and applications
  • Ans. 

    Data structures are fundamental concepts in software engineering that organize and store data efficiently.

    • Arrays: Simple and efficient for storing and accessing elements.

    • Linked Lists: Dynamic and flexible, efficient for insertion and deletion.

    • Stacks: LIFO structure, useful for managing function calls and undo operations.

    • Queues: FIFO structure, ideal for managing tasks and scheduling.

    • Trees: Hierarchical structure, used ...

  • Answered by AI
  • Q6. What is the difference between into arr [5] and malloc (5*sizeof (int))
  • Ans. 

    The difference is that 'int arr[5]' creates an array on the stack, while 'malloc(5*sizeof(int))' allocates memory on the heap.

    • int arr[5] creates an array of 5 integers on the stack, which is a fixed-size memory allocation.

    • malloc(5*sizeof(int)) dynamically allocates memory on the heap, allowing for variable-size memory allocation.

    • The memory allocated with malloc must be explicitly freed with free() to avoid memory leaks

  • Answered by AI
  • Q7. Tell me about yourself.
  • Ans. 

    I am a passionate software engineer with a strong background in computer science and experience in developing innovative solutions.

    • Completed a Bachelor's degree in Computer Science from XYZ University

    • Proficient in programming languages such as Java, Python, and C++

    • Worked on various projects including a mobile app for tracking fitness goals

    • Familiar with Agile development methodologies and version control systems like Gi

  • Answered by AI
  • Q8. Where do you want to see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Continuing to enhance my technical skills and knowledge through ongoing learning and certifications

    • Taking on more leadership responsibilities and mentoring junior team members

    • Contributing to the development of cutting-edge software solutions for the company

    • Possibly pursuing opportunities for advancement within the...

  • Answered by AI
  • Q9. Mention two weakness es
  • Ans. 

    I tend to overthink details and can be overly critical of my own work.

    • Overthinking details can lead to delays in completing tasks

    • Being overly critical can hinder progress and confidence

  • Answered by AI
  • Q10. Are you intersted in studying further
  • Ans. 

    Yes, I am interested in studying further to enhance my skills and stay updated with the latest technologies.

    • I believe continuous learning is essential in the fast-paced tech industry

    • Further studies can help me specialize in a specific area of software engineering

    • Advanced degrees or certifications can open up new career opportunities

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Asked me few simple questions related to OS and Network security

Round: Technical Interview
Experience: Asked me few simple questions related to OS and Network security

College Name: IIT Madras

Skills evaluated in this interview

Interview Preparation Tips

General Tips: Just be confident. You may not be able to answer all the questions correctly. If you don't know the answer, be honest and confidently answer the questions that you know.
College Name: NIT SURATHKAL
Contribute & help others!
anonymous
You can choose to be anonymous

Ip Infusion Software Interview FAQs

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

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

  1. Network operating system architecture in det...read more
  2. OSI Layers detail explanat...read more
  3. Questions related to BGP -Link state from the networking side. For DS - questio...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

Intellipaat Software Solutions

INTERVIEWS

Befree Business Resourceing

No Interviews

INTERVIEWS

Intellipaat Software Solutions

No Interviews

JOBS

Intellipaat Software Solutions

No Jobs

INTERVIEWS

Befree Business Resourceing

No Interviews

Tell us how to improve this page.

Ip Infusion Software Senior Software Engineer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Ip Infusion Software Senior Software Engineer Salary
based on 102 salaries
₹6.5 L/yr - ₹15 L/yr
25% less than the average Senior Software Engineer Salary in India
View more details

Ip Infusion Software Senior Software Engineer Reviews and Ratings

based on 11 reviews

4.7/5

Rating in categories

4.8

Skill development

4.6

Work-life balance

4.2

Salary

4.8

Job security

4.6

Company culture

4.6

Promotions

4.7

Work satisfaction

Explore 11 Reviews and Ratings
Senior Software Engineer
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior TAC Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ip Infusion Software with

Cisco

4.1
Compare

Juniper Networks

4.2
Compare

Arista Networks

4.2
Compare

VMware Software

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent