Upload Button Icon Add office photos
Engaged Employer

i

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

Jash Data Sciences Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 14 Reviews

Filter interviews by

Jash Data Sciences Interview Questions and Answers

Updated 27 Nov 2024

Jash Data Sciences Interview Experiences

Popular Designations

8 interviews found

Data Engineer Interview Questions & Answers

user image Satwik Kumar Lohani

posted on 26 Nov 2024

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

(1 Question)

  • Q1. Tell me about yourself?
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself?
Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a data engineer with a strong background in programming and data analysis.

    • Experienced in designing and implementing data pipelines

    • Proficient in programming languages like Python, SQL, and Java

    • Skilled in data modeling and database management

    • Familiar with big data technologies such as Hadoop and Spark

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself?

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test contains 1-2 code

Round 2 - Technical 

(2 Questions)

  • Q1. Technical question 1
  • Q2. Technical question 2
Round 3 - HR 

(2 Questions)

  • Q1. HR question 1 related to work
  • Q2. HR question 2 related to work

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Python coding test with pure python logic

Round 2 - Technical 

(2 Questions)

  • Q1. Basic concepts of pandas and numpy
  • Q2. Knowledge testing of machine learning & statistics
  • Ans. 

    Machine learning is a subset of artificial intelligence that focuses on building predictive models from data.

    • Machine learning algorithms can be categorized as supervised, unsupervised, or reinforcement learning.

    • Statistics is the study of the collection, analysis, interpretation, presentation, and organization of data.

    • Common machine learning algorithms include linear regression, decision trees, support vector machines,

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jash Data Sciences Data Scientist interview:
  • Python
  • Machine Learning

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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple addition/subtraction question in python
SQL Questions on RANK

Round 2 - Technical 

(3 Questions)

  • Q1. Describe the working of RNN?
  • Ans. 

    RNN is a type of neural network that can process sequential data by using feedback connections.

    • RNN stands for Recurrent Neural Network.

    • It is designed to handle sequential data such as time series or natural language.

    • RNN has feedback connections that allow information to persist and be passed from one step to the next.

    • Each step of an RNN takes an input and produces an output, which becomes the input for the next step.

    • RN...

  • Answered by AI
  • Q2. Describe the working of CNN
  • Q3. Explain GIT projects
  • Ans. 

    GIT projects are repositories that track changes to code, allowing collaboration and version control.

    • GIT is a distributed version control system used for tracking changes to code.

    • Projects in GIT are stored in repositories, which can be local or remote.

    • GIT allows multiple developers to work on the same project simultaneously.

    • It provides features like branching, merging, and conflict resolution.

    • GIT projects enable collab

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jash Data Sciences Data Scientist interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Nothing interested me to join here.
I saw cheap intention here that Juniors taking Interview for Senior Positions and they doesn't want to do us to place above them.

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)

Jash Data Sciences interview questions for popular designations

 Data Engineer

 (3)

 Data Scientist

 (2)

 Software Engineer

 (2)

 Java Developer

 (1)

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

Interviewer gives you one programming question and one SQL question to solve. They expect you to write a code without using any built-in functions within 45 mins. They check our approach towards the problem .

Round 2 - Coding Test 

Same as round 1, just little tricky questions.

Round 3 - Coding Test 

Last technical round is with founders of the company. They will test our problem solving skills.

Round 4 - HR 

(1 Question)

  • Q1. HR asks questions which checks your character, your kindly nature, your passion.

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 (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic DSA questions were asked

Round 2 - HR 

(1 Question)

  • Q1. Questions about personality

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Jobs at Jash Data Sciences

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Array String manipulation and logic building

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basic array string problem solving questions

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 (169)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2022

Round 1 - Coding Test 

Python coding, SQL Queries

Round 2 - Technical 

(1 Question)

  • Q1. System design, problem solving, SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Python coding, problem solving, SQL queries

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions about the experience and the product worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed with Techved consulting and had a horrible experience, it was like a bad dream.The process was a mess from start to finish ,process started with getting a call from the company HR, second interview was scheduled with CEO after 9 pm ,before logging in zoom call i confirmed with HR for the scheduled interview at 9 pm & was confirmed by HR ,waited for more than 15 minutes and nobody turned up ,after 9:15 pm HR says CEO is busy & rescheduled it to another day at same time 9 pm ,this time too before logging in I confirmed with HR if the CEO will turn up for the interview which I was told yes and I logged and waited for CEO to join but he didn't after multiple calls & Text to HR , finally CEO joins the meeting around 9:30 Pm,spoke to CEO for 10-15 minutes & he asked me to come down to his office for final conversation with him.Went to the mumbai office,they gave me a form to fill and strangely asked me to write an essay which i never did for any other company being having so many years of job experience.
And also till the time you don't reach their office HR will follow up with you like anything ,once you enter the office then it's totally a different world. Mine second half of the day was totally wasted they call me in goregaon office & intentionally eats your time for the meet which was mutually pre booked and confirmed scheduled.So after filling the form i was made to wait for long time before this person Francis comes who was never present in whole process and again takes the interview & he asked everything in detail of companies worked ,your targets ,incentives, remuneration etc and when asked him about his company salary & incentive structure he didn't reply & said that will be informed later also the budget they have is less of what I am expecting but the incentive is great and people are making three times of salary as their incentive ,asked him whats the target given on which he reply it will be informed later ,They want to ask you everything & when you ask them response is, it will be informed later .I told him I already had a discussion with another HR about the budget on which i was assured its fairly in range and also I am here as per the CEO, for meeting him for final discussion.After that I was again made to wait for more than a hour and they keep moving you from 1st floor to 2nd floor as per their small conference room availability.After waiting for about 3 hour I told the HR that I am getting late & will be leaving as I have another work commitment on which HR looks for CEO and ask me to wait for few more minutes,just when I was about to meet CEO, Francis ask me to wait and sends a girl who came to interview much after me being there, which was highly unprofessional & then francis ask me to meet another guy on different floor for interview before meeting the CEO ,gave the interview to this new guy and again they want to know everything about you and when u ask about the job nature and process he said he is from finance team once you join the team will guide u ,also they don't pay u for the days you worked for since their salary cycle is 20 to 21 and they hold employee salary of the 10 days and give it as FNF when employee resigns which is absurd .So after extensively speaking with HR & CEO on call along with waiting for more than 3 hour Francis comes an says that I have more experience and they are looking for a junior role with less experience and I can leave now,I told him I spoke extensively with HR and also with the CEO ,who invited me for the final meeting .First company found where the HR is more powerful than CEO & override CEO commitment & does insult candidate with zero respect for candidate time. Too many hints they gave as Red Flag ,it's a typical lala company with baniya employees behaviour.
-10 rating for Techwait Insulting company
Ceo should make their HR write an essay on basic human interaction,work ethics ,Time management, professionalism & Toxic traits.
Life Tip - before joining this company make sure you have a good Health & Term insurance .
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic introduction
  • Q2. SQL queries
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical questions
  • Q2. Mysql , Database

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence and communication are essential keys to success.

Jash Data Sciences Interview FAQs

How many rounds are there in Jash Data Sciences interview?
Jash Data Sciences interview process usually has 2-3 rounds. The most common rounds in the Jash Data Sciences interview process are Coding Test, Technical and HR.
How to prepare for Jash Data Sciences 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 Jash Data Sciences. The most common topics and skills that interviewers at Jash Data Sciences expect are Python, OLAP, SQL, SQL Queries and Data Warehousing.
What are the top questions asked in Jash Data Sciences interview?

Some of the top questions asked at the Jash Data Sciences interview -

  1. Knowledge testing of machine learning & statist...read more
  2. Describe the working of R...read more
  3. Explain GIT proje...read more

Tell us how to improve this page.

Jash Data Sciences Interview Process

based on 7 interviews in last 1 year

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 226 Interviews
Tiger Analytics Interview Questions
3.7
 • 218 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
3.9
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Jash Data Sciences Reviews and Ratings

based on 14 reviews

3.9/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

3.8

Salary

3.6

Job security

4.1

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer Fresher

Pune

0-1 Yrs

Not Disclosed

Data Engineer

Pune

2-5 Yrs

Not Disclosed

Data Scientist

Pune

0-5 Yrs

Not Disclosed

Explore more jobs
Data Engineer
14 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Software Engineer
13 salaries
unlock blur

₹3.8 L/yr - ₹10.5 L/yr

Data Scientist
13 salaries
unlock blur

₹5.5 L/yr - ₹9 L/yr

Software Engineer2
6 salaries
unlock blur

₹10.8 L/yr - ₹12.8 L/yr

Business Development Executive
5 salaries
unlock blur

₹6.6 L/yr - ₹7 L/yr

Explore more salaries
Compare Jash Data Sciences with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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