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 LTIMindtree
Q5. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... 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:
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. 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:
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 

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

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

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

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 116 salaries
₹4.5 L/yr - ₹19.9 L/yr
7% 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
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