Upload Button Icon Add office photos

Filter interviews by

Pieco India Engineering Co.Pvt.Ltd Electrical Draughtsman Interview Questions and Answers

Updated 25 Sep 2021

Pieco India Engineering Co.Pvt.Ltd Electrical Draughtsman Interview Experiences

1 interview found

Interview Questionnaire 

5 Questions

  • Q1. Wtat is the sld
  • Ans. 

    SLD stands for Single Line Diagram, a simplified representation of an electrical system.

    • SLD illustrates the electrical distribution system using single lines to represent multiple conductors.

    • It helps in understanding the flow of electricity and the interconnections between components.

    • Commonly used in power systems, SLDs show transformers, circuit breakers, and loads.

    • Example: An SLD for a building may include main panel...

  • Answered by AI
  • Q2. What is the earthing layout
  • Ans. 

    Earthing layout refers to the design and arrangement of electrical grounding systems to ensure safety and proper functioning of electrical installations.

    • Earthing layout involves the placement of grounding electrodes, such as rods or plates, in the ground.

    • It includes the connection of various electrical equipment and systems to the grounding system.

    • The layout should follow local electrical codes and standards to prevent...

  • Answered by AI
  • Q3. What is the raceway
  • Ans. 

    A raceway is a pathway or channel used to contain and protect electrical wires and cables.

    • Raceways are typically made of metal or plastic materials.

    • They are used to organize and route electrical wiring in a safe and efficient manner.

    • Raceways can be surface-mounted or concealed within walls, floors, or ceilings.

    • Examples of raceways include conduits, cable trays, and ducts.

  • Answered by AI
  • Q4. What is the wire
  • Ans. 

    A wire is a long, thin, flexible metal conductor used for transmitting electricity or electrical signals.

    • A wire is made of a conductive material, such as copper or aluminum.

    • It is used to connect electrical components and devices.

    • Wires come in different gauges or thicknesses, which determine their current-carrying capacity.

    • Insulation is often applied to wires to protect against electrical shocks and prevent short circui...

  • Answered by AI
  • Q5. What is the switch board

Interview Preparation Tips

Interview preparation tips for other job seekers - jo time aapako sahi lage jese ki first half morning

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Pieco India Engineering Co.Pvt.Ltd?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. All questions related to Digital and networks and they asked core java question like functional interface uses and why do we need it and difference with interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite good

Electrical Draughtsman Interview Questions Asked at Other Companies

Q1. What is the earthing layout?
Q2. Do you have experience in electrical drafting in a steel plant?

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

Interview Questionnaire 

2 Questions

  • Q1. Basics of Angular
  • Q2. Basics of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up basics on skills.

Interview Questionnaire 

1 Question

  • Q1. Design facebook
  • Ans. 

    Designing Facebook is a complex task involving various components and technologies.

    • Identify the core features of Facebook such as user profiles, news feed, messaging, and groups.

    • Choose appropriate technologies for each component such as PHP for backend, React for frontend, and MySQL for database.

    • Ensure scalability and performance by implementing caching, load balancing, and database sharding.

    • Implement security measures...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Database, logical reasoning

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Spring and SpringBoot
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 1)Main challenges faced in gcp implementation.
  • Ans. 

    Main challenges faced in GCP implementation

    • Data migration and integration with existing systems

    • Ensuring security and compliance with regulations

    • Optimizing costs and managing resources effectively

    • Training and upskilling employees to use GCP effectively

    • Choosing the right services and configurations for specific use cases

  • Answered by AI
  • Q2. 2) best practices of big query
  • Ans. 

    Best practices for BigQuery include optimizing queries, managing costs, and securing data.

    • Optimize queries by using partitioning, clustering, and caching

    • Manage costs by using cost controls, monitoring usage, and optimizing storage

    • Secure data by using IAM roles, encryption, and audit logs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through some case studies available on gcp you tube channel, those case studies help your draft your studies

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. General SOM and FEA questions Hypermesh related questions

Interview Preparation Tips

Topics to prepare for Accenture Senior Engineer interview:
  • Som fea tools
Interview preparation tips for other job seekers - Prepare well on Hypermesh and abaqus
Little bit of SOM and it's good to go

I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic understanding of opps and collection with spring and hibernate logical concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to keep it short and clear cut answer with quite manner.

Pieco India Engineering Co.Pvt.Ltd Interview FAQs

How to prepare for Pieco India Engineering Co.Pvt.Ltd Electrical Draughtsman 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 Pieco India Engineering Co.Pvt.Ltd. The most common topics and skills that interviewers at Pieco India Engineering Co.Pvt.Ltd expect are AutoCAD.
What are the top questions asked in Pieco India Engineering Co.Pvt.Ltd Electrical Draughtsman interview?

Some of the top questions asked at the Pieco India Engineering Co.Pvt.Ltd Electrical Draughtsman interview -

  1. what is the earthing lay...read more
  2. what is the switch boa...read more
  3. what is the w...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all
Project Engineer
6 salaries
unlock blur

₹3.6 L/yr - ₹5.4 L/yr

Project Manager MEP
5 salaries
unlock blur

₹7.2 L/yr - ₹9.6 L/yr

Assistant Manager
4 salaries
unlock blur

₹6 L/yr - ₹7.2 L/yr

Assistant Project Manager
4 salaries
unlock blur

₹6 L/yr - ₹6.3 L/yr

Purchase Executive
4 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Pieco India Engineering Co.Pvt.Ltd with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview