Upload Button Icon Add office photos

Filter interviews by

IVP (India) Interview Questions, Process, and Tips for Freshers

Updated 16 Oct 2024

Top IVP (India) Interview Questions and Answers for Freshers

IVP (India) Interview Experiences for Freshers

Popular Designations

2 interviews 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

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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 Mar 2023. There were 5 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 - Aptitude Test 

Tricky questions from js, sql, c#

Round 3 - Technical 

(2 Questions)

  • Q1. Uses of B Tree
  • Ans. 

    B Trees are used for indexing in databases and file systems.

    • Used for efficient searching, insertion, and deletion operations in databases.

    • Helps in maintaining sorted data for quick retrieval.

    • Commonly used in file systems to store large amounts of data efficiently.

    • Each node in a B Tree can have multiple children, reducing the height of the tree.

  • Answered by AI
  • Q2. What is CTE in sql
  • Ans. 

    CTE stands for Common Table Expression in SQL, used to create temporary result sets that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.

    • CTEs improve readability and maintainability of complex queries

    • CTEs can be recursive, allowing for hierarchical data querying

    • CTEs are defined using the WITH keyword followed by the CTE name and query

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Program to reverse a linked list
  • Ans. 

    Reverse a linked list by changing the next pointers of each node to point to the previous node.

    • Start with three pointers: current, prev, and next.

    • Iterate through the linked list, updating the next pointers to point to the previous node.

    • Update prev, current, and next pointers in each iteration until the end of the list is reached.

  • Answered by AI
  • Q2. Puzzles from geeksforgeeks
Round 5 - HR 

(1 Question)

  • Q1. General HR questions like difficulties, strength weakness etc.

Skills evaluated in this interview

Top IVP (India) Software Developer Interview Questions and Answers

Q1. What is arrow function in JS
View answer (2)

Software Developer Interview Questions asked at other Companies

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] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at IVP (India)

View all

Interview questions from similar companies

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

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

Interview Questionnaire 

1 Question

  • Q1. Ask about distillation column

Interview Questionnaire 

1 Question

  • Q1. Type of piping , rolling tyep
  • Ans. 

    The type of piping used depends on the application and requirements. Rolling type piping is used for curved or circular structures.

    • The type of piping used can vary based on factors such as pressure, temperature, and fluid being transported

    • Common types of piping include carbon steel, stainless steel, and PVC

    • Rolling type piping is used for structures that require curved or circular shapes, such as pipelines for oil and g...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Correct or wrong ans no problem but tell answer bold.

I applied via Referral and was interviewed in Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions based on dye manufacturing

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the largest company in manufacturer of dyes and its intermediates.company always try to make some innovative

IVP (India) Interview FAQs

How many rounds are there in IVP (India) interview for freshers?
IVP (India) interview process for freshers usually has 3-4 rounds. The most common rounds in the IVP (India) interview process for freshers are Technical, Aptitude Test and Resume Shortlist.
How to prepare for IVP (India) interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at IVP (India). The most common topics and skills that interviewers at IVP (India) expect are Linux, Agile, Auditing, Backend and Change Management.
What are the top questions asked in IVP (India) interview for freshers?

Some of the top questions asked at the IVP (India) interview for freshers -

  1. DBMS query of second highest employee , find employeeid of manager whose employ...read more
  2. program to reverse a linked l...read more
  3. What is CTE in ...read more

Tell us how to improve this page.

IVP (India) Interview Process for Freshers

based on 2 interviews

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) Reviews and Ratings

based on 59 reviews

4.0/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.4

Salary

4.3

Job security

3.8

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 59 Reviews and Ratings
Assistant Manager - IT

Mumbai

3-4 Yrs

Not Disclosed

Officer / Executive - Production

Mumbai

2-5 Yrs

Not Disclosed

Explore more jobs
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.6
Compare

Gp Petroleums

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