Upload Button Icon Add office photos

Filter interviews by

Neewee Interview Questions, Process, and Tips

Updated 3 Jul 2024

Top Neewee Interview Questions and Answers

Neewee Interview Experiences

Popular Designations

5 interviews found

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

(2 Questions)

  • Q1. Tell me about your project
  • Q2. Manufacturing processes
Round 2 - Technical 

(2 Questions)

  • Q1. What are the methods of scheduling
  • Ans. 

    Methods of scheduling include Gantt charts, critical path method, and project management software.

    • Gantt charts visually represent tasks and their timelines

    • Critical path method identifies the longest sequence of dependent tasks

    • Project management software like Microsoft Project helps in creating and managing schedules

  • Answered by AI
  • Q2. Industrial Data Collection and Improvement areas

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain about linear regression
  • Ans. 

    Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables.

    • Linear regression is used to predict the value of a dependent variable based on the value of one or more independent variables.

    • It assumes a linear relationship between the independent and dependent variables.

    • The goal of linear regression is to find the best-fitting line that repres...

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2022. 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 tips
Round 2 - Coding Test 

Coding test comprises of basic python programming and sql questions along with machine learning mcq

Round 3 - Technical 

(3 Questions)

  • Q1. Introduction of the candidate
  • Q2. Sql query questions like group by n all
  • Q3. Machine learning basic question which accuracy metric n all
Round 4 - Technical 

(1 Question)

  • Q1. Basically here they try to check your communication and basic understanding of technical knowledge and how would you explain to client

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s comparatively fine interview if you know sql properly and machine learning basics

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked basic C questions and relavent experiance questions
  • Q2. Given a program to aggregate the sensor values based upon condition
  • Ans. 

    The program aggregates sensor values based on a condition.

    • Use a loop to iterate through the sensor values

    • Apply the condition to filter the values

    • Aggregate the filtered values using a suitable method

    • Return the aggregated result

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

(1 Question)

  • Q1. What is big endian and small endian?
  • Ans. 

    Big endian and small endian are two different ways of storing and interpreting multi-byte data in computer memory.

    • Big endian stores the most significant byte first, while small endian stores the least significant byte first.

    • Big endian is used by network protocols like TCP/IP, while small endian is used by x86 processors.

    • For example, the number 0x12345678 is stored as 12 34 56 78 in big endian, and 78 56 34 12 in small

  • Answered by AI

Skills evaluated in this interview

Platform Engineer Interview Questions asked at other Companies

Q1. Palindrome Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2-> ... read more
View answer (4)

Neewee interview questions for popular designations

 Business Analyst

 (1)

 Data Scientist

 (1)

 Platform Engineer

 (1)

 Senior Data Scientist

 (1)

 UI Developer

 (1)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2022

I applied via LinkedIn and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Hoisting, JSX , JSX Fragment, Box Model,

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the Basics of HTML, CSS , JavaScript & React

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Salary expectations
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about Motors
  • Q2. Difference between DC and AC Motor
  • Q3. How to do Motor Winding

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Space to Learning Skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How can your work impact the company's growth?
  • Q2. As part of your personal growth, where do you envision yourself in the next five years?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Online DSA round where question to be solved in front of interviewer and we need to pass all the cases. Question was based on frequency sort. This was to be done on HackerRank platform for which interviewe...
  • Q2. Basic question based on internal working of hashmap, inter threads communication, Concurrent HashMap working and how it handles thread safety.
Round 2 - One-on-one 

(3 Questions)

  • Q1. Basic introduction and question asked based on my previous projects that i worked on. Few follow ups on the same.
  • Q2. Was asked to design a ratelimiter service
  • Q3. Question on synchronized keyword and it works internally. Threads and its inter communication.

Interview Preparation Tips

Topics to prepare for Rocketlane Java Software Developer interview:
  • System Design
  • Core Java
  • Multithreading
  • Collections
Interview preparation tips for other job seekers - Focus basics of Java internal working of threads, Collection framework, thread inter communication and System design.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. How to calculate requirement of Banana is a city like Mumbai
  • Ans. 

    The requirement of bananas in a city like Mumbai can be calculated based on population, consumption habits, and availability.

    • Calculate the population of Mumbai

    • Estimate the average consumption of bananas per person

    • Consider factors like tourism and events that may increase demand

    • Take into account the availability of bananas from local markets and imports

  • Answered by AI
  • Q2. How to know , difference between a good or bad retailer
  • Ans. 

    A good retailer focuses on customer satisfaction, product quality, and efficient operations.

    • Good retailers prioritize customer satisfaction by providing excellent customer service and addressing customer needs.

    • Good retailers offer high-quality products that meet customer expectations.

    • Good retailers have efficient operations, including inventory management, supply chain logistics, and streamlined processes.

    • Bad retailers...

  • Answered by AI
  • Q3. Simple SQL questions

Interview Preparation Tips

Topics to prepare for Vegrow Data Analyst interview:
  • Guess Estimate
  • SQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About industry experience
Round 2 - Technical 

(1 Question)

  • Q1. Call demo from current job
Round 3 - One-on-one 

(1 Question)

  • Q1. Work profile and how it will be
Round 4 - HR 

(1 Question)

  • Q1. Salary and details

Interview Preparation Tips

Interview preparation tips for other job seekers - Long process each interview was over 60 minutes. They will check your level of confidence and how you can convince the opposite side in engaging way questions & answers both sided.

Neewee Interview FAQs

How many rounds are there in Neewee interview?
Neewee interview process usually has 2 rounds. The most common rounds in the Neewee interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Neewee 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 Neewee. The most common topics and skills that interviewers at Neewee expect are Python, RDBMS, Application Design, Data Science and GIT.
What are the top questions asked in Neewee interview?

Some of the top questions asked at the Neewee interview -

  1. given a program to aggregate the sensor values based upon condit...read more
  2. what is big endian and small endi...read more
  3. what are the methods of schedul...read more

Tell us how to improve this page.

Neewee Interview Process

based on 3 interviews in last 1 year

Interview experience

4
  
Good

People are getting interviews through

based on 3 Neewee interviews
Job Portal
Referral
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow Interview Questions
4.2
 • 16 Interviews
FarMart Interview Questions
4.2
 • 15 Interviews
Mylo Interview Questions
3.3
 • 12 Interviews
NirogStreet Interview Questions
3.2
 • 11 Interviews
Pepper Content Interview Questions
2.4
 • 11 Interviews
MoooFarm Interview Questions
3.2
 • 10 Interviews
Codingal Interview Questions
4.0
 • 10 Interviews
View all

Neewee Reviews and Ratings

based on 7 reviews

2.3/5

Rating in categories

2.1

Skill development

1.3

Work-Life balance

2.0

Salary & Benefits

1.4

Job Security

1.2

Company culture

2.0

Promotions/Appraisal

1.7

Work Satisfaction

Explore 7 Reviews and Ratings
Software Engineer
4 salaries
unlock blur

₹5.5 L/yr - ₹15 L/yr

Project Manager
4 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Marcom Manager
3 salaries
unlock blur

₹10 L/yr - ₹10 L/yr

Explore more salaries
Compare Neewee with

InsanelyGood

4.1
Compare

Garuda Aerospace

4.3
Compare

Vegrow

4.2
Compare

Vilcart

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview