Upload Button Icon Add office photos

Filter interviews by

Continental Device India DGM Interview Questions and Answers

Updated 6 May 2022

Continental Device India DGM Interview Experiences

1 interview found

DGM Interview Questions & Answers

user image Anonymous

posted on 6 May 2022

I applied via Newspaper Ad and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

English, Mathematics & GK.

Interview Preparation Tips

Interview preparation tips for other job seekers - In our time direct interview, but now written test... interview 1-3 round

Interview questions from similar companies

I appeared for an interview in Nov 2016.

Interview Questionnaire 

8 Questions

  • Q1. A random number will be given as input to system,write a program to detect its data type(int or float ) without using size of function
  • Q2. General hr questions
  • Q3. Once again general hr interview questions
  • Q4. 1.given a large rectangle
  • Ans. 

    Need more context. What needs to be done with the large rectangle?

    • What are the dimensions of the rectangle?

    • Is it a 2D or 3D object?

    • What is the context of the problem?

    • Are there any constraints or limitations?

    • What tools or programming languages can be used?

  • Answered by AI
  • Q5. You will be given dimensions of a bigger rectangle and smaller rectangle,derive a formula to get how many smaller rectangles fit into the bigger rectangle
  • Ans. 

    Derive a formula to determine how many smaller rectangles fit into a bigger rectangle given their dimensions.

    • Calculate the number of times the smaller rectangle can fit into the bigger rectangle horizontally and vertically

    • Divide the width of the bigger rectangle by the width of the smaller rectangle to get the horizontal count

    • Divide the height of the bigger rectangle by the height of the smaller rectangle to get the ve...

  • Answered by AI
  • Q6. How many points are required to draw a rectangle
  • Ans. 

    At least 4 points are required to draw a rectangle.

    • A rectangle has 4 sides and 4 corners, so at least 4 points are needed to define those corners.

    • The points must be arranged in a specific order to form a closed shape with 4 sides.

    • Additional points can be used to add details or modify the shape of the rectangle.

    • The number of points required may vary depending on the software or tool used to draw the rectangle.

  • Answered by AI
  • Q7. What will be the new coordinates of a rectangle points if rectangle length and breadth is scaled and write a program to calculate the coordinates of corner points of scaled rectangle
  • Ans. 

    Answering how to calculate new coordinates of a scaled rectangle and providing a program for it.

    • To calculate new coordinates, multiply the original coordinates by the scaling factor

    • Scaling factor can be calculated by dividing the new length/breadth by the original length/breadth

    • Program can take input of original coordinates, scaling factor, and output new coordinates

    • Example: Original coordinates: (0,0), (0,5), (5,5), (...

  • Answered by AI
  • Q8. Lastly a puzzle: i dont remember the question

Interview Preparation Tips

Round: Test
Experience: The test had three sections:
1.aptitude:It was like any other aptitude test,all it takes is a bit of practice to crack all the questions
2.C programming:Basics of c were asked,outputs of some programs,u have to be thorough with concepts of c
3.Electronics:The company hired for both profiles: 1. PDK:software
and 2.Logic library:hardware,so this electronics section was also there,questions are mostly Network analysis,cmos logic,digital logic,vlsi etc
u should have good basics to get the electronics questions of course they are not very hard,but not too easy


Tips: practice aptitude,basics of c programming and also basics of electronics
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Test
Experience: after 1st round i was shortlisted to this technical round,i was asked this question, i suggested that i will convert that number into a string and check whether string has a dot or not to check if it is float or int,the interviewer was not very impressed but was ok and asked few small questions and promoted me to next round

Tips: If u crack test with top marks,the technical rounds will be very easy,because the interviewers do not ask tough questions for people who cracked written test with high marks

Round: Technical Interview
Experience: tell me about yourself,strengths,weakness,three principles u follow in life,etc
Tips: This round depends on you,dont try to bluff something,they will know if u are bluffing,take a breath and speak up ur mind,be confident u can do it

Round: HR Interview
Experience: same questions,but this time less duration,not involving lengthy discussions, i think this round was just for double check

Round: HR Interview
Experience: After the hr round,only seven were shortlist,this interview round was very much easy and they checked my approach to the given problem,they were checking how well i am thinking adding complexities to the given problem
Tips: they did not check my programming ability,but just problem solving skills,so be good at aptitude,by practicing as much as you can

Round: Group Discussion
Experience: after technical interview,4 were shortlisted,so they went for gd round,it was general topic,which checks your general knowledge
Tips: Dont be nervous,just speak what ever you know,never mind language issues
Duration: 20 minutes

Skills: for pdk profile :programming
College Name: NIT Warangal

Interview Questionnaire 

1 Question

  • Q1. Line drawing algorithm , clone linked list

Interview Questionnaire 

2 Questions

  • Q1. Java, servlet jsp
  • Q2. Redirction in java
  • Ans. 

    Redirection in Java is the process of forwarding a request from one URL to another URL.

    • Redirection is achieved using the HttpServletResponse.sendRedirect() method.

    • It is commonly used for handling authentication and authorization.

    • Redirection can be permanent or temporary, depending on the HTTP status code used.

    • Examples of HTTP status codes used for redirection are 301, 302, and 307.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basic answer of it, and explain about project

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Which is the best sorting algorithm
  • Ans. 

    There is no one-size-fits-all answer as the best sorting algorithm depends on the specific use case and constraints.

    • The best sorting algorithm depends on factors such as the size of the data set, the range of values, whether the data is mostly already sorted or not, and the available memory.

    • For small data sets or nearly sorted data, insertion sort or bubble sort may be efficient.

    • For large data sets, quicksort, mergesor...

  • Answered by AI
Round 2 - Coding Test 

Write a program to print the permutations of abc

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Count freq of elements in array
  • Ans. 

    Count frequency of elements in array of strings

    • Iterate through the array and use a hashmap to store the frequency of each element

    • Use a for loop to go through each element and update the count in the hashmap

    • Return the hashmap with element frequencies

  • Answered by AI

Skills evaluated in this interview

Analyst Interview Questions & Answers

Molex user image Anonymous

posted on 19 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. ABOUT YOUR SELF
  • Q2. ABOUT YOUR FAMILY

Interview Preparation Tips

Interview preparation tips for other job seekers - IT WAS GOOD

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I can not disclose the questions but definitely it was a level up than I expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a deep knowledge about your field of experience, narrow knowledge is not going to help you here as there are more numbers of interviews and that will definitely going to beat you with its uncertainty of the questions so better prepare throughly

Interview Questionnaire 

14 Questions

  • Q1. 1. Why do you want to change your current job ?
  • Q2. 2. What do you know about quality tools ?
  • Ans. 

    Quality tools are techniques used to ensure quality in a product or service.

    • Quality control charts

    • Pareto charts

    • Fishbone diagrams

    • Histograms

    • Control charts

    • Scatter diagrams

    • Statistical process control

  • Answered by AI
  • Q3. What is your biggest professional achievement so far ?
  • Q4. Tell my that why a histogram is used....and what is frequency and interval in histogram?
  • Ans. 

    A histogram is used to represent the distribution of numerical data. Frequency is the number of occurrences and interval is the range of values.

    • Histograms are useful for visualizing data and identifying patterns.

    • Frequency refers to the number of times a value appears in the data set.

    • Interval refers to the range of values that are grouped together in the histogram.

    • Histograms are commonly used in statistics, finance, and...

  • Answered by AI
  • Q5. If we do rework of any produced part, which factors get affected by this of OEE?
  • Ans. 

    Rework of produced parts affects the factors of Overall Equipment Efficiency (OEE).

    • Rework increases the time required to produce a part, reducing the availability factor of OEE.

    • Rework increases the number of defects, reducing the quality factor of OEE.

    • Rework increases the amount of scrap or waste, reducing the performance factor of OEE.

    • Rework can lead to increased downtime for equipment setup and adjustments, reducing ...

  • Answered by AI
  • Q6. What is Autonomous maintenance ?
  • Ans. 

    Autonomous maintenance is a maintenance approach where operators take responsibility for routine maintenance tasks.

    • Operators are trained to perform routine maintenance tasks

    • Operators conduct inspections and minor repairs

    • Autonomous maintenance reduces downtime and improves equipment reliability

    • It also frees up maintenance staff to focus on more complex tasks

  • Answered by AI
  • Q7. Why do companies are going for having TPM ?
  • Ans. 

    Companies are going for TPM to improve productivity, reduce downtime, and increase efficiency.

    • TPM helps in identifying and eliminating equipment failures before they occur

    • It ensures that equipment is maintained properly and in a timely manner

    • TPM also helps in reducing the need for emergency repairs and downtime

    • It improves overall equipment effectiveness and reduces costs

    • Companies that have implemented TPM have seen sig...

  • Answered by AI
  • Q8. Why do you want to relocate ?
  • Q9. What is SPC, and what is Cp and Cpk ?
  • Ans. 

    SPC stands for Statistical Process Control. Cp and Cpk are statistical tools used to measure process capability.

    • SPC is a method of monitoring and controlling a process to ensure it is operating within acceptable limits.

    • Cp is a measure of how well the process is centered between the upper and lower specification limits.

    • Cpk is a measure of how well the process is capable of producing within the specification limits.

    • Cp an...

  • Answered by AI
  • Q10. How to calculate OEE?
  • Ans. 

    OEE can be calculated by multiplying Availability, Performance, and Quality percentages.

    • Calculate Availability by dividing Operating Time by Planned Production Time.

    • Calculate Performance by dividing Actual Production by Maximum Production.

    • Calculate Quality by dividing Good Units by Total Units Produced.

    • Multiply Availability, Performance, and Quality percentages to get OEE.

  • Answered by AI
  • Q11. What ardvthe major losses that affects OEE?
  • Ans. 

    Major losses affecting OEE include availability, performance, and quality losses.

    • Availability losses occur when equipment is not running due to breakdowns, changeovers, or lack of materials.

    • Performance losses occur when equipment is running below its maximum speed or efficiency.

    • Quality losses occur when defective products are produced and need to be scrapped or reworked.

    • Other losses may include startup and shutdown los...

  • Answered by AI
  • Q12. What is IATF stands for and what is its current revised name ?
  • Ans. 

    IATF stands for International Automotive Task Force and its current revised name is IATF 16949:2016.

    • IATF stands for International Automotive Task Force

    • Its current revised name is IATF 16949:2016

  • Answered by AI
  • Q13. What is capacitor and where it is being used ?
  • Ans. 

    A capacitor is an electronic component that stores electrical energy in an electric field. It is used in various electronic circuits.

    • Capacitors are used to filter out noise and stabilize voltage in power supplies.

    • They are used in timing circuits, oscillators, and filters.

    • Capacitors are also used in audio equipment to filter out unwanted frequencies.

    • They can be found in electronic devices such as TVs, computers, and sma...

  • Answered by AI
  • Q14. Why do you prefer working in production dept.?

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Kaizen,cycletime,jh,throughput time,owe etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have eye contact with the interviewer which answering there questions.
And be confident.

Continental Device India Interview FAQs

How many rounds are there in Continental Device India DGM interview?
Continental Device India interview process usually has 2 rounds. The most common rounds in the Continental Device India interview process are Resume Shortlist and Aptitude Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

Texas Instruments Interview Questions
4.0
 • 120 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 55 Interviews
Lam Research Interview Questions
3.7
 • 45 Interviews
Broadcom Interview Questions
3.3
 • 41 Interviews
View all
R&D Engineer
10 salaries
unlock blur

₹4 L/yr - ₹8.9 L/yr

Diploma Engineer
9 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Senior Engineer
9 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

IT Manager
7 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Supervisor
6 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Continental Device India with

Apar Industries

4.1
Compare

TDK India Private Limited

3.8
Compare

Molex

3.9
Compare

Micron Technology

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