Upload Button Icon Add office photos

Zebra Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Zebra Technologies Interview Questions and Answers

Updated 10 Jan 2025
Popular Designations

12 Interview questions

A Senior Automation Engineer was asked 6mo ago
Q. How do agile methodologies function in B2B projects?
Ans. 

Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

  • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

  • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

  • Cross-functional teams work together closely to deliver incremental value to th...

View all Senior Automation Engineer interview questions
A Senior Automation Engineer was asked 6mo ago
Q. What is your experience with barcode scanners?
Ans. 

I have extensive experience working with barcode scanners in various automation projects.

  • Implemented barcode scanning functionality in warehouse management system to track inventory

  • Integrated barcode scanners with automated testing tools for regression testing

  • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

View all Senior Automation Engineer interview questions
A Data Scientist was asked 8mo ago
Q. What is the difference between bias and variance?
Ans. 

Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

  • Bias is the error introduced by approximating a real-world problem, leading to underfitting.

  • Variance is the error introduced by modeling the noise in the training data, leading to overfitting.

  • High bias can cause a model to miss relevant relationships between features and target variable.

  • High variance can cause a mode...

View all Data Scientist interview questions
A Software Developer was asked
Q. Write an SQL query to join two tables.
Ans. 

SQL query for joining tables

  • Use JOIN keyword to combine two or more tables based on a related column

  • Specify the columns to be selected using SELECT keyword

  • Use ON keyword to specify the condition for joining the tables

  • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

View all Software Developer interview questions
A Software Developer was asked
Q. What are the OOPS concepts in Java? Explain with a real-time scenario.
Ans. 

OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

  • Inheritance allows a subclass to inherit properties and methods from a superclass.

  • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

  • Encapsulation hides the implementation details of an object and only exposes necessary information.

  • Abstraction allows for the creation of abstract ...

View all Software Developer interview questions
A Software Developer was asked
Q. What Java concepts did you use in your project?
Ans. 

Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

  • Implemented inheritance to create a base class and derived classes with specific functionalities.

  • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

  • Implemented exception handling to handle errors and prevent program crashes.

  • Used interfaces to define a set of methods th...

View all Software Developer interview questions
A Software Developer was asked
Q. What are the differences between overloading and overriding, and what are their practical uses?
Ans. 

Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

  • Overloading is used to provide different ways to call a method with different parameters

  • Overriding is used to provide a specific implementation of a method in a subclass

  • Overloading is resolved at compile-time while overriding...

View all Software Developer interview questions
Are these interview questions helpful?
A Test Engineer was asked
Q. What are smoke and sanity testing?
Ans. 

Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application. Sanity testing is a subset of regression testing that focuses on testing the specific changes made to an application.

  • Smoke testing is performed to ensure that the most critical functionalities of an application are working as expected.

  • It is usually performed after a build is deployed to check if ...

View all Test Engineer interview questions
A Test Engineer was asked
Q. What is regression testing, testing
Ans. 

Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

  • Regression testing is performed after making changes to the software to ensure that the modifications have not introduced new bugs or issues.

  • It involves re-executing previously executed test cases to verify that the existing functionalities still work as expected.

  • Regression testing helps in...

View all Test Engineer interview questions
A Data Scientist was asked 8mo ago
Q. Parametric vs non parametruc model
Ans. 

Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.

  • Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.

  • Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.

  • Examples of parametric model...

View all Data Scientist interview questions

Zebra Technologies Interview Experiences

26 interviews found

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

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI

Product Owner Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. The Knowledge and Skills
Round 2 - Technical 

(1 Question)

  • Q1. The interviewer asked about the process, which differs from company to company. As my current company does not follow the process, the interviewer rejected me.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the companies that see the candidates' knowledge, experience, and skills rather than the bookies' knowledge and processes.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative aptitude, logical apptiude,

Round 2 - Technical 

(2 Questions)

  • Q1. Data structure and algorithms
  • Q2. Programming concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - . Prepare a Strong Resume

Tailor your resume to the job description.

Highlight relevant skills, projects, and achievements.

Keep it concise, error-free, and easy to read.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Forecasting problem - Predict daily sku level sales

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between bias and variance
  • Ans. 

    Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

    • Bias is the error introduced by approximating a real-world problem, leading to underfitting.

    • Variance is the error introduced by modeling the noise in the training data, leading to overfitting.

    • High bias can cause a model to miss relevant relationships between features and target variable.

    • High variance can cause a model to ...

  • Answered by AI
  • Q2. Parametric vs non parametruc model
  • Ans. 

    Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.

    • Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.

    • Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.

    • Examples of parametric models inc...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?

Software Engineer Interview Questions & Answers

user image Nazif ullah Hanan

posted on 2 Jul 2024

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

(2 Questions)

  • Q1. What are the main principles of the Java
  • Q2. What is the different between == and equals method

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Sweety Wadhwa

posted on 5 Jun 2024

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

(2 Questions)

  • Q1. Normal question about past experience
  • Q2. When you can join and all
Round 2 - Assignment 

SQL test on Select query, insert, create

Intern Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2024

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

Os, cloud computing, DBMS, networks, ai and ml mcq questions were asked

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

(2 Questions)

  • Q1. Case study based on scenario
  • Q2. Group interview with Panel
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Case study - prize optimization problem

Round 2 - Technical 

(1 Question)

  • Q1. Structured vs unstructured data
  • Ans. 

    Structured data is organized and easily searchable, while unstructured data lacks a predefined format.

    • Structured data is organized into rows and columns, like a database.

    • Unstructured data includes text documents, images, videos, and social media posts.

    • Structured data is easier to analyze and query, while unstructured data requires more advanced techniques like natural language processing.

    • Examples of structured data inc...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Zebra Technologies?
Ask anonymously on communities.

Zebra Technologies Interview FAQs

How many rounds are there in Zebra Technologies interview?
Zebra Technologies interview process usually has 2 rounds. The most common rounds in the Zebra Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for Zebra Technologies 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 Zebra Technologies. The most common topics and skills that interviewers at Zebra Technologies expect are Python, Java, Javascript, SQL and HTML.
What are the top questions asked in Zebra Technologies interview?

Some of the top questions asked at the Zebra Technologies interview -

  1. what are oops concepts in java, explain real time scena...read more
  2. overloading vs overriding, practical u...read more
  3. SQL query for join of tab...read more
What are the most common questions asked in Zebra Technologies HR round?

The most common HR questions asked in Zebra Technologies interview are -

  1. Why are you looking for a chan...read more
  2. What is your family backgrou...read more
  3. What are your salary expectatio...read more
How long is the Zebra Technologies interview process?

The duration of Zebra Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 24 interview experiences

Difficulty level

Easy 36%
Moderate 45%
Hard 18%

Duration

Less than 2 weeks 42%
2-4 weeks 25%
4-6 weeks 25%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.7
 • 8.7k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
DXC Technology Interview Questions
3.6
 • 842 Interviews
NTT Data Interview Questions
3.8
 • 662 Interviews
UST Interview Questions
3.8
 • 544 Interviews
Atos Interview Questions
3.8
 • 392 Interviews
View all

Zebra Technologies Reviews and Ratings

based on 147 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.7

Salary

3.7

Job security

3.8

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 147 Reviews and Ratings
Software Engineer, II

Bangalore / Bengaluru

3-5 Yrs

₹ 10-18 LPA

People Shared Services Representative, II

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
135 salaries
unlock blur

₹7.9 L/yr - ₹14 L/yr

Senior Software Engineer
101 salaries
unlock blur

₹19.1 L/yr - ₹33 L/yr

Lead Engineer
52 salaries
unlock blur

₹22 L/yr - ₹34 L/yr

Software Engineer2
47 salaries
unlock blur

₹15.2 L/yr - ₹25.5 L/yr

Technical Lead
43 salaries
unlock blur

₹21.8 L/yr - ₹38 L/yr

Explore more salaries
Compare Zebra Technologies with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview