Upload Button Icon Add office photos
Engaged Employer

i

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

Zetwerk Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zetwerk Interview Questions, Process, and Tips

Updated 28 Feb 2025

Top Zetwerk Interview Questions and Answers

View all 59 questions

Zetwerk Interview Experiences

Popular Designations

83 interviews found

lead execution Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is railways?
  • Q2. How many kinds of weldings are done in Railways?
Round 2 - HR 

(2 Questions)

  • Q1. How you are going through with the current company?
  • Q2. How many days of notice periode you have to serve in current company?
Round 3 - One-on-one 

(2 Questions)

  • Q1. How many years you are working with your current industry?
  • Q2. How is your experience in your current industry and what you learned there?
Round 4 - HR 

(1 Question)

  • Q1. Asking and negotiation about CTC!

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Experience related to my job
  • Q2. Present company
Round 2 - Technical 

(2 Questions)

  • Q1. Codes ASME sec 9 ASME B31. 3
  • Q2. Standard
Round 3 - One-on-one 

(2 Questions)

  • Q1. NDT LEVEL 2, RT UT MPT DPT
  • Q2. Site experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Clint was bedsheet after all interview completed he told me that he is looking for CSwip certified engineer

Lead Qa Qc Inspector Interview Questions asked at other Companies

Q1. What codes are reffered for raw materials as per astm
View answer (1)
Zetwerk Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the procedure for bolt torque in steel bridges.
  • Q2. How do you check camber in Steel bridge

Interview Preparation Tips

Interview preparation tips for other job seekers - Zetwerk is very good company and if anyone gets an offer from Zetwerk then you can join without thinking about anything

Senior Project Engineer Interview Questions asked at other Companies

Q1. Types of road:- 1 Flexible pavements .... .. . 2 Rigid pavements Flexible pavement:- embankment thickness 3m,large size soil particles 75mm lumps and cloud. Liquid limit <50% ,plastic limit<25%, swelling and shrnkag<50%, cbr as per... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium questions, Questions on DSA and Node.js.

Round 2 - Technical 

(2 Questions)

  • Q1. Valid parenthesis
  • Q2. Three sum problem

Interview Preparation Tips

Topics to prepare for Zetwerk Software Developer interview:
  • js
  • node.js
  • dsa

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (41)

Zetwerk interview questions for popular designations

 Assistant Manager

 (6)

 Quality Engineer

 (3)

 Site Engineer

 (3)

 Store Incharge

 (3)

 Accounts Payable Executive

 (2)

 Manager

 (2)

 Senior Engineer

 (2)

 Senior Executive

 (2)

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. What are the differences between White box testing and Black box testing?
  • Ans. 

    White box testing is based on the internal logic of the software being tested, while black box testing focuses on the functionality of the software.

    • White box testing is also known as clear box testing or glass box testing.

    • Black box testing is also known as functional testing.

    • White box testing is done by developers to ensure code coverage and identify logical errors.

    • Black box testing is done by testers to validate the f...

  • Answered by AI
  • Q2. What are the differences between validation and verification?
  • Ans. 

    Validation ensures the right product is being built, while verification ensures the product is being built right.

    • Validation confirms that the product meets the customer's requirements and needs.

    • Verification ensures that the product conforms to the specified requirements and standards.

    • Validation is about checking if the right product is being built, while verification is about checking if the product is being built corr...

  • Answered by AI
  • Q3. How do you write test cases for Login page and Payment gateway?
  • Ans. 

    Test cases for Login page and Payment gateway are written by identifying various scenarios, inputs, and expected outcomes.

    • Identify positive test cases for successful login and payment transactions.

    • Identify negative test cases for invalid credentials, error messages, and failed transactions.

    • Include boundary test cases for maximum and minimum input values.

    • Test for different user roles and permissions.

    • Verify the security ...

  • Answered by AI
  • Q4. How do you automate filtering and validate it's been filtered as desired?
  • Ans. 

    Automate filtering by using scripting languages like Python or tools like Selenium. Validate by comparing expected and actual results.

    • Use scripting languages like Python to automate filtering process.

    • Utilize tools like Selenium for automated testing of filtering functionality.

    • Validate filtering by comparing expected results with actual results.

    • Implement test cases to ensure filtering is working as desired.

  • Answered by AI
  • Q5. What is backend and how does it work?
  • Ans. 

    Backend refers to the server-side of an application where data processing and storage occurs.

    • Backend is responsible for handling data processing, storage, and retrieval.

    • It interacts with the frontend to deliver the final product to the user.

    • Common backend technologies include databases like MySQL, programming languages like Java or Python, and frameworks like Node.js.

    • Backend code runs on the server and responds to requ...

  • Answered by AI
  • Q6. For testers what is the use of Git and Jenkin?
  • Ans. 

    Git and Jenkins are essential tools for testers to manage code versions and automate testing processes.

    • Git is used for version control, allowing testers to track changes in code and collaborate with team members.

    • Jenkins is used for continuous integration and continuous delivery (CI/CD), automating the testing process and providing feedback on code quality.

    • Testers can use Git to create branches for different features or...

  • Answered by AI
  • Q7. Give me a simple example of API.
  • Ans. 

    An example of API is a weather API that provides real-time weather data to a mobile app.

    • API stands for Application Programming Interface

    • It allows different software applications to communicate with each other

    • Examples include Google Maps API, Twitter API, and Spotify API

  • Answered by AI
  • Q8. What are the difference between Smoke and Sanity?
  • Ans. 

    Smoke testing is a preliminary test to check if the software build is stable, while sanity testing is a subset of regression testing to ensure that specific functionalities are working correctly.

    • Smoke testing is done to check if the software build is stable enough for further testing, while sanity testing is done to check specific functionalities after changes.

    • Smoke testing is a shallow and wide approach, covering all ...

  • Answered by AI
  • Q9. Scenario : You have 100 data sets for a field . how do you validate it
  • Ans. 

    To validate 100 data sets for a field, use statistical analysis, data visualization, and comparison with known standards.

    • Perform statistical analysis on the data sets to identify outliers and inconsistencies

    • Use data visualization techniques such as histograms, box plots, and scatter plots to visually inspect the data

    • Compare the data sets with known standards or benchmarks to ensure accuracy and consistency

    • Utilize autom...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zetwerk Junior Engineer - Quality Assurance interview:
  • Manual testing
  • Java
  • SQL
  • API Testing
Interview preparation tips for other job seekers - It's essential to freshers to have some hands on experiences on the manual testing and database setting.

Skills evaluated in this interview

Top Zetwerk Junior Engineer - Quality Assurance Interview Questions and Answers

Q1. What are the differences between White box testing and Black box testing?
View answer (1)

Junior Engineer - Quality Assurance Interview Questions asked at other Companies

Q1. How do you automate filtering and validate it's been filtered as desired?
View answer (1)

Get interview-ready with Top Zetwerk Interview Questions

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

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Old company work related questions
  • Q2. What are the questions related to the current project we will be working on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ensure that your work-related inquiries are organized and well-maintained.

Executive Engineer Interview Questions asked at other Companies

Q1. Question 1: What is memory leak? Question 2: What is static variable in C? with program Question 3: What are local variable and global variables? and their default values and program Question 4: What is method overriding? with program
View answer (1)

Jobs at Zetwerk

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

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Case Study 

How to make a order management system

Round 2 - HR 

(1 Question)

  • Q1. What are the reasons for your decision to change your current role?
  • Ans. 

    Seeking new challenges and growth opportunities in a different industry.

    • Desire for new challenges and learning experiences

    • Opportunity for career growth and advancement

    • Interest in exploring a different industry or product category

  • Answered by AI

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about self
  • Q2. How many experience of company and project
  • Q3. I have Zetwerk manufacturing Business in 9 months in jjm project with Bbs , auto
Round 2 - Group Discussion 

Tell me how many Company experience

B E Civil Engineer Interview Questions asked at other Companies

Q1. What do you mean by bent up bars Formula for calculating steel. Different formulas relating to civil engineering
View answer (1)

Accountant Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2024

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

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Ask about professional skills.
Round 2 - Aptitude Test 

Ask about working and standards.

Round 3 - Technical 

(1 Question)

  • Q1. Ask about working and day to day works.

Interview Preparation Tips

Topics to prepare for Zetwerk Accountant interview:
  • Daily Operations

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (24)

Store Officer Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

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

(2 Questions)

  • Q1. It is important to have information about OHE material
  • Q2. Properly store in-out report's in day to day inventory management.

Store Officer Interview Questions asked at other Companies

Q1. Maintaining stock Upload, Issue, Receipt of material in The System Define maximum & minimum stock level for all type materials. Generate nonmoving item list & highlight to concern H.O.D. Monitoring of all incoming material. Maintain... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Zetwerk Interview FAQs

How many rounds are there in Zetwerk interview?
Zetwerk interview process usually has 2-3 rounds. The most common rounds in the Zetwerk interview process are Technical, HR and Resume Shortlist.
How to prepare for Zetwerk interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Zetwerk. The most common topics and skills that interviewers at Zetwerk expect are Fabrication, Aerospace, Logistics, Injection Moulding and Supply Chain.
What are the top questions asked in Zetwerk interview?

Some of the top questions asked at the Zetwerk interview -

  1. Do you understand the engineering drawings, Preparing of BBS,Quantity Estimat...read more
  2. What are the differences between White box testing and Black box testi...read more
  3. How do you write test cases for Login page and Payment gatew...read more
How long is the Zetwerk interview process?

The duration of Zetwerk interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

DESIGNATION

Pyspark Developer

25 interviews

INTERVIEWS

Moglix

No Interviews

INTERVIEWS

Snapdeal

No Interviews

SALARIES

Snapdeal

LIST OF COMPANIES

Reliance Industries

Overview

LIST OF COMPANIES

Moglix

Overview

REVIEWS

Schlumberger

No Reviews

REVIEWS

Linde India

No Reviews

REVIEWS

Saudi Aramco

No Reviews

LIST OF COMPANIES

Discover companies

Find best workplace

Tell us how to improve this page.

Zetwerk Interview Process

based on 112 interviews

Interview experience

4.2
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.1
 • 836 Interviews
Bajaj Auto Interview Questions
3.9
 • 270 Interviews
Ashok Leyland Interview Questions
4.1
 • 239 Interviews
Bharat Forge Interview Questions
3.9
 • 55 Interviews
View all

Zetwerk Reviews and Ratings

based on 810 reviews

4.1/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

4.0

Salary

3.5

Job security

3.9

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 810 Reviews and Ratings
Sr Lead/Architect - Azure iPaas

Hyderabad / Secunderabad,

Chennai

+1

7-10 Yrs

Not Disclosed

Automation Lead-Production Support

Chennai,

Bangalore / Bengaluru

12-20 Yrs

Not Disclosed

GCP - DE/SDE

Hyderabad / Secunderabad,

Chennai

+1

4-8 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
133 salaries
unlock blur

₹5.5 L/yr - ₹16.5 L/yr

Site Engineer
83 salaries
unlock blur

₹2.2 L/yr - ₹6.7 L/yr

Manager
73 salaries
unlock blur

₹8.5 L/yr - ₹27 L/yr

Quality Engineer
67 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Engineer
62 salaries
unlock blur

₹4.1 L/yr - ₹9.3 L/yr

Explore more salaries
Compare Zetwerk with

Tata Steel

4.1
Compare

Bharat Forge

3.9
Compare

Larsen & Toubro Limited

4.0
Compare

Mahindra & Mahindra

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