Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DDF Consultants Team. If you also belong to the team, you can get access from here

DDF Consultants Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DDF Consultants Technical Officer Interview Questions and Answers

Updated 13 Nov 2019

DDF Consultants Technical Officer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About your current role and responsibility
  • Q2. Retro fitting and Vunelerbility of structures
  • Ans. 

    Retrofitting is the process of strengthening existing structures to improve their performance and resilience. Vulnerability of structures refers to their susceptibility to damage or failure.

    • Retrofitting involves adding new elements or modifying existing components of a structure to enhance its strength and durability.

    • It is done to mitigate the effects of natural disasters such as earthquakes, hurricanes, or floods.

    • Exam...

  • Answered by AI
  • Q3. Types of seismic zone
  • Ans. 

    Seismic zones are classified based on the intensity of earthquakes that occur in a region.

    • Seismic Zone 1: Low seismicity zone with minor earthquakes

    • Seismic Zone 2: Moderate seismicity zone with moderate earthquakes

    • Seismic Zone 3: Moderate to high seismicity zone with major earthquakes

    • Seismic Zone 4: High seismicity zone with very major earthquakes

    • Seismic Zone 5: Very high seismicity zone with extremely major earthquake...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to clear about your current role and responsibility and technical related to your work

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Simple aptitude logical reasoning and mathematics.

Round 3 - HR 

(2 Questions)

  • Q1. Personality check
  • Q2. General question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid company ; if carrying dream you must switch even if joined within 1.5 years otherwise salary increments will definitely push you to do so.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Seek and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Year of experience
  • Ans. 

    I have 5 years of experience working as a Quality Engineer in the manufacturing industry.

    • 5 years of experience as a Quality Engineer

    • Experience in implementing quality control processes

    • Knowledge of quality standards and regulations

    • Experience in conducting quality audits and inspections

    • Experience in root cause analysis and problem-solving

  • Answered by AI
  • Q2. Why did you leave your last job
  • Ans. 

    Seeking new challenges and opportunities for growth in a different work environment.

    • Desire for career advancement

    • Seeking new challenges

    • Relocation

    • Company downsizing

    • Better work-life balance

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you investigate a quality issue?
  • Ans. 

    I investigate a quality issue by gathering data, analyzing root causes, implementing corrective actions, and monitoring results.

    • Gather relevant data and documentation related to the quality issue

    • Analyze the data to identify potential root causes of the issue

    • Develop and implement corrective actions to address the root causes

    • Monitor the effectiveness of the corrective actions and make adjustments as needed

  • Answered by AI
  • Q2. What frustrates you?
  • Ans. 

    Lack of communication and unclear expectations frustrate me.

    • Lack of communication between team members

    • Unclear expectations from management

    • Inefficient processes causing delays

    • Micromanagement

    • Lack of recognition for hard work

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the difference between Validation and Verification
  • Ans. 

    Validation ensures the product meets the customer's needs, while verification ensures the product is built correctly.

    • Validation is the process of evaluating a product to ensure it meets the customer's requirements and needs.

    • Verification is the process of evaluating whether a product is built correctly according to the specifications and requirements.

    • Validation answers the question 'Are we building the right product?' w...

  • Answered by AI
  • Q2. What motivated you to apply for this role
  • Ans. 

    Passion for ensuring quality standards and continuous improvement in engineering processes.

    • Passion for quality assurance and process improvement

    • Interest in utilizing engineering skills to enhance product quality

    • Desire to contribute to a team focused on excellence

    • Previous experience in quality control or process optimization

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ResMed Quality Engineer interview:
  • Lean Manufacturing
Interview preparation tips for other job seekers - All questions are based on what you wrote in your CV so make sure you know everything you've written in there

I applied via Indeed and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. My current profile with RMC
  • Q2. Whether I am okay with working on contract

Interview Preparation Tips

Interview preparation tips for other job seekers - Pl go through the details about organisation

Interview Preparation Tips

Round: Test
Experience: Actually for everyone they take 3 rounds but for me only 2 rounds. I cleared aptitude test then manager round. He just asked 2 questions about my degree then about NCC thats all
Duration: 30 minutes
Total Questions: 5

College Name: Bangalore University

I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Dotnet, angular , azure

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for Interview
Less pay
Rotational shift
Too much policies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. 1. Basic query questions was asked including concepts such as row number logic, update, delete etc. 2. What is materialized view in snowflake?
  • Q2. 1. What is database and schema in sql? 2. What is integration runtime in Azure Data Factory?
  • Ans. 

    1. Database is a collection of organized data, schema defines the structure of the database. 2. Integration Runtime in Azure Data Factory is a compute infrastructure used to move data.

    • Database is a collection of tables, indexes, views, and other objects that store and organize data.

    • Schema defines the structure of the database, including tables, columns, relationships, and constraints.

    • Integration Runtime in Azure Data F...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple and easy basic aptitude

Round 2 - Coding Test 

Simple question solved in python

Round 3 - Technical 

(3 Questions)

  • Q1. Program to print Prime number
  • Ans. 

    Program to print Prime number

    • Iterate through numbers and check if each number is prime

    • Use a nested loop to check for factors of the number

    • A prime number is a number that is only divisible by 1 and itself

  • Answered by AI
  • Q2. Program to compute permutations and combinations
  • Ans. 

    Program to compute permutations and combinations

    • Use recursion to generate all possible permutations and combinations

    • For permutations, swap elements in the array and recursively call the function

    • For combinations, include or exclude elements in the array and recursively call the function

    • Use a loop to iterate through the array and generate all possible permutations and combinations

  • Answered by AI
  • Q3. Program to find the missing element in a series of number
  • Ans. 

    Program to find the missing element in a series of numbers

    • Iterate through the array and calculate the sum of all elements

    • Calculate the sum of the series using the formula n*(n+1)/2 where n is the length of the series

    • Subtract the sum of the array from the sum of the series to find the missing element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stick to basics and brush upon it

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2021. There were 3 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 - HR 

(1 Question)

  • Q1. As it was WFH, they checked for internet connection and location.
Round 3 - Technical 

(1 Question)

  • Q1. Most questions on e/n and coding updates and changes . MDM table

Interview Preparation Tips

Topics to prepare for Advantum Health Senior Associate interview:
  • E/M
Interview preparation tips for other job seekers - Be confident . And know about the company too before attending the interview as they ask why have you choosen out company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to work on medicare/medicaid?

DDF Consultants Interview FAQs

What are the top questions asked in DDF Consultants Technical Officer interview?

Some of the top questions asked at the DDF Consultants Technical Officer interview -

  1. Retro fitting and Vunelerbility of structu...read more
  2. Types of seismic z...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

XL Health Interview Questions
4.1
 • 19 Interviews
ResMed Interview Questions
3.7
 • 16 Interviews
GENWORKS Health Interview Questions
3.2
 • 15 Interviews
Advantum Health Interview Questions
3.3
 • 12 Interviews
View all
Architect
48 salaries
unlock blur

₹2.6 L/yr - ₹6.6 L/yr

Field Engineer
23 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Civil Engineer
12 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Architect Assistant
10 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Assistant Engineer - Civil
9 salaries
unlock blur

₹3.3 L/yr - ₹7.2 L/yr

Explore more salaries
Compare DDF Consultants with

XL Health

4.1
Compare

Suburban Diagnostics

3.9
Compare

Sir Ganga Ram Hospital

4.0
Compare

Boston Scientific

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