Satyam Software Solutions Private Limited interview experience Real time questions & tips from candidates to crack your interview

Trainee Software Engineer

Satyam Software Solutions Private Limited
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I was in my final year of college when companies visited for campus recruitment, and I was preparing for my placement. During this time, I learned various topics such as Data Structures, SQL queries, DBMS, Java, Python, JavaScript, etc. I applied to many companies, but unfortunately, the company that offered me a position withdrew the offer due to the recession.
Application story
This company visited our campus, although they did not select any students, which is kind of surprising considering many good students were left. Even after the HR round was completed, they rejected them.
Preparation
Duration: 4 months
Topics: HTML, CSS, JavaScript, TypeScript, Node.js, Vue.js
Tip
Tip

Tip 1: Be prepared to face failures and learn from the people around you.

Tip 2: Regularly practice DSA and work on a side project.

Application process
Where: Campus
Eligibility: CSE/IT BRANCH
Resume Tip
Resume tip

Tip 1: Have at least 2 good projects explained briefly, covering all important points.

Tip 2: Mention every skill.

Tip 3: Focus more on skills, projects, and experiences.

Interview rounds

01
Round
Medium
Face to Face
Duration60
Interview date2 Feb 2023
Coding problem2

1. Nth node from the end of a Linked List

Easy
15m average time
85% success
0/40
Asked in companies
AppleHikeIntuit

Given a Linked List and a number N, write a function that returns the value at the Nth node from the end of the Linked List.

Input: 

1 -> 2 -> 3 -> 4, N = 3 

Output: 2 

Input: 

35 -> 15 -> 4 -> 20, N = 4 

Output: 35

Try solving now

2. Longest Palindromic Substring

Moderate
35m average time
78% success
0/80
Asked in companies
GrabMicrosoftAmazon

Given a string str, the task is to find the longest substring which is a palindrome.

For example :

 str = "ababc" 

The longest palindromic substring of "ababc" is "aba", since "aba" is a palindrome and it is the longest substring of length 3 which is a palindrome.

Try solving now
02
Round
Hard
Face to Face
Duration60
Interview date3 Feb 2023
Coding problem0
Web problem/projects2

1. React Counter Project with Increment, Decrement, and Reset Buttons

Create a React project with a counter whose default value is 0. The counter should increase and decrease by clicking the respective buttons, and there should be a reset button that sets the counter back to 0.

2. Building a Visit Counter for Your Website Using HTML, CSS, JavaScript, and the Count API

How to Count the Number of Visits on Your Website with HTML, CSS, JavaScript, and the Count API.

03
Round
Easy
HR Round
Duration5
Interview date3 Feb 2023
Coding problem1

1. Basic HR Questions

It was just the basic salary negotiation and Discussion round with the HR.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4656 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
960 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes