Upload Button Icon Add office photos

Filter interviews by

Datwyler Group Team Member Interview Questions and Answers for Experienced

Updated 1 Sep 2021

Datwyler Group Team Member Interview Experiences for Experienced

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

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.

I applied via Referral and was interviewed before Sep 2020. There was 0 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - honest reply will help and tell more about your work ex

I applied via Approached by Company and was interviewed before Nov 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. Self-introduction and General questions related to experience
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to basic skills and knowledge of the process.

Interview Preparation Tips

Topics to prepare for Kennametal Associate interview:
  • Advanced Excel
  • SAP
  • Email writing
  • Communication Skills
Interview preparation tips for other job seekers - Prepare as per the job description and highlight your essential skills which match JD. Have clear vision and why you chose that company. Please research that company before joining.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I appeared for an interview in Oct 2024.

Round 1 - Case Study 

Details provided below

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi Everyone , Please read this to the end(especially end) , it will save you from a trap [SHIVANI MADAN] also will save you a minimum of 1 month time . So HR at Zeiss reached out to me for Business Analyst role , and interview was scheduled , gave 1 round cleared with positive feedback , gave 2nd round cleared with positive feedback , third round was suppose to be general discussion in office location [40km from home] , so went to office 3 people again took technical round ( overall 5 people have taken interview till this point ) . I was being told we like you and will provide letter of intent after some time , guess what in the same evening HR called me saying they want to take another round that too with multiple people , I dont know why I say yes to gave this round , they gave me a case study which is almost a day work to generate reports and understand the huge data and what not .. I have made multiple reports and it went well as there were no cross question and i did whatever has been asked. From that on guess what HR ghosted me , after few days another HR told me I was rejected with no reason provided. Oh yes why I said trap was because this was a position under SHIVANI MADAN team and from internal sources i got to know the reason that this happened is because she as a manager wanted her distant relevant to get this role instead of anyone else.Funny but true.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Your communication skills
  • Q2. Vision for 5 years
  • Ans. 

    To lead a team towards achieving company goals through strategic planning, effective communication, and continuous development.

    • Develop and implement strategic plans to achieve company objectives

    • Provide clear direction and support to team members

    • Continuously assess and improve team performance

    • Stay updated on industry trends and adapt strategies accordingly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I appeared for an interview in Oct 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. 

    Prime Numbers within a Range

    Given an integer N, determine and print all the prime numbers between 2 and N, inclusive.

    Input:

    Integer N

    Output:

    Prime numbers printed on separate lines

    Example:

    Input...
  • Ans. 

    Generate and print all prime numbers between 2 and N, inclusive.

    • Iterate from 2 to N and check if each number is prime

    • A prime number is only divisible by 1 and itself

    • Print each prime number on a new line

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. 

    Anagram Substring Search

    Given two strings 'STR' and 'PTR', identify all starting indices of 'PTR' anagram substrings in 'STR'. Two strings are anagrams if one can be rearranged to form the other.

    Input:

    ...
  • Ans. 

    Implement a function to find all starting indices of anagram substrings of a given string in another string.

    • Create a frequency map of characters in the 'PTR' string.

    • Use a sliding window approach to check for anagrams in 'STR'.

    • Return the starting indices of anagram substrings found.

    • Example: For input 'BACDGABCD' and 'ABCD', output should be [0, 5].

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. What are some common testing questions related to Linux and operating systems?
  • Ans. 

    Common testing questions related to Linux and operating systems

    • What are the different types of testing that can be performed on a Linux operating system?

    • How do you test the compatibility of software with different Linux distributions?

    • Can you explain the process of testing kernel modules in a Linux environment?

    • What tools and techniques do you use for performance testing on Linux systems?

    • How do you ensure the security an

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in GurgaonEligibility criteriaNoGreyOrange interview preparation:Topics to prepare for the interview - Python, data structures and algorithm, sql, testing, automationTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : practice coding
Tip 2 : be thorough with your resume

Application resume tips for other job seekers

Tip 1 : have good projects
Tip 2 : fulfill the required tech stack

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Rectangle Area Calculation

    Given a list of rectangles, where each rectangle is represented by an array of four integers indicating its bottom-left and top-right corners, calculate the total area covered b...

  • Ans. 

    Calculate total area covered by a list of rectangles on a plane.

    • Iterate through each rectangle and calculate its area

    • Check for overlapping areas between rectangles

    • Sum up the total area covered by all rectangles

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Oops concepts and 1 DSA problem

  • Q1. 

    Bit Set Problem Statement

    You are provided with a string, termed as DIGIT_PATTERN, which consists solely of digits. The objective is to identify the first digit that repeats in the sequence. If there's no...

  • Ans. 

    Identify the first repeating digit in a given string of digits.

    • Iterate through the string and keep track of seen digits using a set.

    • Return the first digit that repeats, or -1 if no digit repeats.

    • Time complexity: O(n), where n is the length of the input string.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Firstly Some general questions and then suddenly a cosing question with modifications

  • Q1. 

    Print All Permutations of a String

    Given an input string STR, generate and print all possible permutations of the string.

    Input:

    str

    Output:

    All permutations of the input string, each on a new line.

    ...

  • Ans. 

    Generate and print all possible permutations of a given input string.

    • Use recursion to generate all permutations by swapping characters in the string.

    • Maintain a visited array to keep track of characters already used in a particular permutation.

    • Print each permutation as it is generated.

    • Handle duplicate characters by skipping swapping if the character is already in the current position.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as Software Engineer in GurgaonEligibility criteria7.5 CgpaGreyOrange interview preparation:Topics to prepare for the interview - DSA, OOPs, OS, DBMS, projects, PuzzlesTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : You should be perfect in what you know
Tip 2 : Prepare atleast DSA standard questions very well
Tip 3 : Don't ignore OOPs, they are asked very frequently.

Application resume tips for other job seekers

Tip 1 : Add good projects
Tip 2 : Must mention all your coding profiles and github where you worked.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude is easy and if your basics are strong

Round 2 - Coding Test 

Coding round has 2 parts realtime coding and coding

Round 3 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Asked about oop concept
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project related

Tell us how to improve this page.

Interview Questions from Similar Companies

Knorr-Bremse Interview Questions
3.9
 • 56 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
McCain Foods Interview Questions
4.0
 • 31 Interviews
RAK Ceramics Interview Questions
4.0
 • 29 Interviews
Sulzer Interview Questions
3.8
 • 27 Interviews
Buhler Interview Questions
3.9
 • 27 Interviews
Carl Zeiss Interview Questions
3.5
 • 26 Interviews
Alpla Interview Questions
3.9
 • 26 Interviews
Rolls-Royce Interview Questions
3.8
 • 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
28 salaries
unlock blur

₹2.7 L/yr - ₹9 L/yr

Team Member
20 salaries
unlock blur

₹1.8 L/yr - ₹7.5 L/yr

Maintenance Engineer
17 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Business Analyst
13 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Production Team Leader
10 salaries
unlock blur

₹4.9 L/yr - ₹9 L/yr

Explore more salaries
Compare Datwyler Group with

Knorr-Bremse

3.8
Compare

Gestamp

3.6
Compare

RAK Ceramics

4.0
Compare

McCain Foods

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