Upload Button Icon Add office photos

Filter interviews by

Ushur Technologies Data Scientist Interview Questions and Answers

Updated 27 Mar 2024

Ushur Technologies Data Scientist Interview Experiences

1 interview found

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

I was interviewed before Mar 2023.

Round 1 - Coding Test 

Basic DSA questions and questions related to Python Language and basic ML

Round 2 - Technical 

(1 Question)

  • Q1. ML Deep Dive, Deep Learning, Transformers
Round 3 - HR 

(1 Question)

  • Q1. Behavorial, Culture Fit

Interview questions from similar companies

Data Scientist Interview Questions & Answers

LTIMindtree user image Abhishek Srivastav

posted on 16 Mar 2015

Interview Questionnaire 

3 Questions

  • Q1. Code For parse Traingle
  • Ans. 

    Code for parsing a triangle

    • Use a loop to iterate through each line of the triangle

    • Split each line into an array of numbers

    • Store the parsed numbers in a 2D array or a list of lists

  • Answered by AI
  • Q2. Asci value along with alphabets(both capital and small)
  • Ans. 

    The ASCII value is a numerical representation of a character. It includes both capital and small alphabets.

    • ASCII values range from 65 to 90 for capital letters A to Z.

    • ASCII values range from 97 to 122 for small letters a to z.

    • For example, the ASCII value of 'A' is 65 and the ASCII value of 'a' is 97.

  • Answered by AI
  • Q3. Would you like to go for Hire studies

Interview Preparation Tips

Round: Test
Experience: First round was through Elitmus.
If you want to be in IT industry must appear it atleast once, for core also u can try it.
It's usually a tough exam but if u are good in maths , apti you will crack it.
Tips: Focus more on Reasoning part. this is the most difficult part.
practise paragraphs reading and solving(Average level)(Infosys level or less)
If you need any kind of help you can contact me via email or can even ring me.
I would recomend everybody to appear this exam with minimum of one month dedicated preparation
Duration: 120 minutes
Total Questions: 60

Round: Coding Round on their own plateform
Experience: It was little difficult to write codes on some other plateform. But time was enough to cope up.
Tips: Try writing as many programs you can write in C, C++ and JAVA not on paper, on compiler . while giving this exam you can select any of these three languages. Based on that your technical Interview will be taken.

Round: Technical Interview
Experience: Its easy one if you have hands on on programing
Tips: Explore and explore .

Round: HR Interview
Experience: Most difficult round for me(I feel myself a little weak in English). But stay calm. And be cheerful.
I still don't know the exact answer of the question but conversation gone for about 20 minutes on this topic.
He din't seem satisfied with me. Btw most of the people says to say no. You can take your call according to the situation.
Tips: Stay calm. Have as much Knowledge about the organisation. Try to make your Intro as much interesting as possible with achivements, hobbies etc. Ya English plays most important role here.

General Tips: Always have faith in yourself. And remember Everything happens for some good reason
Skill Tips: Dont go deep in OS, DBMS but have rough idea about all the topics
Skills: C, C++, DATA STRUCTURE, DBMS, OS
College Name: GANDHI INSTITUTE OF ENGINEERING AND TECHNOLOGY
Motivation: I wanted a job. :)
Funny Moments: A number of stories are there related to this job.
One is I already had an offer so I booked my ticket to home from Bangalore But at very last moment my father told me that you should never miss any chance, go for it. I went and interview date was postponded due to some reasons. I got a mail at 10:30 pm saying I have to attend interview next day morning at 8:30 pm. I ran to get printout of that mail. The venue was 3 hour journey from my place so I din't sleep for the whole night because i knew that if I ll sleep, I would not be able to wake up But I din't studied also because it would have lead to sleep. And Without having sleep and last moment study I made it.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Explain about your projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was looking for Data science experience in infrastructure that is building a solution for remedy ticket

I applied via Referral and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is data science
  • Ans. 

    Data science is the field of extracting insights and knowledge from data using various techniques and tools.

    • Data science involves collecting, cleaning, and analyzing data to extract insights.

    • It uses various techniques such as machine learning, statistical modeling, and data visualization.

    • Data science is used in various fields such as finance, healthcare, and marketing.

    • Examples of data science applications include fraud...

  • Answered by AI
  • Q2. What is phyton and R
  • Ans. 

    Python and R are programming languages commonly used in data science and statistical analysis.

    • Python is a general-purpose language with a large community and many libraries for data manipulation and machine learning.

    • R is a language specifically designed for statistical computing and graphics, with a wide range of packages for data analysis and visualization.

    • Both languages are popular choices for data scientists and hav...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide the tips how to face the interview

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Please tell me something about yourself.What is your experience? What are your goals and ambitions?Why We should hire you? Strengths and weaknesses etc.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude basics

Round 2 - Coding Test 

Mcq and basic ml model building

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and enjoy the process
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Transformers how different from previous RNN, LSTM etc.
  • Ans. 

    Transformers are a type of neural network architecture that utilizes self-attention mechanisms to process sequential data.

    • Transformers use self-attention mechanisms to weigh the importance of different input elements, allowing for parallel processing of sequences.

    • Unlike RNNs and LSTMs, Transformers do not rely on sequential processing, making them more efficient for long-range dependencies.

    • Transformers have been shown ...

  • Answered by AI
  • Q2. What are different types of Attention?
  • Ans. 

    Different types of Attention include self-attention, global attention, and local attention.

    • Self-attention focuses on relationships within the input sequence itself.

    • Global attention considers the entire input sequence when making predictions.

    • Local attention only attends to a subset of the input sequence at a time.

    • Examples include Transformer's self-attention mechanism, Bahdanau attention, and Luong attention.

  • Answered by AI
  • Q3. Difference between GPT and BERT model
  • Ans. 

    GPT is a generative model while BERT is a transformer model for natural language processing.

    • GPT is a generative model that predicts the next word in a sentence based on previous words.

    • BERT is a transformer model that considers the context of a word by looking at the entire sentence.

    • GPT is unidirectional, while BERT is bidirectional.

    • GPT is better for text generation tasks, while BERT is better for understanding the cont

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Difference between Data scientist, ML and AI
  • Ans. 

    Data scientists analyze data to gain insights, machine learning (ML) involves algorithms that improve automatically through experience, and artificial intelligence (AI) refers to machines mimicking human cognitive functions.

    • Data scientists analyze large amounts of data to uncover patterns and insights.

    • Machine learning involves developing algorithms that improve automatically through experience.

    • Artificial intelligence r...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

First round is coding round where two use cases are there. Need to solve them

Round 2 - Technical 

(1 Question)

  • Q1. They will all topics Statistics, SQL, Python, Machine Learning, Data Science
Round 3 - Technical 

(1 Question)

  • Q1. They will discuss more on the projects what we worked on
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Assignment 

Simple Classification problem with some MCQ questions

Round 2 - Technical 

(1 Question)

  • Q1. Drill down on basic ML techniques
Round 3 - Technical 

(1 Question)

  • Q1. Project Discussion with mind sharpness check
Round 4 - HR 

(1 Question)

  • Q1. About past experience and expectations

Interview Preparation Tips

Topics to prepare for Fractal Analytics Data Scientist interview:
  • Machine Learning
  • Cloud
  • Statistics
  • Python
  • Application Deployment
  • NLP

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There is online test is totally on SQL please prepare for SQL. There are 3 rounds in which first online test based on sql then 2nd is technical round and 3rd Manager round. Technical round on sql and machi...

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly Please prepare for SQL, Machine Learning and case study.

Ushur Technologies Interview FAQs

How many rounds are there in Ushur Technologies Data Scientist interview?
Ushur Technologies interview process usually has 3 rounds. The most common rounds in the Ushur Technologies interview process are Coding Test, Technical and HR.
What are the top questions asked in Ushur Technologies Data Scientist interview?

Some of the top questions asked at the Ushur Technologies Data Scientist interview -

  1. ML Deep Dive, Deep Learning, Transform...read more
  2. Behavorial, Culture ...read more

Tell us how to improve this page.

Ushur Technologies Data Scientist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Science Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Specialist
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Devops Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ushur Technologies with

Freshworks

3.5
Compare

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

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