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 (42)

Jobs at IVP (India)

View all

Interview questions from similar companies

I was interviewed before Sep 2016.

Interview Preparation Tips

Round: Group Discussion
Experience: Interview was scheduled in Grab Job consultancy. In that, a class room, where we all asked to sit and interviewer was sitting in front and asked to speak one by one on the topic traffic situation in Hyderabad.
Tips: Just speak once two to three lines. Don't rush to speak. Take ur time and don't try speak repeatedly.
Duration: 35 minutes

Round: Technical Interview
Experience: System based test. Easy question from java , c, data structure.

Round: HR Interview
Experience: Not held because already we got too late.

Skills: Proficiency In English, Basic Coding
College Name: Medak College of engineering

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts in Java?
  • Ans. 

    Oops concepts in Java

    • Encapsulation - hiding implementation details

    • Inheritance - reusing code and creating parent-child relationships

    • Polymorphism - multiple forms of a method or object

    • Abstraction - creating abstract classes and interfaces

    • Example: Encapsulation - using private variables and public methods

    • Example: Inheritance - creating a subclass that inherits from a superclass

    • Example: Polymorphism - using method overloa...

  • Answered by AI
  • Q2. Altering columns in Databases?
  • Ans. 

    Altering columns in databases involves modifying the structure of a table by adding, deleting or modifying columns.

    • Use ALTER TABLE statement to modify columns

    • Add new columns using ADD COLUMN

    • Delete columns using DROP COLUMN

    • Modify columns using MODIFY COLUMN

    • Changing column data type may result in data loss

  • Answered by AI
  • Q3. Asked some queries in SQL
  • Q4. Reversing a number in java?
  • Ans. 

    Reversing a number in Java

    • Convert the number to a string

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
  • Q5. Extracting words from a line in java?
  • Ans. 

    To extract words from a line in Java, split the line using whitespace as delimiter.

    • Use the split() method of String class

    • Pass the whitespace regex as argument to split() method

    • Iterate over the resulting array to get individual words

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Started with the question "Tell me about yourself". Asked me about Core Java. Asked to solve some questions related to Java and SQL.
Tips: Be prepared with high knowledge in Java, Data Structures and SQL.

Skills: Java Programming, Data Strrutures, SQL
College Name: IIITDM Jabalpur

Skills evaluated in this interview

Software Developer Interview Questions & Answers

Capgemini user image Dwarkesh Maheshwari

posted on 23 Sep 2017

I was interviewed in Sep 2017.

Interview Questionnaire 

1 Question

  • Q1. Basic c questions and sorting Then about projects

Interview Preparation Tips

Round: Test
Experience: Basic apti questions
But reasoning was tricky
Tips: Don't waste time
Duration: 1 hour
Total Questions: 32

Round: Technical test
Experience: Basic c question
SQL questions
Tips: Must have deep knowledge in c

Round: Technical Interview
Experience: Briefly explain my project and then successfully answerd questions asked
Tips: Complete knowledge of your project

College Name: KIET

Interview Questionnaire 

1 Question

  • Q1. What is the advantage of generic collection, when and why we should approach for that?
  • Ans. 

    Generic collections provide type safety and reusability in software development.

    • Generic collections allow us to store and manipulate objects of any type in a type-safe manner.

    • They provide compile-time type checking, reducing the chances of runtime errors.

    • They promote code reusability by allowing the same collection to be used with different types.

    • Generic collections improve performance by eliminating the need for boxin...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was and off campus drive, first round was written test on computer as MCQ.
Aptitude, reasoning, English and programming sudo codes.
60 questions 90 minutes.
Duration: 2 hours 30 minutes
Total Questions: 60

Round: Group Discussion
Experience: It was a very interesting round, we were given sufficient time to think about topic.
First we were asked to speak individually on the topic ,later panel member asked is to make same topic as debate.
Tips: Don't sit silent, if you are not getting a chance to speak, you can interrupt to the people and seek a chance to put your point.
Duration: 30 minutes

Round: Technical + HR Interview
Tips: Be confident and tell the exact you know, don't try make customised concepts.
Try to drag interviewer towards the fields of your strength.

I was interviewed before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.

    • 5 years of experience in web development

    • Strong background in computer science

    • Passionate about software development

  • Answered by AI
  • Q2. Questions related to project I have worked on during college days
  • Q3. Core Java concepts
  • Q4. Why do you use two mobile numbers
  • Ans. 

    To separate personal and professional calls, and to ensure availability and accessibility.

    • Separate personal and professional calls

    • Ensure availability and accessibility

    • Maintain work-life balance

    • Avoid mixing personal and work-related contacts

  • Answered by AI

Interview Preparation Tips

Round: Test
Total Questions: 60

College Name: Watumull Institute Of Electronics Engineering And Computer Technology ( WIEECT )

I was interviewed in Jul 2017.

Interview Questionnaire 

1 Question

  • Q1. Android basics and programs

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume shortlisted on the basis of 60% through out and experience in development more than 6 months.

Round: Technical Interview
Experience: Core java.. String, oops, exception,

Round: HR Interview
Experience: As usual.. tell me about your self.expectations and salary discussion.
Tips: Be confident whatever you say.

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. What is firmware and where it is used?
  • Ans. 

    Firmware is a type of software that is embedded in hardware devices to control their functionality.

    • Firmware is a combination of hardware and software.

    • It is used to control the behavior of hardware devices.

    • Firmware is typically stored in non-volatile memory, such as ROM or flash memory.

    • Examples of devices that use firmware include routers, printers, and digital cameras.

  • Answered by AI
  • Q2. Tell me about yourself only.
  • Ans. 

    I am a passionate software developer with experience in building web applications and solving complex problems.

    • Experienced in programming languages such as Java, JavaScript, and Python

    • Familiar with front-end technologies like HTML, CSS, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Previous projects include developing a customer management system for a small business

  • Answered by AI

Interview Preparation Tips

Round: aptitude
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: Technical Interview
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: HR Interview
Experience: they tested my core knowledge and learning skill.
Tips: be strong in your basics.

Skills: Ability To Think Beyond Boundaries
College Name: mnm jec

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your mini project
  • Ans. 

    Developed a web application for tracking personal expenses

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented Node.js and MongoDB for back-end functionality

    • Included features for adding, categorizing, and analyzing expenses

  • Answered by AI
  • Q2. Tell me about your team work other than project.
  • Ans. 

    I actively participate in team building activities and collaborate with colleagues on various initiatives outside of work projects.

    • Organizing team lunches or outings to build camaraderie

    • Participating in charity events or volunteer work as a team

    • Collaborating on internal initiatives such as diversity and inclusion programs

    • Attending industry conferences or workshops together

  • Answered by AI
  • Q3. How will you convince your client if you are not able deliver the project on time.
  • Ans. 

    I will explain the reasons for the delay and present a plan to mitigate it.

    • Communicate the reasons for the delay clearly and honestly

    • Present a plan to mitigate the delay and ensure timely delivery

    • Provide regular updates on the progress of the project

    • Offer alternative solutions or compromises if necessary

    • Ensure that the client understands the impact of the delay on the project

    • Maintain a professional and respectful attit

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions will be from aptitude and vocabulary
Duration: 1 hour
Total Questions: 60

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

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

IVP (India) Reviews and Ratings

based on 58 reviews

4.1/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.4

Salary

4.2

Job security

3.8

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 58 Reviews and Ratings
Officer / Executive - Production

Mumbai

2-5 Yrs

Not Disclosed

Assistant Manager - IT

Mumbai

3-4 Yrs

Not Disclosed

Explore more jobs
Executive Production
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Officer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager - Production
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IVP (India) with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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