Upload Button Icon Add office photos

Filter interviews by

IVP (India) Associate Software Engineer Interview Questions and Answers

Updated 31 Jul 2024

IVP (India) Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ round on OOPS (java) , JS, C#, SQL(dbms)

Round 2 - Technical 

(4 Questions)

  • Q1. Two DSA questions , Happy Number (leetcode Q.202) , First Unique character in String (leetcode Q.387)
  • Q2. Polymorphism, Function Overloading & Overriding (code), Constructor, Access Specifier
  • Q3. Project (about nextjs, diff. b/w next & react, advantage of nextjs, SPA, some discussion about tailwind, miui (library), js)
  • Q4. DBMS query of second highest employee , find employeeid of manager whose employee name is 'something' (based on self join & only one table)
  • Ans. 

    Use self join in a DBMS query to find the employeeid of the manager whose employee name is 'something'.

    • Use a self join on the table to compare employee and manager names

    • Order the results by employeeid in descending order to get the second highest employee

    • Select the manager's employeeid where the employee name is 'something'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn OOPS concept in deep (very deep) , DBMS in deep (especially joins queries) , well prepare for DSA & your projects.

Skills evaluated in this interview

Interview questions from similar companies

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Can you tell me about yourself?
  • Q2. What is the working principle and operational mechanism of a level transmitter?
  • Ans. 

    A level transmitter measures the level of liquids or solids in a container using various principles like hydrostatic pressure or capacitance.

    • Hydrostatic Pressure: Measures pressure at the bottom of a tank to determine liquid level.

    • Capacitance: Uses changes in capacitance between probes to measure level.

    • Ultrasonic: Sends ultrasonic waves to the surface and measures the time taken for the echo to return.

    • Radar: Uses micro...

  • Answered by AI
  • Q3. What is the single line diagram of an electrical system?
  • Ans. 

    A single line diagram (SLD) is a simplified representation of an electrical system showing components and their connections.

    • Represents electrical components like transformers, circuit breakers, and loads in a single line.

    • Used for system analysis, design, and troubleshooting.

    • Example: A power distribution system showing the main feeder, sub-feeders, and loads.

    • Helps in understanding the flow of electricity and identifying

  • Answered by AI
  • Q4. Give 2 reasons why we need to select you
  • Ans. 

    I bring extensive experience and a proven track record of delivering innovative solutions that drive efficiency and success.

    • Proven Expertise: I have over 10 years of experience in software development, leading projects that increased efficiency by 30%.

    • Leadership Skills: I successfully managed a team of engineers on a project that delivered a product 2 months ahead of schedule.

  • Answered by AI
  • Q5. Why you changed more companies within short period
  • Ans. 

    I changed companies to seek growth, new challenges, and align with my career goals in a rapidly evolving tech landscape.

    • Pursued opportunities that offered better career advancement, such as a role at a startup that allowed me to lead projects.

    • Transitioned to companies with innovative technologies that matched my interests, like moving to a firm specializing in AI.

    • Some changes were due to company restructuring or layoff...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Self introduction
  • Q2. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. More technical , and related to oil and gas
Round 2 - HR 

(1 Question)

  • Q1. Related to job and development
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Where you worked before sallary expectations and all

Interview Preparation Tips

Interview preparation tips for other job seekers - There's nothing like interview in the Kolkata region of jyoti resins and Adhesive basically they will tell you they are looking for graduates but most the seniors employees which work in Kolkata region are not even 10th pass

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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. Just share my previous job experience in the interview
  • Q2. Salary negotiations&working about territory root map

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident &don,t think about negative thoughts

I applied via Approached by Company and was interviewed before Nov 2021. 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 

(3 Questions)

  • Q1. Share the work experience of previous companies
  • Q2. Manager ask about how to achieve company targets
  • Q3. Salary negotiations¬ice period

Interview Preparation Tips

Interview preparation tips for other job seekers - company see mostly dedication &confidence levels of the employee
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Current CTC, ready to relocate
Round 2 - Technical 

(1 Question)

  • Q1. Detail about field work and family members
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical issue
Round 4 - Technical 

(1 Question)

  • Q1. Technical issue
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Questionnaire 

2 Questions

  • Q1. Core python
  • Q2. OOPS concept

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Palindrome String Validation

    Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.

    Note:
    The string 'S' should be evaluated in a case...
  • Ans. 

    The task is to check whether a given string is a palindrome or not, considering only alphabets and numbers and ignoring symbols and whitespaces.

    • Convert the string to lowercase and remove all symbols and whitespaces.

    • Reverse the modified string and compare it with the original string.

    • If they are equal, then the string is a palindrome.

    • If not, then the string is not a palindrome.

  • Answered by AI
  • Q2. 

    Square Root (Integral) Problem Statement

    Given a number N, calculate its square root and output the integer part only.

    Example:

    Input:
    18
    Output:
    4
    Explanation:

    The square root of 18 is approximate...

  • Ans. 

    The task is to find the integral part of the square root of a given number.

    • Use the built-in square root function to find the square root of the number.

    • Convert the result to an integer by rounding down or using the floor function.

    • Print the integer part of the square root as the output.

  • Answered by AI
  • Q3. 

    Min Steps to One Using Dynamic Programming

    Given a positive integer N, your task is to determine the minimum number of steps required to reduce N to 1.

    Allowed Operations:

    1) Subtract 1 from it: n = n -...
  • Ans. 

    The task is to find the minimum number of steps required to reduce a positive integer to 1 using three given operations.

    • Use dynamic programming to solve the problem efficiently.

    • Create an array to store the minimum steps required for each number from 1 to N.

    • Iterate from 2 to N and calculate the minimum steps for each number based on the three operations.

    • Return the minimum steps for N.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

They started Fundamentals of OOP- Inheritance, Polymorphism

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.

    Example:

    Input:
    array = [34, -50, 42, 14, -5, 86]
    Out...
  • Ans. 

    The maximum sum of any contiguous subarray in an array is found using Kadane's algorithm in O(N) time.

    • Initialize two variables, maxSum and currentSum, both set to the first element of the array.

    • Iterate through the array from the second element.

    • For each element, update currentSum by adding the element to it.

    • If currentSum becomes negative, reset it to 0.

    • If currentSum is greater than maxSum, update maxSum.

    • After iterating ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Medium

Some people had two HR interviews but I only had one and interview went up till 11:30 pm and you get only 5-10 minutes to prepare for HR on Zoom

Interview Preparation Tips

Eligibility criteria7 cgpaMasterCard interview preparation:Topics to prepare for the interview - DBMS, Data Structures and Algorithms , OOP, Maths puzzles, Aptitude , CN, OSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Solve atleast 200 problems
Tip 2 : Focus on all data structures 
Tip 3 : Build some good projects

Application resume tips for other job seekers

Tip 1 : Keep it precise and concise.
Tip 2 : Build your resume yourself according your skills

Final outcome of the interviewSelected

Skills evaluated in this interview

IVP (India) Interview FAQs

How many rounds are there in IVP (India) Associate Software Engineer interview?
IVP (India) interview process usually has 2 rounds. The most common rounds in the IVP (India) interview process are Aptitude Test and Technical.
What are the top questions asked in IVP (India) Associate Software Engineer interview?

Some of the top questions asked at the IVP (India) Associate Software Engineer interview -

  1. DBMS query of second highest employee , find employeeid of manager whose employ...read more
  2. Two DSA questions , Happy Number (leetcode Q.202) , First Unique character in S...read more
  3. Polymorphism, Function Overloading & Overriding (code), Constructor, Access Spe...read more

Tell us how to improve this page.

IVP (India) Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Bodal Chemicals Interview Questions
3.8
 • 13 Interviews
Rain Industries Interview Questions
3.6
 • 11 Interviews
Chemfab Alkalis Interview Questions
3.4
 • 10 Interviews
Gp Petroleums Interview Questions
3.3
 • 7 Interviews
View all
IVP (India) Associate Software Engineer Salary
based on 9 salaries
₹6.5 L/yr - ₹9 L/yr
30% more than the average Associate Software Engineer Salary in India
View more details
Executive Production
43 salaries
unlock blur

₹2.8 L/yr - ₹5.6 L/yr

Production Officer
41 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Software Developer
14 salaries
unlock blur

₹6.5 L/yr - ₹16.5 L/yr

Assistant Manager - Production
13 salaries
unlock blur

₹4.7 L/yr - ₹7.2 L/yr

Assistant Manager
10 salaries
unlock blur

₹4.5 L/yr - ₹6.1 L/yr

Explore more salaries
Compare IVP (India) with

Bodal Chemicals

3.8
Compare

Tamilnadu Petroproducts

4.3
Compare

Rain Industries

3.5
Compare

Gp Petroleums

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