Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Daikin Airconditioning India Pvt. Ltd. Team. If you also belong to the team, you can get access from here

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Daikin Airconditioning India Pvt. Ltd. Intern Interview Questions and Answers

Updated 29 Feb 2024

Daikin Airconditioning India Pvt. Ltd. Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Difficulties were moderate level and most questions were repeted

Round 2 - Technical 

(1 Question)

  • Q1. VCRS related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to say

Intern Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

3 Questions

  • Q1. How was yesterday ?
  • Ans. 

    Yesterday was a productive day filled with meetings and project work.

    • Attended a team meeting in the morning

    • Worked on a project proposal in the afternoon

    • Had a networking event in the evening

  • Answered by AI
  • Q2. Why are letters in a keyboard placed like that ?
  • Ans. 

    The letters on a keyboard are placed in a specific layout called QWERTY, which was designed to prevent typewriter jams.

    • The QWERTY layout was developed by Christopher Sholes in 1873 for typewriters.

    • The layout was designed to separate commonly used letters to reduce the likelihood of jamming.

    • The arrangement of letters was based on the frequency of their use in the English language.

    • The QWERTY layout became popular and was...

  • Answered by AI
  • Q3. What do you know about air conditioner ?
  • Ans. 

    An air conditioner is a device that cools and dehumidifies the air in a room or building.

    • Air conditioners work by removing heat and moisture from the air.

    • They use a refrigeration cycle to cool the air.

    • Air conditioners can be used for both residential and commercial purposes.

    • They come in different types such as window units, split systems, and central air conditioning systems.

    • Air conditioners improve indoor air quality ...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: I was asked several question related to my cv and other general knowledge and technical questions to measure my suitablity for the job.

Skills: Communication, Excel Skills, Knowledge Of MS Office
College Name: Keshav Mahavidyalaya

Skills evaluated in this interview

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. There is a housing society “The wasteful society”. You collect al ... read more
Q2. Which programming language are you comfortable with?
asked in Accenture
Q3. A marketing strategy case: A perfume seller in Jaipur has unique ... read more
asked in Deloitte
Q4. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q5. Huffman Coding Challenge Given an array ARR of integers containin ... read more

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Daikin Airconditioning India Pvt. Ltd.?
Ask anonymously on communities.

Interview questions from similar companies

Intern Interview Questions & Answers

OPPO user image Anonymous

posted on 31 Jan 2021

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. If the employe completed 35 percent of his work in first 10 days of month means what is the predicted month end Target?
  • Ans. 

    Predicted month end target based on 35% work completed in first 10 days.

    • Assuming the employee works at a consistent pace throughout the month

    • Calculate the remaining work as 65% of the total work

    • Divide the remaining work by the remaining days in the month

    • Add the result to the 35% already completed

    • This gives the predicted month end target

    • For example, if the total work is 100 units, and 35 units are completed in the first...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and cool
Tell answers enthusiastically with due respect

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Merge Sort dry run
  • Q2. Bubble Sort dry run
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What are your experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Intern Interview Questions & Answers

Apple user image Anonymous

posted on 11 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Hackerrank test, it was simple cuz intern

Round 2 - Technical 

(4 Questions)

  • Q1. They asked to code a website
  • Ans. 

    A simple website can be created using HTML, CSS, and JavaScript to display content and interact with users.

    • Use HTML for structure: Example - <div>, <h1>, <p> tags.

    • Style with CSS: Example - body { background-color: lightblue; }

    • Add interactivity with JavaScript: Example - document.getElementById('myBtn').onclick = function() { alert('Hello!'); };

    • Consider responsive design: Use media queries to adjust la...

  • Answered by AI
  • Q2. They asked about projects
  • Q3. Asked about more projects
  • Q4. Asked about C, C++, and other languages, and was asked in detail about mroe technical concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Interview Questionnaire 

1 Question

  • Q1. General interaction
Are these interview questions helpful?

Intern Interview Questions & Answers

OPPO user image Anonymous

posted on 4 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Prepare thoroughly for aptitude...

Round 2 - Technical 

(3 Questions)

  • Q1. Write code of multiplication
  • Ans. 

    Code for multiplication operation in programming languages

    • Use the * operator in most programming languages to perform multiplication

    • Example: int result = num1 * num2;

    • Remember to handle overflow cases if working with large numbers

  • Answered by AI
  • Q2. Say ur semester subjects
  • Ans. 

    My semester subjects include Computer Science, Mathematics, and Economics.

    • Computer Science - Programming, Algorithms, Data Structures

    • Mathematics - Calculus, Linear Algebra, Statistics

    • Economics - Microeconomics, Macroeconomics, Econometrics

  • Answered by AI
  • Q3. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

  • Answered by AI
  • Q2. Asked detail abt hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on wht u r saying...

Intern Interview Questions & Answers

OPPO user image Kingston placement

posted on 22 Nov 2024

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

The aptitude was very tough

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

    • Proficient in programming languages like Java, Python, and C++

  • Answered by AI
  • Q2. Everything about college experience Goals aspirations measure

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic is very important

Daikin Airconditioning India Pvt. Ltd. Interview FAQs

How many rounds are there in Daikin Airconditioning India Pvt. Ltd. Intern interview?
Daikin Airconditioning India Pvt. Ltd. interview process usually has 2 rounds. The most common rounds in the Daikin Airconditioning India Pvt. Ltd. interview process are Aptitude Test and Technical.
What are the top questions asked in Daikin Airconditioning India Pvt. Ltd. Intern interview?

Some of the top questions asked at the Daikin Airconditioning India Pvt. Ltd. Intern interview -

  1. Why are letters in a keyboard placed like that...read more
  2. What do you know about air conditione...read more
  3. VCRS related questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Intern Interview Questions from Similar Companies

Philips Intern Interview Questions
3.8
 • 6 Interviews
Dell Intern Interview Questions
3.9
 • 5 Interviews
OPPO Intern Interview Questions
3.9
 • 3 Interviews
Sony Intern Interview Questions
4.2
 • 3 Interviews
Signify Intern Interview Questions
3.5
 • 3 Interviews
Apple Intern Interview Questions
4.3
 • 2 Interviews
View all
Junior Engineer
987 salaries
unlock blur

₹2.3 L/yr - ₹4.6 L/yr

Assistant Engineer
373 salaries
unlock blur

₹3 L/yr - ₹7.3 L/yr

Diploma Trainee Engineer
237 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Engineer
233 salaries
unlock blur

₹4 L/yr - ₹9.1 L/yr

Production Engineer
172 salaries
unlock blur

₹2.5 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Daikin Airconditioning India Pvt. Ltd. with

vivo

4.1
Compare

OPPO

3.9
Compare

Dell

3.9
Compare

LG Electronics

3.9
Compare
write
Share an Interview