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 8 Feb 2025

Top Saama Technologies Interview Questions and Answers

View all 22 questions

Saama Technologies Interview Experiences

Popular Designations

51 interviews found

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions related sql , power bi project details , dax functions (1-2 scenerios)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good sql concepts along with your power bi skills

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)

Consultant Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2021

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Drill Down,Drill through
  • Q2. Dax functions like date add,date diff,time Intelligence
  • Q3. Import direct query

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very nice.If u are confident u can easily crack the interview

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2022

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

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Interview based on your programming language , how good you know like java or python or scala
  • Q2. Big data & Data science interview question like working of spark , Hive optimization of queries , what is graphx
  • Q3. Explain your recent project in detail
Round 2 - Technical 

(2 Questions)

  • Q1. More deep dive in your expertise technologies like Spark DAG working explain
  • Q2. How you do data validation in hive
  • Ans. 

    Data validation in Hive involves using built-in functions and custom scripts to ensure data accuracy and consistency.

    • Use built-in functions like IS NULL, IS NOT NULL, and COALESCE to check for missing or null values

    • Use regular expressions and pattern matching to validate data formats

    • Write custom scripts to perform more complex data validation tasks

    • Perform data profiling to identify potential data quality issues

    • Use data...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary , why changing job etc..
  • Q2. Your complete background of career

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume things strong for interview tthats it.

Skills evaluated in this interview

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Saama Technologies interview questions for popular designations

 Software Engineer

 (7)

 Data Engineer

 (5)

 Software Developer

 (4)

 Senior Software Engineer

 (4)

 Senior Consultant

 (2)

 QA Engineer

 (2)

 Technical Lead

 (1)

 Associate Consultant

 (1)

Test Lead Interview Questions & Answers

user image Anonymous

posted on 5 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. Data warehouse concepts, Scd with examples, Sql Queries

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)

Get interview-ready with Top Saama Technologies Interview Questions

Software Engineer Interview Questions & Answers

user image Prashant Kumar

posted on 15 Jul 2022

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Jobs at Saama Technologies

View all

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 22 May 2021

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

Interview Questionnaire 

1 Question

  • Q1. SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - More prepare on sql questions

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

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 (42)

I applied via Recruitment Consulltant and was interviewed before Feb 2021. 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 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Ans. 

    My family background is diverse and has influenced my values and work ethic.

    • My parents are both accountants and have instilled in me a strong sense of financial responsibility.

    • I come from a multicultural family, which has taught me to appreciate different perspectives and adaptability.

    • Growing up, I witnessed my grandparents successfully running their own businesses, which inspired my interest in accounting.

    • My siblings ...

  • Answered by AI
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong background in accounting and a proven track record of delivering accurate and timely financial information.

    • I have a Bachelor's degree in Accounting and I am a Certified Public Accountant (CPA).

    • I have 5 years of experience working as an accountant in a reputable firm.

    • I am highly skilled in financial analysis, budgeting, and forecasting.

    • I have a keen attention to detail and a strong ability to identify an...

  • Answered by AI
  • Q3. How can you handle ur mood swings?
  • Ans. 

    I handle my mood swings by practicing self-care and stress management techniques.

    • I prioritize self-care activities such as exercise, meditation, and hobbies.

    • I practice stress management techniques like deep breathing and positive self-talk.

    • I seek support from friends, family, or a therapist when needed.

    • I maintain a healthy work-life balance to prevent excessive stress.

    • I try to identify triggers and develop coping strat

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't down ur self, love ur self, learn new things, share it with others... Apply for jobs u interested to do , then only u can perform well..

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (25)

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, Data Warehousing and Javascript.
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 37 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
View all

Saama Technologies Reviews and Ratings

based on 340 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.1

Promotions

3.4

Work satisfaction

Explore 340 Reviews and Ratings
Gcp Data Engineer

Chennai,

Coimbatore

4-8 Yrs

Not Disclosed

DATA MANAGER

Pune,

Chennai

+1

10-15 Yrs

Not Disclosed

Alert!!! Walk In drive- Saama

Pune,

Chennai

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
304 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
291 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
183 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
116 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Saama Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

LTIMindtree

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