Upload Button Icon Add office photos

Filter interviews by

U R Rao Satellite Centre Research Scientist Interview Questions and Answers

Updated 16 Dec 2022

U R Rao Satellite Centre Research Scientist Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Chemical engineering
  • Q2. Process engineering and aerospace technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Good basics needed of chemical engineering. Thermodynamics, reaction engineering, fluids mechanics,

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. On current project with which you are working.
Round 2 - One-on-one 

(1 Question)

  • Q1. General discussion.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round 2 questions

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Asked Algorithms used in the project (No follow-up on mentioned algorithms, cut-off mid-explanation of business problem, scale, and solution wanting to know just the names of the algorithm) - Answered by n...
  • Q2. Count all pairs of numbers from a list where the ending digit of the ith number equals the starting digit of the jth number. Example [122, 21, 21, 23] should have 5 pairs (122, 21), (122, 21), (122, 23), (...
  • Ans. 

    Count pairs of numbers where ending digit of ith number equals starting digit of jth number.

    • Iterate through each pair of numbers in the list

    • Check if the ending digit of the ith number equals the starting digit of the jth number

    • Increment the count if the condition is met

  • Answered by AI
  • Q3. Interpretation of graphs, the first graph had perpendicular lines from the error to the fitted line and the second graph had lines from the error to the fitted line, parallel to the y-axis. - Interpreted t...
  • Ans. 

    Interpretation of graphs in linear regression analysis

    • Perpendicular lines from error to fitted line in first graph indicate OLS using projection matrices

    • Lines parallel to y-axis from error to fitted line in second graph suggest evaluation of linear regression to y-pred - y-actual method

    • PCA could also be a possible interpretation for the second graph

  • Answered by AI
  • Q4. What does np.einsum() do
  • Ans. 

    np.einsum() performs Einstein summation on arrays.

    • Performs summation over specified indices

    • Can also perform other operations like multiplication, contraction, etc.

    • Syntax: np.einsum(subscripts, *operands)

  • Answered by AI
  • Q5. How to generate random numbers using numpy, what is the difference between numpy.random.rand and numpy.random.randn
  • Ans. 

    numpy.random.rand generates random numbers from a uniform distribution, while numpy.random.randn generates random numbers from a standard normal distribution.

    • numpy.random.rand generates random numbers from a uniform distribution between 0 and 1.

    • numpy.random.randn generates random numbers from a standard normal distribution with mean 0 and standard deviation 1.

    • Example: np.random.rand(3, 2) will generate a 3x2 array of r...

  • Answered by AI
  • Q6. Difference between logit and probabilities in deep learning
  • Ans. 

    Logit is the log-odds of the probability, while probabilities are the actual probabilities of an event occurring.

    • Logit is the natural logarithm of the odds ratio, used in logistic regression.

    • Probabilities are the actual likelihood of an event occurring, ranging from 0 to 1.

    • In deep learning, logit values are transformed into probabilities using a softmax function.

    • Logit values can be negative or positive, while probabili

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview seems to be designed for freshers, so brush up on libraries, and the functions inside them (utilization not the working).
No mathematics/statistics/probability/algorithm is discussed in terms of implementations, or enhancements.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of linear regression
Round 2 - Technical 

(1 Question)

  • Q1. Machine learning in depth
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between Data Warehouse, Data Lakes and Tables
  • Ans. 

    Data Warehouse stores structured data for reporting and analysis, Data Lakes store raw and unstructured data, Tables are basic data structures.

    • Data Warehouse is used for storing structured data from various sources for reporting and analysis.

    • Data Lakes store raw and unstructured data in its native format for future processing and analysis.

    • Tables are basic data structures used to organize and store data in a structured ...

  • Answered by AI
  • Q2. Query difference betweeen Group by and Partition by
  • Ans. 

    Group by is used to group rows that have the same values into summary rows, while Partition by is used to divide the result set into partitions to which the function is applied separately.

    • Group by is used with aggregate functions to group rows based on a column or set of columns.

    • Partition by is used with window functions to divide the result set into partitions.

    • Group by is used with SELECT statement, while Partition by...

  • Answered by AI
  • Q3. Machine Learning questions such as Regression, Trees etc

Interview Preparation Tips

Topics to prepare for Ericsson Data Scientist interview:
  • SQL
Interview preparation tips for other job seekers - Prepare the basics

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Difference between bagging and boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model c...

  • Answered by AI
  • Q2. Parameters of Decision Tree
  • Ans. 

    Parameters of a Decision Tree include max depth, min samples split, criterion, and splitter.

    • Max depth: maximum depth of the tree

    • Min samples split: minimum number of samples required to split an internal node

    • Criterion: function to measure the quality of a split (e.g. 'gini' or 'entropy')

    • Splitter: strategy used to choose the split at each node (e.g. 'best' or 'random')

  • Answered by AI
  • Q3. Explain any one of your project in detail
  • Ans. 

    Developed a predictive model to forecast customer churn in a telecom company

    • Collected and cleaned customer data including usage patterns and demographics

    • Used machine learning algorithms such as logistic regression and random forest to build the model

    • Evaluated model performance using metrics like accuracy, precision, and recall

    • Provided actionable insights to the company to reduce customer churn rate

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

NER training using deep learning

Round 2 - Technical 

(2 Questions)

  • Q1. Describe the approach taken for assignment
  • Ans. 

    I approach assignments by breaking them down into smaller tasks, setting deadlines, and regularly checking progress.

    • Break down the assignment into smaller tasks to make it more manageable

    • Set deadlines for each task to stay on track

    • Regularly check progress to ensure everything is on schedule

    • Seek feedback from colleagues or supervisors to improve the quality of work

  • Answered by AI
  • Q2. Scenario based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Overfitting and Underfitting
  • Q2. Find Nth-largest element
  • Ans. 

    Find Nth-largest element in an array

    • Sort the array in descending order

    • Return the element at index N-1

  • Answered by AI
  • Q3. NLP Data preprocessing
Round 2 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Fitment discussion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Which GenAI projects I have worked on
  • Q2. What is the context window in LLMs
  • Ans. 

    Context window in LLMs refers to the number of surrounding words considered when predicting the next word in a sequence.

    • Context window helps LLMs capture dependencies between words in a sentence.

    • A larger context window allows the model to consider more context but may lead to increased computational complexity.

    • For example, in a context window of 2, the model considers 2 words before and 2 words after the target word fo

  • Answered by AI
  • Q3. What is top_k parameter
  • Ans. 

    top_k parameter is used to specify the number of top elements to be returned in a result set.

    • top_k parameter is commonly used in machine learning algorithms to limit the number of predictions or recommendations.

    • For example, in recommendation systems, setting top_k=5 will return the top 5 recommended items for a user.

    • In natural language processing tasks, top_k can be used to limit the number of possible next words in a

  • Answered by AI
  • Q4. What are regex patterns in python
  • Ans. 

    Regex patterns in Python are sequences of characters that define a search pattern.

    • Regex patterns are used for pattern matching and searching in strings.

    • They are created using the 're' module in Python.

    • Examples of regex patterns include searching for email addresses, phone numbers, or specific words in a text.

  • Answered by AI
  • Q5. What are iterators and tuples
  • Ans. 

    Iterators are objects that allow iteration over a sequence of elements. Tuples are immutable sequences of elements.

    • Iterators are used to loop through elements in a collection, like lists or dictionaries

    • Tuples are similar to lists but are immutable, meaning their elements cannot be changed

    • Example of iterator: for item in list: print(item)

    • Example of tuple: my_tuple = (1, 2, 3)

  • Answered by AI
  • Q6. Do I have REST API experience
  • Ans. 

    Yes, I have experience working with REST APIs in various projects.

    • Developed RESTful APIs using Python Flask framework

    • Consumed REST APIs in data analysis projects using requests library

    • Used Postman for testing and debugging REST APIs

  • Answered by AI

Skills evaluated in this interview

U R Rao Satellite Centre Interview FAQs

How many rounds are there in U R Rao Satellite Centre Research Scientist interview?
U R Rao Satellite Centre interview process usually has 2 rounds. The most common rounds in the U R Rao Satellite Centre interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in U R Rao Satellite Centre Research Scientist interview?

Some of the top questions asked at the U R Rao Satellite Centre Research Scientist interview -

  1. Process engineering and aerospace technol...read more
  2. Chemical engineer...read more

Tell us how to improve this page.

U R Rao Satellite Centre Research Scientist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.1k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
Google Interview Questions
4.4
 • 854 Interviews
Publicis Sapient Interview Questions
3.5
 • 606 Interviews
IQVIA Interview Questions
3.9
 • 456 Interviews
Ericsson Interview Questions
4.2
 • 403 Interviews
Walmart Interview Questions
3.8
 • 403 Interviews
View all

U R Rao Satellite Centre Research Scientist Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Design Engineer
15 salaries
unlock blur

₹3.9 L/yr - ₹8.3 L/yr

Technical Assistant
7 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Administration Assistant
6 salaries
unlock blur

₹2.7 L/yr - ₹3.5 L/yr

Purchase Assistant
6 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Software Developer
5 salaries
unlock blur

₹3.8 L/yr - ₹5 L/yr

Explore more salaries
Compare U R Rao Satellite Centre with

Accenture

3.9
Compare

Capgemini

3.8
Compare

Tech Mahindra

3.5
Compare

Larsen & Toubro Limited

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