Upload Button Icon Add office photos

Filter interviews by

Shandong Electric Power Construction Corporation Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(15 Questions)

  • Q1. What is split horison? How can we resolve it?
  • Ans. 

    Split horizon is a technique used in computer networking to prevent routing loops by not advertising routes back to the same interface they were learned from.

    • Split horizon is used in distance-vector routing protocols like RIP to prevent routing loops.

    • It works by not advertising routes back to the same interface they were learned from.

    • Split horizon with poison reverse takes this a step further by advertising the route w...

  • Answered by AI
  • Q2. What is BGP? How BGP works?
  • Ans. 

    BGP stands for Border Gateway Protocol, used to exchange routing information between different networks.

    • BGP is an exterior gateway protocol used to make routing decisions on the internet.

    • It operates by exchanging routing information between different autonomous systems (AS).

    • BGP uses TCP port 179 for communication.

    • BGP routers maintain a table of IP prefixes and their paths to reach them.

    • BGP can be configured to influenc...

  • Answered by AI
  • Q3. What are the type of BGP and their AD value?
  • Ans. 

    There are two types of BGP: eBGP and iBGP. eBGP has an AD value of 20, while iBGP has an AD value of 200.

    • eBGP (External BGP) - AD value: 20

    • iBGP (Internal BGP) - AD value: 200

  • Answered by AI
  • Q4. What is routing protocol? What are the types of routing protocol?
  • Ans. 

    Routing protocol is a set of rules used by routers to determine the best path for data packets to travel.

    • Routing protocols help routers communicate with each other to dynamically update routing tables.

    • Types of routing protocols include distance-vector (e.g. RIP), link-state (e.g. OSPF), and hybrid (e.g. EIGRP).

    • Distance-vector protocols determine the best path based on hop count.

    • Link-state protocols use a more complex a...

  • Answered by AI
  • Q5. What is ospf?
  • Ans. 

    OSPF (Open Shortest Path First) is a routing protocol used to determine the best path for data packets in a network.

    • OSPF is a link-state routing protocol

    • It uses Dijkstra's algorithm to calculate the shortest path

    • OSPF routers exchange link-state advertisements (LSAs) to build a topology map

    • It supports VLSM (Variable Length Subnet Masking) and CIDR (Classless Inter-Domain Routing)

    • OSPF divides the network into areas to re

  • Answered by AI
  • Q6. How do we prevent loop avoidance in BGP?
  • Ans. 

    Preventing loop avoidance in BGP involves using loop prevention mechanisms like AS Path and Route Reflectors.

    • Use AS Path attribute to prevent loops by tracking the path a route has taken through AS numbers.

    • Implement Route Reflectors to avoid loops in BGP by controlling the route propagation within a cluster.

    • Utilize BGP Confederations to divide the network into smaller autonomous systems to prevent loops.

    • Regularly monit...

  • Answered by AI
  • Q7. What is OSI model? What are the layers of OSI model?
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI model stands for Open Systems Interconnection model.

    • It helps in understanding how data is transferred from one computer to another over a network.

    • The seven layers of OSI model are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has speci...

  • Answered by AI
  • Q8. How does tracerout works?
  • Ans. 

    Traceroute is a network diagnostic tool used to track the path packets take from one networked device to another.

    • Traceroute sends packets with increasing TTL values to determine the path to a destination.

    • Each router along the path sends back an ICMP Time Exceeded message, allowing traceroute to map the route.

    • The final destination sends an ICMP Port Unreachable message, indicating the end of the route.

    • Traceroute helps i...

  • Answered by AI
  • Q9. If we see "*****" in tracerout, what it means?
  • Ans. 

    The presence of '*****' in a traceroute indicates that the router is blocking the ICMP packets used by traceroute.

    • The '*****' indicates that the router is not responding to the ICMP packets sent by the traceroute tool.

    • This could be due to the router being configured to block ICMP traffic for security reasons.

    • It can also be caused by a firewall or network filtering rules blocking the ICMP packets.

    • In some cases, the '***...

  • Answered by AI
  • Q10. What are the states in BGP?
  • Ans. 

    BGP states include Idle, Connect, Active, OpenSent, OpenConfirm, Established.

    • Idle - Initial state when BGP is not yet established

    • Connect - Attempting to establish a TCP connection

    • Active - Waiting for a TCP connection to be completed

    • OpenSent - Sent an Open message to peer

    • OpenConfirm - Received an Open message and waiting for confirmation

    • Established - BGP peers are fully established and can exchange routing information

  • Answered by AI
  • Q11. If there is a non tech guys on site to replace faulty router with new router, how do you configure the new router?
  • Ans. 

    The new router can be configured remotely using a laptop or mobile device with access to the network.

    • Access the router's web interface by entering its IP address in a web browser

    • Login using default credentials or credentials provided by the company

    • Configure basic settings such as SSID, password, and security settings

    • Update firmware if necessary

    • Test the connection to ensure it is working properly

  • Answered by AI
  • Q12. What are CE and PE routers?
  • Ans. 

    CE and PE routers are types of routers used in MPLS networks. CE routers connect to customer networks while PE routers connect to provider networks.

    • CE routers (Customer Edge) connect to customer networks and are responsible for exchanging routes with customer devices.

    • PE routers (Provider Edge) connect to provider networks and are responsible for exchanging routes with other PE routers in the MPLS network.

    • CE routers are...

  • Answered by AI
  • Q13. What is the command to assign an IP address on Juniper router interface?
  • Ans. 

    The command to assign an IP address on a Juniper router interface is 'set interface <interface_name> unit <unit_number> family inet address <ip_address/mask>'

    • Use the 'set' command to configure the interface

    • Specify the interface name and unit number

    • Use the 'family inet' statement to configure an IPv4 address

    • Specify the IP address and subnet mask

  • Answered by AI
  • Q14. What are the parameters should match in BGP neighbourship?
  • Ans. 

    Parameters for BGP neighbourship include AS number, IP address, subnet mask, and BGP version.

    • AS number must match on both neighbors

    • IP address must be reachable between neighbors

    • Subnet mask should be the same on both neighbors

    • BGP version should be compatible between neighbors

  • Answered by AI
  • Q15. What is tftp?
  • Ans. 

    tftp stands for Trivial File Transfer Protocol, a simple protocol used for transferring files over a network.

    • tftp is a lightweight protocol used for transferring files between devices on a network.

    • It operates on UDP port 69.

    • tftp does not require user authentication, making it less secure compared to FTP.

    • It is commonly used for booting devices over a network, such as in diskless workstations or routers.

    • An example of tft...

  • Answered by AI
Round 2 - Technical 

(8 Questions)

  • Q1. What is loop avoidance mechanism in BGP?
  • Ans. 

    Loop avoidance mechanism in BGP prevents routing loops by using loop prevention mechanisms like AS path attribute and route reflectors.

    • BGP uses AS path attribute to prevent routing loops by not accepting routes with its own AS number in the path.

    • Route reflectors are used in BGP to avoid loops in route propagation within a cluster of routers.

    • BGP Confederations can also be used to prevent loops by dividing the AS into sm

  • Answered by AI
  • Q2. How tracerout works? What is source and destination IP?
  • Ans. 

    Traceroute is a network diagnostic tool used to track the path packets take from source to destination IP.

    • Traceroute sends packets with increasing TTL values to elicit ICMP Time Exceeded responses from routers along the path.

    • The source IP is the IP address of the device initiating the traceroute, while the destination IP is the IP address of the target device.

    • Traceroute displays the IP addresses of the routers in the p...

  • Answered by AI
  • Q3. What is public IP and private IP?
  • Ans. 

    Public IP is the address assigned to a device that is directly accessible over the internet, while private IP is used within a private network.

    • Public IP is unique and can be accessed from anywhere on the internet

    • Private IP is used within a local network and is not directly accessible from the internet

    • Public IP is assigned by the Internet Service Provider (ISP)

    • Private IP addresses are typically in the ranges of 192.168.

  • Answered by AI
  • Q4. How can we configure and a router with support of non tech guy onsite?
  • Ans. 

    To configure a router with support of a non tech guy onsite, provide step-by-step instructions and visual aids.

    • Create a simple, easy-to-follow guide with step-by-step instructions.

    • Use visual aids such as diagrams or videos to demonstrate the process.

    • Provide clear explanations of each step and troubleshoot common issues.

    • Offer remote support or a helpline for additional assistance if needed.

  • Answered by AI
  • Q5. What is firewall?
  • Ans. 

    A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Acts as a barrier between a trusted internal network and untrusted external network

    • Filters network traffic based on rules set by the administrator

    • Can be hardware-based or software-based

    • Examples include Cisco ASA, Palo Alto Networks, and Windows Firewall

  • Answered by AI
  • Q6. What are the difference between router and switch?
  • Ans. 

    Routers connect multiple networks together while switches connect devices within a single network.

    • Routers operate at the network layer (Layer 3) of the OSI model, while switches operate at the data link layer (Layer 2).

    • Routers use IP addresses to forward data between networks, while switches use MAC addresses to forward data within a network.

    • Routers can determine the best path for data to travel between networks, while...

  • Answered by AI
  • Q7. What is mpls?
  • Ans. 

    MPLS stands for Multiprotocol Label Switching, a technique used in telecommunications networks to direct data packets along predefined paths.

    • MPLS is used to improve network performance and efficiency by quickly routing data packets based on labels instead of IP addresses.

    • It allows for traffic engineering, quality of service (QoS) prioritization, and virtual private network (VPN) services.

    • MPLS operates at layer 2.5 of t...

  • Answered by AI
  • Q8. How ftp and tftp works?
  • Ans. 

    FTP and TFTP are protocols used for transferring files over a network.

    • FTP (File Transfer Protocol) is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the internet.

    • TFTP (Trivial File Transfer Protocol) is a simpler version of FTP that uses UDP instead of TCP for file transfer.

    • FTP requires authentication (username and password) for access, while TFTP does not ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1 hr interview divided into 4 sections - Intro - Backend - .NET & OOPS Concepts (Was given a code to analyze) - SQL - Write a sql query & some sql questions on joins etc. - Frontend - Angular related quest...
Round 2 - Technical 

(1 Question)

  • Q1. Bit low level Design Patterns Questions, SQL Questions, Angular Questions Checking your confidence while answering
Round 3 - Technical 

(1 Question)

  • Q1. This was Manegerial Round, asked about projects worked upon and some questions over the projects
Round 4 - HR 

(1 Question)

  • Q1. For this round I was being called to their base location. Salary Discussion

Interview Preparation Tips

Topics to prepare for Bosch Global Software Technologies Consultant interview:
  • .NET
  • SQL
  • Angular
  • Azure
Interview preparation tips for other job seekers - Interview went quiet well. Prepare for sql queries & brush up knowledge. SOLID principles/Design Patterns
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Proper system in working candidates.
  • Q2. Management in supported in department
  • Ans. 

    Management is fully supported in the department, providing resources and guidance to ensure success.

    • Management provides clear goals and expectations for the team

    • Regular check-ins and feedback sessions are conducted to support employee growth

    • Resources such as training programs and tools are readily available for employees

    • Management encourages open communication and collaboration among team members

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Payment terms and condition
  • Q2. How many facilities in company provide
Round 3 - Technical 

(2 Questions)

  • Q1. My working in good culture company.
  • Q2. I achieve from zero goal in my target
Round 4 - Technical 

(2 Questions)

  • Q1. Good man for handing
  • Q2. My working in plant maintenance manager work

Interview Preparation Tips

Topics to prepare for Larsen & Toubro Limited Maintenance Manager interview:
  • Dyes
  • TS 16949
Interview preparation tips for other job seekers - My knowledge for conventional machines CNC machine ,PLC machines, robot with, automation machines, maintenance breakdown, documentations, good manpower handling, pm schedule 52 week. Management support team work development and design support knowledge.

Buyer Interview Questions & Answers

JLL user image Anonymous

posted on 1 Jan 2025

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

I applied via Company Website

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a dedicated and experienced buyer with a strong background in procurement and negotiation.

    • Over 5 years of experience in purchasing and sourcing materials

    • Skilled in vendor management and contract negotiation

    • Strong analytical and problem-solving skills

    • Proficient in inventory management and cost reduction strategies

  • Answered by AI
  • Q2. What is contract procurement, and what are its key elements?
  • Ans. 

    Contract procurement involves the process of acquiring goods or services through a formal agreement with a supplier.

    • Key elements include defining requirements and specifications

    • Identifying potential suppliers

    • Negotiating terms and conditions

    • Drafting and finalizing the contract

    • Managing supplier performance

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Have you previously engaged in contract procurement?
  • Ans. 

    Yes, I have experience in contract procurement.

    • I have successfully negotiated contracts with vendors for goods and services.

    • I have experience in reviewing and analyzing contract terms and conditions.

    • I have managed contract renewals and amendments as needed.

  • Answered by AI
  • Q2. Tell me more about what you did in procurement
  • Ans. 

    I managed the sourcing and purchasing of goods and services to meet company needs and goals.

    • Negotiated contracts with suppliers to ensure best pricing and terms

    • Analyzed market trends to make informed purchasing decisions

    • Managed vendor relationships to ensure timely delivery and quality products

    • Implemented cost-saving strategies to improve procurement efficiency

  • Answered by AI

Deputy Regional Planning Manager Interview Questions & Answers

Shapoorji Pallonji Group user image Anonymous

posted on 7 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(10 Questions)

  • Q1. Brief about your education, career, previous projects handled, and role & responsibility in past organisations?
  • Q2. Current roles & responsibilities and value addition done by you and your team?
  • Q3. Process flow for planning throughout project life-cycle?
  • Q4. Critical/concerning areas to be monitored?
  • Q5. Productivity and permissible material wastage, process to prepare material reconciliation?
  • Q6. Understanding about claim and type of claim raised/supported to raise in past experience?
  • Q7. Experience of technical aspects and planning assessment required at tendering stage, capabilities to prepare tender submittals and proving insights to management on same?
  • Q8. Necessity of providing PMO support to management?
  • Q9. Understanding about role & responsibility of regional planning manager?
  • Q10. MIS and type of reports prepared in past and their significance for Top managemennt?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Diploma mechanical engineering 2022

Round 2 - One-on-one 

(4 Questions)

  • Q1. Apne baare me batwo 5 loose point 5 strength.
  • Q2. Women empowerment se kya samajhte hai.
  • Q3. Technical knowledge kitna hai tumhe.
  • Q4. Aapke subjects are hobby ke baare main batao.
Round 3 - Technical 

(3 Questions)

  • Q1. Metallurgy engineering related.
  • Q2. Steel making shop operating related.
  • Q3. EAF Operation related.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. What basic knowledge do you possess about your working field?
  • Q2. Daily Consumption and Production
  • Q3. What are the raw materials used in the production process?
  • Q4. What technical data is available for the equipment?

Interview Preparation Tips

Interview preparation tips for other job seekers - Approach the interview with honesty and provide meaningful answers.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a technicaL + aptitude test with 60 minutes duration.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions regarding the projects that i have done.
  • Q2. They asked me about my favourite subjects and then they asked some basic questions regarding those subjects.
Round 3 - HR 

(1 Question)

  • Q1. HR round in TCE is not an interview round rather it is a video assessment wherein we were given with two HR questions and we have to record a video answering the questions. maximum duration of the video sh...

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise the core subjects of your field as it will help you during your technical test or interview as well. Feel confident while answering the question during Technical/HR interview.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test are used in schools, by employers, and to help individuals make careers

Round 2 - Technical 

(7 Questions)

  • Q1. What work is done in MRF company
  • Q2. What work is company
  • Q3. This is MRF is good company
  • Q4. Maintenance is good work
  • Q5. Maintenance department is MRF company
  • Q6. MRF company work in maintenance
  • Q7. MRF company is a good and excellent company
Round 3 - Group Discussion 

Group discussion is a structured conversation where people exchange ideas and opinions on a topic

Round 4 - Assignment 

The reporter disappeared on an assignment in the war zone

Interview Preparation Tips

Topics to prepare for MRF Tyres Junior Engineer interview:
  • HR Generalist Activities
  • D.g.sets
Interview preparation tips for other job seekers - Be prepared for anything, including interview
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was technical questions in relevant area
  • Q2. The questions relevant to my skill set and experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. The questions relevant to my skills and experience
  • Q2. The questions relevant to job requirements
Round 3 - HR 

(2 Questions)

  • Q1. General discussion about the profession and career
  • Q2. Discussed job location and client
Round 4 - Behavioral 

(2 Questions)

  • Q1. Discussed about client and company
  • Q2. Orientation related things discussed.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is not Level-3 company. In reality, It is Level-1 Company

Tell us how to improve this page.

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
Tata Steel Interview Questions
4.1
 • 816 Interviews
JSW Steel Interview Questions
3.9
 • 558 Interviews
UltraTech Cement Interview Questions
4.2
 • 525 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
JLL Interview Questions
4.1
 • 332 Interviews
Bosch Interview Questions
4.2
 • 326 Interviews
View all

Shandong Electric Power Construction Corporation Reviews and Ratings

based on 8 reviews

3.8/5

Rating in categories

3.4

Skill development

3.5

Work-Life balance

3.9

Salary & Benefits

2.1

Job Security

3.0

Company culture

2.1

Promotions/Appraisal

3.6

Work Satisfaction

Explore 8 Reviews and Ratings
Senior Engineer
4 salaries
unlock blur

₹6 L/yr - ₹6 L/yr

Commissioning Engineer
4 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Senior Executive
3 salaries
unlock blur

₹3.5 L/yr - ₹4.4 L/yr

QA QC Engineer
3 salaries
unlock blur

₹1.5 L/yr - ₹6.5 L/yr

Site Engineer Mechanical
3 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Explore more salaries
Compare Shandong Electric Power Construction Corporation with

Tech Mahindra

3.6
Compare

Larsen & Toubro Limited

4.0
Compare

Tata Steel

4.1
Compare

UltraTech Cement

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview