Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Parker Overseas Team. If you also belong to the team, you can get access from here

Parker Overseas Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Parker Overseas Interview Questions and Answers

Updated 13 Aug 2024

Parker Overseas Interview Experiences

Popular Designations

3 interviews found

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

(5 Questions)

  • Q1. Qualification and work expeience till dats
  • Q2. Skills development and personal goal in the life and career.
  • Ans. 

    Continuous skills development and setting personal goals are essential for growth in both life and career.

    • Regularly assess current skills and identify areas for improvement

    • Set specific, measurable, achievable, relevant, and time-bound (SMART) goals

    • Seek out opportunities for learning and development, such as workshops, courses, or mentorship

    • Track progress towards goals and adjust as needed

    • Celebrate achievements and use

  • Answered by AI
  • Q3. Why looking for manufacturing company?
  • Ans. 

    Manufacturing companies offer opportunities for growth, innovation, and collaboration in a dynamic industry.

    • Opportunity to work with cutting-edge technology and processes

    • Potential for career advancement and skill development

    • Collaboration with diverse teams and departments

    • Contribution to the creation of tangible products

    • Exposure to global markets and supply chains

  • Answered by AI
  • Q4. How much you are aware about Parker ?
  • Ans. 

    Parker is a well-known brand specializing in writing instruments, including pens and pencils.

    • Parker is known for their high-quality pens and pencils.

    • The brand offers a wide range of products, from ballpoint pens to fountain pens.

    • Parker pens are often considered luxury items and are popular among professionals.

    • The brand has a long history, dating back to 1888 when George Safford Parker founded the company.

  • Answered by AI
  • Q5. Why you choose Parker ? what you are looking form us?
  • Ans. 

    I chose Parker for its reputation for high-quality products and excellent customer service.

    • Reputation for high-quality products

    • Excellent customer service

    • Innovative solutions

    • Strong brand presence

    • Positive reviews from other customers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Looking for professional company also looking for development of your skills so this is one of the comapny whcih will encourage you to do and make your self more skillsful. Always looking forward to take feedback and if logical and benefit to the comapny will surely implement it.

Sales & Marketing Interview Questions asked at other Companies

Q1. 1) what are the benefits of mutual fund and why someone should invest in mutual fund rather than direct equity?
View answer (10)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. 1. What is the achievement 2. What is the strengths 3. How to handling team 4. How to take decisions 5. What is the reason of your success

Interview Preparation Tips

Interview preparation tips for other job seekers - Give answers with open minded

Production Manager Interview Questions asked at other Companies

Q1. Production, Maintenance, Quality and Safety. Out of four, tell me the most important and least important thing for you and why?
View answer (10)

I applied via Apna Jobs and was interviewed before Sep 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 - Aptitude Test 

A 20 question paper of commen sense

Round 3 - HR 

(1 Question)

  • Q1. About me Like Name , Qualification ,Skill

Interview Preparation Tips

Topics to prepare for Parker Overseas Quality Engineer interview:
  • Basic Electronics
  • Soft Skills
Interview preparation tips for other job seekers - A 5 questions offline test
* What is quality
* 5S
* Transformer
* Capacitor
* Inductor

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)

Jobs at Parker Overseas

View all

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. Basic electronics & field knowledge
Round 2 - Technical 

(1 Question)

  • Q1. Basic electronics & field knowledge
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion / Negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic electronics is mandatory. Company relevant information is also needed.

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to excel VBA and MySQL

Interview Preparation Tips

Interview preparation tips for other job seekers - It was not much tough, there was 3 round and final with HR.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Dec 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 tips
Round 2 - Technical 

(6 Questions)

  • Q1. How do you find the code performance issue in the code deployed in production?
  • Ans. 

    To find code performance issues in production, use monitoring tools and profiling techniques.

    • Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.

    • Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.

    • Analyze logs and error messages to identify patterns a...

  • Answered by AI
  • Q2. What is asynchronous programming
  • Ans. 

    Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.

    • Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.

    • It involves the use of callbacks, promises, and async/await keywords in JavaScript.

    • Asynchronous programming can be used in both front-end and back-end development.

    • Examples of asynchro...

  • Answered by AI
  • Q3. Write a program to change background after every 0.5 sec interval to orange,white,green on button click in Angular?
  • Ans. 

    Program to change background color on button click in Angular

    • Create a button in Angular template

    • Add click event listener to the button

    • Use setInterval() function to change background color after every 0.5 sec

    • Use ngStyle directive to change background color dynamically

  • Answered by AI
  • Q4. How to load a component only after 3 of my services are loaded?
  • Ans. 

    Use Angular's 'resolve' property to load component after services are loaded.

    • Create a resolver service that waits for all three services to complete before resolving.

    • Add the resolver service to the 'resolve' property of the component's route.

    • Access the resolved data in the component using the ActivatedRoute service.

    • Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }

  • Answered by AI
  • Q5. What is difference between iquerable and ienumrable
  • Ans. 

    IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.

    • IQueryable is used for deferred execution while IEnumerable is used for immediate execution.

    • IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.

    • IQueryable is more efficient for large datasets as...

  • Answered by AI
  • Q6. When you go with entity framework and ado.net
  • Ans. 

    Entity Framework is an ORM while ADO.NET is a data access technology.

    • Entity Framework is easier to use and provides more abstraction than ADO.NET.

    • ADO.NET is faster and more flexible than Entity Framework.

    • Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on skills from your resume. Prepare more on Angular,Design patterns. Should have knowledge on Azure.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Concepts of Oops. Ex: Encapsulation, Abstraction, Polymorphism with real time examples.
  • Q2. Multithreading concepts in Java
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently within a single program.

    • 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.

    • Synchronization is used to prevent race conditions and ensure thread safety.

    • Java also provides several classes and interfaces for managing thread exec...

  • Answered by AI
  • Q3. 2 Coding Questions were asked. first was easy and was medium type.
  • Q4. Questions related to my project in detail.

Interview Preparation Tips

Interview preparation tips for other job seekers - They had asked Questions according to my resume. So, be confident with the skills you mentioned. Be Confident and cool. The interviewers were very friendly.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Oops, c#, design , .net framework
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial, projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice oops , data structures and algorithms, problem solving
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Explain end to end automation cycle
  • Ans. 

    End to end automation cycle involves automating the entire software development process from planning to deployment.

    • The cycle starts with requirements gathering and planning

    • Next, the code is developed and tested using automation tools

    • Continuous integration and delivery are used to deploy the code to production

    • Monitoring and feedback are used to improve the process

    • Examples of automation tools include Jenkins, Selenium,

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join this company.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Wpf C# concept and sone codes for binding
  • Ans. 

    WPF C# is a framework for building desktop applications. Binding is a way to connect UI elements to data sources.

    • WPF stands for Windows Presentation Foundation

    • C# is the programming language used for WPF development

    • Binding allows for automatic updates of UI elements when data changes

    • Example code for binding:

    • DataContext is used to set the data source for binding

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

(1 Question)

  • Q1. Previous project and managerial rout
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

Parker Overseas Interview FAQs

How many rounds are there in Parker Overseas interview?
Parker Overseas interview process usually has 1-2 rounds. The most common rounds in the Parker Overseas interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Parker Overseas 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 Parker Overseas. The most common topics and skills that interviewers at Parker Overseas expect are Communication Skills, Import Documentation, Lead Generation, Microsoft Applications and Order Processing.

Tell us how to improve this page.

Parker Overseas Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Philips Interview Questions
3.9
 • 157 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Medtronic Interview Questions
4.0
 • 69 Interviews
View all

Parker Overseas Reviews and Ratings

based on 37 reviews

3.2/5

Rating in categories

3.0

Skill development

2.8

Work-life balance

3.2

Salary

2.7

Job security

3.3

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 37 Reviews and Ratings
Design Engineer- Electrical & Electronics

Ghaziabad

4-6 Yrs

Not Disclosed

Explore more jobs
QA Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

MIS Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Store Incharge
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Parker Overseas with

Smith & Nephew Healthcare

4.1
Compare

Siemens Healthineers

4.0
Compare

Becton Dickinson

4.0
Compare

Medtronic

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