Upload Button Icon Add office photos

Filter interviews by

Chemex Oil Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Topic : How AI influences engineering life

Round 2 - Technical 

(3 Questions)

  • Q1. About steel structural construction
  • Q2. About risk and mitigation
  • Q3. Sub sea pipeline design
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.

    • Recent graduate with a degree in Mechanical Engineering

    • Passionate about problem-solving and innovation

    • Experience with CAD software such as SolidWorks

    • Completed internships at engineering firms

  • Answered by AI
  • Q2. What do you expect from company
  • Q3. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer for what they've asked don't prolong it
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can't remember the question
  • Q2. Can't recall the question
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

If everyone is cheating you should also do it?

Round 2 - Technical 

(4 Questions)

  • Q1. Everyhting about project..
  • Q2. Linear vs logistic regression
  • Ans. 

    Linear regression is used for continuous variables, while logistic regression is used for binary outcomes.

    • Linear regression is used to predict a continuous outcome based on one or more input variables.

    • Logistic regression is used to predict the probability of a binary outcome based on one or more input variables.

    • Linear regression assumes a linear relationship between the independent and dependent variables, while logist...

  • Answered by AI
  • Q3. Normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables and establishing relationships between them.

    • It helps in reducing data redundancy, minimizing data anomalies, and improving data consistency.

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with spec...

  • Answered by AI
  • Q4. List array difference etc
  • Ans. 

    Array difference is finding the elements that are present in one array but not in another.

    • Use set operations like difference to find elements in one array but not in another.

    • Example: arr1 = ['a', 'b', 'c'], arr2 = ['b', 'c', 'd'], arr_diff = set(arr1) - set(arr2) = ['a']

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Mechanical Engineer technical
  • Q2. Vacuum place are welding possible??
  • Ans. 

    Yes, welding in a vacuum is possible.

    • Welding in a vacuum is possible because the absence of air prevents oxidation of the materials being welded.

    • Specialized equipment and techniques are required for welding in a vacuum to ensure proper bonding of materials.

    • Examples of welding in a vacuum include aerospace components and certain types of scientific equipment.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Any technical questions
  • Q2. As well as engineer drawing
Round 3 - Group Discussion 

Manufacturing products are used in human life....

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

I was interviewed in Nov 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How many experience in army?
  • Ans. 

    I have 5 years of experience in the army.

    • Served in the army for 5 years

    • Received training in various military operations

    • Developed leadership and organizational skills

    • Worked in a team-oriented environment

  • Answered by AI
  • Q2. How much knowledge do you have in politic ?
  • Ans. 

    I have a good understanding of politics and stay updated on current events and policies.

    • I have a degree in Political Science which has provided me with a strong foundation in political theory and governance.

    • I actively follow political news and developments, both domestically and internationally.

    • I have experience working in government offices where I had to navigate political processes and policies.

    • I have participated i...

  • Answered by AI

General Manager - Quality Management Interview Questions & Answers

Doosan Power Systems user image Karunanithy Posanguraja

posted on 20 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Relevant area synapses of preparation through PPT

Round 2 - Technical 

(2 Questions)

  • Q1. Relevant field with the technical
  • Q2. Experience in relevant previously work areaS
Round 3 - HR 

(2 Questions)

  • Q1. Salary Part with negotiation
  • Q2. Medical check up

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your present work areas with experience

Not important Interview Questions & Answers

Sterling Oil Exploration & Energy Production user image Anonymous

posted on 22 Dec 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dumb HR will ruin the company or maybe they behave how the company wants them to behave.

Interview Preparation Tips

Interview preparation tips for other job seekers - Consider joining this company only if you have no other options and are on the verge of financial collapse. I was a top candidate for selection but ultimately chose to reject the offer. My conversation with HR revealed that they seek individuals who will blindly obey rather than fostering a relationship with employees. They expect compliance and submission. I have declined their offer.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium leetcode question related to dp.

Round 2 - Coding Test 

LLD round to create a cache library

Round 3 - HLD 

(2 Questions)

  • Q1. Design Paytm like system
  • Ans. 

    Design a system similar to Paytm for online payments and transactions.

    • Implement user authentication and authorization for secure transactions

    • Develop a user-friendly interface for easy navigation and transactions

    • Integrate various payment options like credit/debit cards, net banking, UPI, and wallets

    • Implement a robust backend system to handle transactions and store user data securely

  • Answered by AI
  • Q2. Design Url Shortner
  • Ans. 

    Design a URL shortener service to generate short URLs for long URLs.

    • Use a unique identifier for each long URL to generate a short URL.

    • Implement a mapping system to map short URLs to long URLs.

    • Consider implementing features like custom short URLs, expiration dates, and analytics.

    • Ensure the short URLs are unique and not easily guessable.

    • Optimize the service for performance and scalability.

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Basic beaviour question.
  • Q2. Design Notification Service.
  • Ans. 

    Design a Notification Service for sending alerts to users.

    • Define types of notifications (email, SMS, push notifications)

    • Implement a system for users to subscribe/unsubscribe from notifications

    • Include a scheduling system for sending notifications at specific times

    • Consider implementing a notification history for users to view past alerts

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Name and work and who are you
  • Ans. 

    I am a trainee at XYZ Company, currently working on various projects under the guidance of senior team members.

    • Trainee at XYZ Company

    • Working on various projects

    • Under the guidance of senior team members

  • Answered by AI
  • Q2. What about your self and about
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a strong work ethic and am always eager to take on new challenges.

    • I am a quick learner and adapt well to new environments.

    • I am detail-oriented and strive for excellence in everything I do.

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

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Ppt presentation 

(1 Question)

  • Q1. Presented company details
Round 2 - Aptitude Test 

Quantity, Date &time, direction, boat speed, train question

Round 3 - Technical 

(1 Question)

  • Q1. Civil engineering basics
Round 4 - HR 

(1 Question)

  • Q1. Self-introduction, willingness to join company, about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strong in your basics that's enough

Tell us how to improve this page.

Interview Questions from Similar Companies

Schlumberger Interview Questions
4.0
 • 133 Interviews
TechnipFMC Interview Questions
4.0
 • 67 Interviews
Torrent Gas Interview Questions
3.2
 • 49 Interviews
Petrofac Interview Questions
4.4
 • 40 Interviews
Cairn Energy Interview Questions
4.0
 • 29 Interviews
ADNOC Interview Questions
4.5
 • 25 Interviews
View all

Chemex Oil Reviews and Ratings

based on 3 reviews

2.6/5

Rating in categories

2.7

Skill development

3.3

Work-Life balance

2.5

Salary & Benefits

1.9

Job Security

3.3

Company culture

2.0

Promotions/Appraisal

2.6

Work Satisfaction

Explore 3 Reviews and Ratings
Production Manager
3 salaries
unlock blur

₹11.6 L/yr - ₹11.6 L/yr

Explore more salaries
Compare Chemex Oil with

Petrofac

4.4
Compare

TechnipFMC

4.0
Compare

Schlumberger

4.0
Compare

Toyo Engineering

4.0
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