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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Concepts of Power BI
  • Ans. 

    Power BI is a business analytics service by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI is a cloud-based service that allows users to connect, analyze, and visualize data from a variety of sources

    • It offers a range of data visualization tools, including charts, graphs, and maps

    • Power BI also includes natural language processing capabilities, allowing users to ask que...

  • Answered by AI
  • Q2. Concepts of Data Warehousing.
  • Q3. SQL Questions. Functions in SQL, what are views, what are joins.
Round 2 - Technical 

(5 Questions)

  • Q1. What are bookmarks in Power BI.
  • Ans. 

    Bookmarks in Power BI are a way to save the current view of a report and return to it later.

    • Bookmarks capture the current state of visuals, filters, and slicers in a report.

    • They can be used to create custom navigation experiences for users.

    • Bookmarks can also be used to create interactive storytelling experiences.

    • They can be accessed and managed through the Bookmarks pane in Power BI Desktop.

    • Bookmarks can be exported an

  • Answered by AI
  • Q2. What is storage mode in Power BI.
  • Ans. 

    Storage mode in Power BI determines how data is stored and processed in memory.

    • There are two storage modes in Power BI: Import and DirectQuery.

    • Import mode loads data into Power BI's internal memory for faster processing.

    • DirectQuery mode connects to the data source in real-time and queries the data on demand.

    • Import mode is recommended for smaller datasets, while DirectQuery is better for larger datasets.

    • Choosing the rig...

  • Answered by AI
  • Q3. What is Calculate function in Power BI.
  • Ans. 

    Calculate function is used to create new calculated columns or measures in Power BI.

    • Allows users to create custom calculations based on existing data

    • Can be used to create new columns or measures

    • Syntax: CALCULATE(, )

    • Example: CALCULATE(SUM(Sales[Revenue]), FILTER(Sales, Sales[Year] = 2021))

  • Answered by AI
  • Q4. What are parameters in power bi.
  • Ans. 

    Parameters in Power BI are user-defined values that can be used to filter data in reports and dashboards.

    • Parameters allow users to interact with the report and customize the data they see.

    • They can be used to filter data, set default values, and control the behavior of visuals.

    • Parameters can be created for various data types, such as text, numbers, dates, and lists.

    • They can also be used in DAX expressions to create dyna...

  • Answered by AI
  • Q5. What are different roles in Power BI Service.
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join Saama

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep knowledge and skills of your domain. You'll sail the interview.

Skills evaluated in this interview

Senior Business Intelligence Consultant Interview Questions asked at other Companies

Q1. What are bookmarks in Power BI.
View answer (1)
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)
Saama Technologies Interview Questions and Answers for Freshers
illustration image

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

 (5)

 Software Developer

 (4)

 Senior Software Engineer

 (4)

 Senior Consultant

 (2)

 QA Engineer

 (2)

 Technical Lead

 (1)

 Associate Consultant

 (1)

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. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Get interview-ready with Top Saama Technologies Interview Questions

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)

Jobs at Saama Technologies

View all
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 (42)
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 Resume 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)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions

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 (203)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Given the task to complete page design.

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them together. Assume the stones have weights... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

SPARX IT Solutions

No Interviews

INTERVIEWS

1point1 Solutions

No Interviews

INTERVIEWS

1point1 Solutions

No Interviews

INTERVIEWS

1point1 Solutions

No Interviews

INTERVIEWS

Octal IT Solution

No Interviews

SALARIES

UPL

INTERVIEWS

Ranosys Technologies

No Interviews

INTERVIEWS

1point1 Solutions

No Interviews

INTERVIEWS

Saama Technologies

No Interviews

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 342 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 342 Reviews and Ratings
Reporting QA

Pune,

Chennai

+1

5-10 Yrs

₹ 15-25 LPA

Database Automation QA

Pune,

Chennai

+1

5-10 Yrs

Not Disclosed

Senior Frontend Developer

Pune,

Chennai

+1

5-7 Yrs

₹ 10-20 LPA

Explore more jobs
Senior Software Engineer
306 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer
289 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
181 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Consultant
134 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Data Engineer
117 salaries
unlock blur Lock Unlock

₹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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent