Upload Button Icon Add office photos
Engaged Employer

i

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

Sasken Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Sasken System Software Engineer Interview Questions, Process, and Tips

Updated 10 Dec 2022

Top Sasken System Software Engineer Interview Questions and Answers

  • Q1. Reverse a string in following format If the string is Have a good day The resulting string should be day good a Have
  • Q2. Explain different storage classes in C.Explain static storage class if used in your project.
  • Q3. Why Sasken technologies?

Sasken System Software Engineer Interview Experiences

4 interviews found

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

I was interviewed in Jun 2022.

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basics of your Experience.
  • Q2. One Coding will be there in the technical round.

Interview Preparation Tips

Topics to prepare for Sasken System Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - After the interview process you will get the offer letter, and after joining there will be an Fundamental competency Assessment (FCA) to clear. After that you have to clear SME(One more process project regarding). Then you are eligible to assigned to a project.

Sasken Is a Awesome organization to start a career with respect to work culture if you have some good skills.

I applied via Naukri.com and was interviewed in Nov 2021. 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between structures and unions
  • Ans. 

    Structures are used to group different data types together while unions are used to store only one value at a time.

    • Structures allocate memory for all its members while unions allocate memory for only one member at a time

    • Structures are used to represent a collection of related data while unions are used to save memory space

    • Structures are accessed using dot operator while unions are accessed using arrow operator

    • Example o...

  • Answered by AI
  • Q2. Reverse a string in following format If the string is Have a good day The resulting string should be day good a Have
  • Ans. 

    Reverse a string in a specific format

    • Split the string into an array of words

    • Reverse the array

    • Join the array into a string with spaces

  • Answered by AI
  • Q3. Explain different storage classes in C.Explain static storage class if used in your project.
  • Ans. 

    Different storage classes in C and explanation of static storage class.

    • Storage classes in C are auto, register, static and extern.

    • Auto storage class is default and variables are stored in stack memory.

    • Register storage class is used for variables that need to be accessed quickly and are stored in CPU registers.

    • Static storage class is used for variables that retain their value even after function execution and are stored...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why Sasken technologies?
  • Ans. 

    Sasken technologies is a leading provider of cutting-edge software solutions.

    • Sasken has a strong reputation for delivering high-quality software solutions.

    • The company has a diverse range of clients across various industries.

    • Sasken offers a great work culture and opportunities for career growth.

    • The company has a strong focus on innovation and staying ahead of industry trends.

    • Sasken has a proven track record of success i

  • Answered by AI
  • Q2. Why was there a gap between joining two companies as Sasken was my second company?
  • Ans. 

    I took a break between joining two companies to pursue further education and gain additional skills.

    • I wanted to enhance my knowledge and skills in a specific area, so I decided to pursue a postgraduate degree.

    • During this break, I enrolled in a Master's program in Computer Science to deepen my understanding of system software engineering.

    • I also took the opportunity to work on personal projects and contribute to open-sou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up your C skills for interview.It is better to learn C++ as Sasken is navigating into C++ mode of projects.

Skills evaluated in this interview

System Software Engineer Interview Questions Asked at Other Companies

asked in Sasken
Q1. Reverse a string in following format If the string is Have a good ... read more
asked in Infosys
Q2. In between the single player games and group games what will you ... read more
Q3. How will you select a particular hardware / vendor for a system
Q4. Introduced yourself, what is Selenium, what is webdriver, what Ag ... read more
asked in Infosys
Q5. What is memory loss or when we will use static keyword

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic C questions, Data Structure
  • Q2. Functional Pointers program
  • Ans. 

    Functional pointers program

    • Use pointers to pass functions as arguments

    • Function pointers can be used to implement callbacks

    • Function pointers can be used to implement polymorphism

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very very good and easy. They encouraged me and create a happy mood. So feel free to answer.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic C questions, Data structures and Basics of Linux system programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mention the things in your resume for which you are well prepared.

Sasken interview questions for designations

 Senior System Software Engineer

 (2)

 Software Engineer

 (16)

 Associate Software Engineer

 (15)

 Senior Software Engineer

 (2)

 Software Engineer Trainee

 (1)

 Associate Software Engineer Trainee

 (1)

 Senior Software QA Engineer

 (1)

 Software Developer

 (6)

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

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

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident
Contribute & help others!
anonymous
You can choose to be anonymous

Sasken Interview FAQs

How many rounds are there in Sasken System Software Engineer interview?
Sasken interview process usually has 2-3 rounds. The most common rounds in the Sasken interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Sasken System Software Engineer interview?

Some of the top questions asked at the Sasken System Software Engineer interview -

  1. Reverse a string in following format If the string is Have a good day The resul...read more
  2. Explain different storage classes in C.Explain static storage class if used in ...read more
  3. Why Sasken technologi...read more

Recently Viewed

INTERVIEWS

DistrictD || Utopian Dreams Private Limited

No Interviews

INTERVIEWS

Sasken

No Interviews

INTERVIEWS

Sasken

No Interviews

INTERVIEWS

Nutanix

No Interviews

INTERVIEWS

Sasken

No Interviews

INTERVIEWS

Oportun

No Interviews

INTERVIEWS

Sasken

No Interviews

INTERVIEWS

Instamojo

No Interviews

INTERVIEWS

Black Box Corporation

No Interviews

INTERVIEWS

Black Box Corporation

No Interviews

Tell us how to improve this page.

Sasken System Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Tata Motors Interview Questions
4.2
 • 995 Interviews
Maruti Suzuki Interview Questions
4.2
 • 585 Interviews
View all
Sasken System Software Engineer Salary
based on 77 salaries
₹3.6 L/yr - ₹12 L/yr
11% less than the average System Software Engineer Salary in India
View more details

Sasken System Software Engineer Reviews and Ratings

based on 6 reviews

4.4/5

Rating in categories

3.2

Skill development

4.3

Work-life balance

4.0

Salary

3.2

Job security

3.5

Company culture

4.2

Promotions

2.7

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
310 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
265 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
192 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
179 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
165 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sasken with

LTIMindtree

3.8
Compare

Persistent Systems

3.5
Compare

L&T Technology Services

3.3
Compare

TCS

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