Upload Button Icon Add office photos

Filter interviews by

Softobiz Technologies Interview Questions and Answers

Updated 15 May 2024

Softobiz Technologies Interview Experiences

Popular Designations

7 interviews found

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

(2 Questions)

  • Q1. Basics of cloud integration
  • Q2. Basics of integration
Round 2 - Technical 

(1 Question)

  • Q1. Cloud concepts and mft and b2b concepts they asked

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python interview Questions
  • Q2. OOPS concept decorator iterator

Interview Preparation Tips

Interview preparation tips for other job seekers - Good easy to crack.

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (10)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Assignment 

The assignment was based on the situation where I was asked to create a flow diagram, list down features, create user stories and add acceptance criteria to those list of user stories.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to use tools like lucid chart or draw.io to create flow chart, excel can be used to list down features and user stories.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

I applied via Naukri.com and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Product life cycle
  • Q2. Why change in organisation
  • Q3. Intro and other stuffs related to resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to give answers from your job profile

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

Softobiz Technologies interview questions for popular designations

 Python Developer

 (1)

 Quality Analyst

 (1)

 Software Developer

 (1)

 Team Leader (Technical)

 (1)

 Senior Business Analyst

 (1)

 Senior Software Engineer

 (1)

 Business Analyst

 (1)

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is the difference between map and filter in javascript?
  • Ans. 

    Map transforms each element of an array while filter selects elements based on a condition.

    • Map returns a new array with transformed elements

    • Filter returns a new array with elements that pass a condition

    • Map can be used to extract a specific property from an array of objects

    • Filter can be used to remove falsy values from an array

    • Both methods do not modify the original array

  • Answered by AI
  • Q2. What are life cycle methods?
  • Ans. 

    Life cycle methods are functions that are invoked at various stages of a component's life cycle.

    • There are three categories of life cycle methods: mounting, updating, and unmounting.

    • Mounting methods are called when a component is first created and added to the DOM.

    • Updating methods are called when a component's state or props change.

    • Unmounting methods are called when a component is removed from the DOM.

    • Examples of life c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your basics very clear.

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

I applied via Company Website and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Different aspects of team handling , various technical skills like microservices architecture etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mixing of team handling and technical

Team Leader (Technical) Interview Questions asked at other Companies

Q1. What is OSG what is v3f What DBG Divert wheel U r V shape best What will take in first site visit and what will customer side need What is use of divert wheel What is sap technology How is lop and cop working
View answer (1)

Jobs at Softobiz Technologies

View all

Quality Analyst Interview Questions & Answers

user image suba Manikandan

posted on 25 Jun 2021

Interview Questionnaire 

3 Questions

  • Q1. Cucumber bdd
  • Q2. Selenium
  • Q3. Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Good..Knowledge oriemted

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

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 applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

Softobiz Technologies Interview FAQs

How many rounds are there in Softobiz Technologies interview?
Softobiz Technologies interview process usually has 1-2 rounds. The most common rounds in the Softobiz Technologies interview process are Technical and Assignment.
How to prepare for Softobiz Technologies 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 Softobiz Technologies. The most common topics and skills that interviewers at Softobiz Technologies expect are Javascript, SQL, Angular, Machine Learning and AWS.
What are the top questions asked in Softobiz Technologies interview?

Some of the top questions asked at the Softobiz Technologies interview -

  1. What is the difference between map and filter in javascrip...read more
  2. What are life cycle method...read more
  3. Different aspects of team handling , various technical skills like microservice...read more

Tell us how to improve this page.

Softobiz Technologies Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

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

Softobiz Technologies Reviews and Ratings

based on 81 reviews

3.2/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.0

Salary

2.8

Job security

3.1

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 81 Reviews and Ratings
Software Developer
49 salaries
unlock blur

₹2.8 L/yr - ₹13.1 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Software Engineer
20 salaries
unlock blur

₹4 L/yr - ₹14.9 L/yr

Senior Software Developer
17 salaries
unlock blur

₹6 L/yr - ₹16.5 L/yr

Devops Engineer
15 salaries
unlock blur

₹3 L/yr - ₹16.3 L/yr

Explore more salaries
Compare Softobiz Technologies with

SNVA Group

3.7
Compare

Systems Plus

4.3
Compare

Walking Tree

3.5
Compare

Saama Technologies

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