Upload Button Icon Add office photos

Filter interviews by

Birla Opus Paints Associate Engineer Interview Questions and Answers

Updated 1 Oct 2024

Birla Opus Paints Associate Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Quite basic it consists of 30 questions
Sub divided in 3 groups
Chemical (15 questions)
Aptitude ( 10 questions)
English ( 5 questions)

Round 2 - Technical 

(2 Questions)

  • Q1. Just basic and firm questions like basic plant design & flow different types of eqpiments
  • Q2. Questions related to previous company experience
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to switch & family introduction basic safety norms
  • Ans. 

    I want to switch to a new role to challenge myself and grow professionally. Family introduction to basic safety norms is important for ensuring the well-being of loved ones.

    • Seeking new challenges and opportunities for professional growth

    • Interested in expanding my skill set and knowledge in a different role

    • Family introduction to basic safety norms is crucial for ensuring their safety and well-being

    • Believe in the importa...

  • Answered by AI
  • Q2. What will be your salary expectations
  • Ans. 

    My salary expectations are based on my experience, skills, and the industry standard for this position.

    • Research industry standards for Associate Engineer salaries

    • Consider my level of experience and skills

    • Factor in the location and cost of living

    • Be open to negotiation based on benefits package

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

(2 Questions)

  • Q1. This round was with plant head List of questions 1) different types of heat exchanger 2) what is a ball mill 3) different types of flow 4) Heat transfer and it's types
  • Q2. How evaporators are different from distallion coloums
  • Ans. 

    Evaporators are used to separate a liquid from a solution by heating and vaporizing the liquid, while distillation columns are used to separate different components of a liquid mixture based on their boiling points.

    • Evaporators are used to concentrate a solution by removing the solvent through evaporation

    • Distillation columns are used to separate different components of a liquid mixture based on their boiling points

    • Evapo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Birla Opus Paints Associate Engineer interview:
  • Heat Transfer
  • Basic chemistey
Interview preparation tips for other job seekers - Be confident in interview it's quite basic type if you clear the first round you are probably to be selected

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Basically in any interview most common question is Biodata, next the things included in resume..... nothing more than that
  • Q2. Literally my answer is empty.....I started saying out of box so that the interviewer might get impressed but end of day I got rejected...😂😂😂
  • Q3. Not only these I faced more than 79 interview....not less than 250-300 rounds....but none has picked me

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

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

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

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

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. No question asked
  • Q2. They call and said we will give 10k only

Interview Preparation Tips

Interview preparation tips for other job seekers - In pandamic i gave my interview so this would be reason that they didnt ask much question
Because of lockdown

Interview Questionnaire 

1 Question

  • Q1. Java collection

Interview Preparation Tips

Interview preparation tips for other job seekers - In hackathon , there is no interview round.

Birla Opus Paints Interview FAQs

How many rounds are there in Birla Opus Paints Associate Engineer interview?
Birla Opus Paints interview process usually has 4 rounds. The most common rounds in the Birla Opus Paints interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Birla Opus Paints Associate Engineer interview?

Some of the top questions asked at the Birla Opus Paints Associate Engineer interview -

  1. How evaporators are different from distallion colo...read more
  2. This round was with plant head List of questions 1) different types of heat ex...read more
  3. Just basic and firm questions like basic plant design & flow different types of...read more

Tell us how to improve this page.

Birla Opus Paints Associate Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Birla Opus Paints Associate Engineer Salary
based on 34 salaries
₹3.7 L/yr - ₹4.5 L/yr
29% less than the average Associate Engineer Salary in India
View more details

Birla Opus Paints Associate Engineer Reviews and Ratings

based on 7 reviews

4.4/5

Rating in categories

4.1

Skill development

4.4

Work-life balance

3.7

Salary

4.5

Job security

4.6

Company culture

3.4

Promotions

4.1

Work satisfaction

Explore 7 Reviews and Ratings
Territory Sales Manager
86 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Associate Engineer
34 salaries
unlock blur

₹3.7 L/yr - ₹4.5 L/yr

Sales Executive
34 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Territory Sales Executive
32 salaries
unlock blur

₹3.1 L/yr - ₹5.3 L/yr

Sales Manager
14 salaries
unlock blur

₹25 L/yr - ₹28 L/yr

Explore more salaries
Compare Birla Opus Paints with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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