Upload Button Icon Add office photos

Filter interviews by

DV Projects Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Tell me about ur self
  • Ans. 

    I am a highly skilled System Engineer with expertise in designing and implementing complex systems.

    • Experienced in managing and troubleshooting network infrastructure

    • Proficient in virtualization technologies such as VMware and Hyper-V

    • Strong knowledge of operating systems like Windows and Linux

    • Familiar with scripting languages like PowerShell and Bash

    • Excellent problem-solving and communication skills

  • Answered by AI
  • Q2. Have u done any teamwork
  • Ans. 

    Yes, I have experience working in teams.

    • I have worked on several group projects during my studies.

    • I have collaborated with colleagues to solve complex technical problems.

    • I have participated in cross-functional teams to implement system upgrades.

    • I have also been part of agile development teams, working closely with software engineers and testers.

    • One example of teamwork is when I led a team of engineers to successfully d

  • Answered by AI
  • Q3. Family background

Interview Preparation Tips

Round: Test
Experience: There are two sections ....1) verbal 2)analytical and reasoning. paper was little bit tough. i didn't remember the type of questions.

Round: HR Interview
Experience: The HR was very cool and friendly. He asked me general questions like "tell me about ur self","have u done any teamwork" etc and then he asked me about my favourite subject.Then he asked me to explain the subject considering him as an 8th class student. Then he asked me about my family background. And the interview was about 30mins.

General Tips: You must be very cool while facing interview and u should ur confidence and interest towards the company.
College Name: NIT WARANGAL

Interview Questionnaire 

1 Question

  • Q1. Why Mechanical Engineering?
  • Ans. 

    Mechanical Engineering offers a diverse range of opportunities to apply scientific principles to solve real-world problems.

    • Mechanical Engineering provides a strong foundation in math, physics, and materials science.

    • It offers a wide range of career opportunities in various industries such as automotive, aerospace, and manufacturing.

    • Mechanical Engineers design and develop machines, tools, and systems that improve our dai...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions related to courses of Design, MOS, TOM. It had tough MCQ’s based on formulae that had to be memorized and were calculation intensive.

Round: Technical Interview
Experience: it was a 45-minute round with questions about yourself, CPI and extra-curricular activities.

Round: HR Interview
Experience: Questions based on resume, internship and 2nd and 3rd year related projects. Short discussion on Extra-curricular activities.

College Name: IIT KANPUR

Interview Questionnaire 

1 Question

  • Q1. Basic HR questions, your understanding of your projects, biggest achievement so far??

Interview Preparation Tips

Round: Resume Shortlist
Tips: Get to know your resume very well, have a story for each of your resume point

Round: Test
Experience: Written test. Basic Quant and one short essay to test your English.

Round: Interview
Experience: They were looking for people with good math skills and team player.

Round: Interview
Experience: Prepare for all the basic HR questions beforehand, write them down. for core get your basic fundamentals perfect.
Tips: I started preparing for placements from Nov starting but starting early will be better.

General Tips: Prepare for all the basic HR questions beforehand, write them down. 
For core, get your basic fundamentals perfect.
Skills: Basic fundamentals
College Name: IIT-Madras

Interview Preparation Tips

Round: Interview
Experience: The round was of 1 hour

Round: Group Discussion
Experience: 10 people per group

General Tips: This company, as I understand, is looking for future managers. No technical preparation is required as didn’t ask a single question related to academics. You just need to convince them that you are ready to do whatever they want you to do in the company be it coding or data entry and depending on your luck and soft skills you will get through.
Skill Tips: Cut off is 8.
College Name: IIT KHARAGPUR

Interview Preparation Tips

Round: Interview
Experience: Quizzed on opinions of the Construction Industry.

General Tips: 1. Be prepared on the courses and project works that you mention in your resume2. Read newspapers, blogs about the construction industry and keep yourself updated
Skill Tips: """"
Skills: Infrastructure Planning, Infrastructure Management, Construction Management, Project Management
College Name: VIT Chennai

Interview Preparation Tips

Round: Walk in
Experience: Initial shortlist was Walk-In.

Round: Technical Interview
Experience: Duration: 50 mins.
Resume based.

General Tips:  Have a good number of projects and know each and every aspect of the projects mentioned
 Have the ability to relate course content to the project development
Skill Tips: They were looking for Product Designers.
College Name: IIT-Madras

Interview Questionnaire 

7 Questions

  • Q1. What is the diffrence between java & C
  • Ans. 

    Java is an object-oriented language while C is a procedural language.

    • Java is platform-independent while C is platform-dependent.

    • Java has automatic garbage collection while C requires manual memory management.

    • Java has built-in support for multithreading while C requires external libraries.

    • Java has a larger standard library compared to C.

    • Java is more secure than C due to its strong type checking and exception handling.

    • C ...

  • Answered by AI
  • Q2. What do u understand by pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages.

    • Pointers allow direct access and manipulation of memory locations.

    • They are commonly used in programming languages like C and C++.

    • Pointers can be used to pass variables by reference, allowing modifications to the original value.

    • They can also be used to dynamically allocate memory.

    • Example: int* ptr; // declares a pointer to an

  • Answered by AI
  • Q3. Introduce urself
  • Q4. Ur weaknesses & strengths
  • Q5. Why should i hire u
  • Q6. Why us
  • Q7. Wer do u see urself in next 5 years
  • Ans. 

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

    • Leading a team of developers

    • Working on complex projects

    • Continuing to learn and grow in my role

    • Contributing to the success of the company

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Clear ur basic concepts also practice maths related questions
Tips: NA
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: initially I wasnt aware of the topic. i waited til everyone strted n waited for my turn... til the time i was listening to wat other students wer saying. den i got idea on wat the topic is really abt. i gathered some points in my mind and js spoke wat views i had .. it was ffun actually.
Tips: always first think about the topic before speaking.
Duration: 30 minutes

Round: Technical Interview
Experience: i dont exactly remember wat wer the questions asked.
Tips: NA

Round: HR Interview
Experience: Being honest wil help to crack this interview
Tips: NA

General Tips: WORK HARD TOWARDS YOUR GOAL !
Skill Tips: develop basi programming skills & logics
Skills: programing C/C++, basic java, OS, DB, NETWORKING, OOPS
College Name: SIES Institute Of Technology, Nerul
Motivation: Keep Chasin ur DREAMS.. !!
Funny Moments: yet to come !

Skills evaluated in this interview

Interview Questions & Answers

Amazon user image Anonymous

posted on 4 Mar 2015

Interview Preparation Tips

Round: Test
Experience: The aptitude test basically consisted of questions from Data Structures and some other simple algorithms and also on Object Oriented Analysis. The aptitude test was tricky (having negative markings +2/-1 scheme). To cross this test speed and skill are essential.

The next test was a coding exams there were three questions 
1) Given a linked list, link the odd nodes followed by the even nodes in place.
2) Given a dictionary of words find words that are anagrams of each other.
3) Given a binary tree and a node print that node's path from root.
Duration: 95 minutes

Round: Technical Interview
Experience: There were 4 rounds of interviews...
the details are as follows
Interview 1 - This interview was basically DS based interview and certain concepts of networking were touched. I
told them that i am interested in data structures and cryptography so most of the questions came from those areas only.
Interview 2 - Was again technical. The interviewer asked me on Data Structures and a Dynamic Programming problem and some other puzzles to solve.
Interview 3 - This was technical but they evaluated the design skills. Asked me on ER diagrams, class diagrams and
database design and system design and some basic questions from OS. 
Interview 4 - This was also a technical interview mainly on problem solving and DS design (how would you design a DS to handle this situation and so on).

Round: HR Interview
Experience: There was no HR interview as such. They were asking questions in tech interviews such as tell me about yourself and so on.

General Tips: Data Structures, OOPS and OS. Solve a variety of problems. All the best!!!
College Name: NIT WARANGAL

Banking Interview Questions & Answers

ICICI Bank user image Anonymous

posted on 24 May 2015

Interview Questionnaire 

2 Questions

  • Q1. They asked me some Finance questions on Derivatives, NPV, IRR and on valuation. They asked me about valuing and comparing companies and some questions on trading
  • Q2. They asked me HR questions like whether I am social or not. They asked me examples where I have shown my Innovations skills and where I have handled the pressure

Interview Preparation Tips

Round: HR Interview
Experience: Being genuine helped, they were trying to help out in answering some questions. Being flexible in outlook helped(rather than being rigid about a profile)

General Tips: GD outcome was CV influenced, Enthusiastic about the company and being open to possibilities helped.
Skills: Economics, Banking
College Name: NA

Interview Questions & Answers

IBM user image Anonymous

posted on 4 Feb 2015

Interview Preparation Tips

Round: Test
Experience: Online written test, consisting of quantitative and verbal ability.

Round: Group Discussion
Experience: General topic group discussion.

Round: Interview
Experience: Two-on-one interview. I was asked about projects and internships. Nothing particularly challenging. (They were planning on mass recruitment. Selected 26 students out of the ~40 students shortlisted for GD).

Skill Tips: CGPA above 7 is required.
Skills: Quantitative skills, Verbal skills
College Name: IIT KHARAGPUR

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

DV Projects Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

4.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Compare DV Projects with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview