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
3.6

based on 332 Reviews

Filter interviews by

Saksoft Software Developer Interview Questions and Answers

Updated 25 Apr 2024

Saksoft Software Developer Interview Experiences

2 interviews found

Software Developer Interview Questions & Answers

user image Raja Sekhar N

posted on 25 Apr 2024

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

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java and java 8
Round 2 - Coding Test 

Find Arrays in prime numbers and sorting arrays

Interview Preparation Tips

Topics to prepare for Saksoft Software Developer interview:
  • java8
  • Core Java
  • Your previous project
Interview preparation tips for other job seekers - Ibc was good environment and genuine
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap working
  • 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 map = new HashMap<>(); map.put("key", 1); int value = map.get("key");

  • Answered by AI
  • Q2. String and string buffer difference
  • 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");

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hackathon on chatbot development website

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basics like shallow copy deep copy
  • Q2. Sorting techniques and psuedo code
Round 3 - HR 

(2 Questions)

  • Q1. Questions on projects
  • Q2. Introduction and insights of comapny
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

General aptitude online test

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basic concepts with eg
  • Q2. C#,Sql,MVC concepts
Round 3 - Technical 

(2 Questions)

  • Q1. Project experience
  • Ans. 

    I have experience working on various projects including web development, mobile app development, and database management.

    • Developed a web application using React.js and Node.js for a client in the e-commerce industry

    • Created a mobile app using Swift for a healthcare startup to track patient data

    • Managed a MySQL database for a financial services company to store and retrieve customer information

  • Answered by AI
  • Q2. Coding related questions asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Prev job work and project details , roles and responsibility

Round 2 - Technical 

(2 Questions)

  • Q1. What is SDLC process
  • Ans. 

    SDLC process is a structured approach to software development that defines tasks performed at each stage of the software development life cycle.

    • SDLC stands for Software Development Life Cycle

    • It includes stages like planning, analysis, design, implementation, testing, and maintenance

    • Each stage has specific goals and deliverables to ensure the quality and success of the software project

  • Answered by AI
  • Q2. What is the ASp.net mean for ?
  • Ans. 

    ASP.NET stands for Active Server Pages .NET, a web application framework developed by Microsoft.

    • ASP.NET is a server-side web application framework used for building dynamic web pages and web applications.

    • It allows developers to create web applications using languages like C# or VB.NET.

    • ASP.NET provides tools and libraries for building web forms, MVC (Model-View-Controller) applications, and Web API services.

    • It is part o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on tech round

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DSA questions and programming concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse string and optimize it
  • Ans. 

    Reverse array of strings efficiently

    • Use two pointers approach to swap characters from start and end of each string

    • Optimize by using in-place reversal instead of creating new strings

    • Consider edge cases like empty strings or strings with only one character

  • Answered by AI
  • Q2. Reverse binary tree
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Joining location
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Concrete class ?
  • Ans. 

    A concrete class is a class that can be instantiated, meaning it can be used to create objects.

    • Cannot be abstract

    • Can be instantiated

    • Can have concrete methods and properties

    • Example: class Car {}

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is simulink
  • Ans. 

    Simulink is a graphical programming environment for modeling, simulating and analyzing multidomain dynamical systems.

    • Simulink is a tool used for modeling and simulating dynamic systems.

    • It is widely used in industries such as automotive, aerospace, and robotics.

    • Simulink allows users to create block diagrams to represent systems and simulate their behavior.

    • It is often used in conjunction with MATLAB for system design and

  • Answered by AI
  • Q2. Stateflow logic

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Javascript features
  • Q2. Virtual dom

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear and definitions should be at your tips
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain SDLC process test
  • Ans. 

    SDLC process test involves testing the software at various stages of the software development life cycle.

    • Testing is done at each stage of SDLC - requirements, design, implementation, and maintenance.

    • It helps in identifying defects early in the development process.

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

    • Testing ensures that the software meets the specified requi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - test

Skills evaluated in this interview

Saksoft Interview FAQs

How many rounds are there in Saksoft Software Developer interview?
Saksoft interview process usually has 1-2 rounds. The most common rounds in the Saksoft interview process are Technical and Coding Test.
What are the top questions asked in Saksoft Software Developer interview?

Some of the top questions asked at the Saksoft Software Developer interview -

  1. String and string buffer differe...read more
  2. Hashmap work...read more
  3. Core java and jav...read more

Tell us how to improve this page.

Saksoft Software Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Saksoft Software Developer Salary
based on 39 salaries
₹3.7 L/yr - ₹15.6 L/yr
11% more than the average Software Developer Salary in India
View more details

Saksoft Software Developer Reviews and Ratings

based on 5 reviews

4.3/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

4.1

Salary

3.5

Job security

3.6

Company culture

3.9

Promotions

3.3

Work satisfaction

Explore 5 Reviews and Ratings
Senior Consultant
342 salaries
unlock blur

₹5.4 L/yr - ₹22 L/yr

Consultant
294 salaries
unlock blur

₹3 L/yr - ₹12.5 L/yr

Lead Consultant
163 salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

Associate Consultant
98 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Software Engineer
52 salaries
unlock blur

₹3.5 L/yr - ₹13.1 L/yr

Explore more salaries
Compare Saksoft with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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