Upload Button Icon Add office photos
Engaged Employer

i

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

Softobotics Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Softobotics Technologies Interview Questions and Answers

Updated 19 Nov 2024

Softobotics Technologies Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array Finding pair sum

Round 2 - Coding Test 

Matrix print in row-wise and column wise

Round 3 - HR 

(2 Questions)

  • Q1. Location comfortable
  • Q2. Package comfortable

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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Medium data structure, questions on error handling, c# specific questions

Round 2 - Technical 

(2 Questions)

  • Q1. Garbage collection in dotnet
  • Ans. 

    Garbage collection in dotnet manages memory automatically by reclaiming unused objects.

    • Garbage collection runs in the background to reclaim memory from objects that are no longer in use.

    • It helps prevent memory leaks and improves performance by automatically managing memory allocation and deallocation.

    • Dotnet provides different garbage collection modes like workstation and server garbage collection.

    • You can also manually ...

  • Answered by AI
  • Q2. Error handling in c#
  • Ans. 

    Error handling in c# involves using try-catch blocks to handle exceptions and ensure graceful handling of errors.

    • Use try-catch blocks to catch exceptions and handle errors gracefully.

    • Use specific exception types to catch specific errors.

    • Use finally block to ensure cleanup code is executed regardless of whether an exception is thrown.

    • Throw custom exceptions to provide meaningful error messages to users.

    • Use logging to tr

  • 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)

I applied via Job Portal and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. The first Round Technical Interview covered questions on DSA from the Leetcode .
  • Q2. The second Round also Technical Interview Covered on DSA Problems From Leetcode,Angular,About Front and Back end

Interview Preparation Tips

Interview preparation tips for other job seekers - Over Interview is Good and Very helpful to my Future experiance

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)

Interview questions from similar companies

I applied via Walk-in and was interviewed before May 2021. There were 3 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 
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is more focused on MySQL queries.
Coding questions mostly related to arrays.

I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic knowledge required for the Aptitude Test. You need to understand the questions and their technicality and then each question is very easy.

Round 2 - Coding Test 

Need to focus more on the SQL Queries and some average coding skills. This test is used to check the code understanding of the candidate.

Round 3 - Coding Test 

Little more complex problems, need to understand the logic and some complex SQL Queries.
More Focus on JOINS in SQL.

Interview Preparation Tips

Interview preparation tips for other job seekers - You can learn new things here.
Work-Life balance is not good, you have to work more than expected.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

First there will be a topic given to you to write an article of length 300-400 words in 15 mins. This article writing is to check your knowledge of English language.
Then there is a 45 mins round test in which 40 questions will be asked.
20 Technical and 20 Programming.
The programming questions will be from C++, and you are required to choose the correct output of the given C++ program.
The technical aptitude questions were medium to hard.

Round 2 - Technical 

(1 Question)

  • Q1. It's a 1:30 hr round. In this part, there will be 4 coding questions from arrays topic which you can solve with any programming language you know. Along with this, you will have 2 questions from SQL and e...

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some basic knowledge of C++ to answer aptitude questions.
Be heavily prepared for the technical aptitude part.
Learn some basic command of SQL.
Be prepared to face the medium level DSA questions from arrays.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

40 Minutes. 40 Question in office Test.
20 Questions Programming related and 20 Questions Aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Aptitude and input output Questions. Practice it for 1st round
if you clear that then you will be eligible for Technical Interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was total of 40 questions
First 20: Aptitude based topics like time and work, profit and loss, speed and distance
Second 20: Programming MCQs based on C, C++ and python. Task is to guess the correct output and errors.

Round 2 - Assignment 

There were 4 coding questions based on array, 2 SQL queries and one article.
Coding questions were easy for batch 2 but difficult for batch 1. Star patterns are present in batch 1.
SQL queries were easy.
One article (200-300)words. Topics was Google maps.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Founder came and asked approach I used to solve coding questions in round 2. He then check the output for each question. Then he checked the SQL queries I have written, in which I had write two wrong queri...
  • Q2. He asked me about different approaches to solve a problem
  • Q3. He asked about the project I had done on Java Full stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and c, c++ and python output based mcqs which can be easily found on gfg.
Practice as much coding questions based on array, patterns and star patterns.
Practice as much SQL queries as you can.
You have to carry your own laptop so install atleast one ide which can work without internet.
Also practice writing articles for this company (2-3).
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic Aptitude question were asked around 20 Question of Aptitude and 20 of basic debugging of C language code. Before aptitude there was a essay writing on "factors which increases the market of E-commerce platforms"

Round 2 - Coding Test 

There were 4 coding question and 2 SQL questions. Basic pattern printing question and easy question of leetcode were there in coding and in SQL from "joins" topic.

Round 3 - Coding Test 

Same as the previous round more question of Coding and SQL, plus in the starting they would ask about your tech stack and then assign you a stack for the same.

Interview Preparation Tips

Topics to prepare for Velocity Software Solutions Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Do easy to medium leetcode question mostly pattern printing and SQL as well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

Softobotics Technologies Interview FAQs

How many rounds are there in Softobotics Technologies interview?
Softobotics Technologies interview process usually has 2-3 rounds. The most common rounds in the Softobotics Technologies interview process are Coding Test, HR and Technical.
How to prepare for Softobotics 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 Softobotics Technologies. The most common topics and skills that interviewers at Softobotics Technologies expect are PDF, Computer Science, Adobe, Analytical Chemistry and Analytical Skills.
What are the top questions asked in Softobotics Technologies interview?

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

  1. Garbage collection in dot...read more
  2. Error handling in...read more
  3. The second Round also Technical Interview Covered on DSA Problems From Leetcode...read more

Tell us how to improve this page.

Softobotics Technologies Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
Fusion Interview Questions
3.3
 • 17 Interviews
ElectrifAi Interview Questions
2.7
 • 17 Interviews
View all

Softobotics Technologies Reviews and Ratings

based on 13 reviews

4.7/5

Rating in categories

4.8

Skill development

4.7

Work-life balance

4.4

Salary

4.5

Job security

4.7

Company culture

4.6

Promotions

4.7

Work satisfaction

Explore 13 Reviews and Ratings
Software Developer
12 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Associate Software Developer
7 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Java Developer
4 salaries
unlock blur

₹4.4 L/yr - ₹4.8 L/yr

Senior Software Developer
4 salaries
unlock blur

₹8 L/yr - ₹12.9 L/yr

Full Stack Developer
4 salaries
unlock blur

₹5 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Softobotics Technologies with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

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