Upload Button Icon Add office photos

Filter interviews by

Datwyler Group Team Member Interview Questions and Answers

Updated 1 Sep 2021

Datwyler Group Team Member Interview Experiences

1 interview found

Team Member Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2021

I applied via Walk-in and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is chemestry
  • Ans. 

    Chemistry is the scientific study of matter, its properties, composition, and interactions.

    • Chemistry explores the structure and behavior of atoms and molecules.

    • It involves studying the properties and changes of substances.

    • Chemistry is used in various fields like medicine, industry, and environmental science.

    • Examples of chemistry include understanding chemical reactions, analyzing elements and compounds, and developing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When interveiwer ask questions to tell something

Interview questions from similar companies

Analyst Interview Questions & Answers

Flex user image Anonymous

posted on 23 Mar 2020

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

Interview Questionnaire 

1 Question

  • Q1. Basic Accounting terms and journal entries. Have proper knowledge about basic accounting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure to gain knowledge about basic accounting concepts and have full confidence.
Don't be nervous at the time of interview.

I applied via Other and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to react in a critical situation to customer. Need to explain about the issue or give solution for the issue?
  • Q2. How are you going to handle a 5 member team

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare in management level as well

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 6 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 - Coding Test 

Hacker rank test on Python, SQL and Aptitude , English

Round 3 - Technical 

(2 Questions)

  • Q1. Technical from Hiring Manager
  • Q2. How many Surf excel are consuming in Gurgaon area on daily basis Advance excel Questions. Python and SQL basics
Round 4 - Technical 

(1 Question)

  • Q1. Technical -Senior Manager-Product Management
Round 5 - Technical 

(1 Question)

  • Q1. HOD Product Management- 1: 1 Techno Managerial -
Round 6 - HR 

(1 Question)

  • Q1. Salary Discussion and Hr rounds -general question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific.
They more focused on a problem What and How.
be ready to answer any challenge based on technical or Case studies

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. General questions from my experince Background.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 5 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 

Percentage, speed time distance, interest etc.

Round 3 - Technical 

(1 Question)

  • Q1. Basic Engineering questions on diodes, circuits etc.
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic Sales questions, situational questions, concepts etc.
Round 5 - HR 

(1 Question)

  • Q1. Tell me about yourself, commitment pf employee, salary etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers go prepared with your domain knowledge and basic aptitude.

Intern Interview Questions & Answers

Belden user image Anonymous

posted on 27 Aug 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 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 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?
Round 3 - Technical 

(1 Question)

  • Q1. Present on a topic of your choice

I was interviewed in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

The test had it's webcam on, we were not allowed to go out of the frame.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    The program calculates the Nth Fibonacci number using a recursive formula.

    • The Fibonacci series starts with 1, 1, and each subsequent number is the sum of the two preceding numbers.

    • The program uses a recursive function to calculate the Nth Fibonacci number.

    • The time complexity of the program is O(2^N), which can be optimized using memoization or dynamic programming.

  • Answered by AI
  • Q2. 

    Longest Consecutive Sequence Problem Statement

    You are provided with an unsorted array/list ARR of N integers. Your task is to determine the length of the longest consecutive sequence present in the array...

  • Ans. 

    The task is to find the length of the longest consecutive sequence in an unsorted array of integers.

    • Sort the array to bring consecutive numbers together

    • Iterate through the sorted array and keep track of the current consecutive sequence length

    • Update the maximum length if a longer sequence is found

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

The interview was online from home.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    The task is to reverse a given string containing lowercase letters, uppercase letters, digits, and special characters.

    • Iterate through the string from the last character to the first character and append each character to a new string.

    • Alternatively, you can use built-in string reversal functions or methods available in your programming language.

    • To solve the follow-up question with O(1) space complexity, you can use a tw...

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

This was last round. In this round interviewer ask about me and what i know about company. Also he ask about my projects as well as my future goals . 
The interviewer was very understanding and supportive.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNoGreyOrange interview preparation:Topics to prepare for the interview - Data Structures, Object-Oriented Programming, Algorithms, Dynamic programming, Graphs, Operating Systems and Database Management System,Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Find a good course, and first clear all your fundamentals and implementation of every data structure. You should be thorough with their time as well as space complexities. 
Tip 2 : Upon clearing the fundamentals, select a platform where you have a large no of questions, also whose test cases are good. eg. LeetCode, InterviewBit or Codezen. Go and complete 300-400 questions.
Tip 3 : Also whenever you're not able to solve the problem, check out the editorial and then re-attempt it again. Also, check the discussion if there is some good solution to the same problem.
Tip 4 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 5 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.

Application resume tips for other job seekers

Tip 1 : Resume should contain facts, numbers, and data comparison.
Tip 2 : Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 3 : Technical achievements in the field you're applying to, would be good.
Tip 4 : DO NOT FAKE THINGS, the interviewer is smart enough.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

2 dsa questions need to be implemented in 1hr

Round 2 - Technical 

(1 Question)

  • Q1. Projects you have worked on. 1. vector implementation in C++
  • Ans. 

    Implemented vector data structure in C++

    • Used templates to create a generic vector class

    • Implemented basic vector operations like push, pop, insert, erase

    • Optimized vector resizing by using exponential growth

    • Used iterators to traverse the vector elements

    • Implemented vector algorithms like sort and binary search

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Compensation, expected and other document submitting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for dsa and puzzles. Communicate with interviewer

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. System architecture
  • Q2. Dict ,list and other questions

Tell us how to improve this page.

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 185 Interviews
TE Connectivity Interview Questions
4.1
 • 83 Interviews
Knorr-Bremse Interview Questions
3.9
 • 54 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
McCain Foods Interview Questions
4.1
 • 31 Interviews
RAK Ceramics Interview Questions
4.0
 • 29 Interviews
Sulzer Interview Questions
3.9
 • 27 Interviews
Rolls-Royce Interview Questions
3.8
 • 26 Interviews
Carl Zeiss Interview Questions
3.6
 • 26 Interviews
View all
Datwyler Group Team Member Salary
based on 20 salaries
₹1.8 L/yr - ₹7.5 L/yr
At par with the average Team Member Salary in India
View more details

Datwyler Group Team Member Reviews and Ratings

based on 6 reviews

4.0/5

Rating in categories

4.8

Skill development

3.6

Work-life balance

4.8

Salary

3.6

Job security

4.3

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 6 Reviews and Ratings
Team Lead
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Member
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Maintenance Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Datwyler Group with

Flex

4.0
Compare

TE Connectivity

4.1
Compare

Amphenol

4.3
Compare

Molex

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