Upload Button Icon Add office photos

Filter interviews by

Senseforth Interview Questions, Process, and Tips

Updated 24 Feb 2024

Top Senseforth Interview Questions and Answers

View all 9 questions

Senseforth Interview Experiences

Popular Designations

3 interviews found

NLP Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Challenges in project
  • Ans. 

    One of the challenges in the project was integrating multiple NLP models with different architectures.

    • Ensuring compatibility and consistency between models

    • Handling different input formats and output structures

    • Optimizing performance and computational resources

    • Addressing potential conflicts or biases between models

  • Answered by AI
  • Q2. What is text embedding?
  • Ans. 

    Text embedding is a technique to convert text data into numerical vectors for machine learning models.

    • Text embedding captures semantic meaning of words in a continuous vector space.

    • Popular methods include Word2Vec, GloVe, and BERT.

    • Embeddings can be pre-trained or learned from scratch depending on the task.

    • They are used in NLP tasks like sentiment analysis, text classification, and machine translation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In depth NLP knowledge tested.

NLP Engineer Interview Questions asked at other Companies

Q1. What is text embedding?
View answer (1)

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

RND Engineer Interview Questions asked at other Companies

Q1. 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 connected or not. how will you build ... read more
View answer (1)

I applied via Recruitment Consultant and was interviewed before Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What do you know about the effort estimation and how it is done?
  • Ans. 

    Effort estimation is the process of predicting the amount of time, resources, and cost required to complete a project or task.

    • Effort estimation is crucial for project planning and management.

    • It involves breaking down the project into smaller tasks and estimating the time and resources required for each task.

    • Various techniques can be used for effort estimation, such as expert judgment, historical data analysis, and para...

  • Answered by AI
  • Q2. What is a WBS (Work Break Down Structure) ?
  • Ans. 

    A WBS is a hierarchical breakdown of project deliverables into smaller, manageable components.

    • WBS is used to organize and define the scope of a project

    • It breaks down the project into smaller, more manageable components

    • Each component is called a work package

    • The WBS is hierarchical, with the top level being the project deliverable and the lower levels being the work packages

    • It helps in estimating project costs, time and ...

  • Answered by AI
  • Q3. What was the most challenging situation in a project and how did you handled it?
  • Q4. What is the project life cycle or different phases in a project?
  • Ans. 

    The project life cycle consists of initiation, planning, execution, monitoring and control, and closure.

    • Initiation: Defining the project scope, objectives, and stakeholders.

    • Planning: Developing a detailed project plan, including timelines, budget, and resources.

    • Execution: Implementing the project plan and completing the work.

    • Monitoring and Control: Tracking progress, identifying and managing risks, and making necessary...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Gaining theoretical knowledge abut project management helps a lot in the interview.

Skills evaluated in this interview

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. How would you utilize AWS or Azure services to create scalable web applications
  • Ans. 

    Utilize AWS or Azure services for scalable web applications

    • Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling

    • Leverage AWS Lambda or Azure Functions for serverless computing

    • Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic

    • Store data in AWS RDS or Azure SQL Database for scalable database solutions

    • Use AWS CloudFront or Azure CDN for content delivery

  • Answered by AI
  • Q2. How would you tackle memory leaks if the system your working on was experiencing this issue?
  • Ans. 

    I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.

    • Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks

    • Review the code to ensure proper memory allocation and deallocation practices are being followed

    • Implement smart pointers or garbage collection to automatically manage memory

    • Use static co...

  • Answered by AI
  • Q3. Have you worked on legacy systems?
  • Ans. 

    Yes, I have experience working on legacy systems.

    • I have successfully maintained and upgraded legacy systems to meet current business needs.

    • I have refactored legacy code to improve performance and scalability.

    • I have integrated new technologies with legacy systems to enhance functionality.

    • I have experience troubleshooting and debugging issues in legacy systems.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Are you capable to work with cross functional teams and handle disputes effectively
  • Ans. 

    Yes, I have experience working with cross functional teams and resolving disputes effectively.

    • I have successfully collaborated with team members from different departments to achieve project goals.

    • I am skilled at mediating conflicts and finding mutually beneficial solutions.

    • I prioritize open communication and actively listen to all team members' perspectives.

    • I have experience using conflict resolution techniques such a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and on to point without deviations, they respect straight forwardness
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(4 Questions)

  • Q1. Talk about your work experience. Detailed questions about projects that I worked on.
  • Q2. Why are you interested in switching.
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic field.

    • Interested in leveraging my skills and experience in a new environment

    • Excited about the potential to work on innovative products

    • Looking for opportunities to expand my knowledge and expertise

  • Answered by AI
  • Q3. Do you use any food delivery apps frequently? What would you improve in Swiggy?
  • Ans. 

    Yes, I frequently use food delivery apps like Swiggy.

    • I use Swiggy at least a few times a week for ordering food.

    • I appreciate the wide variety of restaurants and cuisines available on Swiggy.

    • Improvement suggestion: Enhance the user interface for a smoother ordering experience.

    • Improvement suggestion: Implement a more accurate delivery time estimation system.

    • Improvement suggestion: Offer more personalized recommendations

  • Answered by AI
  • Q4. What is northstar metric, what would be northstar metric for Swiggy
  • Ans. 

    Northstar metric is the key metric that drives the core value of a product. For Swiggy, the northstar metric could be Daily Active Users (DAU) or Orders per User.

    • Northstar metric is the single metric that best captures the core value that your product delivers to customers.

    • For Swiggy, the northstar metric could be Daily Active Users (DAU) as it represents the number of unique users who engage with the platform on a dai...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain what you worked on, how did you grow the adoption of the feature.
  • Ans. 

    I worked on improving the adoption of a new feature by conducting user research, implementing user feedback, and creating targeted marketing campaigns.

    • Conducted user research to understand user needs and preferences

    • Implemented user feedback to make necessary improvements to the feature

    • Created targeted marketing campaigns to promote the feature to the right audience

  • Answered by AI
  • Q2. Design product to manage risks during an event. Sub-question- How would this change if the target market is tier 3 cities in India

Interview Preparation Tips

Topics to prepare for Keka HR Payroll Software Product Manager interview:
  • Product growth
  • Hr tech
Interview experience
1
Bad
Difficulty level
-
Process Duration
4-6 weeks
Result
-

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

Round 1 - Virtual Interview 

(1 Question)

  • Q1. No qualifications were discussed, more personal details were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - I had interview call with CEO Sameer. Firstly, he will drag it for long time unnecessarily
Second, don't fall for unrealistic offer he states

He asks inappropriate questions like:
1. Where do you want to go with me if we have to travel
2. What do you prefer if I have to buy you something
3. Do you go to parties, drink alcohol, what kind of dresses you wear, do you have friends, do you have a boyfriend
4. He literally stated clearly that he expects more of relationship, physical intimacy kindoff as part of job and he thinks it is fun

WTH was that. This organisation should be closed down for doing such fraudulent activities.

They have:
Fake reviews
Fake linkedin associated people
Inflated social numbers

And none of their leadership team's profiles are authentic on LinkedIn

They already have a strong base, it is fraudulent though which they can convert it into healthy structure where they can deliver real services, real jobs and do real job and generate some revenue

Anyways, this guy sameer definitely needs heavy brain detoxification to cleanse his thoughts and get to some positive terms

Jobseekers- STAY AWAY FROM THIS COMPANY. DO NOT WASTE YOUR TIME
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between a list and a tuple in python?
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List is mutable, meaning its elements can be changed after creation.

    • Tuple is immutable, meaning its elements cannot be changed after creation.

    • List is defined using square brackets [], tuple using parentheses ().

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. List : Mutable (can be modified) defined using []. Ex - my_list = [1, 2, 3] Tuple : Immutable (cannot be modified) defined using(). Ex - my_tuple = (1, 2, 3).
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Mintu Babu lives in a smaller house than her brother and in a larger house than her parents. Her children reside with her, and she has no other relatives. If Mintu Babu's relative U lives in a larger house than her relative S, then all the following may be true except: \n\n1) S is U's father \n\n2) S is U's mother \n\n3) U is younger than S \n\n4) S is younger than U

Round 2 - Technical 

(2 Questions)

  • Q1. 1. merge two linked list
  • Ans. 

    Merge two sorted linked lists without creating new nodes by rearranging existing nodes.

    • Traverse both linked lists simultaneously

    • Compare the values of nodes and rearrange pointers accordingly

    • Continue until one of the lists is fully traversed

  • Answered by AI
  • Q2. 2. reverse a linked list.
  • Ans. 

    Reverse a linked list by changing the direction of pointers.

    • Start with three pointers: current, previous, and next.

    • Iterate through the linked list, updating pointers to reverse the direction.

    • Update the head of the linked list to be the previous node once iteration is complete.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is react why it's used?
Round 2 - Technical 

(1 Question)

  • Q1. What is virtual DOM in react?
Round 3 - Assignment 

Filter and shot the filter block based on title using redux?

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.

Senseforth Interview FAQs

How many rounds are there in Senseforth interview?
Senseforth interview process usually has 1-2 rounds. The most common rounds in the Senseforth interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Senseforth interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Senseforth. The most common topics and skills that interviewers at Senseforth expect are Natural Language Processing, Analytics, Big Data, Data Modeling and Data Processing.
What are the top questions asked in Senseforth interview?

Some of the top questions asked at the Senseforth 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.

People are getting interviews through

based on 2 Senseforth interviews
Recruitment Consultant
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Contus Interview Questions
4.5
 • 20 Interviews
yellow.ai Interview Questions
3.1
 • 17 Interviews
Jio Haptik Interview Questions
3.4
 • 12 Interviews
Engati Interview Questions
2.4
 • 10 Interviews
View all

Senseforth Reviews and Ratings

based on 13 reviews

3.5/5

Rating in categories

2.3

Skill development

2.9

Work-Life balance

2.9

Salary & Benefits

3.3

Job Security

3.2

Company culture

2.6

Promotions/Appraisal

2.7

Work Satisfaction

Explore 13 Reviews and Ratings
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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview