Upload Button Icon Add office photos
Engaged Employer

i

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

Saksoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Saksoft Interview Questions and Answers

Updated 1 Jul 2025
Popular Designations

23 Interview questions

A Senior Project Manager was asked 1mo ago
Q. Can you explain the project management life cycle and its associated processes?
Ans. 

The project management life cycle consists of five phases: initiation, planning, execution, monitoring, and closure.

  • Initiation: Define the project scope and objectives. Example: Creating a project charter.

  • Planning: Develop a detailed project plan, including timelines and resources. Example: Creating a Gantt chart.

  • Execution: Implement the project plan and manage teams. Example: Conducting team meetings to track pro...

View all Senior Project Manager interview questions
A Senior Project Manager was asked 1mo ago
Q. How can large teams be effectively managed across various platforms to ensure the completion of daily tasks?
Ans. 

Effective management of large teams across platforms requires clear communication, defined roles, and robust tools for collaboration.

  • Establish clear communication channels: Use tools like Slack or Microsoft Teams for real-time updates and discussions.

  • Define roles and responsibilities: Create a RACI matrix to clarify who is responsible, accountable, consulted, and informed for each task.

  • Utilize project management s...

View all Senior Project Manager interview questions
An Accounts Payable was asked 1mo ago
Q. How do duplicate payments occur?
Ans. 

Duplicate payments can occur due to various reasons, including system errors and manual oversight.

  • Manual entry errors: Entering the same invoice twice due to oversight.

  • System glitches: Software bugs that cause invoices to be processed multiple times.

  • Vendor resubmissions: Vendors resending invoices for payment without realizing they were already paid.

  • Lack of invoice tracking: Not having a robust system to track pai...

View all Accounts Payable interview questions
An Accounts Payable was asked 1mo ago
Q. Explain SAP T-Codes.
Ans. 

SAP T Codes are transaction codes used to access specific functions in the SAP system quickly.

  • T Codes are shortcuts to access various SAP modules and functions.

  • For example, 'FB60' is used for entering vendor invoices.

  • Another example is 'ME21N' for creating purchase orders.

  • T Codes streamline processes, saving time for users.

  • They are essential for navigating the SAP interface efficiently.

View all Accounts Payable interview questions
A Senior Consultant was asked 6mo ago
Q. What is the role of SQL Profiler?
Ans. 

SQL Profiler is a tool used to monitor and capture SQL Server events and performance data.

  • SQL Profiler helps in identifying and troubleshooting performance issues in SQL Server.

  • It captures events like queries, stored procedures, errors, and more.

  • Allows users to analyze the captured data to optimize database performance.

  • Can be used to trace and monitor specific activities in real-time.

  • Helps in identifying slow quer...

View all Senior Consultant interview questions
A Senior Consultant was asked 6mo ago
Q. How do you approach performance tuning in SQL stored procedures?
Ans. 

Performance tuning in SQL store procedures involves optimizing the code to improve execution speed and efficiency.

  • Identify and eliminate unnecessary code

  • Use appropriate indexing to speed up data retrieval

  • Avoid using cursors and loops whenever possible

  • Optimize query execution plan

  • Consider using stored procedures for frequently executed queries

View all Senior Consultant interview questions
A Software Developer was asked
Q. How does a hashmap work?
Ans. 

Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

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

  • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

  • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 1); int value = map.get("key");

View all Software Developer interview questions
Are these interview questions helpful?
A Software Developer was asked
Q. What is the difference between String and StringBuffer?
Ans. 

String is immutable, while StringBuffer is mutable in Java.

  • String is immutable, meaning once created, it cannot be changed. StringBuffer is mutable and can be modified.

  • StringBuffer is synchronized, making it thread-safe. String is not synchronized.

  • StringBuffer is more efficient for concatenating multiple strings due to its mutable nature.

  • Example: String str = "Hello"; StringBuffer sb = new StringBuffer("Hello");

View all Software Developer interview questions
A Business Analyst was asked
Q. What is your understanding of agile processes?
Ans. 

Agile processes emphasize flexibility, collaboration, and customer feedback in project management.

  • Iterative Development: Agile uses short cycles (sprints) to develop features incrementally. For example, a software team might release a new feature every two weeks.

  • Customer Collaboration: Agile encourages regular feedback from stakeholders. For instance, during sprint reviews, clients can suggest changes before the n...

View all Business Analyst interview questions
A Senior Engineer was asked
Q. What is the difference between an abstract class and an interface?
Ans. 

Abstract class is a class that can have both abstract and non-abstract methods, while interface only has abstract methods.

  • Abstract class can have constructors, while interface cannot

  • A class can implement multiple interfaces, but can only inherit from one abstract class

  • Abstract class can have instance variables, while interface cannot

  • Abstract class is used when there is a need for a common base class for multiple r...

View all Senior Engineer interview questions

Saksoft Interview Experiences

39 interviews found

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

(2 Questions)

  • Q1. Language rounds
  • Q2. Language rounds
Round 2 - One-on-one 

(2 Questions)

  • Q1. Language skills
  • Q2. Language skills
Round 3 - One-on-one 

(2 Questions)

  • Q1. Language skills
  • Q2. Language skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Please refrain from applying to this company, as it has numerous issues. Being unemployed is preferable to enduring such a toxic environment; my contract was terminated against my will despite my timely efforts to address the harmful behavior and toxicity present in the client’s workplace.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL and Linux related questions
  • Q2. Product to which being hired questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through SQL, LINUX and other important topics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Explore Indian VAT and Europe VAT
  • Ans. 

    Indian VAT and European VAT are both consumption taxes but differ in structure and implementation.

    • VAT in India is a state-level tax, while in Europe, it is harmonized across member states.

    • India implemented VAT in 2005, replacing sales tax; Europe has had VAT since the 1960s.

    • In India, VAT rates vary by state and product; in Europe, rates are set by individual countries but must meet EU minimums.

    • Example: In India, essent...

  • Answered by AI
  • Q2. How do you get duplicate payments?
  • Ans. 

    Duplicate payments can occur due to various reasons, including system errors and manual oversight.

    • Manual entry errors: Entering the same invoice twice due to oversight.

    • System glitches: Software bugs that cause invoices to be processed multiple times.

    • Vendor resubmissions: Vendors resending invoices for payment without realizing they were already paid.

    • Lack of invoice tracking: Not having a robust system to track paid inv...

  • Answered by AI
  • Q3. Explain SAP T Codes
  • Ans. 

    SAP T Codes are transaction codes used to access specific functions in the SAP system quickly.

    • T Codes are shortcuts to access various SAP modules and functions.

    • For example, 'FB60' is used for entering vendor invoices.

    • Another example is 'ME21N' for creating purchase orders.

    • T Codes streamline processes, saving time for users.

    • They are essential for navigating the SAP interface efficiently.

  • Answered by AI

Java Developer Interview Questions & Answers

user image dhiraj srivastav

posted on 2 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. JAVA 8 features
  • Q2. Optional Classes inJAVA 8
  • Ans. 

    Optional class in Java 8 is used to represent a value that may or may not be present.

    • Optional class helps to avoid NullPointerException by explicitly handling null values.

    • It provides methods like isPresent(), ifPresent(), orElse() to work with optional values.

    • Example: Optional<String> optionalString = Optional.ofNullable("Hello");

  • Answered by AI
  • Q3. Stream API and its working
  • Ans. 

    Stream API in Java provides a way to process collections of objects in a functional style.

    • Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.

    • Streams can be created from various data sources like collections, arrays, or even I/O channels.

    • Stream operations can be either intermediate (like filter or map) or terminal (like forEach or collect).

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Why do they select and layoff resource like tissue paper
  • Q2. Why there is no resource movement in the company from one proj to other?
  • Ans. 

    Resource movement may be limited due to project specialization, team dynamics, and strategic alignment with company goals.

    • Specialization: Projects may require specific skill sets that not all resources possess, limiting movement.

    • Team Dynamics: Established teams may have developed strong working relationships, making it challenging to reassign members.

    • Strategic Alignment: Resources are often aligned with long-term proje...

  • Answered by AI

Consultant Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

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

(2 Questions)

  • Q1. Are you currently looking for a job opportunity
  • Ans. 

    Yes, I am actively seeking new job opportunities.

    • I am currently looking for new challenges and growth opportunities.

    • I am open to exploring different industries and roles.

    • I am networking and applying to various job openings.

    • I am updating my resume and reaching out to recruiters.

    • I am eager to find a new job that aligns with my skills and interests.

  • Answered by AI
  • Q2. Yes
Round 2 - Technical 

(2 Questions)

  • Q1. PROCESS OF TESTING
  • Ans. 

    Testing is a crucial process in software development to ensure the quality and functionality of the product.

    • Testing involves executing the software with the intent of finding defects.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Test cases are created based on requirements and specifications.

    • Testing can be manual or automated, depending on the project and resources a...

  • Answered by AI
  • Q2. SDLC, STLC

Python Developer Interview Questions & Answers

user image Ganesh Solanke

posted on 10 Aug 2024

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

Fitment round, python code, scenario based quetions

Round 2 - Coding Test 

US client has taken coding round plus technical evaluation, be prepared for basic coding standards.
1. reduce lines of code
2. exception handling
3. namimg conventions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. Hooks concept then map array,reduce,filter difference
  • Q2. Life cycle methods
  • Q3. State managment
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. SQL and design patterns
  • Q2. Solid principles and past projects

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a lack of job security.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Which service or project are you currently working on?
  • Q2. Question HR police

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Saksoft?
Ask anonymously on communities.

Saksoft Interview FAQs

How many rounds are there in Saksoft interview?
Saksoft interview process usually has 1-2 rounds. The most common rounds in the Saksoft interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Saksoft 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 Saksoft. The most common topics and skills that interviewers at Saksoft expect are SQL, Javascript, Java, HTML and Troubleshooting.
What are the top questions asked in Saksoft interview?

Some of the top questions asked at the Saksoft interview -

  1. 1.what is active and Passive transformation in informatica? Project Explain. ...read more
  2. How can large teams be effectively managed across various platforms to ensure t...read more
  3. What is the middleware used in redux? write syntax of it. Redux seleto...read more
How long is the Saksoft interview process?

The duration of Saksoft interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 36 interview experiences

Difficulty level

Easy 44%
Moderate 56%

Duration

Less than 2 weeks 94%
2-4 weeks 6%
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.4
 • 151 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
NSE.IT Interview Questions
3.6
 • 137 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
View all

Saksoft Reviews and Ratings

based on 408 reviews

3.5/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

3.4

Salary

3.0

Job security

3.5

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 408 Reviews and Ratings
ICIMS Consultant

Delhi/Ncr

5-10 Yrs

₹ 8-18 LPA

Opportunity For Certified Salesforce Developer

Bangalore / Bengaluru,

Mumbai

5-10 Yrs

₹ 9-19 LPA

AI Consultant

Pune,

Chennai

+1

5-10 Yrs

₹ 20-30 LPA

Explore more jobs
Senior Consultant
383 salaries
unlock blur

₹9.9 L/yr - ₹18 L/yr

Consultant
287 salaries
unlock blur

₹4.6 L/yr - ₹11 L/yr

Lead Consultant
152 salaries
unlock blur

₹14.3 L/yr - ₹26 L/yr

Associate Consultant
82 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Software Engineer
67 salaries
unlock blur

₹5.5 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Saksoft with

3i Infotech

3.4
Compare

Microland

3.5
Compare

Newgen Software Technologies

3.8
Compare

NSE.IT

3.6
Compare
write
Share an Interview