Upload Button Icon Add office photos
Engaged Employer

i

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

Softura Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Softura Interview Questions, Process, and Tips

Updated 8 Mar 2025

Top Softura Interview Questions and Answers

View all 11 questions

Softura Interview Experiences

Popular Designations

12 interviews found

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

I was interviewed in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Based on role you apply
  • Q2. Based on profile
Round 2 - Technical 

(2 Questions)

  • Q1. Redux store indepth
  • Q2. Your previous projects

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

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

I was interviewed before Mar 2024.

Round 1 - Aptitude Test 

General aptitude simple

Round 2 - Coding Test 

Simple logic implementation

Round 3 - Group Discussion 

General topics discussed

Round 4 - HR 

(1 Question)

  • Q1. Why do you choose this company

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

React Js Frontend Developer Interview Questions & Answers

user image Smitha Malar Vizhi R

posted on 15 May 2024

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

(1 Question)

  • Q1. How to improve performance in reacf js
  • Ans. 

    Performance in React JS can be improved by optimizing rendering, reducing unnecessary re-renders, using virtualization, code splitting, and lazy loading.

    • Optimize rendering by using shouldComponentUpdate or React.memo

    • Reduce unnecessary re-renders by using PureComponent or memoization techniques

    • Use virtualization for long lists or tables to improve rendering performance

    • Implement code splitting to load only necessary code...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager interview
Round 3 - HR 

(1 Question)

  • Q1. Basic HR question

Skills evaluated in this interview

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Previous Experience
  • Q2. Communication skil

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great interview experience in Softura. HR provides a proper response and proper guidance while scheduling a interview. Similarly, convey the interview status on time from the interview panel. Once I joined the Softura, onboarding process are smooth and HR's extended their supported on joining formalities.

Senior Quality Analyst Interview Questions asked at other Companies

Q1. - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)

Softura interview questions for popular designations

 Software Engineer

 (2)

 Test Engineer

 (2)

 Softwaretest Engineer

 (1)

 Technical Architect

 (1)

 Full Stack Developer

 (1)

 Senior Software Engineer

 (1)

 React Js Frontend Developer

 (1)

 Senior Software Engineer and Lead

 (1)

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

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

Round 1 - Technical 

(1 Question)

  • Q1. About all manual testing part

Top Softura Test Engineer Interview Questions and Answers

Q1. What is Regression and will you do it on every release ?
View answer (1)

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round regarding my domain

Round 2 - Technical 

(1 Question)

  • Q1. Core concepts in my domain

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Jobs at Softura

View all

Trainee Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2024

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

(1 Question)

  • Q1. .net vs .net core
  • Ans. 

    Both .NET and .NET Core are frameworks for building applications, but .NET Core is a cross-platform, open-source version of .NET.

    • Both .NET and .NET Core are frameworks developed by Microsoft for building applications.

    • .NET is Windows-only, while .NET Core is cross-platform and can run on Windows, macOS, and Linux.

    • .NET Core is open-source, allowing for community contributions and faster updates.

    • Both frameworks support mu...

  • Answered by AI

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL query tuning

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is API, Explain Authentication mechanism
  • Ans. 

    API stands for Application Programming Interface. Authentication mechanism is a process to verify the identity of a user or system.

    • API is a set of rules and protocols that allows different software applications to communicate with each other.

    • Authentication mechanism ensures that only authorized users or systems can access the API.

    • Common authentication mechanisms include API keys, OAuth, and JSON Web Tokens (JWT).

    • API ke...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Case Study 

System Design based on your previous experience, focusing on scalability and performance issues

Round 2 - HR 

(2 Questions)

  • Q1. Company transitions throughout career
  • Q2. Reason for leaving last company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Authentic, don't LIE

Senior Software Engineer and Lead Interview Questions asked at other Companies

Q1. Explain importance of microservices and what are the realtime use cases from your experience
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Softura Interview FAQs

How many rounds are there in Softura interview?
Softura interview process usually has 1-2 rounds. The most common rounds in the Softura interview process are Technical, HR and Coding Test.
How to prepare for Softura 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 Softura. The most common topics and skills that interviewers at Softura expect are C#, MVC, Javascript, Azure and SQL.
What are the top questions asked in Softura interview?

Some of the top questions asked at the Softura interview -

  1. What is Regression and will you do it on every releas...read more
  2. How will you plan for the Testing for the released buil...read more
  3. What are the locators in Seleni...read more
How long is the Softura interview process?

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

Recently Viewed

LIST OF COMPANIES

Hexadecimal Software

Overview

REVIEWS

Softura

No Reviews

REVIEWS

Softura

No Reviews

SALARIES

Softura

REVIEWS

Promotedge

No Reviews

SALARIES

Softura

No Salaries

JOBS

Softura

No Jobs

REVIEWS

Softura

No Reviews

LIST OF COMPANIES

Softura

Overview

COMPANY BENEFITS

Softura

No Benefits

Tell us how to improve this page.

Softura Interview Process

based on 15 interviews

Interview experience

3.3
  
Average
View more

HCLTech

A more secure future awaits you

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
Mphasis Interview Questions
3.4
 • 788 Interviews
KPIT Technologies Interview Questions
3.4
 • 278 Interviews
View all

Softura Reviews and Ratings

based on 86 reviews

3.5/5

Rating in categories

3.8

Skill development

3.2

Work-life balance

3.6

Salary

3.6

Job security

3.4

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 86 Reviews and Ratings
AWS Python Senior Developer

Ahmedabad,

Chennai

6-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
138 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Softura 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