Upload Button Icon Add office photos

Filter interviews by

Jay Ushin Interview Questions and Answers

Updated 19 Jun 2024

Jay Ushin Interview Experiences

Popular Designations

5 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Project handled in college
  • Ans. 

    Designed and implemented a water treatment plant for a college project

    • Researched different water treatment methods

    • Calculated the required capacity for the plant

    • Designed the layout of the plant

    • Selected appropriate equipment and materials

    • Tested the efficiency of the plant through simulations

  • Answered by AI
  • Q2. Why you chosen JPM Group & future goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Right place for challenging work experience

Process Engineer Interview Questions asked at other Companies

Q1. What is APQP and where is it used. And how many phases does it have? and fmea which phase are performed?
View answer (2)

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Share details of your previous job.
Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Import document filling for custom department, Bill of entry copy hand over to account department for payment purpose

Import Manager Interview Questions asked at other Companies

Q1. Are you aware about the faceless clearance process in customs?
View answer (4)

I applied via Job Portal

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 - Aptitude Test 
Round 3 - Assignment 

Interview Preparation Tips

Interview preparation tips for other job seekers - Import documentation, budget custom duty monthly

Import Manager Interview Questions asked at other Companies

Q1. Are you aware about the faceless clearance process in customs?
View answer (4)

Quality Engineer Interview Questions & Answers

user image Arjun Kaushik

posted on 5 Jun 2021

I applied via Company Website and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About yourself UDL and Stress strain

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so much package but 3 round MD round and 2 technical and HR round.

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Jay Ushin interview questions for popular designations

 Import Manager

 (2)

 Senior Engineer

 (1)

 Quality Engineer

 (1)

 Process Engineer

 (1)

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Just related to my study as I joined as GET there.

Interview Preparation Tips

Interview preparation tips for other job seekers - Carry your all documents alongwith you

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

Interview questions from similar companies

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 90

Round: Group Discussion
Duration: 20 minutes

Interview Preparation Tips

Round: Test
Experience: more of experience gaining and learning new tricks of codding a program.
Tips: must focus on bugging and debugging the program.
Duration: 60 mins minutes

Skills: Coding Skills,
College Name: Invertis university
Motivation: bosch is a multinational company stating its rank worldwide.so anyone would to work with outstanding company.

Interview Questionnaire 

16 Questions

  • Q1. Explain about the projects you have done, have you done them for curriculum or out of interest?
  • Ans. 

    I have done several projects both for curriculum and out of interest.

    • Developed a web application for a college project using HTML, CSS, and JavaScript.

    • Created a mobile app for tracking expenses using React Native out of interest.

    • Built a chatbot using Python for a hackathon project.

    • Developed a website for a local business using WordPress for a freelance project.

    • Created a game using Unity for a personal project.

  • Answered by AI
  • Q2. What are your favourite subjects?
  • Ans. 

    My favorite subjects are computer science, mathematics, and physics.

    • Computer Science: I enjoy programming and learning about algorithms and data structures.

    • Mathematics: I find solving complex problems and equations very satisfying.

    • Physics: I am fascinated by the laws of nature and how they govern the universe.

  • Answered by AI
  • Q3. Draw the block diagram, and explain all the components of 8051 micro-controller
  • Ans. 

    The 8051 micro-controller consists of CPU, RAM, ROM, Timers, Serial Port, Interrupts, and I/O ports.

    • The CPU is the main processing unit of the micro-controller.

    • The RAM is used for storing data temporarily.

    • The ROM contains the program code that is executed by the CPU.

    • The Timers are used for generating precise time delays.

    • The Serial Port is used for communication with other devices.

    • The Interrupts are used for handling ex...

  • Answered by AI
  • Q4. Difference between Micro-controller and Microprocessor
  • Ans. 

    Microprocessors are general-purpose CPUs while microcontrollers are designed for specific tasks.

    • Microprocessors are used in computers, smartphones, and other devices that require complex processing.

    • Microcontrollers are used in embedded systems, such as home appliances, automotive systems, and medical devices.

    • Microprocessors have separate memory and I/O interfaces while microcontrollers have them integrated on a single ...

  • Answered by AI
  • Q5. What are Von Neumann and Harvard classifications, which does 8051 belong to?
  • Ans. 

    Von Neumann and Harvard are computer architecture classifications. 8051 belongs to Harvard architecture.

    • Von Neumann architecture has a single memory space for data and instructions, while Harvard architecture has separate memory spaces for data and instructions.

    • 8051 microcontroller uses Harvard architecture as it has separate memory spaces for program instructions and data.

    • Harvard architecture allows simultaneous acces...

  • Answered by AI
  • Q6. How many bit is data bus and how many is address bus, also if there are 8 lines how many memory locations are present?
  • Q7. What are interrupts? Explain in detail what happens in 8051 when there is interrupt, What happens when there is an interrupt within an interrupt?
  • Ans. 

    Interrupts are signals that temporarily halt the execution of a program to handle a specific event.

    • When an interrupt occurs in 8051, the program counter is saved on the stack and the interrupt service routine (ISR) is executed.

    • The ISR handles the interrupt and then returns control to the main program by restoring the program counter from the stack.

    • If an interrupt occurs while another interrupt is being serviced, the se...

  • Answered by AI
  • Q8. Where is the location of current line of execution stored when there is an interrupt?
  • Ans. 

    The location of current line of execution is stored in the stack when there is an interrupt.

    • When an interrupt occurs, the processor saves the current state of execution on the stack.

    • The location of the current line of execution is stored in the program counter (PC) register.

    • The PC register is pushed onto the stack along with other registers.

    • After the interrupt is serviced, the processor pops the saved state from the st

  • Answered by AI
  • Q9. Draw basic logic gates
  • Ans. 

    Logic gates are basic building blocks of digital circuits. They perform logical operations on inputs to produce outputs.

    • AND gate: output is 1 only if both inputs are 1

    • OR gate: output is 1 if either input is 1

    • NOT gate: output is the opposite of the input

    • NAND gate: output is 0 only if both inputs are 1

    • NOR gate: output is 0 if either input is 1

    • XOR gate: output is 1 if inputs are different

    • XNOR gate: output is 1 if inputs a

  • Answered by AI
  • Q10. Draw half adder without using EXOR gate , draw full adder without EXOR
  • Ans. 

    Draw half adder and full adder without using EXOR gate.

    • Half adder can be implemented using AND and OR gates

    • Full adder can be implemented using two half adders and an OR gate

    • In half adder, sum is obtained by ORing two inputs and carry is obtained by ANDing two inputs

    • In full adder, sum is obtained by using two half adders and an OR gate, and carry is obtained by ANDing three inputs

  • Answered by AI
  • Q11. Given an input string, remove spaces and give me output string
  • Ans. 

    Remove spaces from input string and return output string

    • Iterate through each character of the input string

    • If the character is not a space, add it to the output string

    • Return the output string

  • Answered by AI
  • Q12. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for learning new technologies.

    • Graduated with a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience in developing web applications using frameworks like React and Angular

    • Passionate about learning new technologies and keeping up with industry trends

  • Answered by AI
  • Q13. Family background ( what does your father do ?, what does your mother do?, etc)
  • Ans. 

    My father is a businessman and my mother is a homemaker.

    • My father runs a small business in our hometown.

    • My mother takes care of the household and our family.

    • My parents have always been supportive of my education and career goals.

  • Answered by AI
  • Q14. Why Bosch?
  • Ans. 

    Bosch is a renowned company with a strong focus on innovation and sustainability.

    • Bosch has a reputation for being a leader in innovation and technology.

    • The company has a strong commitment to sustainability and social responsibility.

    • Bosch offers a diverse range of products and services, providing opportunities for growth and development.

    • The company has a global presence, offering the chance to work with people from diff

  • Answered by AI
  • Q15. What did you understand from yesterday's presentation?
  • Ans. 

    I understood the main points of the presentation.

    • The presentation covered the new software development process.

    • It emphasized the importance of collaboration between teams.

    • It also highlighted the need for continuous testing and feedback.

    • I learned about the new tools and technologies that will be used.

    • Overall, I found the presentation informative and useful.

  • Answered by AI
  • Q16. What are your plans for higher studies?
  • Ans. 

    I plan to pursue higher studies in computer science to enhance my skills and knowledge.

    • I am interested in pursuing a Master's degree in Computer Science.

    • I am also considering taking online courses to learn new technologies and programming languages.

    • I plan to attend workshops and conferences to stay updated with the latest trends in the industry.

    • I believe that continuous learning is essential to stay competitive in the

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The technical section consisted of questions different branches. I shall answer from ECE point of view. The test had same questions for electrical cluster , ie ECE ,EEE, IT,TC . There were 35 questions in this section. The questions were based on subjects in 1st 2nd and 3rd year. Mainly concentrated on DEC, AEC, Micro-controllers, Control systems and a few basic electronics questions as well. This section also had 5 questions on programming as well. The test also had negative marking. +1 and -0.25 was the scheme. The second aptitude section had 25 questions on logical reasoning, data interpretation.
Tips: Answer only those questions which you are confident about the answer.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The interview started on a tensing note, but he told me to make myself comfortable. He was more interested in how I would approach the problem rather than the syntax or trivialities of the code. He tried to confuse me even when my answer was correct. The interview went on for 30-40 mins. At the end of which the interviewer gave me a HR form to fill, and told me to proceed to the HR interview.
Tips: Be confident and do not say things you don't know about, many of my friends got rejected for bluffing.

Round: HR Interview
Experience: The interviewer had a stern expression on his face, and was serious throughout the interview. He asked me why i had done a C++ project though i was from a ECE background, ( I explained that I had taken an elective OOPS which required us to do a mini project as a part of our curriculum). He also asked what i know about Bosch, this is a definite question, prepare well for it.
Tips: Be confident and truthful, do not bluff about anything. They are well trained to detect those anomalies.

General Tips: Prepare the subjects of second year and third year well. Do not panic in the interview, answer the questions to the point.
Skill Tips: Revise your understanding of your projects thoroughly.
Skills: Knowledge about microcontrollers, Knowledge about AEC and DEC basics, Some knowledge about Control systems, Thorough understanding about the projects pursued.
College Name: BMS College Of Engineering, Bangalore
Motivation: Bosch is one of the pioneers in the embedded systems domain. Also I had heard very good reviews from my seniors about the company.

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. What are your strengths, weaknesses..?
  • Ans. 

    My strengths include leadership, problem-solving, and communication. My weaknesses are time management and public speaking.

    • Strengths: Leadership - I have experience leading teams and delegating tasks. Problem-solving - I am able to think critically and find solutions to complex problems. Communication - I am able to effectively communicate with team members and clients.

    • Weaknesses: Time management - I sometimes struggle...

  • Answered by AI
  • Q2. What irritates you most..?
  • Ans. 

    Inefficiency and lack of communication irritate me the most.

    • Inefficiency in completing tasks

    • Lack of communication within the team

    • Not being able to meet deadlines due to lack of planning

    • Unnecessary delays in decision-making

    • Micromanagement

    • Lack of clarity in instructions

  • Answered by AI
  • Q3. What do you do in such situations..?
  • Ans. 

    I assess the situation, gather information, and make a decision based on company policies and procedures.

    • Assess the situation and determine the severity of the issue

    • Gather information from all parties involved

    • Refer to company policies and procedures for guidance

    • Make a decision based on the information gathered and company guidelines

    • Communicate the decision to all parties involved

  • Answered by AI
  • Q4. Are you a leader or a follower...?
  • Ans. 

    I am a leader who can also follow when necessary.

    • I believe in leading by example and inspiring others to follow.

    • I am comfortable taking charge and making decisions, but also value input from others.

    • I am adaptable and can switch between leading and following depending on the situation.

    • For example, in a team project, I would take the lead in organizing and delegating tasks, but also listen to and incorporate ideas from t...

  • Answered by AI
  • Q5. Which one is good

Interview Preparation Tips

Round: Resume Shortlist
Experience: I have a CGPA 7.38.

Round: Test
Experience: There was an online objective test
Tips: Previous year IIT Gate book is the best thing to prepare for the technical test for any company. I started doing it in October only.
Duration: 80 min minutes

Round: Interview
Experience: There were two rounds of interview ; 30min for Tech and 10 min HR.
Tips: If you are in ED they will test your basic design skills. They showed a CAD drawing and asking the meaning of symbols, then they asked questions related to general designs available in our surroundings like why is that sewage hole round on the ground why not square or others. If you are in Mechanical, they will ask u core Mech subjects. So please first prepare very well subjects related to your respective interns. A whole interview can be drawn on that. In my case it was IC engine so I answered all the questions related to it and that didn't allow them to ask in any other topic.

Round: Interview
Experience: It was gen. All HR rounds just want to test how much positive you are in life, whether you will leave the company soon.
Tips: Be prepared with answers beforehand. The answers to all the above questions should be "depends on the
situation" and describe them in which situation u will choose which one. PS: if it’s a panel where HR is also there, they will try to excite you by asking gen questions like which team you support in IPL, do u have any gf etc. to make you lite, then again shoot you with some questions. Please don’t get deviated by those.

Skill Tips: Mock tests, Aimcats, Gate book. For GDs, we organised them in our wing. It was very helpful.
Kindly do it often in your wing and among your batch mates too. Same goes for interview. There
are lots of general interview questions available on FTP server, prepare for them well and have
mock interviews. "Alumni interviews" were very helpful, please attend that. Randstad sessions were an absolutely waste of money and time. I was mainly selected due to my internship with Bosch. Prepare all subjects related to your intern. It will be the game changer.
College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: CGPA cut-off: 7. The test had two parts. The level of the questions in the first part was very easy and do not require GRE or CAT skills. It had questions on verbal ability (readinc comprehension and vocabulary) and Math (time- work problems, arithmetic, percentages etc). The second part had questions related to Mechanical Engineering. It was slightly tough having a wide range of questions from Kinematics, design of machine elements, fluids , and thermodynamics .However, one can easily crack the test.
Tips: Don’t leave the questions unaswered as there is no negative marking.

Round: Interview
Experience: Around 60 students were shortlisted for the interview .There was only one round of interview which had both HR and technical questions. The interviewers were very friendly. The interview went on for approximately forty minutes. They started by asking me about my hometown, family, interests etc. Few question were: “Tell me about yourself”, “Describe your hometown”, “Why do u want to join Bosch and what do you know about it”, “Why won’t you go for MS or PhD”. The rest of the interview process was about the projects and internships and a few basic concepts of Mechanical Engineering. Each student was asked questions from different topics depending on the projects he was involved in. Basic questions I was asked : “What is casting”, “What is forming”, “How is a gear manufactured”, “What is the profile oF the gears used and why”. Apart from these, afew things about CRDi technology were asked.
Tips: Being a part of technology events in the hall will help a lot during the interview process. Google about ABS, CRDi, bearings, gears etc and study the “Thermodynamic cycles” from any thermodynamics book before the interview. Be confident.Never create an impression that you are a research orientated guy and will be going for MS or PhD. Do not panic. Do not try to bluff - they are experienced people and will find it out. Prepare very thoroughly about the projects. Learn about recent developments in the automobile sector (any technology developed by Bosch). Always smile .

General Tips: Having a CGPA>8 will enhance your chances. In mechanical, almost all the students who got selected had a CGPA of around 8.5. Mine was 8.4. However, Class X and Class XII percentages do not matter.
Internships in automobile industries definitely help. My sophomore intern was at Tata Motors Ltd. which caught the interviewer’s attention. The interview was guided by the project done by me at Tata Motors. Having a few academic projects also helps. Generally, they ask about projects mentioned in the CV. So, it’s better to be prepared about any project you may have done. Knowledge of the auto-sector is a must. Learn about recent developments in this sector.
College Name: IIT KHARAGPUR

Jay Ushin Interview FAQs

How many rounds are there in Jay Ushin interview?
Jay Ushin interview process usually has 2-3 rounds. The most common rounds in the Jay Ushin interview process are HR, Group Discussion and Resume Shortlist.
What are the top questions asked in Jay Ushin interview?

Some of the top questions asked at the Jay Ushin interview -

  1. Project handled in coll...read more
  2. Just related to my study as I joined as GET the...read more

Tell us how to improve this page.

Jay Ushin Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 329 Interviews
JBM Group Interview Questions
4.0
 • 267 Interviews
Varroc Group Interview Questions
3.6
 • 175 Interviews
UNO Minda Interview Questions
4.0
 • 169 Interviews
Exide Industries Interview Questions
3.5
 • 168 Interviews
Bharat Forge Interview Questions
3.9
 • 55 Interviews
Rane Group Interview Questions
4.0
 • 9 Interviews
View all

Jay Ushin Reviews and Ratings

based on 172 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.4

Salary

3.7

Job security

3.8

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 172 Reviews and Ratings
Senior Engineer
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jay Ushin with

UNO Minda

4.0
Compare

Bharat Forge

3.9
Compare

Sundaram Clayton

4.1
Compare

Rane Group

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