Upload Button Icon Add office photos

Filter interviews by

Central Institute of Petrochemicals Engineering and Technology Interview Questions and Answers

Updated 28 Sep 2024

Central Institute of Petrochemicals Engineering and Technology Interview Experiences

Popular Designations

4 interviews found

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 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 Resume tips
Round 2 - Group Discussion 

Project collage time in water dumy cap with 2 plate mould 4 impressions

Round 3 - HR 

(3 Questions)

  • Q1. Previous company what are doing
  • Q2. Tell me you about ,What is mould &Moulding, Why are yousing in hot runner mould
  • Q3. When you are using in fompins
  • Ans. 

    I'm sorry, but the question is not clear and seems to contain a typo.

    • Please provide a clear and correct question for me to answer.

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

(1 Question)

  • Q1. Discusses with company rules and regulation, according to shift

Interview Preparation Tips

Interview preparation tips for other job seekers - This is one of the important of hr round &how much knowledge is ther in test

Designer Interview Questions asked at other Companies

Q1. In the lengthwise, from which side do you measure with inch tape?
View answer (3)

Instructor Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2024

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

I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Name and family background
  • Q2. Education and about Jobs
Round 2 - Technical 

(2 Questions)

  • Q1. Injection Moulding
  • Q2. Quality Control

Instructor Interview Questions asked at other Companies

Q1. How many types of Drawing instrument used
View answer (1)
Round 1 - Technical 

(2 Questions)

  • Q1. What is the product name
  • Ans. 

    The product name is XYZ

    • XYZ is a popular consumer product

    • XYZ is known for its durability and reliability

    • XYZ comes in different sizes and colors

    • XYZ has been on the market for several years

  • Answered by AI
  • Q2. What is your department name

Interview Preparation Tips

Interview preparation tips for other job seekers - Rohit Rajput
Plastic engineer
Central institute of petrochemicals engineering and technology

Production Officer Interview Questions asked at other Companies

Q1. what is distillation? types ? types of packing? elements of distillation column? optimum re-flux ratio ?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2022. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Realated to Polymer science.
  • Q2. About polymer testing and Characterization

Junior Research Fellow Interview Questions asked at other Companies

Q1. If you are given a small dataset of 300 samples, what would you choose over a neural network with more number of hidden layers or a neural network with one hidden layer. Justify your explanation in terms of accuracy.
View answer (1)

Central Institute of Petrochemicals Engineering and Technology interview questions for popular designations

 Designer

 (1)

 Instructor

 (1)

 Junior Research Fellow

 (1)

 Production Officer

 (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Technical questions related to inventory,scm and stock management

Interview Preparation Tips

Round: Resume Shortlist
Experience: Experience and key skills

I was interviewed before Jul 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Face to Face interview me
Tips: He asked me why did coming here i told this is a big company growth is here

Skills: Talking Ability

Interview Questionnaire 

1 Question

  • Q1. About the work experience

I applied via Referral and was interviewed before Jul 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 Resume tips
Round 2 - Aptitude Test 

General information about electronic products which is used in daily life and technical questions related about the electronic equipments.

Round 3 - HR 

(1 Question)

  • Q1. Information about yourself and Negotiation about LPA

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go for it nothing is impossible to get.

Interview Preparation Tips

Round: Resume Shortlist
Experience: The resume was as per the norms of our institute’s placement office. One should mention only relevant points in the resume because if they ask you something from the resume and you are unable to answer then they will reject you bluntly.

Round: Test
Experience: In the written test the questions asked were mainly aptitude based. The company had sent us some sample question papers before the written test. The questions in the test appeared from those sample papers only. Most of the questions were tricky – questions were framed in a very lengthy manner and the answers or the data required to solve the question was hidden in the last few lines. Many students wasted their time analysing such questions completely. Out of the 80 odd students who appeared for the test only 11 qualified for the next round.

Round: Technical Interview
Experience: In the technical interview he asked me whether I knew programming, I replied in the negative. He asked me to suggest an algorithm to a problem. The problem was based on swapping of numbers. At first I gave a very bland reply. The interviewer wasn’t convinced by my reply and gave me another opportunity to explain me the process. This time I managed to answer appropriately. The interviewer then enquired about my internship and my projects.

Round: HR Interview
Experience: The HR interview was taken by some top company official. He asked me to narrate any challenging incident in my life that I had to struggle through to emerge out of it. One important thing to note here is that your CGPA would speak for you – if you have a good CGPA half the battle is won.

College Name: IIT ROORKEE
Motivation: TCS recruits a large number of students from various colleges across the country. Knowing this fact beforehand I was not much interested in joining the company. I appeared for its process as a last resort. The company had organized a pre-placement talk. I attended the talk and before appearing for the first round I went through the brochure that was given out during the pre-placement talk.

You do not require any specific information regarding the company to ace the interviews or any questionnaire.

Interview Questionnaire 

9 Questions

  • Q1. The technical round was followed by HR interview to save time
  • Q2. What is multithreading
  • Ans. 

    Multithreading is the ability of a program to perform multiple tasks concurrently.

    • Multithreading allows for better utilization of CPU resources

    • It can improve program performance and responsiveness

    • Examples include running multiple downloads simultaneously or updating a GUI while performing a background task

    • Synchronization is important to prevent race conditions and ensure thread safety

  • Answered by AI
  • Q3. How is multithreading implemented in JAVA
  • Ans. 

    Multithreading in Java allows concurrent execution of multiple threads.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • The start() method is used to start a new thread, which calls the run() method.

    • Synchronization mechanisms like synchronized blocks and locks can be used to control access to ...

  • Answered by AI
  • Q4. Does Java support multiple Inheritance? If not then how an interface inherits two interfaces? Explain?
  • Ans. 

    No, Java does not support multiple inheritance. However, interfaces can inherit multiple interfaces.

    • Java does not allow a class to inherit from multiple classes.

    • This is because multiple inheritance can lead to ambiguity and conflicts.

    • However, a class can implement multiple interfaces in Java.

    • An interface can extend multiple interfaces, allowing for inheritance of multiple interfaces.

    • This is known as interface inheritan

  • Answered by AI
  • Q5. Difference between DO-WHILE & WHILE Loop
  • Ans. 

    DO-WHILE loop executes the code block at least once, while WHILE loop executes only if the condition is true.

    • DO-WHILE loop checks the condition at the end of the loop

    • WHILE loop checks the condition at the beginning of the loop

    • DO-WHILE loop executes the code block at least once

    • WHILE loop may not execute the code block at all if the condition is false

  • Answered by AI
  • Q6. Rate urself on 1-10 scale
  • Ans. 

    I would rate myself as an 8 on a scale of 1-10.

    • I have a strong understanding of software development principles and practices.

    • I have experience working with multiple programming languages and frameworks.

    • I am skilled in problem-solving and debugging.

    • I have successfully delivered complex software projects in the past.

    • I continuously strive to learn and improve my skills.

  • Answered by AI
  • Q7. How wil you dispaly data of two tables? explain?
  • Ans. 

    Display data of two tables by joining them using a common column.

    • Use SQL JOIN statement to combine data from two tables based on a common column.

    • Choose the appropriate type of JOIN based on the relationship between the tables.

    • Specify the columns to be displayed in the SELECT statement.

    • Use aliases to differentiate between columns with the same name in both tables.

    • Apply any necessary filters or sorting to the result set.

  • Answered by AI
  • Q8. Why should i hire you
  • Q9. Why TCS

Interview Preparation Tips

Round: Test
Experience: If you are taking examination of both analytical and verbal part then you will get 10 minutes for verbal part first and then 80 minutes for analytical part. Even if you solve verbal part in less than 10 minutes the remaining time will not be added to your analytical part. Analytical part consists of 30 questions need to be solved within 80 minutes. You can easily navigate the question and exam environment is same as in TCS Open See Same. You will have an on screen calculator. You can also carry a calculator in examination hall. My suggestion is to carry your own calculator because on screen calculator will only waste your time.
Tips: You can refer Quantitative Aptitude by Arun Sharma : This is the book for a CAT aspirants. Believe me if you solve LOD 1 and LOD 2, you can easily crack the analytical round. This is the sole book I used while preparing for TCS. Here you will get each concept explained beautifully. Read all the theory and solve example problems also. Do not rely on Quantitative Aptitude by R. S. AGARWAL
Duration: 90 minutes
Total Questions: 50

Round: Technical Interview
Experience: I do not remember all the questions they asked me, but a few are as above. i hope it helps :)
Tips: In technical round you will be asked simple conceptual questions. Never ever show how smart you are because interviewer is smarter than you. Keep calm and be confident. If you do not know answer of any question, simply say no and do not proceed with half answers or wrong answer because they will trap you in your own answer.  In this round you will be asked question mostly from your CV. If you are a CSE/IT guy then never ever rely only on your CV. It entirely depends on the interviewer mind. If they do not see your resume then you will be asked question from any topic related to CSE/IT branch. So the idea is to prepare well for the subject and topic you have mentioned in your CV and also keep sound knowledge of other CSE/IT subjects.  This is what happened in my P. I. . They reviewed my resume but not even a single technical questions they asked related to the subjects or topics mentioned in my resume. So guys/gals be prepared and have a basic knowledge of important CSE/IT subjects ( Data Structure, DBMS, C/C++, JAVA, Operating Systems,  Software Engineering etc.) .   They do not go in depth of any subject and ask only basic questions.

General Tips: Keep trying ! :)
Skill Tips: NA
Skills: C programming basics, JAVA , DB, C++, OS basics
College Name: TERNA ENGINEERING COLLEGE
Motivation: TCS is the largest software company of India. It is the most admired company of India. Being an employee of TCS is what many dream. And getting into TCS is quite easy also. All that you need is your desire and work towards it.
Funny Moments: Yet to happen

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Central Institute of Petrochemicals Engineering and Technology Interview FAQs

How many rounds are there in Central Institute of Petrochemicals Engineering and Technology interview?
Central Institute of Petrochemicals Engineering and Technology interview process usually has 2-3 rounds. The most common rounds in the Central Institute of Petrochemicals Engineering and Technology interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Central Institute of Petrochemicals Engineering and Technology 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 Central Institute of Petrochemicals Engineering and Technology. The most common topics and skills that interviewers at Central Institute of Petrochemicals Engineering and Technology expect are AutoCAD, Master CAM and Solid Works.
What are the top questions asked in Central Institute of Petrochemicals Engineering and Technology interview?

Some of the top questions asked at the Central Institute of Petrochemicals Engineering and Technology interview -

  1. When you are using in fomp...read more
  2. What is the product n...read more
  3. Discusses with company rules and regulation, according to sh...read more

Recently Viewed

CAMPUS PLACEMENT

Nettur Technical Training Foundation (NTTF)

CAMPUS PLACEMENT

Veermata Jijabai Technological Institute (VJTI), Mumbai

INTERVIEWS

Central Institute of Petrochemicals Engineering and Technology

No Interviews

INTERVIEWS

Central Institute of Petrochemicals Engineering and Technology

No Interviews

CAMPUS PLACEMENT

National Institute of Technology (NIT), Warangal

CAMPUS PLACEMENT

Lovely Professional University (LPU)

CAMPUS PLACEMENT

Indian Institute of Technology (IIT), Kharagpur

CAMPUS PLACEMENT

Indian Institute of Technology (IIT), Roorkee

LIST OF COMPANIES

Discover companies

Find best workplace

Tell us how to improve this page.

Central Institute of Petrochemicals Engineering and Technology Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Bharat Petroleum Interview Questions
4.1
 • 148 Interviews
Nayara Energy Interview Questions
4.2
 • 78 Interviews
GAIL Interview Questions
4.4
 • 64 Interviews
View all

Central Institute of Petrochemicals Engineering and Technology Reviews and Ratings

based on 48 reviews

3.8/5

Rating in categories

3.8

Skill development

3.5

Work-life balance

3.1

Salary

3.3

Job security

3.6

Company culture

2.7

Promotions

3.6

Work satisfaction

Explore 48 Reviews and Ratings
Technical Assistant
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lecturer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Fellow
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Account Assistant
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Central Institute of Petrochemicals Engineering and Technology with

Indian Institute of Petroleum

4.0
Compare

Indian Oil Corporation

4.4
Compare

Reliance Industries

4.0
Compare

Hindustan Petroleum

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent