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

Filter interviews by

SAKSHATH TECHNOLOGIES Interview Questions and Answers

Updated 24 Jul 2024

SAKSHATH TECHNOLOGIES Interview Experiences

Popular Designations

3 interviews 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?
  • Ans. 

    Salary expectation is negotiable based on the job responsibilities, location, and industry standards.

    • Salary expectations can vary based on factors such as job responsibilities, location, industry, and level of experience.

    • It is important to research the average salary range for Data Engineers in the specific location and industry.

    • Consider discussing benefits, bonuses, and opportunities for growth in addition to base sal...

  • Answered by AI

Skills evaluated in this interview

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql joins ddl dcl dml commands
  • Q2. Row level security data nodelling

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy just have concept clearity

Power BI Developer Interview Questions asked at other Companies

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

I applied via Naukri.com and was interviewed in Jul 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. Manual Testing basic questions Scrum ceremony questions Selenium frame work explaination
Round 3 - Client Interview 

(1 Question)

  • Q1. Api testing Scrum ceremony discussion
Round 4 - HR 

(1 Question)

  • Q1. HR related questions Flexibility

Interview Preparation Tips

Interview preparation tips for other job seekers - All together it was really good working with sakshath technologies.

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)

Jobs at SAKSHATH TECHNOLOGIES

View all

Interview questions from similar companies

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

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. All basic HR questions and salary discussion.

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. SDLC Model

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.

SAKSHATH TECHNOLOGIES Interview FAQs

How many rounds are there in SAKSHATH TECHNOLOGIES interview?
SAKSHATH TECHNOLOGIES interview process usually has 3 rounds. The most common rounds in the SAKSHATH TECHNOLOGIES interview process are Technical, HR and Resume Shortlist.
How to prepare for SAKSHATH 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 SAKSHATH TECHNOLOGIES. The most common topics and skills that interviewers at SAKSHATH TECHNOLOGIES expect are Python, SQL, Monitoring, Interpersonal Skills and Excel.
What are the top questions asked in SAKSHATH TECHNOLOGIES interview?

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

  1. Difference between Delete and trunc...read more
  2. Manual Testing basic questions Scrum ceremony questions Selenium frame work exp...read more
  3. SQL JOINS left join right join inner j...read more

Tell us how to improve this page.

SAKSHATH TECHNOLOGIES Interview Process

based on 6 interviews

Interview experience

3.5
  
Good
View more
Join SAKSHATH TECHNOLOGIES We Are The ERP Specialists

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

SAKSHATH TECHNOLOGIES Reviews and Ratings

based on 32 reviews

2.7/5

Rating in categories

2.6

Skill development

3.0

Work-life balance

2.8

Salary

2.3

Job security

3.0

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 32 Reviews and Ratings
Odoo Technical Consultant

Bangalore / Bengaluru

3-10 Yrs

Not Disclosed

Senior Talend Resource Professional

Mumbai

5-10 Yrs

Not Disclosed

Marketing Junior Executive

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Explore more jobs
Data Engineer
8 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Java Developer
7 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Power BI Developer
7 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

BI Developer
6 salaries
unlock blur

₹4.1 L/yr - ₹6 L/yr

Software Developer
5 salaries
unlock blur

₹2.5 L/yr - ₹3.2 L/yr

Explore more salaries
Compare SAKSHATH TECHNOLOGIES with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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