Upload Button Icon Add office photos

Filter interviews by

Pradman Engineering Services Interview Questions, Process, and Tips

Updated 10 Feb 2024

Top Pradman Engineering Services Interview Questions and Answers

Pradman Engineering Services Interview Experiences

Popular Designations

4 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn

Round 1 - One-on-one 

(2 Questions)

  • Q1. About my past company experience and machines
  • Q2. How to use leveling instruments and how to read electrical, mechanical drawings
  • Ans. 

    Leveling instruments are used to measure and adjust the level of surfaces. Reading electrical and mechanical drawings involves interpreting symbols and dimensions.

    • Leveling instruments are used to ensure that surfaces are level and flat. They typically consist of a spirit level or a laser level.

    • To use a leveling instrument, place it on a stable surface and adjust it until the bubble is centered in the spirit level or al...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Honestly I would suggest not to join this service field

Senior Service Engineer Interview Questions asked at other Companies

Q1. 1) what are the geometries of cnc lathe, vmc machine 2) how to calculate feed ,speed, rpm , spindle power. 3) How to change bearing of ball screw. 4) what are types of bearings and their angles for angular bearing, what types of combination... read more
View answer (1)

I applied via Referral and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Various manufacturing processes
  • Ans. 

    Manufacturing processes refer to the methods used to create products from raw materials.

    • There are various manufacturing processes such as casting, forging, machining, welding, and molding.

    • Casting involves pouring molten metal into a mold to create a specific shape.

    • Forging involves shaping metal by heating it and then hammering it into the desired shape.

    • Machining involves using cutting tools to remove material from a wo...

  • Answered by AI
  • Q2. What was your Last drawn salary

Interview Preparation Tips

Interview preparation tips for other job seekers - You can join Pradman for short term period.
Not good for long term attachment

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Sheet metal design and manufacturing process
  • Ans. 

    Sheet metal design involves creating parts and products from thin, flat sheets of metal through various manufacturing processes.

    • Sheet metal design requires knowledge of material properties, forming processes, and manufacturing techniques.

    • Designers must consider factors such as bend radius, material thickness, and tolerances.

    • Manufacturing processes include cutting, bending, punching, and welding.

    • Computer-aided design (C...

  • Answered by AI
  • Q2. Knowledge of shot blasting machine, working process, types of shot blasting machine
  • Q3. Gd&t, drafting and modeling skill
Round 2 - HR 

(3 Questions)

  • Q1. Total Experience and experience matching with the profile
  • Q2. Current ctc and expected CTC
  • Ans. 

    I prefer not to disclose my current CTC. My expected CTC is based on industry standards and my experience.

    • I am looking for a salary that is competitive with industry standards

    • My expected CTC is based on my experience and qualifications

    • I prefer not to disclose my current CTC as it is confidential

  • Answered by AI
  • Q3. Skills and Personal information

Interview Preparation Tips

Topics to prepare for Pradman Engineering Services Senior Design Engineer interview:
  • Autodesk Inventor
  • AutoCAD
  • Gd&t
  • Manufacturing
  • Machine Design
Interview preparation tips for other job seekers - For experience candidate have two rounds

Senior Design Engineer Interview Questions asked at other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced by several factors, which can broadly be categorized into design, material, manufacturing, and operational factors. Here are some key factors affecting NVH in gearboxes: ### ... read more
View answer (1)

I applied via Referral and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reading Engineering Drawing And how to component are inspected .

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Pradman Engineering Services interview questions for popular designations

 Senior Engineer

 (1)

 Quality Engineer

 (1)

 Senior Service Engineer

 (1)

 Senior Design Engineer

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

Pradman Engineering Services Interview FAQs

How many rounds are there in Pradman Engineering Services interview?
Pradman Engineering Services interview process usually has 1-2 rounds. The most common rounds in the Pradman Engineering Services interview process are One-on-one Round, Technical and HR.
How to prepare for Pradman Engineering Services 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 Pradman Engineering Services. The most common topics and skills that interviewers at Pradman Engineering Services expect are Civil Engineering, Manufacturing, Production Management, AutoCAD and Fabrication.
What are the top questions asked in Pradman Engineering Services interview?

Some of the top questions asked at the Pradman Engineering Services interview -

  1. How to use leveling instruments and how to read electrical, mechanical drawi...read more
  2. Sheet metal design and manufacturing proc...read more
  3. Current ctc and expected ...read more

Tell us how to improve this page.

Pradman Engineering Services Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all

Pradman Engineering Services Reviews and Ratings

based on 21 reviews

4.0/5

Rating in categories

4.5

Skill development

3.7

Work-life balance

3.5

Salary

4.1

Job security

3.8

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 21 Reviews and Ratings
Quality Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manufacturing Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Service Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Pradman Engineering Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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