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 Data Engineer Interview Questions and Answers

Updated 29 May 2024

Saama Technologies Data Engineer Interview Experiences

5 interviews found

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 & Answers

user image Anonymous

posted on 22 Sep 2023

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

(1 Question)

  • Q1. Related to data warehouse
Round 2 - Technical 

(1 Question)

  • Q1. Python, data warehouse, data modelling

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions about the tech skills you have
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion .

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to have pharma domain knowledge. .

Saama Technologies interview questions for designations

 Data Analyst

 (1)

 Software Engineer

 (7)

 QA Engineer

 (2)

 Test Engineer

 (1)

 Senior Software Engineer

 (4)

 Senior Automation Test Engineer

 (1)

 Production Engineer

 (1)

 Technical Support Engineer

 (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2023

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

I applied via Referral and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

2 hr duration test it was. It had the topics like reasoning, number system. Technical section was also there which has sql questions

Round 3 - Technical 

(11 Questions)

  • Q1. Based on my final year project. Some questions based the programming language I added in my resume and other questions asked on sql queries on joins, union, union all difference.
  • Q2. Then HR round was there in which asked some behavioral questions and tested some decision making skills
  • Q3. Tell me about your final year project is a common question that every interviewer ask for fresher
  • Q4. What is inheritance and type of inheritance? if you mentioned c or Java as your skill
  • Q5. Tell me about yourself?
  • Q6. What are your hobbies?
  • Q7. What is your salary expectation.
  • Q8. Are you willing to relocate?
  • Q9. Are you ready to sign agreement if there is any?
  • Q10. Tell me about your family background
  • Q11. Is there any for future studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in whatever you are delivering.
Do not read or practice before 10 mins of your interview.
Practice and research all the possible questions and scenarios before going to an interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 3rd largest salary from each department(window function)

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL is Imp

Data Engineer Interview Questions & Answers

DISYS user image Srinivasa moorthy

posted on 29 Feb 2024

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

(1 Question)

  • Q1. Explain process in adf
  • Ans. 

    ADF stands for Azure Data Factory, a cloud-based data integration service that allows you to create, schedule, and manage data pipelines.

    • ADF allows you to create data-driven workflows for orchestrating and automating data movement and data transformation.

    • You can use ADF to ingest data from various sources, process and transform the data, and then publish the data to different destinations.

    • ADF supports a wide range of d...

  • Answered by AI

Skills evaluated in this interview

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 

(5 Questions)

  • Q1. Tell us about yourself?
  • Q2. What are joins in sql?
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables in a single query

    • Common types of joins include inner join, left join, right join, and full outer join

    • Join conditions are specified using the ON keyword and a related column in each table

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q3. Have you done any SQL projects?
  • Ans. 

    Yes, I have worked on several SQL projects.

    • Developed a database for a retail company to manage inventory and sales data using SQL Server

    • Created complex queries to extract data from multiple tables for a financial services firm

    • Optimized database performance by indexing and partitioning tables for a healthcare organization

  • Answered by AI
  • Q4. How will you remove duplicates in SQL?
  • Ans. 

    Duplicates can be removed in SQL using DISTINCT keyword or GROUP BY clause.

    • Use DISTINCT keyword to select unique values from a single column.

    • Use GROUP BY clause to group rows with same values and select unique values from multiple columns.

    • Use HAVING clause to filter out groups with count greater than 1.

    • Use INNER JOIN to join tables and select unique values from multiple tables.

    • Use ROW_NUMBER() function to assign a uniq...

  • Answered by AI
  • Q5. Are you a team player or an individual contributor?
Round 3 - HR 

(1 Question)

  • Q1. Would you be comfortable working from Bangalore office?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on SQL and data handling techniques. They give equal importance to behavioural questions as well.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Assignment 

Basic self quotation

Round 2 - Case Study 

Song analysis and depiction

Round 3 - HR 

(1 Question)

  • Q1. Tell about your self
Round 4 - One-on-one 

(4 Questions)

  • Q1. Tell about yourself
  • Q2. What is your collage story
  • Q3. Family backgrond
  • Q4. Tell your love story
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about C# language features
  • Q2. Azure functions and other services
Round 2 - Technical 

(2 Questions)

  • Q1. DevOps concepts
  • Q2. Angular basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concepts of programming should be clear to interview experience

Saama Technologies Interview FAQs

How many rounds are there in Saama Technologies Data Engineer interview?
Saama Technologies interview process usually has 3 rounds. The most common rounds in the Saama Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Saama Technologies Data Engineer 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, AWS, Python, Troubleshooting and Analytics.
What are the top questions asked in Saama Technologies Data Engineer interview?

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

  1. join two tables in pyspark code and datafr...read more
  2. All SQL Concepts like Join, normalization, trigger, stored procedure, keys, dro...read more
  3. Based on my final year project. Some questions based the programming language I...read more

Tell us how to improve this page.

Saama Technologies Data Engineer Interview Process

based on 4 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Technical Round - 1
  • Technical Round - 2
View more
Saama Technologies Data Engineer Salary
based on 118 salaries
₹5 L/yr - ₹19.7 L/yr
10% more than the average Data Engineer Salary in India
View more details

Saama Technologies Data Engineer Reviews and Ratings

based on 7 reviews

3.8/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

4.0

Salary

3.5

Job security

3.8

Company culture

3.7

Promotions

3.1

Work satisfaction

Explore 7 Reviews and Ratings
Data Engineer

Pune

2-5 Yrs

₹ 7.24-15 LPA

Explore more jobs
Senior Software Engineer
304 salaries
unlock blur

₹8.3 L/yr - ₹30 L/yr

Software Engineer
287 salaries
unlock blur

₹4.5 L/yr - ₹16.7 L/yr

Associate Software Engineer
183 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Consultant
134 salaries
unlock blur

₹4.2 L/yr - ₹18 L/yr

Data Engineer
118 salaries
unlock blur

₹5 L/yr - ₹19.7 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