Upload Button Icon Add office photos

Chewy

Compare button icon Compare button icon Compare

Filter interviews by

Chewy Interview Questions, Process, and Tips

Updated 22 Nov 2024

Top Chewy Interview Questions and Answers

Chewy Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Discuss about jenkins shared library
  • Ans. 

    Jenkins shared library allows you to define reusable code that can be shared across multiple Jenkins pipelines.

    • Shared libraries are stored in a Git repository and can be referenced in Jenkins pipelines using the @Library annotation.

    • Shared libraries can contain functions, variables, and classes that can be used in Jenkins pipelines.

    • Shared libraries help in maintaining consistency and reusability across Jenkins pipelines...

  • Answered by AI
  • Q2. Discuss about entire ci/cd flow
  • Ans. 

    CI/CD flow involves continuous integration and continuous deployment processes to automate software delivery.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Deployment (CD) automates the deployment of code changes to production.

    • CI/CD tools like Jenkins, GitLab CI/CD, and CircleCI help streamline the process.

    • Version control systems like Git are essential for tra...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. In dept about jenkins
  • Q2. Secanrio based questions
Round 3 - Technical 

(2 Questions)

  • Q1. Explain the groovy script
  • Ans. 

    Groovy script is a dynamic scripting language for the Java platform.

    • Groovy is similar to Java but with more concise syntax and dynamic typing.

    • It can be used for scripting, testing, and building applications.

    • Example: println 'Hello, World!'

  • Answered by AI
  • Q2. Explain about Jenkins master and slave
  • Ans. 

    Jenkins master manages the configuration and distribution of work to Jenkins slaves.

    • Jenkins master is the main server that manages the configuration and distribution of work to Jenkins slaves.

    • Jenkins slaves are worker nodes that execute the build jobs sent by the master.

    • Master can communicate with multiple slaves to distribute workload efficiently.

    • Slaves can be set up on different machines to parallelize the build proc...

  • Answered by AI

Skills evaluated in this interview

Release Engineer Interview Questions asked at other Companies

Q1. Explain about Jenkins master and slave
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Behavioral 

(2 Questions)

  • Q1. Asked about projects
  • Q2. In depth discussion of project

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Interview Questions & Answers

user image Charu Priya Singh

posted on 17 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

The coding round has 3 questions and the time was limited.

Interview Preparation Tips

Topics to prepare for Chewy interview:
  • Python
  • Pandas
  • Numpy
  • TensorFlow
Interview preparation tips for other job seekers - Be quick and ask questions when stuck.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Write a program in React which contain two tables, first table contains list of cricket players with info like name, matches played, total runs, select button. upon select of the player add the selected player to below table with the same info and unselect button, upon unselect keep it back in the above table.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared for all JS (closures, hoisting etc) and react topics along with hooks like usememo, usecallback etc.

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

Chewy interview questions for popular designations

 Data Scientist

 (1)

 Software Engineer

 (1)

 Release Engineer

 (1)

 React Js Frontend Developer

 (1)

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

(2 Questions)

  • Q1. Leetcode medium
  • Q2. Leetcode medium 2

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Leadership principles, Previous experience, Managerial and logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not really tough, easy to crack if prepared

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Pivot and excel questions
  • Q2. All about excel

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very simple self intro and excel questions and basic macro

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DS Algo Questions on Trees. Leadership Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on DS Algo and white paper coding and Leadership Principles

I was interviewed before Sep 2020.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Easy

Round 2 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

Round 3 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

At the beginning of this round, the interviewer asked me about the data structures I knew. Linked lists, trees, graphs, arrays etc. was my answer. He asked me how well I knew Dynamic Programming. I said I wasn’t strong in that and he said that he would ask me a question on dynamic programming for sure.

Round 4 - Face to Face 

Round duration - 40 minutes
Round difficulty - Easy

 

The interviewer asked me if I was comfortable with the interview process so far and how the previous interviews were. I said it was good and he gave me the first problem to solve.

Round 5 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer asked me some Com­puter Sci­ence‍ fundamentals in this round as well as some behavioural questions.

  • Q1. Implement a Trie data structure and write functions to insert and search for a few words in it.
  • Ans. 

    Implement a Trie data structure with insert and search functions.

    • Create a TrieNode class with children and isEndOfWord attributes.

    • Implement insert function to add words by iterating through characters.

    • Implement search function to check if a word exists by traversing the Trie.

    • Example: Insert 'apple', 'banana', 'orange' and search for 'apple' and 'grape'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating System, Database Management System, Object-Oriented Programming SystemTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Do lot of hard work and practice of  Data Structures and Algorithms based questions. I personally recommend you Coding Ninjas and Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Make your resume short and try to make it of one page only and do mention all your skills which you are confident of in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Q2. What do you expect from Amazon?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Chewy Interview FAQs

How many rounds are there in Chewy interview?
Chewy interview process usually has 1-2 rounds. The most common rounds in the Chewy interview process are Technical, Coding Test and Behavioral.
What are the top questions asked in Chewy interview?

Some of the top questions asked at the Chewy interview -

  1. Explain about Jenkins master and sl...read more
  2. Discuss about jenkins shared libr...read more
  3. Discuss about entire ci/cd f...read more

Tell us how to improve this page.

Chewy Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 439 Interviews
BigBasket Interview Questions
3.9
 • 357 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
Udaan Interview Questions
3.9
 • 335 Interviews
Meesho Interview Questions
3.7
 • 330 Interviews
JustDial Interview Questions
3.5
 • 329 Interviews
View all

Chewy Reviews and Ratings

based on 5 reviews

4.0/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.7

Salary

3.8

Job security

4.0

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 5 Reviews and Ratings
Compare Chewy with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Amazon Development Centre India

4.1
Compare

Udaan

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