Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Saama Technologies Team. If you also belong to the team, you can get access from here

Saama Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Saama Technologies Associate Product Manager Interview Questions and Answers

Updated 11 Oct 2023

Saama Technologies Associate Product Manager Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
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 

(4 Questions)

  • Q1. Work experience
  • Q2. Provide brief work experience
  • Q3. Worked on LSH & data mapping
  • Q4. Provide relevant experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Company does not have many projects do a research before applying

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

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

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 4 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 - Aptitude Test 

Reasoning and aptitude questions are given

Round 3 - HR 

(2 Questions)

  • Q1. Tell all concepts of Overloading
  • Ans. 

    Overloading is a concept in programming where multiple functions can have the same name but different parameters.

    • Functions with the same name but different parameters can be defined in a class

    • Overloading allows for flexibility in function usage

    • Example: void print(int num) and void print(string text) are overloaded functions

  • Answered by AI
  • Q2. Tell me about a live example of inheritance
  • Ans. 

    Inheritance in software development allows a class to inherit properties and behaviors from another class.

    • Inheritance allows a subclass to reuse code from a superclass

    • Subclass can also add new functionalities or override existing ones

    • Example: Animal class can be a superclass with properties like name and age, while Dog class can inherit from Animal and add a method bark()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell about the your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all basic concepts of oops, practice all the concepts
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 - Technical 

(3 Questions)

  • Q1. 30min technical round
  • Q2. Project manager round
  • Q3. HR round for salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is going good . They informed status day after
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is CSS Sprite
  • Ans. 

    CSS Sprite is a technique used to combine multiple images into a single image to reduce the number of server requests.

    • CSS Sprite helps in reducing loading time by reducing the number of HTTP requests.

    • It involves combining multiple images into one larger image and then using CSS to display only the portion of the image needed.

    • This technique is commonly used for icons, buttons, and other small images on websites.

    • By using...

  • Answered by AI
  • Q2. Object Oriented Programming

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Logical reasoning, pseudo codes, mathematical equations

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPS in java
  • Ans. 

    OOPS in Java stands for Object-Oriented Programming System, which is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that interact with each other to solve a problem

    • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction

    • Java supports OOPS principles through classes and objects

  • Answered by AI
  • Q2. Data Structure, Basic SQL queries
  • Q3. Define abstract method and abstract class
  • Ans. 

    Abstract method is a method without implementation in abstract class which cannot be instantiated. Abstract class is a class with abstract methods.

    • Abstract method is declared in abstract class without implementation

    • Abstract class cannot be instantiated, only used as a base for other classes

    • Abstract class can have both abstract and non-abstract methods

    • Example: abstract class Animal { abstract void makeSound(); }

    • Example:

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I have successfully completed multiple projects using various programming languages and technologies.

    • I am a quick learner and always eager to expand my knowledge and skills in the field.

  • Answered by AI
  • Q2. What challenges your faced in life?
  • Ans. 

    I have faced challenges in balancing work and personal life, overcoming imposter syndrome, and adapting to new technologies.

    • Balancing work and personal life: Juggling deadlines at work while making time for family and friends.

    • Overcoming imposter syndrome: Feeling like I don't belong in the tech industry and constantly doubting my abilities.

    • Adapting to new technologies: Learning new programming languages and tools to st

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn everything from Coding, OOPs , data structure, sql queries, etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Read apti books available in the market

Round 3 - Technical 

(2 Questions)

  • Q1. All Java related questions
  • Q2. Idea about AI and general HR questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. C# question ,asp.net question
  • Q2. Sql server question

I applied via Approached by Company and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell about yourself and your biodata
  • Q2. I have explained myself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself and keep ready for interview

Saama Technologies Interview FAQs

How many rounds are there in Saama Technologies Associate Product Manager interview?
Saama Technologies interview process usually has 2 rounds. The most common rounds in the Saama Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Saama Technologies Associate Product Manager interview?

Some of the top questions asked at the Saama Technologies Associate Product Manager interview -

  1. Worked on LSH & data mapp...read more
  2. provide relevant experie...read more

Tell us how to improve this page.

Saama Technologies Associate Product Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
Ciklum Interview Questions
3.5
 • 19 Interviews
View all
Saama Technologies Associate Product Manager Salary
based on 6 salaries
₹8 L/yr - ₹22 L/yr
At par with the average Associate Product Manager Salary in India
View more details

Saama Technologies Associate Product Manager Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

2.0

Salary

4.0

Job security

4.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
308 salaries
unlock blur

₹7.4 L/yr - ₹30 L/yr

Software Engineer
296 salaries
unlock blur

₹4.4 L/yr - ₹16.7 L/yr

Associate Software Engineer
181 salaries
unlock blur

₹3.2 L/yr - ₹8 L/yr

Consultant
134 salaries
unlock blur

₹4.2 L/yr - ₹18 L/yr

Data Engineer
124 salaries
unlock blur

₹5 L/yr - ₹22.1 L/yr

Explore more salaries
Compare Saama Technologies with

DISYS

3.0
Compare

Data-Core Systems

3.2
Compare

Arvato

3.5
Compare

Xchanging

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