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 Interview Questions, Process, and Tips

Updated 9 Apr 2025

Top Saama Technologies Interview Questions and Answers

View all 22 questions

Saama Technologies Interview Experiences

Popular Designations

53 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2022

I applied via Naukri.com and was interviewed in Nov 2022. 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 - Technical 

(1 Question)

  • Q1. Join two tables in pyspark code and dataframe
  • Ans. 

    Join two tables in PySpark code and DataFrame

    • Create two DataFrames from the tables

    • Specify the join condition using join() function

    • Select the columns to be displayed using select() function

    • Use show() function to display the result

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is the best place you visisted in pune
Round 4 - HR 

(1 Question)

  • Q1. How much salary you are expectin herein the saama technoligies

Interview Preparation Tips

Interview preparation tips for other job seekers - good luck,try hard ,you can get it,dont panic in between the intervie ,stay focused.

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. React Hooks and Project experience
Round 2 - Technical 

(2 Questions)

  • Q1. Performance Optimization Techniques
  • Ans. 

    Performance optimization techniques for React JS frontend development

    • Use React.memo for optimizing functional components

    • Avoid unnecessary re-renders by using shouldComponentUpdate or PureComponent for class components

    • Implement code splitting to reduce initial load time

    • Use lazy loading for components that are not immediately needed

    • Optimize images and assets for faster loading times

    • Minimize the use of inline styles and u...

  • Answered by AI
  • Q2. Lazy Loading and other ques related to that
Round 3 - HR 

(1 Question)

  • Q1. General HR Interview

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

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 Jul 2024. There were 2 interview rounds.

Round 1 - Case Study 

On hiring the right candidate for the role on the basis of skillsets required

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction to HR Policies
  • Ans. 

    HR policies are guidelines and procedures implemented by an organization to manage its employees and ensure compliance with laws and regulations.

    • HR policies outline expectations for employee behavior and performance.

    • They cover areas such as recruitment, training, compensation, benefits, and disciplinary actions.

    • Examples include a code of conduct, anti-discrimination policies, and leave policies.

    • HR policies help create ...

  • Answered by AI
  • Q2. Importance of HR & Policies
  • Ans. 

    HR is crucial for creating and implementing policies that ensure fair treatment of employees and compliance with laws.

    • HR ensures compliance with labor laws and regulations

    • HR policies help create a fair and inclusive work environment

    • HR handles employee relations and conflict resolution

    • HR plays a key role in recruitment, training, and performance management

  • Answered by AI

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

QA Engineer Interview Questions & Answers

user image Nachiket Pawar

posted on 18 Dec 2024

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

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

Round 1 - Assignment 

Sql question more and related to database

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Saama Technologies interview questions for popular designations

 Software Engineer

 (7)

 Data Engineer

 (6)

 Software Developer

 (4)

 Senior Software Engineer

 (4)

 Senior Consultant

 (2)

 QA Engineer

 (2)

 Technical Lead

 (1)

 Associate Consultant

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Java, springboot, microservices
  • Q2. Basic coding using java 8

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Get interview-ready with Top Saama Technologies Interview Questions

Data Engineer Interview Questions & Answers

user image Gautamee Jakinkar

posted on 29 May 2024

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

It was a written test where theoretical SQL questions were asked like primary key, foreign key, set operators and some queries

Round 2 - Technical 

(1 Question)

  • Q1. All SQL Concepts like Join, normalization, trigger, stored procedure, keys, drop truncate del difference, where having difference, Aggregate scaler window functions, fetch duplicate records query, acid pro...

Interview Preparation Tips

Topics to prepare for Saama Technologies Data Engineer interview:
  • SQL
  • Python
  • Pyspark
Interview preparation tips for other job seekers - Clear your concepts deeply with examples sothat you can able to explain it..

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

Jobs at Saama Technologies

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

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Assignment 

All typing assignment

Round 2 - Group Discussion 

Group discussion is very important

Round 3 - Coding Test 

Coding test is very important

Interview Preparation Tips

Topics to prepare for Saama Technologies Microsoft Office Trainer interview:
  • MS Office
  • Excel
  • Powerpoint
Interview preparation tips for other job seekers - Yes

Microsoft Office Trainer Interview Questions asked at other Companies

Q1. What is an Internet of Things (IoT) device?
View answer (1)

Software Developer Interview Questions & Answers

user image mallikarjuna kukatikonda

posted on 19 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Mar 2025

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Basic MYSQL queries and questions
  • Q2. Python core questions

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. 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 

(3 Questions)

  • Q1. Asked json web tokean authentication, authorisation. architecture of your project.
  • Q2. Coding question- create crud app. Given array of objects. Render list in table. Do edit, delete, sort list on object property.
  • Ans. 

    Create a CRUD app to render, edit, delete, and sort a list of objects in a table.

    • Create a React component to render a table with data from the array of objects.

    • Implement functions for editing and deleting objects from the list.

    • Add functionality to sort the list based on object properties.

    • Use state and props to manage data and re-render the table when changes occur.

  • Answered by AI
  • Q3. Difference bw rem, em, px. React hooks- useEffect, life cycle methods. use cases of hooks.
  • Ans. 

    rem, em, px are units of measurement in CSS. React hooks like useEffect replace lifecycle methods for side effects.

    • rem: relative to the font-size of the root element (html). Example: 1rem = 16px

    • em: relative to the font-size of the element. Example: 2em = 32px if font-size is 16px

    • px: fixed-size units. Example: font-size: 16px

    • useEffect: replaces componentDidMount, componentDidUpdate, and componentWillUnmount in class com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do hands on coding round good.

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)

Saama Technologies Interview FAQs

How many rounds are there in Saama Technologies interview?
Saama Technologies interview process usually has 2-3 rounds. The most common rounds in the Saama Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Saama Technologies 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 Saama Technologies. The most common topics and skills that interviewers at Saama Technologies expect are SQL, Python, AWS, Javascript and Data Warehousing.
What are the top questions asked in Saama Technologies interview?

Some of the top questions asked at the Saama Technologies interview -

  1. Tell us about your current project? What are the types of match rule? What is t...read more
  2. coding question- create crud app. Given array of objects. Render list in table....read more
  3. What are bookmarks in Power ...read more
How long is the Saama Technologies interview process?

The duration of Saama Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Saama Technologies Interview Process

based on 40 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.0
 • 29 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.4
 • 19 Interviews
View all

Saama Technologies Reviews and Ratings

based on 354 reviews

3.7/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.5

Salary

3.4

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 354 Reviews and Ratings
Senior Consultant, Sales

Pune

5-10 Yrs

Not Disclosed

BI Tester with Automation

Pune,

Chennai

+1

5-10 Yrs

Not Disclosed

SRE Engineer

Pune,

Chennai

+1

4-9 Yrs

₹ 8.5-18.5 LPA

Explore more jobs
Senior Software Engineer
306 salaries
unlock blur

₹7.3 L/yr - ₹30 L/yr

Software Engineer
297 salaries
unlock blur

₹4.3 L/yr - ₹16.7 L/yr

Associate Software Engineer
187 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Consultant
134 salaries
unlock blur

₹4.2 L/yr - ₹18 L/yr

Data Engineer
123 salaries
unlock blur

₹5 L/yr - ₹19.9 L/yr

Explore more salaries
Compare Saama Technologies with

DISYS

3.0
Compare

Data-Core Systems

3.1
Compare

Arvato

3.5
Compare

Xchanging

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