Premium Employer

i

This company page is being actively managed by SAKSHATH TECHNOLOGIES Team. If you also belong to the team, you can get access from here

SAKSHATH TECHNOLOGIES Verified Tick

Compare button icon Compare button icon Compare
2.8

based on 24 Reviews

Filter interviews by

SAKSHATH TECHNOLOGIES Data Engineer Interview Questions and Answers

Updated 4 Jul 2024

SAKSHATH TECHNOLOGIES Data Engineer Interview Experiences

1 interview found

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

Basic sql questions with insert update delete

Round 2 - Group Discussion 

Current affairs was asked.

Round 3 - Technical 

(2 Questions)

  • Q1. SQL JOINS left join right join inner join
  • Q2. Difference between Delete and truncate
  • Ans. 

    Delete removes specific rows from a table, while truncate removes all rows from a table.

    • Delete is a DML operation, while truncate is a DDL operation.

    • Delete operation can be rolled back, while truncate operation cannot be rolled back.

    • Delete operation is slower as it generates a transaction log, while truncate operation is faster.

    • Delete operation can have a WHERE clause to specify which rows to delete, while truncate ope...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is the salary expectation?

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is the full form of ETL?
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • ETL stands for Extract, Transform, Load

    • Extract: Involves extracting data from various sources such as databases, applications, and files

    • Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...

  • Answered by AI
  • Q2. ETL Full form is Exact, Transform, Load.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay persistent, network, actively, continuously upgrade your skills."
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy and moderate level question

Round 2 - Group Discussion 

Given a relevant topic and discussion on it

Round 3 - HR 

(2 Questions)

  • Q1. Introducd yourself
  • Q2. Why do you want to join us
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Forecasting problem - Predict daily sku level sales

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between bias and variance
  • Ans. 

    Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

    • Bias is the error introduced by approximating a real-world problem, leading to underfitting.

    • Variance is the error introduced by modeling the noise in the training data, leading to overfitting.

    • High bias can cause a model to miss relevant relationships between features and target variable.

    • High variance can cause a model to ...

  • Answered by AI
  • Q2. Parametric vs non parametruc model
  • Ans. 

    Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.

    • Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.

    • Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.

    • Examples of parametric models inc...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

    A constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • Constructors are called when an object of a class is created.

    • Example: public class Car { public Car() { // constructor code } }

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Couple of MCQ, Two Coding Questions. One medium, One hard.

Interview Preparation Tips

Interview preparation tips for other job seekers - Managed to complete the first question, failed to solve the second. Got selected for the next round regardless.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Python question was there and it was average level not tough

Round 2 - Coding Test 

Simple coding questions which was good to go

Round 3 - Technical 

(1 Question)

  • Q1. General ops concepts
Round 4 - Technical 

(1 Question)

  • Q1. Coding with technical questions
Round 5 - HR 

(1 Question)

  • Q1. General questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 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 - Technical 

(3 Questions)

  • Q1. Related to Linux and Networking
  • Q2. Services Samba FTP, Maintenance Mode
  • Q3. Troubleshooting of Network
  • Ans. 

    Troubleshooting network involves identifying and resolving issues related to network connectivity and performance.

    • Start by identifying the symptoms of the problem

    • Check network cables and connections

    • Verify network settings and configurations

    • Use network diagnostic tools to identify and isolate the problem

    • Resolve the issue by applying appropriate fixes

    • Test the network to ensure the problem is resolved

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Qts related to Bootprocess AWS etc
  • Q2. Port Forwarding of services

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for Linux role, brush up all the basic concepts of Linux and Networking.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

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 - Aptitude Test 

This is the round in which basic quant questions were asked

Round 3 - Coding Test 

In this round basic 2 java questions were asked

Round 4 - Group Discussion 

In this round one topic was given and we need to discuss about that topic

Round 5 - Technical 

(2 Questions)

  • Q1. What is java explain in detail
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent, meaning it can run on any platform with a Java Virtual Machine (JVM)

    • It is known for its security features, such as the ability to run code in a sandbox environment

    • Java is used for developing a wide range of applications, from web applications to mobile apps and games

    • It is also used...

  • Answered by AI
  • Q2. What is searching and sorting
  • Ans. 

    Searching is finding a specific item in a collection of items. Sorting is arranging items in a specific order.

    • Searching involves looking for a specific item in a collection of items.

    • Sorting involves arranging items in a specific order, such as alphabetical or numerical.

    • Searching and sorting are commonly used in computer science and data analysis.

    • Examples of searching algorithms include linear search and binary search.

    • E...

  • Answered by AI
Round 6 - Technical 

(1 Question)

  • Q1. What is binary tree explain
  • Ans. 

    A binary tree is a data structure consisting of nodes, where each node has at most two children.

    • Nodes in a binary tree have a left and/or right child node.

    • The topmost node is called the root node.

    • Binary trees are used in search algorithms and data compression.

    • Examples of binary trees include binary search trees and heap trees.

  • Answered by AI
Round 7 - HR 

(2 Questions)

  • Q1. What is your current location
  • Q2. What is your salary expectations

Interview Preparation Tips

Topics to prepare for Webdew System Engineer interview:
  • Java
  • API
Interview preparation tips for other job seekers - this interview round was very good , nothing was hectic everything was very quick

Skills evaluated in this interview

SAKSHATH TECHNOLOGIES Interview FAQs

How many rounds are there in SAKSHATH TECHNOLOGIES Data Engineer interview?
SAKSHATH TECHNOLOGIES interview process usually has 4 rounds. The most common rounds in the SAKSHATH TECHNOLOGIES interview process are Aptitude Test, Group Discussion and Technical.
How to prepare for SAKSHATH 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 SAKSHATH TECHNOLOGIES. The most common topics and skills that interviewers at SAKSHATH TECHNOLOGIES expect are Application Development, Data Analysis, Database, Interpersonal Skills and Monitoring.
What are the top questions asked in SAKSHATH TECHNOLOGIES Data Engineer interview?

Some of the top questions asked at the SAKSHATH TECHNOLOGIES Data Engineer interview -

  1. Difference between Delete and trunc...read more
  2. SQL JOINS left join right join inner j...read more

Tell us how to improve this page.

Join SAKSHATH TECHNOLOGIES We Are The ERP Specialists
SAKSHATH TECHNOLOGIES Data Engineer Salary
based on 6 salaries
₹6 L/yr - ₹10 L/yr
20% less than the average Data Engineer Salary in India
View more details

SAKSHATH TECHNOLOGIES Data Engineer Reviews and Ratings

based on 2 reviews

2.4/5

Rating in categories

1.7

Skill development

3.1

Work-Life balance

2.0

Salary & Benefits

2.4

Job Security

3.1

Company culture

1.7

Promotions/Appraisal

2.4

Work Satisfaction

Explore 2 Reviews and Ratings
Java Developer
7 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Power BI Developer
6 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Junior Software Developer
6 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

BI Developer
6 salaries
unlock blur

₹4.1 L/yr - ₹6 L/yr

Data Engineer
6 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Explore more salaries
Compare SAKSHATH TECHNOLOGIES with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview