Dataset Preview
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'internshipTags'})

This happened while the json dataset builder was generating data using

hf://datasets/muhammetakkurt/naukri-jobs-dataset/naukri_software_engineer.jsonl (at revision afdc9baa7a043534f316c685fdd8ebad4ee5933c)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              title: string
              logoPath: string
              logoPathV3: string
              jobId: string
              currency: string
              footerPlaceholderLabel: string
              footerPlaceholderColor: string
              companyName: string
              isSaved: bool
              tagsAndSkills: string
              companyId: int64
              jdURL: string
              ambitionBoxData: struct<Url: string, ReviewsCount: int64, AggregateRating: string, Title: string>
                child 0, Url: string
                child 1, ReviewsCount: int64
                child 2, AggregateRating: string
                child 3, Title: string
              jobDescription: string
              showMultipleApply: bool
              groupId: int64
              isTopGroup: int64
              createdDate: timestamp[s]
              mode: string
              board: string
              experience: string
              salary: string
              location: string
              companyJobsUrl: string
              jobType: string
              vacancy: int64
              consultant: bool
              hideClientName: bool
              clientLogo: string
              brandingTags: list<item: struct<id: string, label: string>>
                child 0, item: struct<id: string, label: string>
                    child 0, id: string
                    child 1, label: string
              exclusive: bool
              hiringFor: string
              clientHeadline: string
              internshipTags: list<item: string>
                child 0, item: string
              clientCareersUrl: string
              clientGroupId: int64
              smbJobFields: struct<gender: string>
                child 0, gender: string
              to
              {'title': Value(dtype='string', id=None), 'logoPath': Value(dtype='string', id=None), 'logoPathV3': Value(dtype='string', id=None), 'jobId': Value(dtype='string', id=None), 'currency': Value(dtype='string', id=None), 'footerPlaceholderLabel': Value(dtype='string', id=None), 'footerPlaceholderColor': Value(dtype='string', id=None), 'companyName': Value(dtype='string', id=None), 'isSaved': Value(dtype='bool', id=None), 'tagsAndSkills': Value(dtype='string', id=None), 'companyId': Value(dtype='int64', id=None), 'jdURL': Value(dtype='string', id=None), 'jobDescription': Value(dtype='string', id=None), 'showMultipleApply': Value(dtype='bool', id=None), 'groupId': Value(dtype='int64', id=None), 'isTopGroup': Value(dtype='int64', id=None), 'createdDate': Value(dtype='timestamp[s]', id=None), 'consultant': Value(dtype='bool', id=None), 'hideClientName': Value(dtype='bool', id=None), 'mode': Value(dtype='string', id=None), 'clientLogo': Value(dtype='string', id=None), 'board': Value(dtype='string', id=None), 'vacancy': Value(dtype='int64', id=None), 'experience': Value(dtype='string', id=None), 'salary': Value(dtype='string', id=None), 'location': Value(dtype='string', id=None), 'companyJobsUrl': Value(dtype='string', id=None), 'ambitionBoxData': {'Url': Value(dtype='string', id=None), 'ReviewsCount': Value(dtype='int64', id=None), 'AggregateRating': Value(dtype='string', id=None), 'Title': Value(dtype='string', id=None)}, 'hiringFor': Value(dtype='string', id=None), 'brandingTags': [{'id': Value(dtype='string', id=None), 'label': Value(dtype='string', id=None)}], 'exclusive': Value(dtype='bool', id=None), 'jobType': Value(dtype='string', id=None), 'clientCareersUrl': Value(dtype='string', id=None), 'clientGroupId': Value(dtype='int64', id=None), 'clientHeadline': Value(dtype='string', id=None), 'smbJobFields': {'gender': Value(dtype='string', id=None)}}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1417, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1049, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'internshipTags'})
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/muhammetakkurt/naukri-jobs-dataset/naukri_software_engineer.jsonl (at revision afdc9baa7a043534f316c685fdd8ebad4ee5933c)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

title
string
logoPath
string
logoPathV3
string
jobId
string
currency
string
footerPlaceholderLabel
string
footerPlaceholderColor
string
companyName
string
isSaved
bool
tagsAndSkills
string
companyId
int64
jdURL
string
ambitionBoxData
dict
jobDescription
string
showMultipleApply
bool
groupId
int64
isTopGroup
int64
createdDate
timestamp[us]
mode
string
board
string
vacancy
int64
experience
string
salary
string
location
string
companyJobsUrl
string
hiringFor
null
consultant
null
hideClientName
null
clientLogo
null
brandingTags
null
exclusive
null
jobType
null
clientHeadline
null
clientCareersUrl
null
clientGroupId
null
smbJobFields
null
Data Scientist - Phd only
https://img.naukri.com/l…ges/v3/15620.gif
https://img.naukri.com/l…ges/v3/15620.gif
010421006391
INR
Few Hours Ago
green
Anurag Electronic Gujarat
false
Natural Language Processing,Phd,Deep Learning,Data Science,Languages,Data,Processing,Science
15,620
https://www.naukri.com/job-listings-data-scientist-phd-only-anurag-electronic-gujarat-mumbai-0-to-2-years-010421006391
{ "Url": "https://www.ambitionbox.com/reviews/anurag-electronics-gujarat-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 9, "AggregateRating": "2.0", "Title": "Anurag Electronics Gujarat Reviews by Employees" }
Bachelor Accommodation provided<br><br>Candidate should be a self-motivated,independent,detail oriented,responsible team player and exhibit exceptional Leadership skills . Job Location - Mumbai<br><br>Relocation required<br><br>Candidate must be Phd completed or thesis submitted. . Phd in computer science,Electronics,. Thesis subject - ML,Deep Learning,NLP based
false
6,757,137
0
2024-12-23T06:51:32
jp
1
5
0-2 Yrs
12-15 Lacs PA
Mumbai
https://www.naukri.com/anurag-electronic-gujarat-jobs-careers-15620
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…oups/v1/1288.gif
https://img.naukimg.com/…oups/v1/1288.gif
231224903546
INR
Few Hours Ago
green
Capgemini
false
Data Science,Tensorflow,StatModel,SAS,Go,Random Forests,SVM,Gensim
7,053
https://www.naukri.com/job-listings-data-scientist-capgemini-technology-services-india-limited-bengaluru-4-to-6-years-231224903546
{ "Url": "https://www.ambitionbox.com/reviews/capgemini-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 38925, "AggregateRating": "3.8", "Title": "Capgemini Reviews by Employees" }
. Good problem solver with a skill of solving business problem with analytics and data as primary means<br><br>Excellent coding experience in common data science language & tools such as R,Python,Go,SAS,Matlab etc<br><br>Good knowledge/ Experience of cloud platform e.g<br><br>Understand client business requirement and provide suitable approach to solve the business problem
false
1,288
0
2024-12-23T06:33:58
jp
1
null
4-6 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/capgemini-jobs-careers-649
null
null
null
null
null
null
null
null
null
null
null
Data Scientist // 3 yrs plus // Bangalore
https://img.naukimg.com/…ps/v1/467982.gif
https://img.naukimg.com/…ps/v1/467982.gif
231224006929
INR
Just Now
green
2coms
false
cuda,python,github,natural language processing,mathematics,data security,scikit-learn,neural networks
10,111
https://www.naukri.com/job-listings-data-scientist-3-yrs-plus-bangalore-2coms-bengaluru-6-to-11-years-231224006929
{ "Url": "https://www.ambitionbox.com/reviews/2coms-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 432, "AggregateRating": "3.8", "Title": "2COMS Reviews by Employees" }
Designation: Data Scientist. . Primary skill: Machine Learning,Deep Learning,Python,Git,Github (Should be strong in Gen Ai)
false
467,982
0
2024-12-23T09:29:16
jp
1
null
6-11 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/2coms-jobs-careers-10111
null
null
null
null
null
null
null
null
null
null
null
AI Engineer and Data Scientist Intern
https://img.naukimg.com/…/v1/11216336.gif
https://img.naukimg.com/…/v1/11216336.gif
181224005802
INR
5 Days Ago
grey
P P Texofab
false
Tensorflow,Pytorch,Python,Pandas,EDA Tools,Keras,Scikit-Learn,Tools
124,424,598
https://www.naukri.com/job-listings-ai-engineer-and-data-scientist-intern-p-p-texofab-noida-0-to-1-years-181224005802
{ "Url": "https://www.ambitionbox.com/reviews/p-p-texofab-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 3, "AggregateRating": "4.3", "Title": "P P Texofab Reviews by Employees" }
Currently pursuing or recently completed degree in Computer Science or Data Science; strong Python skills with experience in pandas and scikit-learn; basic understanding of TensorFlow, PyTorch, and Keras|Preprocess and manage datasets, perform exploratory data analysis, assist in feature engineering, use machine learning frameworks for prototyping, support data pipeline integration, and document processes|Opportunity for career growth, collaborative work environment, flexible hours, competitive salary, and free beer and snacks
false
11,216,336
0
2024-12-18T06:01:38
jp
1
null
0-1 Yrs
2.5-3.5 Lacs PA
Noida
https://www.naukri.com/p-texofab-jobs-careers-124424598
null
null
null
null
null
null
null
null
null
null
null
Data Scientist (PhD)
https://img.naukri.com/l…s/v3/1667996.gif
https://img.naukri.com/l…s/v3/1667996.gif
171224014541
INR
5 Days Ago
grey
Aeries Technology
false
Data science,data scientist,LLM,Science,Data
1,667,996
https://www.naukri.com/job-listings-data-scientist-phd-aeries-technology-bengaluru-0-to-0-years-171224014541
{ "Url": "https://www.ambitionbox.com/reviews/aeries-technology-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 299, "AggregateRating": "3.3", "Title": "Aeries Technology Reviews by Employees" }
2 to 10 years in Data Science with expertise in Machine Learning and analytics tools|Evaluate and develop BI/Analytics/ML solutions, perform data extraction and statistical analysis|Bachelors/Masters degree in relevant fields
false
1,224,124
0
2024-12-17T11:10:03
jp
1
null
0 Yrs
10-12 Lacs PA
Remote
https://www.naukri.com/aeries-technology-jobs-careers-1667996
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…oups/v1/1288.gif
https://img.naukimg.com/…oups/v1/1288.gif
231224902246
INR
Few Hours Ago
green
Capgemini
false
Data Science,StatModel,SciPy,Azure,Gensim,NumPy,Scikit learn,NLTK
7,053
https://www.naukri.com/job-listings-data-scientist-capgemini-technology-services-india-limited-pune-6-to-11-years-231224902246
{ "Url": "https://www.ambitionbox.com/reviews/capgemini-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 38925, "AggregateRating": "3.8", "Title": "Capgemini Reviews by Employees" }
. Good problem solver with a skill of solving business problem with analytics and data as primary means<br><br>Excellent coding experience in common data science language & tools such as R,Python,Go,SAS,Matlab etc<br><br>Good knowledge/ Experience of cloud platform e.g<br><br>Understand client business requirement and provide suitable approach to solve the business problem
false
1,288
0
2024-12-23T05:37:25
jp
1
null
6-11 Yrs
Not disclosed
Pune
https://www.naukri.com/capgemini-jobs-careers-649
null
null
null
null
null
null
null
null
null
null
null
Data Scientist within Vehicle Engineering
https://img.naukimg.com/…s/v1/4683305.gif
https://img.naukimg.com/…s/v1/4683305.gif
181224502708
INR
4 Days Ago
grey
Volvo Financial Services
false
Computer science,Version control,Coding,Construction equipment,Machine learning,Automotive,Analytics,Financial services
3,593,864
https://www.naukri.com/job-listings-data-scientist-within-vehicle-engineering-volvo-asset-finance-india-private-limited-kolkata-mumbai-new-delhi-hyderabad-pune-chennai-bengaluru-3-to-7-years-181224502708
{ "Url": "https://www.ambitionbox.com/reviews/volvo-financial-services-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 22, "AggregateRating": "4.0", "Title": "Volvo Financial Services Reviews by Employees" }
<div> <div> Apply advanced statistical methods and machine learning techniques to analyze large datasets. <br /> Develop models and algorithms to extract meaningful patterns and trends from data. <br /> Make the data available for other engineers to enable data driven decision-making. <br /> Contribute to develop services for our end customers. <br /> Collaborate with cross-functional teams to translate business requirements into analytical solutions. <br /> <span> </span> </div> </div>
false
4,683,305
0
2024-12-18T11:56:41
crawled
1
null
3-7 Yrs
Not disclosed
Chennai, Pune, Delhi, Mumbai, Bengaluru, Hyderabad, Kolkata
https://www.naukri.com/volvo-financial-services-jobs-careers-3593864
null
null
null
null
null
null
null
null
null
null
null
Data Scientist/Data Analyst
https://img.naukimg.com/…s/v1/5040802.gif
https://img.naukimg.com/…s/v1/5040802.gif
231224500221
INR
Just Now
green
Turing
false
Data analysis,data science,Time management,Debugging,Production,Data Analyst,Data analytics,SQL
5,601,548
https://www.naukri.com/job-listings-data-scientist-data-analyst-turing-remote-3-to-5-years-231224500221
{ "Url": "https://www.ambitionbox.com/reviews/turing-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 121, "AggregateRating": "3.8", "Title": "Turing Reviews by Employees" }
Bachelor s / Master s degree in Engineering,Computer Science (or equivalent experience) . At least 3+ years of relevant experience as a Data Scientist / Data Analyst . 2+ years of experience working with SQL . Extensive experience working with Data Analysis .
false
5,040,802
0
2024-12-23T10:01:24
crawled
1
null
3-5 Yrs
Not disclosed
Remote
https://www.naukri.com/turing-jobs-careers-5601548
null
null
null
null
null
null
null
null
null
null
null
Python LLM Data Scientist/Analyst
https://img.naukimg.com/…s/v1/5040802.gif
https://img.naukimg.com/…s/v1/5040802.gif
231224500192
INR
Just Now
green
Turing
false
Analytical skills,Data analysis,data science,Artificial Intelligence,Programming,Data analytics,SQL,Python
5,601,548
https://www.naukri.com/job-listings-python-llm-data-scientist-analyst-turing-remote-2-to-5-years-231224500192
{ "Url": "https://www.ambitionbox.com/reviews/turing-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 121, "AggregateRating": "3.8", "Title": "Turing Reviews by Employees" }
Excellent communication abilities to work with stakeholders and researchers successfully . Strong data analytic abilities and business sense are required to draw the appropriate conclusions from the dataset,respond to those conclusions,and clearly convey the key findings .
false
5,040,802
0
2024-12-23T10:01:21
crawled
1
null
2-5 Yrs
Not disclosed
Remote
https://www.naukri.com/turing-jobs-careers-5601548
null
null
null
null
null
null
null
null
null
null
null
Python Data Scientist/Analyst
https://img.naukimg.com/…s/v1/5040802.gif
https://img.naukimg.com/…s/v1/5040802.gif
231224500188
INR
Just Now
green
Turing
false
Data analysis,Debugging,Programming,Data Analyst,Data analytics,data visualization,SQL,Python
5,601,548
https://www.naukri.com/job-listings-python-data-scientist-analyst-turing-remote-3-to-5-years-231224500188
{ "Url": "https://www.ambitionbox.com/reviews/turing-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 121, "AggregateRating": "3.8", "Title": "Turing Reviews by Employees" }
Bachelor s / Master s degree in Engineering,Computer Science (or equivalent experience) . At least 3+ years of relevant experience as a Data Scientist or Data Analyst . 3+ years of experience working with Python programming . Extensive expertise in data visualization . Nice to have some knowledge of SQL .
false
5,040,802
0
2024-12-23T10:01:21
crawled
1
null
3-5 Yrs
Not disclosed
Remote
https://www.naukri.com/turing-jobs-careers-5601548
null
null
null
null
null
null
null
null
null
null
null
Data Scientist/Data Analyst
https://img.naukimg.com/…s/v1/5040802.gif
https://img.naukimg.com/…s/v1/5040802.gif
231224500072
INR
Just Now
green
Turing
false
Data analysis,Debugging,Production,Data Analyst,Python,Analysis,Data
5,601,548
https://www.naukri.com/job-listings-data-scientist-data-analyst-turing-remote-3-to-5-years-231224500072
{ "Url": "https://www.ambitionbox.com/reviews/turing-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 121, "AggregateRating": "3.8", "Title": "Turing Reviews by Employees" }
Bachelor s / Master s degree in Engineering,Computer Science (or equivalent experience) . At least 3+ years of relevant experience as a Data Scientist / Data Analyst . 2+ years of Pyspark experience . <br><br>Some Snowpark experience Python is nice to have .
false
5,040,802
0
2024-12-23T10:01:08
crawled
1
null
3-5 Yrs
Not disclosed
Remote
https://www.naukri.com/turing-jobs-careers-5601548
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/176134.gif
https://img.naukimg.com/…ps/v1/176134.gif
211224008589
INR
1 Day Ago
green
Calsoft
false
Data Science,Python,Tensorflow,Pytorch,GenAI,NLP,Machine learning,Keras
180
https://www.naukri.com/job-listings-data-scientist-calsoft-pune-3-to-8-years-211224008589
{ "Url": "https://www.ambitionbox.com/reviews/calsoft-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 328, "AggregateRating": "3.1", "Title": "Calsoft Reviews by Employees" }
3-8 years of experience in data science, expertise in Python and deep learning frameworks like PyTorch and TensorFlow|Develop and implement data science models, manage machine learning pipelines, and translate business requirements into data objectives|Not specified
false
176,134
0
2024-12-21T15:22:04
jp
1
3
3-8 Yrs
Not disclosed
Hybrid - Pune
https://www.naukri.com/calsoft-jobs-careers-180
null
null
null
null
null
null
null
null
null
null
null
Data Scientist: Artificial Intelligence
https://img.naukimg.com/…ups/v1/19288.gif
https://img.naukimg.com/…ups/v1/19288.gif
191224916178
INR
3 Days Ago
grey
IBM
false
python,data analytics,artificial intelligence,tableau,ml,hive,algorithms,data analysis
16,987
https://www.naukri.com/job-listings-data-scientist-artificial-intelligence-ibm-india-pvt-limited-bengaluru-8-to-12-years-191224916178
{ "Url": "https://www.ambitionbox.com/reviews/ibm-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 21128, "AggregateRating": "4.1", "Title": "IBM Reviews by Employees" }
8-12 years of experience in Python and ML services; strong data analytics skills; familiarity with cloud technologies|Build and improve AI solutions; analyze complex data sets; collaborate with data engineers|Opportunity to work in a dynamic consulting environment with a focus on innovation
false
19,288
0
2024-12-19T11:56:11
jp
1
null
8-12 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/ibm-jobs-careers-16987
null
null
null
null
null
null
null
null
null
null
null
Veteran Talent Hiring - Data Scientist: Digital Operations
https://img.naukimg.com/…s/v1/8843290.gif
https://img.naukimg.com/…s/v1/8843290.gif
161224500671
INR
7 Days Ago
grey
Volvo Penta
false
Automation,Database design,Analytical,Consulting,Construction equipment,Apache,Financial services,SQL
124,317,332
https://www.naukri.com/job-listings-veteran-talent-hiring-data-scientist-digital-operations-volvo-penta-bengaluru-10-to-12-years-161224500671
null
Join our design shift that leaves society in good shape for the next generation<br><br>Bachelor s / Master s degree in electronics,software,computer engineering,or related field. . 10 to 12 years of experience in working with Data Engineering Projects using Python. Good understanding and hands-on experience in working with GitHub or similar. .
false
8,843,290
0
2024-12-16T09:37:08
crawled
1
null
10-12 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/volvo-penta-jobs-careers-124317332
null
null
null
null
null
null
null
null
null
null
null
Veteran Talent Hiring - Data Scientist: Digital Operations
https://img.naukimg.com/…s/v1/4683305.gif
https://img.naukimg.com/…s/v1/4683305.gif
161224500527
INR
7 Days Ago
grey
Volvo Financial Services
false
Automation,Database design,Analytical,Consulting,Construction equipment,Apache,Financial services,SQL
3,593,864
https://www.naukri.com/job-listings-veteran-talent-hiring-data-scientist-digital-operations-volvo-asset-finance-india-private-limited-bengaluru-10-to-12-years-161224500527
{ "Url": "https://www.ambitionbox.com/reviews/volvo-financial-services-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 22, "AggregateRating": "4.0", "Title": "Volvo Financial Services Reviews by Employees" }
Join our design shift that leaves society in good shape for the next generation. . <br><br>Bachelor s / Master s degree in electronics,software,computer engineering,or related field<br><br>Skills Required: . Proficiency in Python for data processing,automation,and visualization
false
4,683,305
0
2024-12-16T09:36:53
crawled
1
null
10-12 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/volvo-financial-services-jobs-careers-3593864
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/194354.gif
https://img.naukimg.com/…ps/v1/194354.gif
231024005441
INR
4 Days Ago
grey
HCLTech
false
Data Science,Ai,Ml,Science,Artificial Intelligence,Data
2,904,476
https://www.naukri.com/job-listings-data-scientist-hcltech-hyderabad-bengaluru-3-to-5-years-231024005441
{ "Url": "https://www.ambitionbox.com/reviews/hcl-technologies-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 33701, "AggregateRating": "3.6", "Title": "HCLTech Reviews by Employees" }
Experience with Open Source LLM and Langchain Framework and and designing efficient prompt for LLMs<br><br>Experience to deploy and monitor model in cloud environment<br><br>Communicate results effectively to technical and non-technical stakeholders. Work experience background required: . <br><br>Essential skillsets required: . 3-6 years experience in software development
false
194,354
0
2024-12-19T06:36:04
jp
1
null
3-5 Yrs
Not disclosed
Hybrid - Bengaluru, Hyderabad
https://www.naukri.com/hcltech-jobs-careers-460
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/533532.gif
https://img.naukimg.com/…ps/v1/533532.gif
171224908851
INR
6 Days Ago
grey
Flipkart
false
Machine Learning,Pytorch,Tensorflow,Mathematical Optimization,Statistical Modeling,Data Mining,Python,Optimization
530,713
https://www.naukri.com/job-listings-data-scientist-flipkart-internet-private-limited-bengaluru-2-to-5-years-171224908851
{ "Url": "https://www.ambitionbox.com/reviews/flipkart-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 10320, "AggregateRating": "4.0", "Title": "Flipkart Reviews by Employees" }
Btech/Mtech in Comp Science/Data Science from Tier 1 universities; 3-5 years experience in Machine Learning and Deep Learning; strong programming skills in Python, Pytorch, Tensorflow|Drive R&D in Pricing and Promotion; build machine learning products; deliver statistical solutions for complex problems|Research expertise and potential for patents or publications preferred
false
533,532
0
2024-12-17T07:40:49
jp
1
null
2-5 Yrs
Not disclosed
Hybrid - Bengaluru
https://www.naukri.com/flipkart-jobs-careers-530713
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/458958.gif
https://img.naukimg.com/…ps/v1/458958.gif
161224913108
INR
6 Days Ago
grey
Red Hat
false
Data Science,ML applications,python,natural language processing,Data Development,machine learning,AWS,Machine
77,579
https://www.naukri.com/job-listings-data-scientist-red-hat-india-pvt-ltd-bengaluru-3-to-6-years-161224913108
{ "Url": "https://www.ambitionbox.com/reviews/red-hat-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 382, "AggregateRating": "4.3", "Title": "Red Hat Reviews by Employees" }
A Bachelors degree in Computer Science,Mathematics,Computational Linguistics,or a related field. <br><br> 3+ years of professional experience in NLP with Python,including familiarity with Spacy and Hugging Face<br><br>Experience with AWS for backend service development is a plus<br><br>Communication skills and experience in interacting with cross functional business and engineering teams
false
458,958
0
2024-12-16T12:37:59
jp
1
null
3-6 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/red-hat-jobs-careers-1651
null
null
null
null
null
null
null
null
null
null
null
Data Scientist: AI/ML Engineer
https://img.naukimg.com/…ups/v1/19288.gif
https://img.naukimg.com/…ups/v1/19288.gif
181224918783
INR
4 Days Ago
grey
IBM
false
rest,salesforce,spring boot,postgresql,slack,python,github,software development
16,987
https://www.naukri.com/job-listings-data-scientist-ai-ml-engineer-ibm-india-pvt-limited-noida-2-to-6-years-181224918783
{ "Url": "https://www.ambitionbox.com/reviews/ibm-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 21128, "AggregateRating": "4.1", "Title": "IBM Reviews by Employees" }
Experience with GitHub,software development,CICD,cloud and deployment database management systems such as MySQL or PostgreSQL,vector database (Milvus,Weaviate) and graph database (Neo4j) <br><br>Experience with LLM applications such as ChatGPT,Perplexity,RAG frameworks or engines (RAGflow,Haystack) . <br><br>Preferred Technical and Professional Expertise . .
false
19,288
0
2024-12-18T17:10:26
jp
1
null
2-6 Yrs
Not disclosed
Noida
https://www.naukri.com/ibm-jobs-careers-16987
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…ages/v3/4124.gif
https://img.naukri.com/l…ages/v3/4124.gif
191224004697
INR
4 Days Ago
grey
Careernet
false
Data Science,Predictive Modeling,Ai Algorithms,Statistical Modeling,Python,Logistic Regression,Time Series,Deep Learning
4,124
https://www.naukri.com/job-listings-data-scientist-careernet-bengaluru-4-to-9-years-191224004697
null
<p>India and be part of our innovative journey in electronics manufacturing. We are integrating cutting-edge AI and ML technologies to enhance our capabilities and drive growth. As a global leader, We adopts a data-driven approach, ensuring precision and efficiency in every aspect of our operations. This offshore role offers a unique opportunity to work on advanced AI services and automation tools.<br />Revolutionizing customer experiences with state-of-the-art AI and machine learning models. Our team of experts is dedicated to unlocking new frontiers in AI, shaping the next generation of intelligent technologies. For over 25 years, weve been pioneering AI solutions to solve global challenges and open new possibilities.<br />We seek the brightest minds from diverse backgrounds to create transformative AI and ML solutions. Join us in improving lives, advancing universal agents, and shaping the future of robotics.</p><p><br />Key job responsibilities include:<br /></p><ul><li>Collaborate with experienced cross-disciplinary teams to conceive, design, and market innovative AI products and services.</li><li>Enhance and optimize vector databases and knowledge graphs, including proficiency in configuring vectors and writing and optimizing Cypher queries.</li><li>Develop and implement cutting-edge AI technologies in a large, distributed computing environment, driving fundamental industry changes.</li><li>Create solutions for running predictive models on distributed systems, leveraging innovative technologies at scale and speed.</li><li>Design and build scalable, fault-tolerant distributed storage, index, and query systems that are cost-effective and easy to manage and use.</li><li>Translate broadly defined problems into concrete, effective solutions through robust design and coding practices.</li><li>Work in an agile environment to deliver high-quality AI software efficiently.</li><li>Focus on developing AI tools utilizing Large Language Models (LLMs) to address business challenges and boost productivity.</li><li>Apply optimization mathematics, including linear programming and nonlinear optimization, to enhance AI solutions.</li></ul><p>The preferred candidate will have:<br /></p><ul><li>A Master's in Computer Science, Computer Engineering, Data Science, Electrical Engineering, or related fields.</li><li>At least 7 years of professional experience in developing AI tools and solutions, with a strong focus on utilizing AI LLM models to solve business problems and enhance productivity.</li><li>Proven experience in mentoring and developing junior developers, fostering their growth and ensuring high standards of coding and problem-solving skills.</li><li>Extensive experience with distributed systems, algorithms, and relational databases.</li><li>Strong understanding of computer science fundamentals including object-oriented design, operating systems, algorithms, data structures, and complexity analysis.</li><li>Proficiency in one or more modern programming languages such as Java, Python, C++, or C#, including object-oriented design.</li><li>Experience with Databricks on Azure and MS Fabric.</li><li>Experience with distributed, multi-tiered systems, algorithms, and relational databases.</li><li>Experience in optimization mathematics such as linear programming and nonlinear optimization.</li><li>Ability to design and build scalable, fault-tolerant distributed storage, index, and query systems that are easy to manage and use.</li><li>Experience working in an agile environment to deliver high-quality software efficiently.</li><li>Strong interests and academic qualifications/research focus in Artificial Intelligence, machine learning, and/or Generative AI, such as computer vision, deep learning models, XLA, TVM, MLIR, and LLVM.</li></ul><p> </p>
false
614,294
0
2024-12-19T05:16:18
jp
1
null
4-9 Yrs
22.5-32.5 Lacs PA
Hybrid - Bengaluru
https://www.naukri.com/careernet-jobs-careers-4124
null
null
null
null
null
null
null
null
null
null
null
Data Scientist - Python, AWS, Gen AI
https://img.naukimg.com/…ups/v1/53810.gif
https://img.naukimg.com/…ups/v1/53810.gif
231224901652
INR
Few Hours Ago
green
Winning Edge
false
Python,Tensorflow,Pytorch,R,Azure,NLP,natural language processing,HuggingFace
123,597,263
https://www.naukri.com/job-listings-data-scientist-python-aws-gen-ai-edge-bengaluru-8-to-11-years-231224901652
{ "Url": "https://www.ambitionbox.com/reviews/winning-edge-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 3, "AggregateRating": "2.5", "Title": "Winning Edge Reviews by Employees" }
Overall experience of 8-10 years of experience with 2 years preferred experience in AI research and development,with a focus on healthcare or life sciences applications<br><br>Preferred experience in Node / React to help build application around AI solutions<br><br>Ability to understand customer needs and business objectives in Pharmaceutical domain preferably Clinical
false
53,810
0
2024-12-23T05:09:34
jp
1
null
8-11 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/winning-edge-jobs-careers-1517388
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…/v1/11039170.gif
https://img.naukimg.com/…/v1/11039170.gif
221224002224
INR
1 Day Ago
green
Munificent Resource Engineering Management Services
false
Data Science,Tensorflow,Pytorch,Machine Learning,Python,AWS,Scikit-Learn,Machine
124,012,624
https://www.naukri.com/job-listings-data-scientist-munificent-resource-engineering-management-services-pune-ahmedabad-bengaluru-3-to-6-years-221224002224
null
Shift Timings: TBD <br><br> . Munificent Resource Engineering Management Services Pvt Ltd. . We Have an Urgent Requirement for "Data Scientist" <br><br>Being an integral part of the team,you will get a great opportunity not only to scale up your personal goals & targets but also our organizational goals to great heights by leveraging the existing capabilities<br><br>Experience: 3 - 6 Years
false
11,039,170
0
2024-12-22T16:46:14
jp
1
10
3-6 Yrs
7-9 Lacs PA
Pune, Ahmedabad, Bengaluru
https://www.naukri.com/munificent-resource-engineering-management-services-jobs-careers-124012624
null
null
null
null
null
null
null
null
null
null
null
Data Scientist (Intermediate Level: Generative AI)
https://img.naukimg.com/…ps/v1/231614.gif
https://img.naukimg.com/…ps/v1/231614.gif
201224504862
INR
2 Days Ago
grey
Zensar
false
Computer science,Training,Basic,Data analysis,Usage,data science,Machine learning,Management
1,496,872
https://www.naukri.com/job-listings-data-scientist-intermediate-level-generative-ai-zensar-technologies-kolkata-mumbai-new-delhi-hyderabad-pune-chennai-bengaluru-2-to-4-years-201224504862
{ "Url": "https://www.ambitionbox.com/reviews/zensar-technologies-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 2363, "AggregateRating": "3.7", "Title": "Zensar Technologies Reviews by Employees" }
<div> <div> <strong> Data Scientist (Intermediate Level: Generative AI) </strong> </div> <div> <strong> Job Description </strong> </div> <div> We are seeking a talented and motivated Data Scientist to help develop AI solutions, including RAG pipelines, fine-tuning LLMs, and building recommender systems. The ideal candidate has a strong foundation in data science, machine learning, and AWS, with a passion for solving complex problems. </div> <div> <strong> Roles and Responsibilities </strong> <strong> 1. Generative AI and RAG Integration </strong> </div> <ul> <li> Assist in implementing <strong> RAG pipelines </strong> to enhance generative AI systems with real-time, context-aware data retrieval. </li> <li> Support the fine-tuning of large language models (LLMs) like <strong> Anthropic Claude </strong> or OpenAI GPT to meet specific business use cases. </li> <li> Collaborate on building conversational AI systems that deliver dynamic and accurate responses. </li> </ul> <div> <strong> 2. Recommendation Systems and Next-Best-Action Models </strong> </div> <ul> <li> Support the development of recommendation engines using <strong> collaborative filtering </strong> , <strong> content-based filtering </strong> , and <strong> hybrid techniques </strong> . </li> <li> Assist in building <strong> rules-based next-best-action </strong> models that leverage behavioral data and RAG methodologies for improved decision-making. </li> </ul> <div> <strong> 3. Data Science and Analysis </strong> </div> <ul> <li> Conduct exploratory data analysis (EDA) to uncover trends and patterns in structured and unstructured datasets. </li> <li> Use machine learning techniques to train and evaluate models for recommendations and decision optimization. </li> <li> Work with data pipelines in <strong> AWS environments </strong> to preprocess and manage datasets for AI models. </li> </ul> <div> <strong> 4. RAG and Embedding-Based Search </strong> </div> <ul> <li> Learn and apply <strong> vector embedding techniques </strong> for retrieval systems, contributing to scalable solutions using databases like <strong> DynamoDB with Aurora </strong> . </li> <li> Assist in implementing embedding-based search for AI-driven contextual recommendations. </li> </ul> <div> </div> <div> <strong> Essential Requirements </strong> </div> <ul> <li> Bachelor s or Master s degree in Data Science, Machine Learning, Computer Science, or a related field. </li> <li> <strong> 2-4 years </strong> of experience in data science or machine learning. </li> <li> Exposure to LLMs (e.g., <strong> Anthropic Claude </strong> , OpenAI GPT) and retrieval-based AI methods. </li> <li> Hands-on experience with <strong> AWS services </strong> such as SageMaker, DynamoDB, or Aurora. </li> <li> Proficiency in Python or R, with experience in machine learning libraries like <strong> Scikit-learn </strong> , <strong> TensorFlow </strong> , or <strong> PyTorch </strong> . </li> <li> Familiarity with <strong> retrieval-augmented generation (RAG) </strong> concepts and embedding-based systems. </li> </ul> <div> </div> <div> <strong> Plus to Have </strong> </div> <ul> <li> Experience with recommendation systems or conversational AI. </li> <li> Basic understanding of MLOps principles and production AI workflows. </li> </ul> </div>
false
231,614
0
2024-12-20T13:08:16
crawled
1
null
2-4 Yrs
Not disclosed
Chennai, Pune, Delhi, Mumbai, Bengaluru, Hyderabad, Kolkata
https://www.naukri.com/zensar-jobs-careers-1405
null
null
null
null
null
null
null
null
null
null
null
Data Scientist: Artificial Intelligence
https://img.naukimg.com/…ups/v1/19288.gif
https://img.naukimg.com/…ups/v1/19288.gif
191224916209
INR
3 Days Ago
grey
IBM
false
python,data analytics,artificial intelligence,tableau,ml,hive,algorithms,data analysis
16,987
https://www.naukri.com/job-listings-data-scientist-artificial-intelligence-ibm-india-pvt-limited-pune-8-to-12-years-191224916209
{ "Url": "https://www.ambitionbox.com/reviews/ibm-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 21128, "AggregateRating": "4.1", "Title": "IBM Reviews by Employees" }
Required Technical and Professional Expertise <br><br>Resource should have 8-12 years of experience<br><br>Sound knowledge of Python and should know how to use the ML related services<br><br>Proficient in Python with focus on Data Analytics Packages<br><br>Preferred Technical and Professional Expertise <br><br>Experience with conversation analytics<br><br>Experience with cloud technologies
false
19,288
0
2024-12-19T11:56:24
jp
1
null
8-12 Yrs
Not disclosed
Pune
https://www.naukri.com/ibm-jobs-careers-16987
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/468918.gif
https://img.naukimg.com/…ps/v1/468918.gif
171224915222
INR
5 Days Ago
grey
Deutsche Bank
false
data management,data science,data visualization,hadoop,xls,german,advanced analytics,python
123,506,651
https://www.naukri.com/job-listings-data-scientist-deutsche-bank-ag-mumbai-2-to-7-years-171224915222
{ "Url": "https://www.ambitionbox.com/reviews/deutsche-bank-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 3202, "AggregateRating": "3.9", "Title": "Deutsche Bank Reviews by Employees" }
Bachelor or Master in Computer Science/ Engineering/ Statistics or any other quantitative discipline <br><br>2+ year experience in data management and modeling <br><br>Good business acumen,with the aptitude to successfully translate between technical and non-technical audiences including a good understanding of the model lifecycle from discovery to deploymen<br><br>Experience in prompt engineering
false
468,918
0
2024-12-17T11:34:37
jp
1
null
2-7 Yrs
Not disclosed
Mumbai
https://www.naukri.com/deutsche-bank-jobs-careers-39012
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/2872246.gif
https://img.naukimg.com/…s/v1/2872246.gif
201224500897
INR
3 Days Ago
grey
Phonepe
false
Computer science,Computer vision,Version control,GIT,Analytical,Machine learning,Data processing,Financial services
3,595,382
https://www.naukri.com/job-listings-data-scientist-phonepe-pune-3-to-8-years-201224500897
{ "Url": "https://www.ambitionbox.com/reviews/phonepe-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 2082, "AggregateRating": "4.0", "Title": "PhonePe Reviews by Employees" }
PhonePe Full Time Employee Benefits (Not applicable for Intern or Contract Roles) <br><br> We are seeking a motivated and skilled Data Scientist with 3 years of experience to join our dynamic team
false
2,872,246
0
2024-12-20T10:19:34
crawled
1
null
3-8 Yrs
Not disclosed
Pune
https://www.naukri.com/phonepe-jobs-careers-3568676
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/235536.gif
https://img.naukimg.com/…ps/v1/235536.gif
181224017133
INR
4 Days Ago
grey
Pepsico
false
Data Science,Pyspark,timeseries forecasting,Python,SQL,Predictive Modeling,Xgboost,Natural Language Processing
5,092,262
https://www.naukri.com/job-listings-data-scientist-pepsico-hyderabad-gurugram-delhi-ncr-5-to-10-years-181224017133
{ "Url": "https://www.ambitionbox.com/reviews/pepsico-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 2409, "AggregateRating": "4.1", "Title": "PepsiCo Reviews by Employees" }
Overall 5+ years of experience working as a Data Scientist<br><br>6+ years experience building solutions in the commercial or in the supply chain space<br><br>6+ years experience in Statistical / ML techniques to solve supervised (regression,classification) and unsupervised problems
false
235,536
0
2024-12-18T13:44:11
jp
1
2
5-10 Yrs
Not disclosed
Hybrid - Delhi NCR, Hyderabad, Gurgaon
https://www.naukri.com/pepsico-jobs-careers-28272
null
null
null
null
null
null
null
null
null
null
null
Data Scientist IRC241434
https://img.naukimg.com/…ps/v1/142780.gif
https://img.naukimg.com/…ps/v1/142780.gif
191224502154
INR
3 Days Ago
grey
Hitachi
false
pandas,sqlite,aws,rabbitmq,artificial intelligence,docker,sql,Intelligence
1,375,178
https://www.naukri.com/job-listings-data-scientist-irc241434-hitachi-ltd-hyderabad-7-to-9-years-191224502154
{ "Url": "https://www.ambitionbox.com/reviews/hitachi-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 601, "AggregateRating": "4.1", "Title": "Hitachi Reviews by Employees" }
Bachelors or Masters degree in Data Science,Computer Science,Engineering,or a related field. . 3+ years of experience in data science and data engineering roles. . Strong proficiency in Python and major libraries such as Pandas,Scikit-learn,NumPy,TensorFlow,etc . <br><br>Proven experience in building and managing data pipelines using Docker,RabbitMQ,and SQLite.
false
142,780
0
2024-12-19T12:29:46
crawled
1
null
7-9 Yrs
Not disclosed
Hyderabad
https://www.naukri.com/hitachi-jobs-careers-738639
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…s/v3/4023388.gif
https://img.naukri.com/l…s/v3/4023388.gif
231224500680
INR
Just Now
green
Peak
false
Health insurance,SAP,data science,Demand forecasting,Machine learning,Equity,data visualization,Forecasting
4,023,388
https://www.naukri.com/job-listings-data-scientist-peak-pune-1-to-3-years-231224500680
null
<div><div> <p> <strong>The Opportunity</strong> <span> </span> </p> <p>Our mission is to change the way the world works by democratizing AI for every business, and to build a great company that everyone loves being a part of. These two goals haven t changed since the days when Peak was little more than an idea forming in the heads of our founders Richard, Atul and Dave.</p> <p>At Peak, we re revolutionizing inventory and pricing optimization with the only AI platform that consistently delivers real commercial gains. By joining our team, you ll contribute to helping some of the world s leading businesses including the likes of Nike, Heidelberg Materials and Boohoo harness the potential of AI to grow revenues, increase profits and efficiencies.</p> <p> <span>We have ambitious plans for the future and that means were looking to welcome new people to our team. At Peak, culture and success come hand in hand so creating and protecting a company culture that s true to our values remains a fundamental aspect of our mission. Our company values are built on being <strong>Smart </strong>through expertise and results,<strong> Curious</strong> in our relentless problem-solving, <strong>Open</strong> with an approachable and helpful mindset, <strong>Driven</strong> by ambitious goals and commitment, and <strong>Responsible</strong> by taking ownership and delivering with trust.</span> </p> </div> <p> <strong>Purpose of the role</strong> </p> <p>We are looking for a junior data scientist to join our professional services team. You will be working with customers across multiple sectors; applying data science, machine learning and AI to overcome real life commercial problems and generate measurable value.</p> <p> <strong>The Role</strong> </p> <p>The role is multi-faceted, and involves working closely with our customers, our product and sales teams, as well as other data scientists and engineers. You will be responsible for building solutions for our customers and ensuring that they love using Peak.</p> <ul> <li>You will work with our customers to understand their business needs, translate requirements into technical solutions, and communicate results effectively to both technical and non-technical stakeholders. </li> <li>You will deploy, configure and integrate our inventory and pricing products, making sure they work for our customers and generate value. </li> <li>You will design, develop, and implement predictive models, including demand forecasting, price elasticity analysis, and inventory optimization algorithms to supplement our products and add extra value for our customers.</li> <li>You will analyze data and generate insights to help our customers understand their business better, to understand the value of our products, and to position upsells for future work.</li> <li>This position requires a high degree of independence and responsibility and there is considerable opportunity to expand the role as Peak grows.</li> </ul> <p> <strong>Personal Skills</strong> </p> <p>We re looking for enthusiastic problem-solvers with experience in machine learning, data science and AI. You must be enthusiastic about the discipline, excited by novel applications that these techniques offer, and have the ability to communicate your understanding and findings clearly to experts in other disciplines. We are looking for teammates who are:</p> <ul> <li>Open - excellent verbal and written communication skills, including the ability to clearly communicate complex information to those in other disciplines.</li> <li>Driven - shows high levels of drive, energy, resilience and a desire for professional excellence.</li> <li>Curious - naturally inquisitive with a problem-solving mindset.</li> <li>Smart - keeps up to date with the latest data science news, market results and industry announcements.</li> <li>Responsible - effectively balance priorities and work productively as part of the team.</li> </ul> <p> <strong>Required Experience</strong> </p> <p>We are looking for:</p> <ul> <li>Experience in one or some of - statistical modelling, machine learning, AI, data science, forecasting, optimization.</li> <li>Programming skills/concepts and the ability to pick up new technology with ease. Prior experience in R, Python and/or other statistical tools/languages are a plus.</li> <li>Familiarity with relational databases and intermediate level knowledge of SQL are a big bonus as you ll be working with different datasets.</li> <li>Sound understanding of a wide range of statistical techniques.</li> <li>The ability to understand and present findings to a non-technical audience. Prior experience in data visualization and/or deriving insight from a wide variety of data sources is a plus.</li> </ul> <p> <strong>Benefits:</strong> </p> <ul> <li>Competitive compensation package.</li> <li>25 days annual leave, rising to 30 with service, plus flexible bank holidays.</li> <li>Share options for everyone, when we win, we all win.</li> <li>Enhanced health insurance plans for you, your spouse and children.</li> <li>State of the art equipment (Apple Mac) to work from</li> <li>Family leave benefits, including a world class maternity pay package.</li> <li>Provident fund.</li> <li>Opportunity to work from anywhere in the world for 2 weeks of the year, after one year s service.</li> <li>Opportunity to spend one day volunteering.</li> <li>Headspace and Spill app subscriptions to support your mental health and wellbeing.</li> <li>Subsidised gym membership.</li> <li>Online exercise and embodiment classes.</li> <li>Regular company and team days along with social activities.</li> <li>Travel to Peak s clubhouses around the world.</li> <li>Opportunity for professional development and certifications.</li> <li>In early 2023, we moved to an organised hybrid model that allows us to get together and collaborate in person but also offers flexibility. We promote flexible working hours with our team working 3 days onsite in our clubhouses with an option of 2 days remote (subject to reasonable adjustments).</li> </ul> <p> <strong>Our 4 step interview process</strong> </p> <ul> <li>Intro call - Initial intro to Peak with one of our Talent Managers, Priyavrat Singh Rathore </li> <li>Team meeting - Video Interview with two Data Scientists in the team to explore values and find out more about your technical background.</li> <li>Skills Session - You will be set a task and asked to present your work to the team followed by a discussion and questions.</li> <li>Meet leadership - Get the lowdown on Peak, our future and your career with a final chat with someone in our leadership team.</li> </ul> <div> <p> <strong>Diversity, equity inclusion</strong> </p> <p>We re here to change the way the world works and build an amazing company that everyone loves being part of. We know diverse perspectives and experiences result in better solutions, which is why we want all of our Peakers to bring their authentic selves to work.</p> <p>We ve been striving to build a diverse and inclusive team from the outset. It s a continuous journey, and there s more we can do but we re proud of what we ve achieved so far, which is ahead of the tech industry standard.</p> <p>We ve set targets in relation to gender and ethnicity, for now, but we know there s more to diversity than just these two areas. We re passionate about creating an inclusive environment for those of all ages, religions, sexual orientations, socio-economic status and for those with disabilities.</p> <p>We are proud to be a Disability Confident Committed employer a UK Government certification for organisations actively taking steps to attract, recruit and retain persons with disabilities. If you need any reasonable adjustments as part of the recruitment process, please let us know.</p> <p> <strong>About Peak</strong> </p> <p>Founded in Manchester in 2015 by Richard Potter, David Leitch and Atul Sharma, Peak is on a mission to change the way the world works by democratising AI for every business.</p> <p>Peak s AI platform optimizes inventories and pricing for global industry leaders including Nike, BM, Heidelberg Materials and Eurocell. With a core belief that businesses need their own AI built for their business, with their data Peak s pre-built AI products can be configured to fit unique requirements.</p> <p>From a decade of successful AI deployments, Peak has a proven track record of delivering rapid performance gains for its customers helping to increase their revenues, profits and efficiency. </p> <p>Founded in 2015, Peak has raised $119m funding to date with its most recent Series C funding round led by SoftBank s Vision Fund II. Key partnerships with AWS, Snowflake, UiPath and SAP enable Peak to further accelerate AI adoption across industry. </p> <p> <span>www.peak.ai</span> </p> <p> <span>@Peak_HQ</span> </p> </div></div>
false
1,764,722
0
2024-12-23T10:31:01
crawled
1
null
1-3 Yrs
Not disclosed
Pune
https://www.naukri.com/peak-jobs-careers-4023388
null
null
null
null
null
null
null
null
null
null
null
LLM Trainer/Data Scientist
https://img.naukimg.com/…s/v1/5040802.gif
https://img.naukimg.com/…s/v1/5040802.gif
231224500203
INR
Just Now
green
Turing
false
Data analysis,Machine learning,data integrity,SQL,Python,Analysis,Data,Training
5,601,548
https://www.naukri.com/job-listings-llm-trainer-data-scientist-turing-remote-3-to-5-years-231224500203
{ "Url": "https://www.ambitionbox.com/reviews/turing-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 121, "AggregateRating": "3.8", "Title": "Turing Reviews by Employees" }
Bachelor s / Master s degree in Engineering,Computer Science (or equivalent experience) . At least 3+ years of relevant experience as an LLM Trainer / Data Scientist . At least 1-3 years of experience and practical application in Data Analysis . Strong proficiency in Python or SQL is essential .
false
5,040,802
0
2024-12-23T10:01:22
crawled
1
null
3-5 Yrs
Not disclosed
Remote
https://www.naukri.com/turing-jobs-careers-5601548
null
null
null
null
null
null
null
null
null
null
null
Deep Learning / Machine Learning / Data Scientist Intern
https://img.naukimg.com/…s/v1/2872258.gif
https://img.naukimg.com/…s/v1/2872258.gif
111224502998
INR
Starts in 1-3 months
green
Pivotchain
false
null
3,595,394
https://www.naukri.com/job-listings-deep-learning-machine-learning-data-scientist-intern-pivotchain-pune-0-to-2-years-111224502998
null
<div> <div>   </div> <ol> <li> 0-2 years of experience in developing computer vision applications. </li> <li> Experience in deploying deep learning/ machine learning models on CPU/edge devices. </li> <li> Good understanding of CNN architectures, image processing, object detection methods. </li> <li> Excellent programming skills in python. </li> <li> Experience in Pytorch/TensorFlow and OpenCV. </li> </ol> <div> <strong> Good to have </strong> </div> <ol> <li> Knowledge of model optimizations, quantization methods. </li> <li> Hands-on experience on flask/fast API, dockers, Kubernetes. </li> </ol> <div> <strong> Qualification and Experience </strong> </div> <ol> <li> Understanding of Full-Stack technologies including some understanding of Deep Learning/ <br /> Machine Learning, and/or reinforcement learning using Tensorflow / Pytorch/ MxNet/ Caffe. </li> <li> Bachelor s or Master s degree in computer science / engineering / mathematics. </li> <li> Deep knowledge of common programming languages and scripting languages, such as Python <br /> & C++. </li> </ol> </div>
false
2,872,258
0
1970-01-01T00:00:00
crawled
1
null
null
Unpaid
Pune
https://www.naukri.com/pivotchain-jobs-careers-3595394
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…ges/v3/22904.gif
https://img.naukri.com/l…ges/v3/22904.gif
231224000653
INR
Today
green
Live Connections
false
NLP,Ml Algorithms,Quantitative Research,Ml,Python,Quantitative,Algorithms,Data
22,904
https://www.naukri.com/job-listings-data-scientist-live-connections-mumbai-hyderabad-3-to-5-years-231224000653
null
MS/Ph.D. in quantitative discipline with 3-8 years in quantitative research and portfolio optimization|Design and implement ML/AI solutions, lead quantitative research system development, communicate insights to investment teams|Work hours from 2 PM to 11 PM
false
24,026
0
2024-12-23T01:29:57
jp
1
5
3-5 Yrs
Not disclosed
Hybrid - Mumbai, Hyderabad
https://www.naukri.com/live-connections-jobs-careers-22904
null
null
null
null
null
null
null
null
null
null
null
Distinguished, Data Scientist
https://img.naukimg.com/…s/v1/1293920.gif
https://img.naukimg.com/…s/v1/1293920.gif
101224502756
INR
12 Days Ago
grey
Walmart
false
Text mining,C++,Content management,Image processing,Analytical,Machine learning,Forecasting,Monitoring
3,191,754
https://www.naukri.com/job-listings-distinguished-data-scientist-walmart-labs-bengaluru-2-to-8-years-101224502756
{ "Url": "https://www.ambitionbox.com/reviews/walmart-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 2309, "AggregateRating": "3.8", "Title": "Walmart Reviews by Employees" }
. Bachelors. with > . 20. years,. Masters > 1. 7. years. OR PhD in Comp Science / Statistics/Mathematics with > 1. 2. years of relevant experience<br><br>Outlined below are the required minimum qualifications for this position<br><br>Educational qualifications should be Computer Science / Statistics/Mathematics or a related area. . .
false
1,293,920
0
2024-12-10T12:22:36
crawled
1
null
2-8 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/walmart-jobs-careers-168845
null
null
null
null
null
null
null
null
null
null
null
Data Scientist ( 3+years only with Python/SQL/NLP/AIML)
https://img.naukimg.com/…s/v1/7790455.gif
https://img.naukimg.com/…s/v1/7790455.gif
171224503932
INR
5 Days Ago
grey
Wolters Kluwer - Medknow Publications
false
Data analysis,Statistical analysis,Machine learning,Performance testing,Data collection,Data processing,model development,data visualization
2,701,712
https://www.naukri.com/job-listings-data-scientist-3-years-only-with-python-sql-nlp-aiml-wolters-kluwer-medknow-publications-kalyani-pune-7-to-10-years-171224503932
null
has worked with and is proficient with current technologies
false
7,790,455
0
2024-12-17T18:01:20
crawled
1
null
7-10 Yrs
Not disclosed
Kalyani, Pune
https://www.naukri.com/medknow-publications-jobs-careers-2701712
null
null
null
null
null
null
null
null
null
null
null
Data Scientist: Artificial Intelligence
https://img.naukimg.com/…ups/v1/19288.gif
https://img.naukimg.com/…ups/v1/19288.gif
151224902257
INR
7 Days Ago
grey
IBM
false
python,data analytics,artificial intelligence,tableau,ml,hive,algorithms,data analysis
16,987
https://www.naukri.com/job-listings-data-scientist-artificial-intelligence-ibm-india-pvt-limited-bengaluru-5-to-7-years-151224902257
{ "Url": "https://www.ambitionbox.com/reviews/ibm-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 21128, "AggregateRating": "4.1", "Title": "IBM Reviews by Employees" }
Required Technical and Professional Expertise <br><br>Resource should have 5-7 years of experience<br><br>Sound knowledge of Python and should know how to use the ML related services<br><br>Proficient in Python with focus on Data Analytics Packages<br><br>Preferred Technical and Professional Expertise <br><br>Experience with conversation analytics<br><br>Experience with cloud technologies
false
19,288
0
2024-12-15T14:50:32
jp
1
null
5-7 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/ibm-jobs-careers-16987
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/533532.gif
https://img.naukimg.com/…ps/v1/533532.gif
101224904922
INR
13 Days Ago
grey
Flipkart
false
R,Python,Pytorch,Neural Networks,Random Forests,statistical modeling,SVM,Deep Learning
530,713
https://www.naukri.com/job-listings-data-scientist-flipkart-internet-private-limited-bengaluru-2-to-4-years-101224904922
{ "Url": "https://www.ambitionbox.com/reviews/flipkart-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 10320, "AggregateRating": "4.0", "Title": "Flipkart Reviews by Employees" }
The responsible person should be able to communicate and collaborate with multiple stakeholders representing various teams to better understand the problem at hand<br><br>Active participation in working with new methods and learning new technologies,both in the area of data science and data engineering. To succeed in this role you should have the following
false
533,532
0
2024-12-10T05:24:20
jp
1
null
2-4 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/flipkart-jobs-careers-530713
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/478706.gif
https://img.naukimg.com/…ps/v1/478706.gif
181224500523
INR
5 Days Ago
grey
HTC Global Services
false
Version control,data science,Coding,Neural networks,data manipulation,Artificial Intelligence,Machine learning,Natural language processing
1,617,584
https://www.naukri.com/job-listings-data-scientist-htc-global-services-india-pvt-ltd-noida-3-to-5-years-181224500523
{ "Url": "https://www.ambitionbox.com/reviews/htc-global-services-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 1322, "AggregateRating": "3.6", "Title": "HTC Global Services Reviews by Employees" }
<div><p> <b> <u>About the Role:</u> </b> </p> <p>We are seeking a Data Scientist with 3 to 5 years of experience in data science or related fields.</p> <p> <b> <u>Requirements:</u> </b> </p> <ul> <li>Qualified and experienced in Databricks, including, coding and developing with notebooks.</li> <li>Strong specialised experience with cloud platforms particularly Azure.</li> <li>Hands-on experience with chatbot frameworks and tools.</li> <li>Solid understanding of Large Language Models.</li> <li>Proficient in Python, PySpark and Natural Language Processing techniques.</li> <li>Experience in leveraging model management capabilities to track version control and maintain information about best-performing models such as MLFLOW or similar.</li> <li>Experience with modern techniques in artificial intelligence, data science, machine learning or statistics.</li> <li>Familiarity with deep learning techniques and neural networks.</li> <li>Understanding of data manipulation, business insight tools and data visualization.</li> </ul> <p> </p> <p> </p> <p> </p> </div>
false
478,706
0
2024-12-18T07:04:27
crawled
1
null
3-5 Yrs
Not disclosed
Noida
https://www.naukri.com/htc-global-services-jobs-careers-526
null
null
null
null
null
null
null
null
null
null
null
Urgent Hiring For Data Scientist-NLP-UK Shift-Hybrid mode
https://www.naukri.com/h…tindia_dec18.gif
https://www.naukri.com/h…tindia_dec18.gif
161124007865
INR
3 Days Ago
grey
Genpact
false
Data Science,Predictive Modeling,NLP,Natural Language Processing,Predictive Analytics,Statistical Modeling,Machine Learning,Deep Learning
30,975
https://www.naukri.com/job-listings-urgent-hiring-for-data-scientist-nlp-uk-shift-hybrid-mode-genpact-noida-gurugram-bengaluru-3-to-8-years-161124007865
{ "Url": "https://www.ambitionbox.com/reviews/genpact-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 29795, "AggregateRating": "3.9", "Title": "Genpact Reviews by Employees" }
Minimum Qualifications: . Bachelors degree in Computer Science,Engineering,or a related field<br><br>Furthermore,please do note that Genpact does not charge fees to process job applications and applicants are not required to pay to participate in our hiring process in any other way<br><br>Preferred Qualifications / skills: . Advanced degree in a relevant field
false
42,932
0
2024-12-20T07:38:53
jp
1
null
3-8 Yrs
Not disclosed
Hybrid - Bengaluru, Gurgaon, Noida
https://www.naukri.com/genpact-jobs-careers-25103
null
null
null
null
null
null
null
null
null
null
null
Data Scientist III
https://img.naukimg.com/…s/v1/1293920.gif
https://img.naukimg.com/…s/v1/1293920.gif
121224500796
INR
11 Days Ago
grey
Walmart
false
Networking,Coding,Data structures,Data mining,Information technology,Analytics,Monitoring,SQL
3,191,754
https://www.naukri.com/job-listings-data-scientist-iii-walmart-labs-bengaluru-2-to-8-years-121224500796
{ "Url": "https://www.ambitionbox.com/reviews/walmart-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 2309, "AggregateRating": "3.8", "Title": "Walmart Reviews by Employees" }
<span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span>Position Summary...</span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> Demonstrates up-to-date expertise and applies this to the development, execution, and improvement of action plans by providing expert advice and guidance to others in the application of information and best practices; supporting and aligning efforts to meet customer and business needs; and building commitment for perspectives and rationales. Provides and supports the implementation of business solutions by building relationships and partnerships with key stakeholders; identifying business needs; determining and carrying out necessary processes and practices; monitoring progress and results; recognizing and capitalizing on improvement opportunities; and adapting to competing demands, organizational changes, and new responsibilities. Models compliance with company policies and procedures and supports company mission, values, and standards of ethics and integrity by incorporating these into the development and implementation of business plans; using the Open Door Policy; and demonstrating and assisting others with how to apply these in executing business processes and practices.<p> </p> <p> </p> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span>What youll do...</span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> <p> <b>About Team:</b> <br />We are a Data Science & ML Engineering team under the Enterprise Business Services organisation focussing on Risktech. Our team is building products for mitigating risk and enhance productivity from scratch, dealing with challenges from gathering user data, developing machine learning models to understand business processes better and making them more holistically data driven and intelligent.</p> <p>Automated Forecasting, Computer Vision, Anomaly Detection, NLP, Gen AI, Optimisation are only some of the areas we are actively working on. We leverage machine learning, natural language processing (NLP), LLMs and big data technologies to get the scale and precision required for solving these problems. We are also working on some cutting edge deep learning and Gen AI solutions to solve some of the business critical problems.</p> <p> <br /> <b>What youll do:</b> </p> <p>As a Data Scientist for Walmart , youll have the opportunity to</p> <ul> <li>Drive data-derived insights across the wide range of retail divisions by developing advanced statistical models, machine learning algorithms and computational algorithms based on business initiatives</li> <li>Direct the gathering of data, assessing data validity and synthesizing data into large analytics datasets to support project goals</li> <li>Utilize big data analytics and advanced data science techniques to identify trends, patterns, and discrepancies in data. Determine additional data needed to support insights</li> <li>Build and train statistical models and machine learning algorithms for replication for future projects</li> <li>Productionize the models and make those available at scale</li> <li>Build and maintain end to end Machine Learning pipelines</li> <li>Communicate recommendations to business partners and influencing future plans based on insights</li> </ul> <p> <br /> <b>What youll bring:</b> </p> <ul> <li>Bachelors with > 4 years of experience / Master s degree with > 2 years of experience. Educational qualifications should be preferably in Computer Science/Mathematics/Statistics or a related area. Experience should be relevant to the role.</li> <li>High proficiency in data mining, modeling, validation and insight generation. Excellent working knowledge of statistics, mathematics, machine learning, data mining, deep learning</li> </ul> <ul> <li>High proficiency in coding including Python with excellent knowledge of Data Structures</li> </ul> <ul> <li>Experience in Analyzing the Complex Problems and translate it into data science algorithms</li> <li>Experience in machine learning, supervised and unsupervised and deep learning. Hands on experience in NLP.</li> <li>Experience with big data analytics - identifying trends, patterns, and outliers in large volumes of data </li> <li>Strong Experience with big data platforms - Hadoop (Hive, Pig, Map Reduce, HQL, Scala, Spark) </li> <li>Hands on experience with Git</li> <li>Experience with SQL and relational databases, data warehouse</li> <li>Good to have:<ul> <li>Experience in writing research papers and publishing journals.</li> <li>Experience in Gen AI</li> <li>Demonstrated success in data science platforms like Kaggle.</li> </ul> </li> </ul> <p> <br /> <b>About Walmart Global Tech</b> <br />Imagine working in an environment where one line of code can make life easier for hundreds of millions of people. That s what we do at Walmart Global Tech. We re a team of software engineers, data scientists, cybersecurity experts and service professionals within the world s leading retailer who make an epic impact and are at the forefront of the next retail disruption. People are why we innovate, and people power our innovations. We are people-led and tech-empowered. </p> <p> </p> <p>We train our team in the skillsets of the future and bring in experts like you to help us grow. We have roles for those chasing their first opportunity as well as those looking for the opportunity that will define their career. Here, you can kickstart a great career in tech, gain new skills and experience for virtually every industry, or leverage your expertise to innovate at scale, impact millions and reimagine the future of retail.</p> <p> </p> <p> <b>Flexible, hybrid work</b> <br />We use a hybrid way of working with primary in office presence coupled with an optimal mix of virtual presence. We use our campuses to collaborate and be together in person, as business needs require and for development and networking opportunities. This approach helps us make quicker decisions, remove location barriers across our global team, be more flexible in our personal lives.</p> <p> </p> <p> <b>Benefits</b> </p> <p>Beyond our great compensation package, you can receive incentive awards for your performance. Other great perks include a host of best-in-class benefits maternity and parental leave, PTO, health benefits, and much more.</p> <p> <br /> <b>Equal Opportunity Employer:</b> <br />Walmart, Inc. is an Equal Opportunity Employer - By Choice. We believe we are best equipped to help our associates, customers and the communities we serve live better when we really know them. That means understanding, respecting and valuing diversity- unique styles, experiences, identities, ideas and opinions - while being inclusive of all people.</p> <p> </p> <p> </p> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <b> <span>Minimum Qualifications...</span> </b> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> <p> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <i> <span> <i>Outlined below are the required minimum qualifications for this position. If none are listed, there are no minimum qualifications. </i> </span> </i> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </p> <p> </p> <p> </p>Minimum Qualifications:Option 1: Bachelors degree in Statistics, Economics, Analytics, Mathematics, Computer Science, Information Technology or related field and 2 years experience in an analytics or related field. Option 2: Masters degree in Statistics, Economics, Analytics, Mathematics, Computer Science, Information Technology or related field. Option 3: 4 years experience in an analytics or related field.<p> </p> <p> </p> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <b> <span>Preferred Qualifications...</span> </b> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> <p> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <i> <i>Outlined below are the optional preferred qualifications for this position. If none are listed, there are no preferred qualifications. </i> </i> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <span> <b> <span>Primary Location...</span> </b> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> </span> Pardhanani Wilshire Ii, Cessna Business Park, Kadubeesanahalli Village, Varthur Hobli , India
false
1,293,920
0
2024-12-12T10:20:11
crawled
1
null
2-8 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/walmart-jobs-careers-168845
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ups/v1/40604.gif
https://img.naukimg.com/…ups/v1/40604.gif
091224504955
INR
13 Days Ago
grey
Siemens
false
Operations research,SAP,Version control,data science,Analytical,Machine learning,Business process management,Oracle
1,496,708
https://www.naukri.com/job-listings-data-scientist-siemens-limited-bengaluru-5-to-10-years-091224504955
{ "Url": "https://www.ambitionbox.com/reviews/siemens-india-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 4513, "AggregateRating": "4.1", "Title": "Siemens Reviews by Employees" }
Bachelor s degree in a quantitative discipline (e.g.,Statistics,Operations Research,B . ioinformatics,. Economics,Computational Biology,Compute Science,Mathematics,Physics,Electrical Engineering,Industrial Engineering) or related field . <br><br>Experience on collecting business requirements and traduce it into solution designs . .
false
40,604
0
2024-12-09T12:31:45
crawled
1
null
5-10 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/siemens-jobs-careers-775
null
null
null
null
null
null
null
null
null
null
null
Data Scientist & Business Analyst ( NLP / LLM )
https://img.naukimg.com/…ps/v1/556636.gif
https://img.naukimg.com/…ps/v1/556636.gif
161224503786
INR
6 Days Ago
grey
Intone Networks
false
Business Analyst,Business analysis,Natural language processing,Data
3,697,870
https://www.naukri.com/job-listings-data-scientist-business-analyst-nlp-llm-intone-networks-remote-2-to-6-years-161224503786
{ "Url": "https://www.ambitionbox.com/reviews/intone-networks-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 36, "AggregateRating": "4.1", "Title": "Intone Networks Reviews by Employees" }
<div> </div> <ul> <li> Develop NLP and LLM-based solutions for business insights. </li> <li> Analyze datasets to identify trends and patterns. </li> <li> Collaborate with teams to implement AI-driven strategies. </li> <li> Present findings and recommendations to stakeholders. </li> </ul> <div> </div>
false
556,636
0
2024-12-16T12:37:22
crawled
1
null
2-6 Yrs
Not disclosed
Remote
https://www.naukri.com/intone-networks-jobs-careers-993822
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/4656351.gif
https://img.naukimg.com/…s/v1/4656351.gif
171224502919
INR
5 Days Ago
grey
Gartner
false
Product management,Cloud computing,Linux,Shell scripting,Application development,Oracle,SQL,Python
1,932,062
https://www.naukri.com/job-listings-data-scientist-gartner-gurugram-3-to-6-years-171224502919
{ "Url": "https://www.ambitionbox.com/reviews/gartner-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 505, "AggregateRating": "4.1", "Title": "Gartner Reviews by Employees" }
<div> This is a unique opportunity to join our fast-growing Global Product Management Data Science team. You will be working with the team managing The Client Experience Digital Platform which is the go-to place for all clients to interact with Gartner to get value. Our clients are IT and business leaders around the world. They expect to get help from Gartner on their most critical priorities. The Digital Platform is embedded in their workflows to help them on every step of their journey. Our mission is to deliver tremendous client value by building scalable, intelligent digital products and solutions. We are constantly looking for product management, UX and data science leaders to help us accelerate innovation to disrupt the marketplace and disrupt ourselves. </div> <div> </div> <div> <b> <span> What you will do: </span> </b> </div> <ul> <li> <div> Work on Data science projects in close collaboration with the Data Engineering team, Application development team, Product owners and business leaders to deliver high value business capabilities </div> </li> <li> <div> Solve Search value stream problems and help improve Gartner s client experience in finding the most meaningful and valuable insights </div> </li> <li> <div> Build user query understanding and intent refinement models to refine query to content similarity </div> </li> <li> <div> Build and incorporate LLMs in addition to vector search capabilities </div> </li> <li> <div> Be responsible for high quality data science solutions with respect to accuracy and coverage. </div> </li> <li> <div> Be accountable for solutions scalability, stability, and business adoption </div> </li> <li> <div> Responsible for maintaining proper documentation and further code-reusability principles </div> </li> <li> <div> Responsible for ownership of algorithms and its enhancements/optimizations as per business requirement </div> </li> <li> <div> Collaborate with Senior Data Scientists in long term vision, strategy, and solution roadmap to align with bigger business objectives and mission critical priorities of the organization </div> </li> <li> <div> Responsible to pitch ideas, present solutions and influence senior leaders with strong business value propositions </div> </li> <li> <div> Stay on top of fast-moving AI/ML models and technologies. Understand and follow disruptive data science solutions </div> </li> <li> <div> Collaborate with engineering and product teams to launch MVPs and iterate quickly </div> </li> <li> <div> Independently plan and drive data science projects that deliver clear business value </div> </li> </ul> <div> </div> <div> <b> <span> What you will need: </span> </b> </div> <ul> <li> <div> 3-6 years hands-on experience building predictive models, search systems, or other machine learning/artificial intelligence applications to drive business impact </div> </li> <li> <div> Bachelor s degree required while a master s degree in a quantitative field (math, computer science, engineering, etc.) is strongly preferred </div> </li> <li> <div> Demonstrated ability to translate quantitative analysis into actionable business strategies. </div> </li> <li> <div> Strong communication skills in technical and business domains </div> </li> </ul> <p> Working experience in some of the following data science areas: </p> <ul> <li> <div> Machine Learning and Predictive modeling </div> </li> <li> <div> Text mining and Natural Language Processing </div> </li> <li> <div> Search or Recommendation systems </div> </li> <li> <div> Data analytics with multi-dimensional data </div> </li> <li> <div> Generative models </div> </li> </ul> <ul> <li> <div> Strong working knowledge of Lean product principles, software development lifecycle, and machine learning life cycle </div> </li> <li> <div> Practical, intuitive problem solver with a demonstrated ability to translate business objectives into actionable data science tasks and translate quantitative analysis into actionable business strategies </div> </li> <li> <div> Ability to implement latest ML research to improve our current algorithms </div> </li> <li> <div> Experience and proficiency with Python, machine learning tools (e.g., scikit-learn, spacy, nltk), deep learning (e.g., pytorch, tensorflow), statistical packages (e.g., Scipy), SQL/relational databases (e.g., Oracle) and NoSQL databases (e.g., MongoDB, graph database), distributed machine learning (spark), Linux and shell scripting </div> </li> <li> <div> Experience with cloud computing services such as AWS or Azure ML </div> </li> <li> <div> Ability to work collaboratively across product, data science and technical stakeholders </div> </li> <li> <div> Ability to work in a culture that thrives on feedback and seeks opportunities to stretch outside comfort zone </div> </li> <li> <div> Bias for action and client outcome oriented </div> </li> </ul> <div> </div> <div> <b> <span> What you will get: </span> </b> </div> <ul> <li> <div> Competitive salary, generous paid time off policy, charity match program, Group Medical Insurance, Parental Leave, Employee Assistance Program (EAP) and more! </div> </li> <li> <div> Collaborative, team-oriented culture that embraces diversity </div> </li> <li> <div> Professional development and unlimited growth opportunities </div> </li> </ul>
false
4,656,351
0
2024-12-17T13:22:44
crawled
1
null
3-6 Yrs
Not disclosed
Gurgaon
https://www.naukri.com/gartner-jobs-careers-82369
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://www.naukri.com/h…notics_may24.gif
https://www.naukri.com/h…notics_may24.gif
201224014276
INR
2 Days Ago
grey
Acronotics
false
Gen AI,NLP,Document Intelligence,Azure AI,Python,Data Science,Automation,Gen
5,986,960
https://www.naukri.com/job-listings-data-scientist-acronotics-bengaluru-4-to-9-years-201224014276
{ "Url": "https://www.ambitionbox.com/reviews/acronotics-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 35, "AggregateRating": "2.6", "Title": "Acronotics Reviews by Employees" }
Additionally,the candidate should have experience in automation to enhance efficiency across workflows<br><br>Proven experience in Data Science,Generative AI,Azure AI Services,Natural Language Processing (NLP),and Document Intelligence solutions<br><br>Hands-on experience with automation tools and frameworks for AI / ML pipelines (e.g.,Airflow,MLflow,or similar)
false
4,707,357
0
2024-12-20T12:30:08
jp
1
2
4-9 Yrs
25-37.5 Lacs PA
Hybrid - Bengaluru
https://www.naukri.com/acronotics-jobs-careers-4304802
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/6106525.gif
https://img.naukimg.com/…s/v1/6106525.gif
191224916486
INR
3 Days Ago
grey
Codvo
false
NLP,Deep Learning,Event Classification Systems,AI/ML Model Deployment,Data Analysis,ML Model Development,LLM Integration,Python
123,596,413
https://www.naukri.com/job-listings-data-scientist-codvo-ai-mumbai-delhi-ncr-bengaluru-4-to-8-years-191224916486
{ "Url": "https://www.ambitionbox.com/reviews/codvo-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 42, "AggregateRating": "3.8", "Title": "Codvo Reviews by Employees" }
Required Skills (Technical):- . Advanced knowledge of statistical techniques,NLP,machine learning algorithms and deep learning frameworks like TensorFlow,Theano,Keras,Pytorch. Proficiency with modern statistical modelling (regression,boosting trees,random forests,etc<br><br>Required Skills (Non-Technical):- . Fluent in English Communication (Spoken and verbal) <br><br>Should be a team player
false
6,106,525
0
2024-12-19T12:06:50
jp
1
null
4-8 Yrs
Not disclosed
Delhi NCR, Mumbai, Bengaluru
https://www.naukri.com/codvo-jobs-careers-123596413
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/7586411.gif
https://img.naukimg.com/…s/v1/7586411.gif
191224009416
INR
4 Days Ago
grey
Equbot
false
NLP,predictive analytics,optimization techniques,Pandas,NumPy,Scikit-learn,Optimization,Natural language processing
6,833,379
https://www.naukri.com/job-listings-data-scientist-equbot-bengaluru-2-to-5-years-191224009416
null
Education: Bachelors / Masters degree in Computer Science,Data Science,Statistics,Economics,Mathematics,,or a related quantitative field<br><br>Experience: 2-5 years of experience in data science,preferably in the Investment and Wealth Management or financial services domain. <br><br>Translate High level business requirement to Technical requirements and develop specifications
false
7,586,411
0
2024-12-19T08:02:20
jp
1
null
2-5 Yrs
22.5-27.5 Lacs PA
Bengaluru
https://www.naukri.com/equbot-jobs-careers-6833379
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/5322678.gif
https://img.naukimg.com/…s/v1/5322678.gif
191224007820
INR
4 Days Ago
grey
Cognitensor Technology
false
Aiml,Machine Learning,Gcp Cloud,Python,Data Science,Predictive Modeling,Bigquery,Natural Language Processing
124,549,236
https://www.naukri.com/job-listings-data-scientist-cognitensor-technology-bengaluru-5-to-7-years-191224007820
{ "Url": "https://www.ambitionbox.com/reviews/cognitensor-technology-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 10, "AggregateRating": "2.4", "Title": "CogniTensor Technology Reviews by Employees" }
<br /><p><strong>Hiring:</strong><br /><strong><em>Job</em></strong> <strong><em>Title:</em></strong> Senior Data Scientist [ 5 7 years]<br /><strong><em>Location:</em></strong> Yemalur, Bengaluru<br /><strong><em>Job</em></strong> <strong><em>Role:</em></strong> Worked on and have good knowledge of Google Cloud Platform<br />(GCP) and corresponding ML services like Vertex AI, Big Query ML, Auto<br />ML, Kubeflow<br />- Experience in developing MLOps pipelines.<br /><strong>- At least 2-3 years of experience in Supply Chain domain</strong><br />- Knowledge and experience in statistical and data mining techniques:<br /> GLM/Regression, Random Forest, Boosting, Trees, Text mining, social<br /> network analysis, Natural Language processing, etc.<br />- Knowledge of advanced statistical techniques and concepts (regression,<br /> properties of distributions, statistical tests and proper usage, etc.) and<br /> experience with applications.<br />- Experience in analyzing complex problems and translating them to data<br />science algorithms.<br />- Experience using statistical computer languages (R, Python, SQL, etc.) to<br /> manipulate data and draw insights from large data sets.<br />- Knowledge of a variety of machine learning techniques (clustering,<br /> decision tree learning, artificial neural networks, etc.) and their real-world<br /> advantages/drawbacks.<br />- Prior experience of having worked in consulting/product/analytics<br />environment.<br />- Team player and demonstrated ability to work effectively across various<br />internal organizations and international teams.<br />-<strong> Certified with GCP Professional Machine Learning Engineer.</strong><br />- Strong business acumen and ability to translate data insights into<br /> meaningful business recommendations.<br />- Excellent verbal and written presentation skills<br />- Attention to detail and ability to work in high pressure environment.<br />- Proven experience in delivering analytical solutions within mid to large size<br /> project teams, and working in on-shore & off-shore environment</p><p><br /><strong>Roles</strong> <strong>and</strong> <strong>Responsibilities:</strong><br />- Use predictive modeling to increase and optimize customer experiences,<br /> revenue generation, ad targeting and other business outcomes.<br />- Responsible for building and maintaining ML Ops pipelines for the product.<br />- Mine and analyze data from company databases to drive optimization and<br /> improvement of product development, marketing techniques and business<br /> strategies. Develop custom data models and algorithms to apply to data<br /> sets<br />- Ability to manage multiple projects with competing priorities<br />- Provide project management, quality assurance, leadership and mentoring<br /> to a team of analyst based in an offshore location.<br />- Keep abreast of industry trends and emerging methodologies to<br /> continuously improve skill set around customer and product analytics.<br />- Contribute to knowledge sharing and improve team productivity through<br /> training/documentation of best practices that are directly linked to<br /> customer engagement.</p><p><br /><strong>Reporting To:</strong><br /><strong>This role will report to Assistant Vice President, Analytics</strong></p>
false
5,322,678
0
2024-12-19T07:00:38
jp
1
3
5-7 Yrs
10-20 Lacs PA
Bengaluru
https://www.naukri.com/cognitensor-technology-jobs-careers-5906410
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/176134.gif
https://img.naukimg.com/…ps/v1/176134.gif
090824014585
INR
1 Day Ago
green
Calsoft
false
Natural Language Processing,Machine Learning,Predictive Modeling,Artificial Intelligence,Neural Networks,Deep Learning,Data Science,Pattern Recognition
180
https://www.naukri.com/job-listings-data-scientist-calsoft-bengaluru-4-to-8-years-090824014585
{ "Url": "https://www.ambitionbox.com/reviews/calsoft-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 328, "AggregateRating": "3.1", "Title": "Calsoft Reviews by Employees" }
Extensive knowledge in data science, machine learning, and deep learning; proficiency in Python and relevant libraries; experience with machine learning pipelines|Develop and implement machine learning models, translate business requirements into data science objectives, and manage large-scale training and inference|
false
176,134
0
2024-12-22T18:02:00
jp
1
null
4-8 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/calsoft-jobs-careers-180
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/3632406.gif
https://img.naukimg.com/…s/v1/3632406.gif
201224916189
INR
2 Days Ago
grey
Visionyle Solutions
false
Data Science,NLTK,PyTorch,Machine Learning,TensorFlow,spaCy,ML modeling,Hugging Face Transformers
123,622,751
https://www.naukri.com/job-listings-data-scientist-visionyle-solutions-bengaluru-6-to-10-years-201224916189
{ "Url": "https://www.ambitionbox.com/reviews/visionyle-solutions-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 18, "AggregateRating": "4.0", "Title": "Visionyle Solutions Reviews by Employees" }
Shift: 10AM - 7 PM (Approx)<br><br>Experience with deep learning frameworks (e.g.,TensorFlow,PyTorch). Hands-on AI / ML modeling experience of complex datasets combined with a strong understanding of the theoretical foundations of AI / ML(Research Oriented). . .
false
3,632,406
0
2024-12-20T15:18:56
jp
1
null
6-10 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/visionyle-solutions-jobs-careers-4459112
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/7228437.gif
https://img.naukimg.com/…s/v1/7228437.gif
201224908321
INR
3 Days Ago
grey
Lifesight Technologies
false
Data Science,Matplotlib,R,Power BI,Data Analysis,Tableau,Data Modeling,Python
124,030,940
https://www.naukri.com/job-listings-data-scientist-lifesight-technologies-pvt-ltd-bengaluru-4-to-6-years-201224908321
{ "Url": "https://www.ambitionbox.com/reviews/lifesight-technologies-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 7, "AggregateRating": "4.5", "Title": "Lifesight Technologies Reviews by Employees" }
Key Responsibilities:<br />Data Analysis and Modeling:<br /><br />Analyze large, complex datasets to identify trends, patterns, and insights.<br />Develop and deploy machine learning models to solve business problems.<br />Data Collection and Preprocessing:<br /><br />Gather data from various sources, ensuring data quality and consistency.<br />Perform data cleaning, transformation, and feature engineering for analysis.<br />Statistical Analysis and Reporting:<br /><br />Conduct statistical analysis to support decision-making processes.<br />Create clear and concise reports, visualizations, and dashboards to present findings.<br />Collaboration and Stakeholder Engagement:<br /><br />Collaborate with cross-functional teams to understand business challenges and requirements.<br />Translate complex data findings into actionable insights for non-technical stakeholders.<br />Tool and Technology Implementation:<br /><br />Use programming languages like Python, R, or SQL for data manipulation and analysis.<br />Work with data visualization tools (e.g., Tableau, Power BI, or Matplotlib) to present data effectively.<br /><br />
false
7,228,437
0
2024-12-20T07:44:15
jp
1
null
4-6 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/lifesight-technologies-jobs-careers-5355732
null
null
null
null
null
null
null
null
null
null
null
NLP Data Scientist
https://img.naukimg.com/…s/v1/1177144.gif
https://img.naukimg.com/…s/v1/1177144.gif
201224502488
INR
2 Days Ago
grey
Quest Global Technologies
false
Engineering services,deep learning,Data analysis,Machine learning,Cloud,Manager Technology,Natural language processing,Research
6,226,634
https://www.naukri.com/job-listings-nlp-data-scientist-quest-global-technologies-bengaluru-4-to-8-years-201224502488
{ "Url": "https://www.ambitionbox.com/reviews/quest-global-technologies-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 150, "AggregateRating": "4.0", "Title": "Quest Global Technologies Reviews by Employees" }
innovators,who are not only inspired by technology and innovation,but also perpetually driven to design,develop,and test as a trusted partner for Fortune 500 customers<br><br>The achievers and courageous challenge-crushers we seek,have the following characteristics and skills: . Work Experience .
false
1,177,144
0
2024-12-20T11:07:14
crawled
1
null
4-8 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/quest-global-technologies-jobs-careers-6116548
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…s/v3/1667996.gif
https://img.naukri.com/l…s/v3/1667996.gif
201224007030
INR
3 Days Ago
grey
Aeries Technology
false
Data Science,Generative AI,LLM,Prompt Engineering,Artificial Intelligence,Deep Learning,Science,Engineering
1,667,996
https://www.naukri.com/job-listings-data-scientist-aeries-technology-hyderabad-bengaluru-mumbai-all-areas-2-to-6-years-201224007030
{ "Url": "https://www.ambitionbox.com/reviews/aeries-technology-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 299, "AggregateRating": "3.3", "Title": "Aeries Technology Reviews by Employees" }
Location: Bangalore,Mumbai,Hyderabad . Qualification: Graduate / PH<br><br>Aeries is Great Place to Work certified by GPTW Institute,reflecting our commitment to fostering a positive and inclusive workplace culture for our employees<br><br>The ideal candidate should have strong experience in deep analytics,data mining,data visualization,knowledge of statistical techniques and machine learning
false
1,224,124
0
2024-12-20T06:52:20
jp
1
null
2-6 Yrs
Not disclosed
Bengaluru, Hyderabad, Mumbai (All Areas)
https://www.naukri.com/aeries-technology-jobs-careers-1667996
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…s/v3/1667996.gif
https://img.naukri.com/l…s/v3/1667996.gif
201224006799
INR
3 Days Ago
grey
Aeries Technology
false
Data Science,generative AI,LLM,prompt engineering,Artificial Intelligence,Machine Learning,Science,Engineering
1,667,996
https://www.naukri.com/job-listings-data-scientist-aeries-technology-hyderabad-bengaluru-mumbai-all-areas-8-to-10-years-201224006799
{ "Url": "https://www.ambitionbox.com/reviews/aeries-technology-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 299, "AggregateRating": "3.3", "Title": "Aeries Technology Reviews by Employees" }
<p>Position/Title: <strong>Data Scientist</strong></p><p>Department: <strong>Aeries Research & Innovation</strong></p><p>Employment type: <strong>Full-time </strong></p><p>Location: <strong>Bangalore, Mumbai, Hyderabad </strong></p><p>Qualification: <strong>Graduate/PH. D</strong> </p><p>Shifts (if any): <strong>Candidate should be flexible to work as per business requirement. </strong></p><p>Experience:<strong> 8 to 10 years </strong></p><br /><p><strong><u>About Aeries: </u></strong></p><br /><p>Aeries Technology is a Nasdaq listed (AERT) global professional services and consulting partner, with offices in the USA, India, Mexico, Singapore, and UAE. We provide Private Equities, its Portfolio Companies and mid-market companies with the right mix of deep vertical specialty, functional expertise, and the right systems & solutions to scale, optimize and transform their business operations with unique customized engagement models. Aeries is Great Place to Work certified by GPTW Institute, reflecting our commitment to fostering a positive and inclusive workplace culture for our employees. </p><br /><p>For more information, log on to http://www.aeriestechnology.com </p><br /><p><u><strong> Role & responsibilities:</strong></u></p><ul><li>This position is responsible for evaluating, supporting, and developing BI/ Analytics/ ML solutions through consulting and partnering with internal and external crossfunctional teams to drive new business initiatives and deliver value-added propositions. The role entails data extraction, segmentation and statistical analysis of datasets across Industry verticals using languages such as Python, SQL, Hive, Spark etc. on both Cloud and On-Prem. The candidate is required to identify strategies and opportunities for analytic Products and Services and as well deliver recommendations in presentations to internal and external executive audience.</li><li> The ideal candidate should have strong experience in deep analytics, data mining, data visualization, knowledge of statistical techniques and machine learning. Excellent fundamentals and hands on experience with Time Series Analysis, Deep Learning, Optimization/Operations research, Decision Sciences etc. Strong understanding and experience implementing and solution architecting Predictive and Analytical Modelling techniques, practices, and technologies. Domain experience in FinTech, Supply Chain, Sales & Marketing, HR, Legal etc. </li></ul><br /><br /><p><strong><u> Essentials:</u></strong></p><br /><ul><li> 2 to 10 years of professional experience in a technical role in the areas of Data Science, Deep Analytics, Supervised & unsupervised Machine Learning, LLM, Prompt Engineering, Multi Agent Frameworks, Generative AI, Vector Database. </li><li>Experience using analysis tools, defining, and implementing intelligent solutions on data </li><li>Experience with RDBMS as well as NoSQL databases, such as MongoDB, Cassandra etc.</li><li> Skilled working with large data sets, using tools and languages such as SQL, Hive, Python, R, NumPy, MATLAB, Power BI etc.</li><li> Proficiency in statistics/ML tools and algorithms such as RNN, k-NN, Naive Bayes, SVM, Decision Forests, etc.</li><li> Bachelors/Masters degree with relevant coursework toward Data Science, Statistics, Machine Learning, and equivalent work experience</li><li> Excellent Communication, great Customer presentation and Business engagement skills. </li><li>Very good interpersonal skills; must be adept at cross-group collaboration </li></ul><br /><p><strong><em> The Job responsibilities of the candidate shall include but not limited to the Job Description & to perform any other tasks/functions as required by the Company. </em></strong></p><br /><br /><br />
false
1,224,124
0
2024-12-20T06:44:18
jp
1
null
8-10 Yrs
Not disclosed
Bengaluru, Hyderabad, Mumbai (All Areas)
https://www.naukri.com/aeries-technology-jobs-careers-1667996
null
null
null
null
null
null
null
null
null
null
null
Data Scientist- Python, AWS, Gen AI
https://img.naukimg.com/…ups/v1/53810.gif
https://img.naukimg.com/…ups/v1/53810.gif
191224904258
INR
4 Days Ago
grey
Winning Edge
false
Tensorflow,Pytorch,R,NLP,Python,Azure,Data Scientist,Hugging Face
123,597,263
https://www.naukri.com/job-listings-data-scientist-python-aws-gen-ai-edge-bengaluru-8-to-11-years-191224904258
{ "Url": "https://www.ambitionbox.com/reviews/winning-edge-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 3, "AggregateRating": "2.5", "Title": "Winning Edge Reviews by Employees" }
8-10 years of experience with 2 years in AI research, strong programming skills in Python and R, familiarity with NLP and AI frameworks|Design and deliver AI solutions focusing on healthcare applications, work with large datasets, and translate customer needs into AI solutions|
false
53,810
0
2024-12-19T04:56:39
jp
1
null
8-11 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/winning-edge-jobs-careers-1517388
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/6756541.gif
https://img.naukimg.com/…s/v1/6756541.gif
191224005060
INR
4 Days Ago
grey
Prescience Decision Solutions
false
Machine Learning,SQL,Promotion Analytics,Customer Analytics,Python,Product Analytics,Marketing Analytics,Ml Algorithms
6,178,680
https://www.naukri.com/job-listings-data-scientist-prescience-decision-solutions-bengaluru-2-to-6-years-191224005060
{ "Url": "https://www.ambitionbox.com/reviews/prescience-decision-solutions-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 9, "AggregateRating": "4.6", "Title": "Prescience Decision Solutions Reviews by Employees" }
Experience in analytics,preferably within Retail,CPG,or E-commerce domains<br><br>Proven experience as a Data Scientist or similar role
false
6,756,541
0
2024-12-19T05:31:11
jp
1
null
2-6 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/prescience-decision-solutions-jobs-careers-6178680
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/3923332.gif
https://img.naukimg.com/…s/v1/3923332.gif
181224907945
INR
5 Days Ago
grey
Chubb
false
Python,Azure,Power BI,Text Analytics,Natural Language Processing,Regression/ Logistic Regression,Random forest,SVM
5,885,292
https://www.naukri.com/job-listings-data-scientist-chubb-business-services-india-private-limited-bengaluru-4-to-8-years-181224907945
{ "Url": "https://www.ambitionbox.com/reviews/chubb-group-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 156, "AggregateRating": "3.9", "Title": "Chubb Reviews by Employees" }
Some experience utilizing model monitoring methodologies. Understanding of data mining predictive modeling,and ML concepts/ Probabilistic Models,Ensemble Techniques,Hyperparameter Optimization,machine learning models / sound knowledge of Regression/ Logistic Regression,Random forest,XGBoost,SVM,Clustering,statistical modelling (GLMs in particular),etc<br><br>Experience with Azure ML/ MLFlow
false
3,923,332
0
2024-12-18T07:13:56
jp
1
null
4-8 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/chubb-jobs-careers-4795880
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/6379479.gif
https://img.naukimg.com/…s/v1/6379479.gif
181224501933
INR
4 Days Ago
grey
Diensten Tech Limited
false
data science,Science,Data
124,526,386
https://www.naukri.com/job-listings-data-scientist-diensten-tech-limited-bengaluru-4-to-6-years-181224501933
{ "Url": "https://www.ambitionbox.com/reviews/diensten-tech-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 32, "AggregateRating": "3.5", "Title": "Diensten Tech Reviews by Employees" }
Diensten Tech Limited is looking for Data Scientist to join our dynamic team and embark on a rewarding career journey <ol><li>Undertaking data collection, preprocessing and analysis</li><li>Building models to address business problems</li><li>Presenting information using data visualization techniques</li><li>Identify valuable data sources and automate collection processes</li><li>Undertake preprocessing of structured and unstructured data</li><li>Analyze large amounts of information to discover trends and patterns</li><li>Build predictive models and machine-learning algorithms</li><li>Combine models through ensemble modeling</li><li>Present information using data visualization techniques</li><li>Propose solutions and strategies to business challenges</li><li>Collaborate with engineering and product development teams</li></ol>
false
6,379,479
0
2024-12-18T11:46:13
crawled
1
null
4-6 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/diensten-tech-jobs-careers-123922449
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/4379958.gif
https://img.naukimg.com/…s/v1/4379958.gif
181224017533
INR
4 Days Ago
grey
Applied Cloud Computing
false
Data Science,Machine Learning Algorithms,AWS,Science,Algorithms,Machine learning,Data,Machine
5,250,218
https://www.naukri.com/job-listings-data-scientist-applied-cloud-computing-bengaluru-3-to-6-years-181224017533
{ "Url": "https://www.ambitionbox.com/reviews/applied-cloud-computing-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 59, "AggregateRating": "2.9", "Title": "Applied Cloud Computing Reviews by Employees" }
Linear Regression,Logistic Regression,Decision Tree,RandomForest,Xgboost,GBM etc) . Good Knowledge of Statistics,Statistical Tests & Distributions<br><br>Experience: 3+ years . <br><br>Good Knowledge of Machine Learning Algorithms ( Ex
false
4,379,958
0
2024-12-18T14:26:05
jp
1
3
3-6 Yrs
8-15 Lacs PA
Bengaluru
https://www.naukri.com/applied-cloud-computing-jobs-careers-5249146
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/2862682.gif
https://img.naukimg.com/…s/v1/2862682.gif
171224503830
INR
5 Days Ago
grey
Abinbev India
false
Supply chain,Analytical,Consulting,Conceptualization,Econometrics,Project delivery,Forecasting,Analytics
3,584,468
https://www.naukri.com/job-listings-data-scientist-abinbev-india-private-limited-bengaluru-3-to-5-years-171224503830
{ "Url": "https://www.ambitionbox.com/reviews/ab-inbev-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 1168, "AggregateRating": "3.4", "Title": "AB InBev India Reviews by Employees" }
<div><div> <b>Job Description</b> </div> <div> <br /> </div> <div> <b>Job Title: Data Scientist</b> </div> <div> <b>Location: Bangalore</b> </div> <div> <b>Reporting to: Manager- Analytics/ Senior Manager-Analytics</b> </div> <div> <br /> </div> <div> <b>1. PURPOSE OF ROLE</b> </div> <div>Contributing to the Data Science efforts of AB InBev s global non-commercial analytics capability of Supply Chain Analytics.<b> </b>Candidate will be required to contribute and may also need to guide the DS team staffed on the area and assess the efforts required to scale and standardize the use of Data Science across multiple ABI markets</div> <div> <br /> </div> <div> <b>2. KEY TASKS AND ACCOUNTABILITIES</b> </div> <ul> <li>Understand the business problem and and translate that to an analytical problem; participate in the solution design process</li> <li>Working with Analytics Manager to create project plan, and design analytical roadmap</li> <li>Independently lead project delivery</li> <li>End to end development of AI/ML models</li> <li>Ability to communicate findings clearly to both technical and business stakeholders</li> <li>Should be able to quantify the impact, and continuously implement improvements</li> <li>Document every aspect of the project in standard ways</li> </ul> <div> <b>3. QUALIFICATIONS, EXPERIENCE, SKILLS</b> </div> <ul> <li>Preferred industry exposure <b>CPG</b>, Consulting with 3+ years (in case of consulting the typical profile would be of a Lead consultant with relevant experience mentioned in the point below)</li> <li>Experience of working in the domain of <b>Supply Chain Analytics preferred </b>(assessment of the pillars to be made on the past companies of the candidate) preferably in a CPG organization with a demonstrated capability of successfully deploying analytics solutions and products for internal or external clients</li> <li>Has interacted with Senior internal or external stakeholders around project/ service conceptualization and plan of delivery</li> <li>Exposure to <b>AI/ML </b>methodologies with a previous hands-on experience in ML concepts like forecasting, clustering, regression, classification, optimization, deep learning</li> <li>Product building experience would be a plus</li> <li>Has experience of working on data manipulation using tools such as excel, Python, SQL</li> <li>Consistently display an intent for problem solving</li> <li>Level of educational attainment required (1 or more of the following)</li> <li>B.Tech/BE/ Masters in Statistics or Economics/ econometrics, MBA</li> <li>Minimum 3 years of relevant experience</li> <li>Language skills required</li> <li>English (Fluent)</li> <li>Hands-on experience in data manipulation using Excel, Python, SQL</li> <li>Expert level proficiency in Python(knowledge of writing end-to-end ML or data pipelines in python)</li> <li>Proficient in application of ML concepts and optimization techniques to solve end-to-end business problems</li> <li>Familiarity with Azure Tech Stack, Databricks, ML Flow in any cloud platform</li> </ul> <div>Other Skills required</div> <ul> <li>Passion for solving problems using data</li> <li>Detail oriented, analytical and inquisitive</li> <li>Ability to learn on the go</li> <li>Ability to effectively communicate and present information at various levels of an organization</li> <li>Ability to work independently and with others</li> </ul> <div> <br /> </div> <div>And above all of this, an undying love for beer!</div> <div>We dream big to create a future with more cheers</div></div>
false
2,862,682
0
2024-12-17T18:01:04
crawled
1
null
3-5 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/abinbev-india-jobs-careers-3584468
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/1224124.gif
https://img.naukimg.com/…s/v1/1224124.gif
171224503068
INR
5 Days Ago
grey
Aeries Technology
false
Supply chain,Operations research,Analytical,Consulting,Machine learning,Data mining,MATLAB,SQL
3,930,712
https://www.naukri.com/job-listings-data-scientist-aeries-technology-group-mumbai-hyderabad-bengaluru-2-to-7-years-171224503068
{ "Url": "https://www.ambitionbox.com/reviews/aeries-technology-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 299, "AggregateRating": "3.3", "Title": "Aeries Technology Reviews by Employees" }
The ideal candidate should have strong experience in deep analytics,data mining,data visualization,knowledge of statistical techniques and machine learning<br><br>Candidate should be flexible to work as per . business requirement<br><br>Very good interpersonal skills
false
1,224,124
0
2024-12-17T13:22:57
crawled
1
null
2-7 Yrs
Not disclosed
Mumbai, Bengaluru, Hyderabad
https://www.naukri.com/aeries-technology-jobs-careers-1667996
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/191756.gif
https://img.naukimg.com/…ps/v1/191756.gif
171224500028
INR
6 Days Ago
grey
Emerson Network Power
false
Data analysis,Analytical,Javascript,Workflow,microsoft,Oracle,Business intelligence,Information technology
3,760,158
https://www.naukri.com/job-listings-data-scientist-vertiv-group-corp-pune-3-to-5-years-171224500028
{ "Url": "https://www.ambitionbox.com/reviews/vertiv-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 735, "AggregateRating": "4.0", "Title": "Vertiv Reviews by Employees" }
Bachelor s degree from an accredited college or university in information technology or a directly related field. <br><br>Collect data from existing legacy sources as well as new data sources including Oracle EBS and cloud platforms. Strong knowledge and experience of relational databases and SQL<br><br>Experience with Microsoft BI Stack & PowerBI
false
191,756
0
2024-12-17T05:45:10
crawled
1
null
3-5 Yrs
Not disclosed
Pune
https://www.naukri.com/emerson-network-power-jobs-careers-307175
null
null
null
null
null
null
null
null
null
null
null
Hiring Data Scientists !
https://img.naukimg.com/…ps/v1/430988.gif
https://img.naukimg.com/…ps/v1/430988.gif
171224005973
INR
6 Days Ago
grey
Optimum Solutions
false
python,Product Analytics,market research,Statistics,SQL,Experimentation,Research,Data
3,940
https://www.naukri.com/job-listings-hiring-data-scientists-optimum-solutions-chennai-bengaluru-3-to-8-years-171224005973
{ "Url": "https://www.ambitionbox.com/reviews/optimum-infosystem-pvt-dot-ltd-dot-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 491, "AggregateRating": "3.4", "Title": "Optimum Infosystem Reviews by Employees" }
<p>Job Description:</p><br /><p><strong>Your way to impact :</strong></p><br /><p>Looking for Data scientists with product analytics and technically skills, hands on development experience in Python, statistical techniques, SQL and basic Data visualization with lot of attention to granular details in data., Self-motivated, team player, with curiosity to learn and grow, exhibiting strong resolve and challenge the status quo, to strive for excellence in everything they do, with good professional and academic track record to be part of a team that deals with most innovative payments processing team that deals transactions at scale. </p><br /><p><strong>What do you need to bring- </strong></p><br /><p>In your day to day role you will require: </p><br /><ul><li>Strong Python and SQL skills with a lot of attention to granular details in data </li><li>Expertisein stitching together findings to convey coherent insights with statistical significance and analysis</li><li>Use A/B Testing, analytics, market research, usability studies, and competitive analysis to drive decision making. </li><li>Exceptional oral and written communication skills.</li><li>Ability to perform deep dive analyses on key business trends from multiple perspectives and package the insights into easily consumable presentations and documents </li><li>Engage in problem solving with the product and various merchant facing teams todetermineperformance trends and root causes. </li><li>Support new product launches for merchants by ensuring constant monitoring is in place to track product performance. </li><li>Partner withvariesinternal teams to ensure that the merchants analytic needs are well addressed. </li><li>Create close relationships with stakeholders toanticipate& answer the questions that might be asked both by internal and external parties.</li></ul><p> </p><p><strong> Top 3 must-have skills:</strong></p><br /><ul><li> Statistics </li><li> SQL/Python </li><li> Experimentation </li></ul><br /><br />
false
430,988
0
2024-12-17T06:05:59
jp
1
7
3-8 Yrs
15-25 Lacs PA
Hybrid - Chennai, Bengaluru
https://www.naukri.com/optimum-solutions-jobs-careers-3940
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/1224124.gif
https://img.naukimg.com/…s/v1/1224124.gif
161224502622
INR
6 Days Ago
grey
Aeries Technology
false
Supply chain,Operations research,Analytical,Consulting,Machine learning,Data mining,MATLAB,SQL
3,930,712
https://www.naukri.com/job-listings-data-scientist-aeries-technology-group-mumbai-hyderabad-bengaluru-2-to-6-years-161224502622
{ "Url": "https://www.ambitionbox.com/reviews/aeries-technology-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 299, "AggregateRating": "3.3", "Title": "Aeries Technology Reviews by Employees" }
The ideal candidate should have strong experience in deep analytics,data mining,data visualization,knowledge of statistical techniques and machine learning<br><br>Candidate should be flexible to work as per . business requirement<br><br>Very good interpersonal skills
false
1,224,124
0
2024-12-16T10:57:26
crawled
1
null
2-6 Yrs
Not disclosed
Mumbai, Bengaluru, Hyderabad
https://www.naukri.com/aeries-technology-jobs-careers-1667996
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/1224124.gif
https://img.naukimg.com/…s/v1/1224124.gif
161224502621
INR
6 Days Ago
grey
Aeries Technology
false
Supply chain,Operations research,Analytical,Consulting,Machine learning,Data mining,MATLAB,SQL
3,930,712
https://www.naukri.com/job-listings-data-scientist-aeries-technology-group-mumbai-hyderabad-bengaluru-5-to-10-years-161224502621
{ "Url": "https://www.ambitionbox.com/reviews/aeries-technology-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 299, "AggregateRating": "3.3", "Title": "Aeries Technology Reviews by Employees" }
The ideal candidate should have strong experience in deep analytics,data mining,data visualization,knowledge of statistical techniques and machine learning<br><br>Candidate should be flexible to work as per . business requirement<br><br>Very good interpersonal skills
false
1,224,124
0
2024-12-16T10:57:26
crawled
1
null
5-10 Yrs
Not disclosed
Mumbai, Bengaluru, Hyderabad
https://www.naukri.com/aeries-technology-jobs-careers-1667996
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/2424480.gif
https://img.naukimg.com/…s/v1/2424480.gif
161224502069
INR
6 Days Ago
grey
Blume Ventures
false
Computer vision,Coding,Programming,Information retrieval,Natural language processing,Calculus,Data mining,Statistics
5,153,820
https://www.naukri.com/job-listings-data-scientist-blume-venture-advisors-private-limited-kolkata-mumbai-new-delhi-hyderabad-pune-chennai-bengaluru-1-to-4-years-161224502069
null
Experience . 1 to 4 experience
false
2,424,480
0
2024-12-16T10:53:52
crawled
1
null
1-4 Yrs
Not disclosed
Chennai, Pune, Delhi, Mumbai, Bengaluru, Hyderabad, Kolkata
https://www.naukri.com/blume-ventures-jobs-careers-5153820
null
null
null
null
null
null
null
null
null
null
null
Healthcare NLP Data Scientist
https://img.naukimg.com/…s/v1/4653200.gif
https://img.naukimg.com/…s/v1/4653200.gif
161224500772
INR
7 Days Ago
grey
Rarr Technologies
false
data science,Architecture,Analytical,Healthcare,Transformers,Forecasting,Supervision,Python
5,761,892
https://www.naukri.com/job-listings-healthcare-nlp-data-scientist-rarr-technologies-bengaluru-6-to-9-years-161224500772
{ "Url": "https://www.ambitionbox.com/reviews/rarr-technologies-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 12, "AggregateRating": "3.9", "Title": "RARR Technologies Reviews by Employees" }
Shift - (12PM / 1PM-9PM / 10PM). Databricks,Azure,Python,Gen Ai,Nlp,Llm,Rag,Supervised And Unupervised Learning<br><br>Required Skills: . 2+ years of Healthcare experience<br><br>Preferred Skills - <br><br> 5+ years of experience in Python using common data science libraries such as scikit-learn and Databricks<br><br>Experience building APIs for the models
false
4,653,200
0
2024-12-16T09:42:13
crawled
1
null
6-9 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/rarr-technologies-jobs-careers-5480988
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://www.naukri.com/h…zensar_nov21.gif
https://www.naukri.com/h…zensar_nov21.gif
101224011445
INR
13 Days Ago
grey
Zensar
false
Data Sc,Python,LLM,Ml Pipelines,SC,Ml,Data,Pipeline
1,405
https://www.naukri.com/job-listings-data-scientist-zensar-hyderabad-pune-bengaluru-3-to-8-years-101224011445
{ "Url": "https://www.ambitionbox.com/reviews/zensar-technologies-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 2363, "AggregateRating": "3.7", "Title": "Zensar Technologies Reviews by Employees" }
Graduate in Data Science with 3-5 years of experience, proficient in Python and ML libraries, understanding of LLMs|Develop and apply AI solutions, analyze data, produce insights, collaborate across teams|Not specified
false
231,614
0
2024-12-10T08:29:23
jp
1
4
3-8 Yrs
13-23 Lacs PA
Hybrid - Pune, Bengaluru, Hyderabad
https://www.naukri.com/zensar-jobs-careers-1405
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…s/v3/1097688.gif
https://img.naukri.com/l…s/v3/1097688.gif
171224917883
INR
5 Days Ago
grey
Wow Jobs (Wow Softech Pvt. Ltd)
false
python,natural language processing,power bi,sql,data bricks,data analysis,data analytics,data mining
1,097,688
https://www.naukri.com/job-listings-data-scientist-wow-jobs-wow-softech-pvt-ltd-gurugram-5-to-8-years-171224917883
null
<br /> Category: Information Technology <br /> -4+ years of total experience with 2+ years of experience in data science specializing in NLP dealing with unstructured data and developing sophisticated models – Topic Modelling, LDA-Expertise in SQL, Python, Databricks, Excel and PowerBI <br />
false
4,854,473
0
2024-12-17T12:52:19
jp
1
null
5-8 Yrs
Not disclosed
Gurgaon
https://www.naukri.com/wow-softech-jobs-careers-1097688
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…ges/v3/63622.gif
https://img.naukri.com/l…ges/v3/63622.gif
141124004276
INR
4 Days Ago
grey
The Glove
false
Pytorch,Tensorflow,Data Science,Modeling,Science,Data
63,622
https://www.naukri.com/job-listings-data-scientist-the-glove-gurugram-bengaluru-6-to-11-years-141124004276
null
<p><strong>Role Description:</strong></p><p><strong>As a Technical Lead - Data Science and Modeling, you will be responsible for developing and deploying predictive models and machine learning algorithms to support business decision-making. You will work with data scientists, data engineers, and business analysts to understand business requirements and develop data-driven solutions. You will be skilled in programming languages such as Python or R and haveexperience in data science tools such as TensorFlow or Keras. You will be responsible for ensuring that modelsare accurate, efficient, and scalable.</strong></p><p><strong>Roles & Responsibilities:</strong></p><p><strong>7+ years of hands on experience in Data science with strong focus on Machine learning</strong></p><p><strong>Proficiency in Python along with relevant science libraries like TensorFlow, PyTorch</strong></p><p><strong>Deep understanding of various machine learning algorithms and their applications</strong></p><p><strong>Experience working with (structured and unstructured) large-scale datasets and distributed computing environments</strong></p><p><strong>Strong problem solving and analytical skills</strong></p><p><strong>Experience with Natural language processing</strong></p><p><strong>Experience with GPU accelerated computing and optimization techniques is a big plus</strong></p><br /><p><strong>If interested please share your resume at </strong> @ [email protected] </p><br />
false
48,174
0
2024-12-19T05:57:28
jp
1
4
6-11 Yrs
Not disclosed
Bengaluru, Gurgaon
https://www.naukri.com/the-glove-jobs-careers-63622
null
null
null
null
null
null
null
null
null
null
null
Job-Data Scientist-Bangalore-Hybrid
https://img.naukimg.com/…s/v1/6357149.gif
https://img.naukimg.com/…s/v1/6357149.gif
201224015240
INR
2 Days Ago
grey
Databuzz
false
Data Scientist,Azure,PyTorch,natural language processing,GCP,LLM,AWS,Python
5,991,392
https://www.naukri.com/job-listings-data-scientist-bangalore-hybrid-databuzz-pune-chennai-bengaluru-6-to-11-years-201224015240
null
6+ years of IT experience with a min of 3+ years in Data Science (AI / ML) <br><br>Experience with deep learning frameworks (e.g.,TensorFlow,PyTorch) <br><br>Hands-on AI / ML modeling experience of complex datasets combined with a strong understanding of the theoretical foundations of AI / ML(Research Oriented)<br><br>Years of experience in Machine Learning?.
false
6,357,149
0
2024-12-20T13:14:35
jp
1
null
6-11 Yrs
5.5-15.5 Lacs PA
Chennai, Pune, Bengaluru
https://www.naukri.com/databuzz-jobs-careers-5991392
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/586016.gif
https://img.naukimg.com/…ps/v1/586016.gif
191224909951
INR
4 Days Ago
grey
Net2Source
false
Data Science,Artificial Intelligence,Natural Language Processing,Computer Vision,Machine Learning,Ml,Science,Languages
5,512,304
https://www.naukri.com/job-listings-data-scientist-net2source-hyderabad-chennai-bengaluru-6-to-11-years-191224909951
null
Must have skills : Accenture Delivery Architectures (ADA) . Good to have skills : NA
false
586,016
0
2024-12-19T08:29:18
jp
1
null
6-11 Yrs
Not disclosed
Chennai, Bengaluru, Hyderabad
https://www.naukri.com/net2source-jobs-careers-5512304
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ps/v1/247012.gif
https://img.naukimg.com/…ps/v1/247012.gif
121224503204
INR
10 Days Ago
grey
Ford
false
Prototype,Managed services,data science,Analytical,Machine learning,Research,Business intelligence,Analytics
1,127,084
https://www.naukri.com/job-listings-data-scientist-ford-india-private-limited-chennai-1-to-9-years-121224503204
{ "Url": "https://www.ambitionbox.com/reviews/ford-india-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 761, "AggregateRating": "4.4", "Title": "Ford Business Solutions Reviews by Employees" }
Potential candidates should possess a strong analytical mindset and be very comfortable with processing and manipulating large data sets in various formats<br><br>Candidates should display interest and initiative in translating a business problem into an analytical problem and determining the appropriate analytical methods to be used<br><br> Masters Degree or Equivalent
false
247,012
0
2024-12-12T12:38:25
crawled
1
null
1-9 Yrs
Not disclosed
Chennai
https://www.naukri.com/ford-jobs-careers-19589
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…ages/v3/8474.gif
https://img.naukri.com/l…ages/v3/8474.gif
091224018496
INR
13 Days Ago
grey
Adani Group
false
Data Structures,Statistics,Python,Pytorch,Tensorflow,Algorithms,Probability,Machine Learning
8,474
https://www.naukri.com/job-listings-data-scientist-adani-group-ahmedabad-2-to-5-years-091224018496
{ "Url": "https://www.ambitionbox.com/reviews/adani-group-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 1426, "AggregateRating": "3.9", "Title": "Adani Group Reviews by Employees" }
Proficiency with data mining,applied mathematics,and statistical analysis<br><br>Good coding skills preferably in Python,Spark,TensorFlow/ Py- Torch,Karas,etc<br><br>Familiarity with distributed computing and scalable systems preferred<br><br>Preferred <br><br>Experience: . 2-5 years of relevant work experience<br><br>Experience with Reinforcement Learning and GenAI
false
763,714
0
2024-12-09T18:19:38
jp
1
4
2-5 Yrs
Not disclosed
Ahmedabad
https://www.naukri.com/adani-group-jobs-careers-8474
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…ups/v1/42452.gif
https://img.naukimg.com/…ups/v1/42452.gif
121224500504
INR
11 Days Ago
grey
Morningstar
false
Data analysis,Project management,Venture capital,Machine learning,Investment banking,Regression analysis,Analytics,Private equity
1,686,986
https://www.naukri.com/job-listings-data-scientist-morningstar-india-p-ltd-mumbai-1-to-7-years-121224500504
{ "Url": "https://www.ambitionbox.com/reviews/morningstar-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 1020, "AggregateRating": "4.0", "Title": "Morningstar Reviews by Employees" }
. Proficiency. in advanced statistical analysis and methods like regression analysis,time series analysis,and hypothesis testing<br><br>Knowledge of financial services,investment,banking,venture capital,or private equity is desired but not . required<br><br>Experience working closely with software development team(s) is a plus. .
false
42,452
0
2024-12-12T10:19:33
crawled
1
null
1-7 Yrs
Not disclosed
Mumbai
https://www.naukri.com/morningstar-jobs-careers-54819
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…oups/v1/4156.gif
https://img.naukimg.com/…oups/v1/4156.gif
121224500201
INR
11 Days Ago
grey
Cognizant
false
deep learning,GIT,Prototype,data security,Diversity and Inclusion,Machine learning,Cloud,Data processing
1,227,564
https://www.naukri.com/job-listings-data-scientist-cognizant-technology-solutions-india-ltd-hyderabad-1-to-8-years-121224500201
{ "Url": "https://www.ambitionbox.com/reviews/cognizant-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 47182, "AggregateRating": "3.8", "Title": "Cognizant Reviews by Employees" }
Must have the ability to share,explain and sell their thoughts,processes,ideas and opinions,even outside their own span of control . Ability to think ahead,and anticipate the needs for solving the problem will be important . Ability to communicate key messages effectively,and articulate strong opinions in large forums . .
false
4,156
0
2024-12-12T10:18:59
crawled
1
null
1-8 Yrs
Not disclosed
Hyderabad
https://www.naukri.com/cognizant-jobs-careers-2114
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…oups/v1/4156.gif
https://img.naukimg.com/…oups/v1/4156.gif
121224500202
INR
11 Days Ago
grey
Cognizant
false
deep learning,GIT,Prototype,data security,Diversity and Inclusion,Machine learning,Cloud,Data processing
1,227,564
https://www.naukri.com/job-listings-data-scientist-cognizant-technology-solutions-india-ltd-kolkata-1-to-8-years-121224500202
{ "Url": "https://www.ambitionbox.com/reviews/cognizant-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 47182, "AggregateRating": "3.8", "Title": "Cognizant Reviews by Employees" }
Must have the ability to share,explain and sell their thoughts,processes,ideas and opinions,even outside their own span of control . Ability to think ahead,and anticipate the needs for solving the problem will be important . Ability to communicate key messages effectively,and articulate strong opinions in large forums . .
false
4,156
0
2024-12-12T10:18:59
crawled
1
null
1-8 Yrs
Not disclosed
Kolkata
https://www.naukri.com/cognizant-jobs-careers-2114
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…s/v3/2921444.gif
https://img.naukri.com/l…s/v3/2921444.gif
131224018352
INR
9 Days Ago
grey
Firstmeridian Global Services
false
Data Science,Gen AI,GPT,prompt,GPM,Science,Gen,Artificial Intelligence
2,921,444
https://www.naukri.com/job-listings-data-scientist-firstmeridian-global-services-hyderabad-bengaluru-5-to-10-years-131224018352
{ "Url": "https://www.ambitionbox.com/reviews/first-meridian-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 25, "AggregateRating": "3.8", "Title": "First Meridian Reviews by Employees" }
<p> </p><p>GenAI Prompt Engineering, Prompt Engineer:-Data Scientist</p><p>Total experience with strong experience in developing and optimizing prompts for Large Language Models (LLMs). Experience in integrating LLMs into various applications and workflows. Strong proficiency in the Python programming language. Experience with LLM frameworks and tools (e.g., OpenAI GPT, Hugging Face Transformers). Familiarity with natural language processing (NLP) techniques and LLM capabilities. Experience in analyzing and improving the performance of LLMs based on prompt design. Proven ability to identify and resolve issues related to prompt effectiveness and LLM performance. Strong problem-solving skills and attention to detail. Experience with performance monitoring and optimization techniques. Excellent communication skills and ability to work collaboratively in a team environment. Ability to document processes and methodologies clearly and concisely. Experience with cloud platforms (e.g., AWS, GCP, Azure) and related services. Familiarity with containerization and orchestration tools (e.g., Docker, Kubernetes). Understanding of Agile methodologies and experience working in Agile teams. Experience with version control systems (e.g., Git) and collaborative development workflows.</p><br /><br />
false
10,656,724
0
2024-12-13T13:32:49
jp
1
14
5-10 Yrs
Not disclosed
Hybrid - Bengaluru, Hyderabad
https://www.naukri.com/firstmeridian-global-services-jobs-careers-158371
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukri.com/l…s/v3/2921444.gif
https://img.naukri.com/l…s/v3/2921444.gif
131224018304
INR
9 Days Ago
grey
Firstmeridian Global Services
false
Data Science,GPT,Prompt,Deep Learning,Data,Science,GPM
2,921,444
https://www.naukri.com/job-listings-data-scientist-firstmeridian-global-services-hyderabad-bengaluru-5-to-10-years-131224018304
{ "Url": "https://www.ambitionbox.com/reviews/first-meridian-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 25, "AggregateRating": "3.8", "Title": "First Meridian Reviews by Employees" }
<p> </p><p>GenAI Prompt Engineering, Prompt Engineer:-Data Scientist</p><p>Total experience with strong experience in developing and optimizing prompts for Large Language Models (LLMs). Experience in integrating LLMs into various applications and workflows. Strong proficiency in the Python programming language. Experience with LLM frameworks and tools (e.g., OpenAI GPT, Hugging Face Transformers). Familiarity with natural language processing (NLP) techniques and LLM capabilities. Experience in analyzing and improving the performance of LLMs based on prompt design. Proven ability to identify and resolve issues related to prompt effectiveness and LLM performance. Strong problem-solving skills and attention to detail. Experience with performance monitoring and optimization techniques. Excellent communication skills and ability to work collaboratively in a team environment. Ability to document processes and methodologies clearly and concisely. Experience with cloud platforms (e.g., AWS, GCP, Azure) and related services. Familiarity with containerization and orchestration tools (e.g., Docker, Kubernetes). Understanding of Agile methodologies and experience working in Agile teams. Experience with version control systems (e.g., Git) and collaborative development workflows.</p><br />
false
10,656,724
0
2024-12-13T13:30:11
jp
1
13
5-10 Yrs
Not disclosed
Hybrid - Bengaluru, Hyderabad
https://www.naukri.com/firstmeridian-global-services-jobs-careers-158371
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://www.naukri.com/h…3/tigermar16.gif
https://www.naukri.com/h…3/tigermar16.gif
111224020524
INR
11 Days Ago
grey
Tiger Analytics
false
Gen AI,NLP,Data Scientist,RAG,LLM,Artificial Intelligence,Gen,Natural language processing
1,326,498
https://www.naukri.com/job-listings-data-scientist-tiger-analytics-hyderabad-chennai-bengaluru-2-to-6-years-111224020524
{ "Url": "https://www.ambitionbox.com/reviews/tiger-analytics-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 588, "AggregateRating": "3.6", "Title": "Tiger Analytics Reviews by Employees" }
What Youll Bring : . Generative AI & NLP Expertise : Extensive experience in developing and deploying Generative AI applications and NLP frameworks,with hands-on knowledge of LLM fine-tuning,model customization,and AI-powered automation
false
642,976
0
2024-12-11T13:21:02
jp
1
5
2-6 Yrs
7-17 Lacs PA
Hybrid - Chennai, Bengaluru, Hyderabad
https://www.naukri.com/tiger-analytics-jobs-careers-924602
null
null
null
null
null
null
null
null
null
null
null
Azure Certified Data Scientist
https://img.naukimg.com/…ps/v1/436486.gif
https://img.naukimg.com/…ps/v1/436486.gif
131224913129
INR
10 Days Ago
grey
Alp Consulting Limited
false
data mining,predictive,machine learning,artificial intelligence,unsupervised learning,python,natural language processing,neural networks
56
https://www.naukri.com/job-listings-azure-certified-data-scientist-alp-consulting-limited-hyderabad-3-to-7-years-131224913129
null
About The Role : Azure Certified Data Scientist <br><br>Data Scientist typically include creating various Machine Learning-based tools such as recommendation engines or automated lead scoring systems. People within this role should also be able to perform statistical analysis
false
436,486
0
2024-12-13T10:27:24
jp
1
null
3-7 Yrs
Not disclosed
Hyderabad
https://www.naukri.com/alp-consulting-jobs-careers-56
null
null
null
null
null
null
null
null
null
null
null
Data Scientist (SQL + ML + Python)
https://img.naukimg.com/…ps/v1/140800.gif
https://img.naukimg.com/…ps/v1/140800.gif
131224911892
INR
10 Days Ago
grey
People Staffing
false
Python,Azure,Predictive Modelling,LLM,Machine Learning,AWS,SQL,Machine
3,875,316
https://www.naukri.com/job-listings-data-scientist-sql-ml-python-people-staffing-pune-4-to-8-years-131224911892
null
<p>Develop, implement, and maintain machine learning models and algorithms for various business applications.</p><p>Conduct text analytics, regression analysis, data classification, and prediction tasks.</p><p>Design, develop, and integrate APIs to facilitate data-driven solutions and applications.</p><p>Utilize advanced data science techniques to analyze and interpret complex datasets, providing actionable insights.</p><p>Deploy analytics code using cloud platforms (Azure, AWS) and on-premises methods to ensure scalable and efficient solutions.</p><p>Collaborate with cross-functional teams to identify business problems and develop data-driven solutions.</p><p>Present findings and recommendations to stakeholders through detailed reports and data visualizations</p>
false
140,800
0
2024-12-13T10:05:08
jp
1
null
4-8 Yrs
Not disclosed
Pune
https://www.naukri.com/people-staffing-jobs-careers-191012
null
null
null
null
null
null
null
null
null
null
null
Python + Data Scientist
https://img.naukimg.com/…ps/v1/140800.gif
https://img.naukimg.com/…ps/v1/140800.gif
131224909116
INR
10 Days Ago
grey
PEOPLE STAFFING SOLUTIONS
false
Python,Azure,NLP,Predictive Modelling,LLM,Machine Learning,data visualization tools,AWS
3,875,316
https://www.naukri.com/job-listings-python-data-scientist-people-staffing-solutions-bengaluru-4-to-9-years-131224909116
null
Experience with data visualization tools such as Power BI and Tableau. . Advanced knowledge of SQL for database management and manipulation. <br><br>Experience in deploying analytics code using Azure,AWS,and on-premises methods
false
140,800
0
2024-12-13T07:52:14
jp
1
null
4-9 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/people-staffing-jobs-careers-191012
null
null
null
null
null
null
null
null
null
null
null
Data Scientist/AI & ML- Practice Head
https://img.naukimg.com/…ps/v1/108372.gif
https://img.naukimg.com/…ps/v1/108372.gif
121224915695
INR
10 Days Ago
grey
Sampoorna Consultants Pvt. Ltd
false
Data Science,data security,data governance,Python AND AI/ML,machine learning,data collection,Governance,Data
21,798
https://www.naukri.com/job-listings-data-scientist-ai-ml-practice-head-sampoorna-consultants-pvt-ltd-bengaluru-15-to-20-years-121224915695
null
Candidate Experience Should Be : 15 To 23 Candidate Degree Should Be : BE-Comp / IT,BTech-Comp / IT,ME-Comp / IT,ME-Other,MSc-Comp / IT,MS-Comp / IT,MTech-Comp / IT,MTech-Other,PhD-Comp / IT
false
108,372
0
2024-12-12T11:51:41
jp
1
null
15-20 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/sampoorna-consultants-jobs-careers-21798
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/4819523.gif
https://img.naukimg.com/…s/v1/4819523.gif
091024013682
INR
14 Days Ago
grey
Novotree Minds Consulting
false
Data Science,Predictive Modeling,Statistical Modeling,Machine Learning,Deep Learning,R,Algorithms,SAS
1,134,820
https://www.naukri.com/job-listings-data-scientist-novotree-minds-consulting-bengaluru-3-to-5-years-091024013682
null
Preferred candidate profile . .
false
4,819,523
0
2024-12-09T06:27:13
jp
1
null
3-5 Yrs
15-25 Lacs PA
Bengaluru
https://www.naukri.com/novotree-minds-consulting-jobs-careers-1134820
null
null
null
null
null
null
null
null
null
null
null
Data Scientist - SQL + ML + Python
https://img.naukimg.com/…ps/v1/140800.gif
https://img.naukimg.com/…ps/v1/140800.gif
131224908618
INR
10 Days Ago
grey
People Staffing
false
Machine Learning,SQL,Python,Predictive Modeling,Data Science,Azure,Large language models,Text Analytics
3,875,316
https://www.naukri.com/job-listings-data-scientist-sql-ml-python-people-staffing-bengaluru-4-to-8-years-131224908618
null
<p> </p><ul><li> Develop, implement, and maintain machine learning models and algorithms for various business applications. </li><li> Conduct text analytics regression analysis, data classification, and prediction tasks. </li><li> Design, develop, and integrate APIs to facilitate data-driven solutions and applications. </li><li> Utilize advanced data science techniques to analyze and interpret complex datasets, providing actionable insights. </li><li> Deploy analytics code using cloud platforms (Azure, AWS) and on-premises methods to ensure scalable and efficient solutions. </li><li> Collaborate with cross-functional teams to identify business problems and develop data-driven solutions. </li><li> Present findings and recommendations to stakeholders through detailed reports and data visualizations.</li></ul>
false
140,800
0
2024-12-13T07:53:59
jp
1
null
4-8 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/people-staffing-jobs-careers-191012
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…s/v1/4655781.gif
https://img.naukimg.com/…s/v1/4655781.gif
111224018432
INR
11 Days Ago
grey
Artech
false
Data Science,Data Scienctist,Data Scientist,Science,Data
1,128
https://www.naukri.com/job-listings-data-scientist-artech-bengaluru-6-to-9-years-111224018432
null
<p><strong>Role & responsibilities</strong> </p><p>Looking for Data Scientist for Bangalore Location with 5+ relevant exp & total 6-9 Yrs</p><br /><p><strong>Preferred candidate profile</strong> </p><p>Who can join with in 30 Days in Bangalore</p><br /><p><strong>Perks and benefits</strong> </p><br /><br />
false
4,655,781
0
2024-12-11T12:00:23
jp
1
4
6-9 Yrs
Not disclosed
Bengaluru
https://www.naukri.com/artech-jobs-careers-1128
null
null
null
null
null
null
null
null
null
null
null
Data Scientist - AI
https://img.naukimg.com/…s/v1/5845718.gif
https://img.naukimg.com/…s/v1/5845718.gif
201224012986
INR
2 Days Ago
grey
Topia LifeSciences
false
Artificial Intelligence,Data Science,Statistical Modeling,Machine Learning,SQL,Machine,Science,Intelligence
7,066,943
https://www.naukri.com/job-listings-data-scientist-ai-topia-lifesciences-ahmedabad-2-to-4-years-201224012986
{ "Url": "https://www.ambitionbox.com/reviews/novumgen-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 37, "AggregateRating": "4.1", "Title": "Novumgen Reviews by Employees" }
Bachelor's or Master's in Computer Science, Data Science, or related field; 2-5 years experience in AI; proficiency in Python, R, or Java|Develop and deploy machine learning models; analyze and preprocess data; collaborate with cross-functional teams|Innovative work environment with opportunities for research and development
false
5,845,718
0
2024-12-20T11:44:07
jp
1
null
2-4 Yrs
Not disclosed
Ahmedabad
https://www.naukri.com/novumgen-jobs-careers-7066943
null
null
null
null
null
null
null
null
null
null
null
Data Scientist (Project Management)
https://www.naukri.com/h…v3/mantoct14.gif
https://www.naukri.com/h…v3/mantoct14.gif
201224005911
INR
3 Days Ago
grey
MAN Truck & Bus
false
Project Management,Product Owner,Data Scientist,Management,Data,Project
928,132
https://www.naukri.com/job-listings-data-scientist-project-management-man-truck-bus-pune-3-to-5-years-201224005911
{ "Url": "https://www.ambitionbox.com/reviews/man-truck-and-bus-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 194, "AggregateRating": "3.1", "Title": "MAN Truck & Bus Reviews by Employees" }
Qualification Criteria: . Any Graduate / Post-Graduate Degree in Computer Science or related specialization 60% above in academics <br><br>Analytical & Statistical Skills: Proficiency in data analysis and statistical methods to derive insights from data
false
4,609,499
0
2024-12-20T06:18:50
jp
1
null
3-5 Yrs
Not disclosed
Hybrid - Pune
https://www.naukri.com/man-truck-bus-jobs-careers-928132
null
null
null
null
null
null
null
null
null
null
null
Data Scientist
https://img.naukimg.com/…/v1/10875718.gif
https://img.naukimg.com/…/v1/10875718.gif
171224009612
INR
6 Days Ago
grey
Rsquaresoft Technologies
false
Data Analytics,Machine Learning,Data Science,Aws Sagemaker,Jupyter Notebook,Python,Science,AWS
124,249,260
https://www.naukri.com/job-listings-data-scientist-rsquaresoft-technologies-pune-2-to-6-years-171224009612
{ "Url": "https://www.ambitionbox.com/reviews/rsquaresoft-technologies-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", "ReviewsCount": 2, "AggregateRating": "3.1", "Title": "RSquareSoft Technologies Reviews by Employees" }
We are seeking a dynamic Data Scientist / Machine Learning Engineer with 26 years of experience from a premier institute to join our team<br><br>Bachelor s or Master s degree in Computer Science,Data Science,Statistics,Mathematics,or a related field from a premium institute (e.g.,IITs,NITs,IIITs,or global equivalents). <br><br>Experience <br><br>Experience with SQL and data querying
false
10,875,718
0
2024-12-17T08:15:18
jp
1
null
2-6 Yrs
Not disclosed
Pune
https://www.naukri.com/rsquaresoft-technologies-jobs-careers-124249260
null
null
null
null
null
null
null
null
null
null
null
End of preview.

Overview

This dataset contains job postings for Software Engineers and Data Scientists collected from the Naukri platform, a leading job portal in India. It includes detailed information about job titles, company reviews, ratings, locations, salary ranges, and required skills.

Downloads last month
4

Data Sourcing report

powered
by Spawning.ai

No elements in this dataset have been identified as either opted-out, or opted-in, by their creator.