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 and Answers for Experienced

Updated 8 Mar 2025

Softura Interview Experiences for Experienced

Popular Designations

4 interviews found

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview 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
  • Ans. 

    I chose this company for its innovative projects, strong values, and commitment to employee growth and development.

    • The company is known for its cutting-edge technology, like the recent AI-driven product launch that revolutionized user experience.

    • I admire the company's commitment to sustainability, as seen in their initiatives to reduce carbon footprint and promote green practices.

    • The collaborative culture here fosters ...

  • Answered by AI

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 (223)
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)

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)

Jobs at Softura

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 mins
Round difficulty - Medium

  • Q1. 

    Railway Seat Berth Determination

    Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle...

  • Ans. 

    Given a railway seat number, determine if it is valid and identify its berth type.

    • Parse input integer 't' for number of test cases

    • For each test case, check if seat number is valid (1 <= N <= 100)

    • Identify berth type based on seat number and output the result

    • Possible berth types are Lower, Middle, Upper, Side Lower, and Side Upper

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

First they asked me to introduce myself then they started questioning on oops concept from basic to advance level such as inheritance, polymorphism, abstraction, exception handling , STL etc. Next they started questioning on data structures. They asked me the logic of “how to find the middle of a linked list”.

  • Q1. 

    Matrix Symmetry Check

    You are provided with a square matrix. Your task is to return true if the matrix is symmetric; otherwise, return false.

    A symmetric matrix is characterized by its transpose being eq...

  • Ans. 

    Check if a square matrix is symmetric by comparing it with its transpose.

    • Iterate through the matrix and compare each element with its corresponding element in the transpose

    • If any pair of elements do not match, return false immediately

    • If all pairs match, return true at the end

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from K. K. Wagh Institute Of Engineering Education And Research. I applied for the job as Software Engineer in PuneEligibility criteria6.0 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Python, SQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Clear the basic concepts of data structure and OOPs.
Tip 2 : Use coding ninja platform and Hackerearth for practice on coding skills.
Tip 3 : Use Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Tip 1: Make your resume short and try to make it of one page only.
Tip 2: Add relevant keywords

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

They totally select you on the basis of aptitude only

Round 3 - Technical 

(1 Question)

  • Q1. It is also based on aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - to have a good knowledge over aptitude
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Round 1 - Group Discussion 

It represents the eligibility of person and thinking process ,view of thoughts

Round 2 - One-on-one 

(1 Question)

  • Q1. We cannot judge people to atonce chance
Round 3 - Coding Test 

Skills ,fast typing , experienced ,new ideas

Round 4 - Technical 

(1 Question)

  • Q1. All the knowledge of technical work and word
Round 5 - Case Study 

Deeply study case and make a point to make attractive

Interview Preparation Tips

Interview preparation tips for other job seekers - Every chance have a successful of key.will appreciate all chance to way of your dreams .move a first steps towards your dreams

I applied via Referral and was interviewed before Aug 2021. There were 2 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 

General topics like mathe, English, social etc

Interview Preparation Tips

Topics to prepare for IT By Design Software Engineer interview:
  • Python
  • general
Interview preparation tips for other job seekers - It is best choice to our life . If I can join in this company. I can learn more things by gaining work experience.

Softura Interview FAQs

How many rounds are there in Softura interview for experienced candidates?
Softura interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Softura interview process for experienced candidates are HR, One-on-one Round and Case Study.
How to prepare for Softura interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Softura interview for experienced candidates -

  1. How to improve performance in reacf...read more
  2. What is Regression and will you do it on every releas...read more
  3. How will you plan for the Testing for the released buil...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.

Tell us how to improve this page.

Softura Interview Process for Experienced

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 38 Interviews
View all

Softura Reviews and Ratings

based on 90 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 90 Reviews and Ratings
AWS Python Senior Developer

Ahmedabad,

Chennai

6-10 Yrs

Not Disclosed

Dot Net Tech Lead

Chennai

2-6 Yrs

Not Disclosed

Software Developers - .Net

Chennai

2-5 Yrs

₹ 4.2-6.8 LPA

Explore more jobs
Software Engineer
139 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Software Engineer
99 salaries
unlock blur

₹6.1 L/yr - ₹20 L/yr

Test Engineer
38 salaries
unlock blur

₹3 L/yr - ₹8.9 L/yr

Software Developer
26 salaries
unlock blur

₹4 L/yr - ₹17.2 L/yr

Technical Lead
21 salaries
unlock blur

₹13.3 L/yr - ₹29 L/yr

Explore more salaries
Compare Softura with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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