Upload Button Icon Add office photos

Filter interviews by

Robosoft Technologies Interview Questions, Process, and Tips

Updated 26 Jan 2025

Top Robosoft Technologies Interview Questions and Answers

View all 39 questions

Robosoft Technologies Interview Experiences

Popular Designations

44 interviews found

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Different design patterns used so far
  • Ans. 

    I have used design patterns like Singleton, Factory, Observer, and Strategy in my projects.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notif...

  • Answered by AI
  • Q2. Difference between mvvm and mvp
  • Ans. 

    MVVM focuses on data binding and separation of concerns, while MVP focuses on the separation of concerns between the view and the presenter.

    • MVVM stands for Model-View-ViewModel, where the ViewModel acts as an intermediary between the view and the model.

    • MVVM uses data binding to automatically update the view when the ViewModel changes.

    • MVP stands for Model-View-Presenter, where the presenter acts as an intermediary betwe...

  • Answered by AI
  • Q3. Ios related coding questions like array sorting
Round 2 - One-on-one 

(3 Questions)

  • Q1. Challenging scenarios and how you overcame it
  • Q2. Cherrypick usage
  • Ans. 

    Cherrypick usage involves selecting specific commits from one branch and applying them to another branch.

    • Cherrypick is used to apply specific commits from one branch to another branch.

    • It is useful for selectively applying changes without merging entire branches.

    • Syntax: git cherry-pick

    • Example: git cherry-pick abc123

  • Answered by AI
  • Q3. Reduce method usage in array
  • Ans. 

    Use filter method instead of reduce method to reduce usage in array of strings.

    • Use filter method to create a new array with all elements that pass a certain condition.

    • Example: const filteredArray = array.filter(item => item.length > 5);

    • Avoid using reduce method for simple filtering tasks to improve readability and performance.

  • Answered by AI

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Software Engineer Interview Questions & Answers

user image Bhumika Barad

posted on 21 Jun 2024

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

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

Round 1 - Coding Test 

Fontend developer have question about HTML, CSS and Javascript

Round 2 - Technical 

(2 Questions)

  • Q1. About project handling
  • Q2. About routing and deployments
Round 3 - HR 

(2 Questions)

  • Q1. About career goals
  • Q2. About family and future plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Need a strong knowledge about project handling and deployments

Top Robosoft Technologies Software Engineer Interview Questions and Answers

Q1. Javascript is multi threaded or single threaded?
View answer (1)

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

I applied via Campus Placement and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

There were around 130 aptitude questions which needs to solved

Round 2 - Coding Test 

There were 7 questions out of which 5 need to solved

Round 3 - Technical 

(1 Question)

  • Q1. The interviewer asked 4 coding questions which needs to be solved live
Round 4 - HR 

(1 Question)

  • Q1. It was jus telephonic HR interview

Interview Preparation Tips

Topics to prepare for Robosoft Technologies Software Engineer Trainee interview:
  • C Crash Course
  • Top 100 Codes
Interview preparation tips for other job seekers - Confidence is the key and nothing else.
If you confident enough,then half the battle is done.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 hr
2 coding questions 4 test cases each

Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Role discussion

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Robosoft Technologies interview questions for popular designations

 Software Engineer

 (11)

 Software Engineer Trainee

 (3)

 Technical Lead

 (3)

 Android Developer

 (2)

 QA Engineer

 (2)

 Senior Software Engineer

 (2)

 Software Developer

 (2)

 Assistant Manager

 (1)

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. React and JavaScript basics
  • Q2. Explain the concept of Virtual DOM
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM that allows for efficient updates and rendering in web applications.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing direct manipulation of the actual DOM.

    • When changes are made to the virtual DOM, a comparison is done with the actual DOM to identify the minimal updates needed, reducing re-renders.

    • This approach helps in optimi...

  • Answered by AI
  • Q3. JavaScript Map, filter method

Skills evaluated in this interview

Top Robosoft Technologies Software Engineer Interview Questions and Answers

Q1. Javascript is multi threaded or single threaded?
View answer (1)

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

Get interview-ready with Top Robosoft Technologies Interview Questions

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

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a string using recursion
  • Ans. 

    Recursively reverse a string by swapping characters at opposite ends.

    • Create a base case for when the string length is 0 or 1.

    • Recursively call the function with the substring excluding the first and last characters.

    • Swap the first and last characters in each recursive call.

  • Answered by AI
  • Q2. Difference between lazy and lateinit
  • Ans. 

    lazy is a property delegate that initializes the value only when accessed, while lateinit is a modifier that indicates a non-null property will be initialized before being accessed.

    • lazy is used for properties that are expensive to initialize and may not be needed, while lateinit is used for properties that must be initialized before being accessed.

    • lazy properties are initialized the first time they are accessed, while ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company

Skills evaluated in this interview

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About List, Array, Map depth
Round 2 - Technical 

(1 Question)

  • Q1. Kotlin related questions
Round 3 - HR 

(1 Question)

  • Q1. Asked about previous experience

Top Robosoft Technologies Software Engineer Interview Questions and Answers

Q1. Javascript is multi threaded or single threaded?
View answer (1)

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 (169)
Round 1 - College campus 

(2 Questions)

  • Q1. Basic logical questions
  • Q2. Apti, gd, technical, HR
Round 2 - Group Discussion 

If social media kills our interaction or not

Round 3 - Technical 

(1 Question)

  • Q1. Logical questions and its related
Round 4 - HR 

(1 Question)

  • Q1. Who is ur role model
  • Ans. 

    My role model is Elon Musk, a visionary entrepreneur who has revolutionized multiple industries.

    • Elon Musk is known for his ambitious goals and determination to make them a reality.

    • He co-founded PayPal, Tesla Motors, SpaceX, Neuralink, and The Boring Company.

    • Musk's leadership and innovation have inspired me to think big and push boundaries in my own work.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some logical thinking. Its easy to crack

Software Engineer II Interview Questions asked at other Companies

Q1. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the top 3 horses?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of React library, JSX, virtual DOM, lifecycle methods, hooks
  • Q2. Print duplicate values in an array
  • Ans. 

    Print duplicate values in an array

    • Iterate through the array and use a hash map to track the frequency of each element

    • Print the elements with a frequency greater than 1

  • Answered by AI

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)

Work from home Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2022

I applied via Approached by Company and was interviewed in Jun 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why should we hire you?
Round 2 - Technical 

(3 Questions)

  • Q1. What is the full form of SDLC?
  • Ans. The full form of SDLC is Software Development Life cycle. It is a well-known process that provides quality software products in short time
  • Answered Anonymously
  • Q2. Name some popular operating systems
  • Ans. Microsoft,osx Linux, and windows are some popular operating systems.
  • Answered Anonymously
  • Q3. What is Artificial intelligence?
  • Ans. Artificial intelligence is a technology that is used in computer science. It is used for creating an intelligent machine that can behave like a human it can solve any task
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Robosoft Technologies Work from home interview:
  • Computer Operating
  • Tteam work
Interview preparation tips for other job seekers - Best for naukri.com app. Apply your resume in this app then you search the comapany and apply it .

Skills evaluated in this interview

Robosoft Technologies Interview FAQs

How many rounds are there in Robosoft Technologies interview?
Robosoft Technologies interview process usually has 2-3 rounds. The most common rounds in the Robosoft Technologies interview process are Technical, HR and Aptitude Test.
How to prepare for Robosoft 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 Robosoft Technologies. The most common topics and skills that interviewers at Robosoft Technologies expect are Javascript, Java, Python, SQL and AWS.
What are the top questions asked in Robosoft Technologies interview?

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

  1. What is the use of static keywo...read more
  2. What is the full form of SD...read more
  3. What is Artificial intelligen...read more
How long is the Robosoft Technologies interview process?

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

Tell us how to improve this page.

Robosoft Technologies Interview Process

based on 37 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Coforge Interview Questions
3.3
 • 509 Interviews
Cyient Interview Questions
3.7
 • 281 Interviews
View all

Robosoft Technologies Reviews and Ratings

based on 275 reviews

3.4/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.3

Salary

2.9

Job security

3.3

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 275 Reviews and Ratings
Software Engineer
306 salaries
unlock blur

₹4.8 L/yr - ₹17 L/yr

Senior Software Engineer
288 salaries
unlock blur

₹8.2 L/yr - ₹29 L/yr

Associate Software Engineer
108 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Technical Lead
74 salaries
unlock blur

₹13.8 L/yr - ₹36 L/yr

Software Developer
44 salaries
unlock blur

₹5.2 L/yr - ₹10 L/yr

Explore more salaries
Compare Robosoft Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

LTIMindtree

3.8
Compare

Mphasis

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