Upload Button Icon Add office photos

Filter interviews by

Senseforth RND Engineer Interview Questions, Process, and Tips

Updated 12 Jul 2022

Senseforth RND Engineer Interview Experiences

1 interview found

RND Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2022

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. (based on my introduction) How does transformers work? what powers them and what’s inside?
  • Q2. What is the purpose of activation functions? (after my answer that to introduce non-linearity), if that’s the case, why there are very less activation functions available? why can’t any function be an acti...
  • Q3. Why does optimisers exist in feed-forward networks(FFNs)? (based on my answer that is to update weights) why does so many optimisers exist, if all that they need to do is to update weights, why does so man...
  • Ans. 

    Optimizers exist in FFNs to update weights, but many exist due to different optimization techniques and trade-offs.

    • Different optimizers use different optimization techniques such as momentum, adaptive learning rates, and regularization.

    • Optimizers have different trade-offs such as convergence speed, generalization, and robustness to noisy data.

    • The choice of optimizer depends on the specific problem and data set.

    • Examples...

  • Answered by AI
  • Q4. What is layer normalisation in FFNs?
  • Ans. 

    Layer normalisation is a technique used to normalise the inputs to each layer of a feedforward neural network.

    • It is similar to batch normalisation but normalises the inputs to each layer instead of the entire batch.

    • It helps in reducing the internal covariate shift problem.

    • It can be applied to any type of activation function.

    • It is particularly useful in recurrent neural networks.

    • Example: LayerNorm in PyTorch.

  • Answered by AI
  • Q5. You are to build an airline system to recommend all possible routes from city 1 to city 2, direct routes and routes with connecting other cities. and all the data you have available is if two cities are co...
  • Ans. 

    Build an airline system to recommend routes from city 1 to city 2 with direct and connecting flights.

    • Create a graph with cities as nodes and connections as edges

    • Use Dijkstra's algorithm to find shortest path between city 1 and city 2

    • For connecting flights, find all possible paths with one or more stops

    • Sort and recommend routes based on total distance and number of stops

  • Answered by AI
  • Q6. Write a python function that takes a string input and returns all possible combinations of characters in that string and not include the combinations with repeated letters. for ex, input is ‘abc’, outputs ...
  • Ans. 

    This function takes a string input and returns all possible combinations of characters in that string without repeated letters.

    • Use the itertools module to generate all possible permutations of the string.

    • Filter out the permutations that have repeated letters using a set.

    • Convert the filtered permutations into a list of strings.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared very well. prepare well. prepare well.

Skills evaluated in this interview

Senseforth Interview FAQs

How many rounds are there in Senseforth RND Engineer interview?
Senseforth interview process usually has 2 rounds. The most common rounds in the Senseforth interview process are Resume Shortlist and Technical.
What are the top questions asked in Senseforth RND Engineer interview?

Some of the top questions asked at the Senseforth RND Engineer interview -

  1. you are to build an airline system to recommend all possible routes from city 1...read more
  2. why does optimisers exist in feed-forward networks(FFNs)? (based on my answer t...read more
  3. write a python function that takes a string input and returns all possible comb...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Zeus Learning Interview Questions
3.4
 • 34 Interviews
XenonStack Interview Questions
3.3
 • 25 Interviews
MulticoreWare Interview Questions
4.1
 • 23 Interviews
Monotype Interview Questions
4.1
 • 22 Interviews
Big Oh Notation Interview Questions
2.9
 • 22 Interviews
View all
Software Engineer
29 salaries
unlock blur

₹4 L/yr - ₹13.8 L/yr

Engineer
7 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Implementation Lead
5 salaries
unlock blur

₹5 L/yr - ₹11.3 L/yr

Project Manager
5 salaries
unlock blur

₹8.8 L/yr - ₹18.2 L/yr

Software Developer
5 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Explore more salaries
Compare Senseforth with

Uniphore Software Systems

3.5
Compare

Jio Haptik

3.4
Compare

yellow.ai

3.1
Compare

Engati

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