Upload Button Icon Add office photos

Filter interviews by

POSCO E&C Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions on conditional probability

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare probability/statistics etc.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Why our company?
  • Q2. Regular HR questions on strength weakness and future plans and interests.
  • Q3. Reasoning questions like : if i have 7 L of jug and 40 L of container and i want to fill only 9 L in that 40 L container how can i fill that.
  • Q4. If i want to open a pizza store give me proper planning.

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident. prepare thoroughly why you want to be in this company.
take time to answer but include everything. they are very friendly people just show some enthusiasm.

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Guestimate - number of anu malik music CDs sold in 1995
  • Ans. 

    Approximately 1 million Anu Malik music CDs were sold in 1995.

    • Anu Malik was a popular music composer in the 90s

    • CDs were the primary mode of music distribution in 1995

    • Assuming Anu Malik's popularity, 1 million CDs sold seems reasonable

  • Answered by AI
  • Q2. Case - increase Starbucks sales in India
  • Ans. 

    Increase Starbucks sales in India case

    • Conduct market research to understand local preferences and culture

    • Develop a menu that caters to Indian tastes, such as adding more tea-based drinks

    • Partner with local businesses and influencers to increase brand awareness

    • Offer promotions and discounts to attract new customers

    • Expand store locations to reach more customers in different regions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, it's more of a discussion

I applied via Job Portal and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic and related to job profile
  • Q2. Eg. Tools of quality etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview mostly two top management AVP level takes or depend for which position you are applying

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 87 minutes
Round difficulty - Medium

Timing : It was conducted in evening at 3 PM
The pacreception environment was very user friendly .
The platform was audio and video proctored.

  • Q1. 

    Binary to Decimal Conversion

    Convert a given binary number, represented as a string 'S' of size 'N', into its decimal equivalent integer and output it.

    Input:

    The first line contains an integer 'T', den...
  • Ans. 

    Convert a binary string to its decimal equivalent integer.

    • Iterate through the binary string from right to left, multiplying each digit by 2 raised to the power of its position.

    • Add the results of the multiplication to get the decimal equivalent.

    • Ensure the binary string consists only of '0' and '1' characters.

    • Handle multiple test cases by repeating the conversion process for each case.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 80 minutes
Round difficulty - Medium

So This was a very interactive round . There were two interviewers , one male and one female . The male interviewer was quite experienced where as female interviewer was relatively new . The Interview started by a small introduction followed by some OOPS related questions where I was tested on how i perceive the concept of OOPS in real life . Then this conversation was followed by some core concepts of JAVA like abstract classes and interfaces . Then I was asked about my projects that i mentioned in my resume , then after some healthy discussion on those projects , the interviewer started to question about DBMS , I was asked some basic queries followed by some advanced queries and then followed by a discussion on SQL vs NoSQL . Then Interviewers asked me about my tech stack and the source of my technical knowledge. Then at last I was asked that why Blackrock and this concluded my Interview.

  • Q1. 

    Ninja And The Triangle Problem Statement

    Ninja is provided with 'N' stars and the task is to construct a triangle such that the 'i'th level of the triangle uses 'i' number of stars. The goal is to make th...

  • Ans. 

    Given 'N' stars, construct a triangle with maximum height using 'i' stars in 'i'th level.

    • Calculate the maximum height of the triangle using the formula: height = floor((-1 + sqrt(1 + 8 * N)) / 2)

    • Iterate through each test case and calculate the maximum height for each 'N'.

    • Output the maximum height for each test case.

  • 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 SDE - 1 in MumbaiEligibility criteriaAbove 7 CGPABlackrock interview preparation:Topics to prepare for the interview - Data Structures , Algorithms , Operation Systems , OOPS , DBMS , Web DevelopmentTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be precise about what to do and what not to do.
Tip 2 : Always Revise the concepts you have done in past , use prime day revision theory.
Tip 3 : Do as many projects as you can but always mention those projects in which you are very well versed.
Tip 4 : Keep on reading random news related to your favourite tech and always have an in depth knowledge of what tech you currently use.

Application resume tips for other job seekers

Tip 1 : Keep it short , precise and effective .
Tip 2 : Mention even small things that you did had an impact on other people.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. Basic Java question on OOPS, Java 8 features
Round 3 - Technical 

(1 Question)

  • Q1. Questions on DSA i.e. HashMap, Tree, Java Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Medium DSA questions, Java-8 functionalities

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python code to find the root of a number
  • Ans. 

    Python code to find the root of a number

    • Use the math module to access the sqrt() function

    • Use the ** operator to raise the number to the power of 1/n

    • Handle negative numbers by converting them to complex numbers

  • Answered by AI
  • Q2. Some standard puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up python and be thorough with puzzles

Skills evaluated in this interview

I appeared for an interview in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. How does Internet work?
  • Ans. 

    The Internet is a global network of computers that communicate with each other using standardized protocols.

    • The Internet is made up of millions of interconnected devices, including computers, servers, routers, and switches.

    • Data is transmitted over the Internet in the form of packets, which are small units of information.

    • The Internet uses a set of protocols, such as TCP/IP, to ensure reliable and efficient communication...

  • Answered by AI
  • Q2. Difference between http and https?
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP data is transmitted in plain text, while HTTPS data is encrypted using SSL/TLS.

    • HTTPS provides authentication, integrity, and confidentiality of data exchanged between a client and a server.

    • W...

  • Answered by AI
  • Q3. What is white and black box testing?
  • Ans. 

    White box testing is a method of testing where the internal structure and implementation details of the software are known and tested. Black box testing is a method of testing where the internal structure and implementation details of the software are unknown and only the inputs and outputs are tested.

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

    • It focuses on testing th...

  • Answered by AI
  • Q4. Write the code to print the pattern that was provided?
  • Ans. 

    Print a pattern using code

    • Use nested loops to iterate through rows and columns

    • Use string concatenation to build each row of the pattern

    • Print each row to display the pattern

  • Answered by AI
  • Q5. Merge two arrays without using a third array.
  • Ans. 

    Merge two arrays without using a third array.

    • Use the concat() method to merge the arrays.

    • Alternatively, you can use the push() method to add elements from one array to another.

    • Remember to handle the case where the arrays have different lengths.

  • Answered by AI
  • Q6. Three ants are at the corner of the triangle. Find the probability that they will never meet.
  • Ans. 

    The probability that three ants at the corner of a triangle will never meet.

    • The ants can move randomly in any direction.

    • The probability depends on the shape and size of the triangle.

    • The probability can be calculated using geometric probability or simulation.

    • Assumptions need to be made about the ants' movement patterns.

  • Answered by AI
  • Q7. Basic Introduction.
  • Q8. Tell me the times you have regreted your decisions and how did you cope up with it.
  • Ans. 

    I have regretted decisions in the past but learned from them to make better choices in the future.

    • Regretted not studying enough for a crucial exam, leading to a lower grade. Learned to prioritize studying and time management.

    • Regretted not speaking up in a meeting when I had a valuable idea. Learned to be more assertive and confident in sharing my thoughts.

    • Regretted not taking a job opportunity that could have advanced ...

  • Answered by AI
  • Q9. Tell me about yor family , hobbies and any event that made you and your family feel proud.
  • Ans. 

    I come from a close-knit family with a passion for outdoor activities. We recently celebrated my brother's graduation, which was a proud moment for all of us.

    • Family: Close-knit and supportive

    • Hobbies: Outdoor activities like hiking and camping

    • Proud moment: Brother's graduation ceremony

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They basically are testing your reflexes and how quick you are at understanding a problem and arriving at a solution.
Tips: For greater accuracy attempt lesser questions ensuring each of the attemped one's are correct.
Duration: 45 minutes
Total Questions: 50

Round: Technical Interview
Tips: Just be thorough with basic concepts of programming and be yourself.

Round: HR Interview
Tips: Relax and be cool. Don't answer just for the sake of answering it.

Skills: Basic C/C++, implementing , networks
College Name: Thapar University, Patiala

Skills evaluated in this interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Ratios
  • Q2. Securitization
  • Q3. Expected package
  • Q4. Preferred location
  • Ans. 

    I prefer to work in a location that offers a vibrant and diverse community, with access to cultural events and opportunities for personal growth.

    • I value a location that has a strong sense of community and offers a variety of cultural activities.

    • Access to educational and personal growth opportunities is important to me.

    • I am open to considering different locations that meet these criteria.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Financial aspects were covered in this round
Tips: Polish your technical skills

Round: Test
Duration: 1 hour
Total Questions: 20

College Name: Amity School Of Engineering And Technology, Noida

Analyst Interview Questions & Answers

Blackrock user image Riddhima Arora

posted on 25 Aug 2017

I appeared for an interview before Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions on databases
  • Q2. Why should we hire you?
  • Ans. 

    I have the analytical skills, experience, and passion to excel in this role.

    • I have a strong background in data analysis and interpretation

    • I have experience in using various analytical tools and techniques

    • I am detail-oriented and have a proven track record of delivering accurate and insightful analysis

    • I am a quick learner and can adapt to new challenges and environments easily

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 1 hour

Skills: Computer Science
College Name: Thapar University, Patiala

Tell us how to improve this page.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 231 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
GEP Worldwide Interview Questions
3.7
 • 131 Interviews
Bain & Company Interview Questions
3.8
 • 106 Interviews
Xceedance Interview Questions
3.6
 • 104 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
Mercer Interview Questions
3.7
 • 80 Interviews
View all

POSCO E&C Reviews and Ratings

based on 32 reviews

4.3/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

3.8

Salary

4.1

Job security

3.9

Company culture

3.5

Promotions

4.1

Work satisfaction

Explore 32 Reviews and Ratings
Assistant General Manager
3 salaries
unlock blur

₹14.2 L/yr - ₹15.9 L/yr

Senior Manager Finance & Accounts
3 salaries
unlock blur

₹14.5 L/yr - ₹16 L/yr

Chartered Accountant and Manager
3 salaries
unlock blur

₹10.2 L/yr - ₹13 L/yr

Explore more salaries
Compare POSCO E&C with

Mercer

3.7
Compare

GEP Worldwide

3.7
Compare

Mu Sigma

2.6
Compare

Aarvee Associates

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