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 Mern Stack Developer Interview Questions and Answers

Updated 16 May 2022

Saksoft Mern Stack Developer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 1. Most of the questions will be from redux if have experienced inn react and redux.
  • Q2. What is the middleware used in redux? write syntax of it. Redux seletors.
  • Ans. 

    Redux middleware is a function that intercepts actions and can modify or dispatch new actions.

    • Middleware can be used for logging, error handling, and asynchronous actions.

    • Syntax: const middleware = store => next => action => { //middleware logic }

    • Redux selectors are functions that extract specific data from the Redux store.

    • Example: const getUserName = state => state.user.name;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear and work on redux part also

Skills evaluated in this interview

Interview questions from similar companies

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

1 Hours aptitude test on hacker rank based on Aptitude question, Java, SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Java interview questions.
  • Q2. What is wrapper class?
  • Ans. 

    Wrapper class is a class that wraps around a primitive data type and provides additional functionality.

    • Wrapper classes in Java are used to convert primitive data types into objects.

    • They provide methods to access the value of the wrapped primitive type.

    • Examples include Integer, Double, Boolean, etc.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and all.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Arithmetic and resanging

Round 2 - Coding Test 

Html, css, javascript, python

Round 3 - HR 

(2 Questions)

  • Q1. Self inducation
  • Q2. Salary dresction

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview preparr
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Jun 2023. There were 5 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 - Aptitude Test 

Topics consist of profit-loss, probability, permutation combination etc.

Round 3 - Coding Test 

Coding question related to topics array and strings.

Round 4 - Technical 

(2 Questions)

  • Q1. Questions related to Java, oops, DBMS and tech-stack are mention in the resume
  • Q2. Role of java in backend, explain polymorphism in oops, reverse string.
  • Ans. 

    Java is a popular backend language, polymorphism allows objects to be treated as instances of their parent class, reverse string by iterating through characters.

    • Java is commonly used in backend development for its robustness and scalability.

    • Polymorphism in OOP allows objects to be treated as instances of their parent class, enabling flexibility and reusability.

    • To reverse a string, iterate through the characters from th...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. It also consists of technical questions, future goals, project discussion mentioned in the resume and related tech stack, future goals, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just you have clear idea about your resume and knowledge of java, oops and DBMS

Skills evaluated in this interview

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

I applied via campus placement at P E S College of Engineering, Mandya and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude
Logically reasoning
Verbal

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself 1 coding questions on arrays Few questions on DSA Few questions on DBMS About my project
  • Q2. To remove the duplicate elements fromthe array
  • Ans. 

    Use Set data structure to remove duplicate elements from the array.

    • Create a Set from the array to automatically remove duplicates.

    • Convert the Set back to an array to get the unique elements.

    • Example: const array = ['apple', 'banana', 'apple', 'orange'];

    • Example: const uniqueArray = [...new Set(array)];

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Difficulty faced while working on projects About the project

Interview Preparation Tips

Interview preparation tips for other job seekers - The difficulty level of the interview was moderate.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Basic logic test docker and AWS services like ECS, serverless, s3 and SQS

Round 3 - Technical 

(1 Question)

  • Q1. Docker based question
Round 4 - One-on-one 

(1 Question)

  • Q1. Ask more details before answer

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. My knowledge and my complete core Java
Round 2 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
  • Q7. My overall my communication skills
Round 3 - Technical 

(1 Question)

  • Q1. My complete java full stack developer basic concepts
Round 4 - One-on-one 

(1 Question)

  • Q1. My strength and and my weakness
Round 5 - Aptitude Test 

Coding programming

Interview Preparation Tips

Interview preparation tips for other job seekers - I hopefully good opportunity of microland thank you so much

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

Interview Questionnaire 

6 Questions

  • Q1. Design pattern
  • Q2. Throw ,throw ex, throw new exception differences
  • Q3. Difference between ref and out
  • Ans. 

    Ref and out are both used to pass arguments by reference in C#. Ref is bidirectional while out is unidirectional.

    • Ref is used to pass a variable by reference and can be read and modified within the method.

    • Out is used to pass a variable by reference and must be assigned a value within the method.

    • Ref can be used to pass a variable as an argument to a method and return a value.

    • Out is used to return multiple values from a m...

  • Answered by AI
  • Q4. Action and func
  • Q5. Can we use async without await
  • Ans. 

    Yes, async can be used without await.

    • Async functions return a promise, which can be handled without using await.

    • Using async without await can be useful for error handling or logging.

    • However, it is important to handle the promise returned by the async function.

  • Answered by AI
  • Q6. Property vs variable
  • Ans. 

    A property is a value associated with an object, while a variable is a named storage location for a value.

    • Properties are accessed using dot notation or bracket notation

    • Variables are declared using keywords like var, let, or const

    • Properties are defined within an object literal or added to an object dynamically

    • Variables can be reassigned to different values

    • Example: object.property vs var variableName

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well on technical part

Skills evaluated in this interview

I was interviewed in Sep 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

Basic questions from Operating System, Object Oriented Programming, DBMS, various tech stacks used in project. Be through with the basics of these subjects. Like in my case DDL and scheduling algorithms were asked.
Asked questions related on css,javascript and some sql queries. Interviewer was helpful. If one gives a answer that is not exactly correct, he provided me hints .

  • Q1. Can you explain the various CPU scheduling algorithms?
  • Q2. 

    Remove Character from String Problem Statement

    Given a string str and a character 'X', develop a function to eliminate all instances of 'X' from str and return the resulting string.

    Input:

    The first lin...
  • Ans. Iterative Solution
    • We create an empty string that will store our final result. We will return it at the end.
    • We iterate from 0 to the length of the string. Say, our loop variable is i. We can then access the ith character as input[i]
    • If the ith character equals the character c i.e input[i] == c, then we skip this character and do nothing.
    • Else we need to append the character to the output string.
    • We finally return the outpu...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in NoidaEligibility criteriaAbove 60% in UG . One needed to be from Computer Science and Information Technology branchNewgen interview preparation:Topics to prepare for the interview - Object Oriented Programming(OOPS), Database Management System(DBMS),Data Structures, Operating Systems(OS),AlgorithmsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare OOPS and DBMS thoroughly(Meaning go through the basics. That was asked in my interview. Like DCL, Scheduling algorithms in DBMS).:
Tip 2 : Study your resume and projects as well. Questions from the tech stack used in projects are asked.
Tip 3 : One should know basics of data structures like tree, stack and maps

Application resume tips for other job seekers

Tip 1 : Have some projects in your resume.
Tip 2 : Mention only those tech skills other than Algorithms and Data Structures that has been used in your projects and internships. As there will be questions from it and how it was used in projects.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Ask technical from your domain....either from PHP, Nodejs or Java
  • Ans. Basic and advanced concept f related technologies....oops is common....also ask puzzle sometimes.
  • Answered by Tanuj Kumar
Round 2 - Coding Test 

3 coding program.

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round with manager
Round 4 - HR 

(1 Question)

  • Q1. Human Resource round

Interview Preparation Tips

Topics to prepare for Kellton Full Stack Developer interview:
  • OOPS
  • MySQL
  • MongoDB
  • React.Js
  • Node.Js
  • Laravel
  • Lumen
  • Redis
  • AWS
Interview preparation tips for other job seekers - Try to give answer with confidence.. and go with truth .

Saksoft Interview FAQs

How many rounds are there in Saksoft Mern Stack Developer interview?
Saksoft interview process usually has 1 rounds. The most common rounds in the Saksoft interview process are Technical.
How to prepare for Saksoft Mern Stack Developer 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 Express, MongoDB, MySQL, NoSQL and Node.Js.
What are the top questions asked in Saksoft Mern Stack Developer interview?

Some of the top questions asked at the Saksoft Mern Stack Developer interview -

  1. What is the middleware used in redux? write syntax of it. Redux seleto...read more
  2. 1. Most of the questions will be from redux if have experienced inn react and r...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all
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
97 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.7
Compare

Wipro

3.7
Compare

HCLTech

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