Upload Button Icon Add office photos
Engaged Employer

i

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

Addverb Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Addverb Technologies Robotics Engineer Interview Questions and Answers

Updated 14 Nov 2024

Addverb Technologies Robotics Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Logical thinking based coding based on arrays for loops and passing of pointers, arrays in function and returning array pointer took place on leetcode, 2nd question was based on linked list, structure implementation, reducing complexity of code, finding if linked list is circular or not with O(1) complexity.

Interview Preparation Tips

Topics to prepare for Addverb Technologies Robotics Engineer interview:
  • ROS
  • Data Structures
  • C/C++
Interview preparation tips for other job seekers - Understand the job description, requirements thoroughly and not able to understand ask it I thought interview was for embedded role but it was more for navigational and ROS based role.

Robotics Engineer Interview Questions & Answers

user image Saurabh Kumar

posted on 14 Nov 2024

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

(1 Question)

  • Q1. Tell me about youtself

Robotics Engineer Interview Questions Asked at Other Companies

asked in Ottonomy
Q1. Difference between Deep Learning and Reinforcement Learning, scen ... read more
asked in Ottonomy
Q2. What are you more comfortable with - C++ or Python?
Q3. find the logical error in the given c++ code containg try and cat ... read more
asked in Ottonomy
Q4. Experience with ROS, Linux, C++ and Python.
asked in JCB
Q5. How to change new jobs immediately.?.

Robotics Engineer Jobs at Addverb Technologies

View all

Interview questions from similar companies

I appeared for an interview in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Sorting algorithm
  • Ans. 

    A sorting algorithm is a method of arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quicksort, and heapsort.

    • Efficiency of sorting algorithms is measured by their time complexity, space complexity, and stability.

    • Example: Sorting an array of strings in alphabet

  • Answered by AI
  • Q2. Intro, why should i hire you?, inspiration from?

Interview Preparation Tips

Round: Test
Experience: An online aptitude test was taken.
Tips: Should have the knowledge regarding technical.
Duration: 1 hour
Total Questions: 45

Round: Technical Interview
Experience: Should explain the interviewer each and every detail regarding that algorithm.
Tips: Should have basic knowledge about the subject mentioned in the Area of interest column.

Round: HR Interview
Experience: Just be confident. And always praise yourself.

Skills: Technical Skill, Inter Person Communication Skills
College Name: Mody University Of Science And Technology, Sikar

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Good URI design
  • Q2. Accessing id parameter in URL
  • Ans. 

    Accessing id parameter in URL involves parsing the URL and extracting the id value.

    • Use the window.location object to access the URL of the current page.

    • Parse the URL using methods like split() or URLSearchParams to extract the id parameter.

    • Example: If the URL is 'http://example.com/page?id=123', you can access the id value by parsing the URL.

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

(2 Questions)

  • Q1. Salary expectations
  • Q2. Plan of growing up technically

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in algorithms, Java 8 / 11

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Why do you want to join this company?
  • Ans. 

    I admire your company's innovative approach and commitment to quality, which aligns with my career goals and values as a developer.

    • Your company's focus on cutting-edge technology, like AI and machine learning, excites me as I want to work on impactful projects.

    • I appreciate your commitment to professional development, such as mentorship programs, which will help me grow my skills.

    • The collaborative culture here fosters c...

  • Answered by AI
  • Q2. What are the sql constraints?
  • Ans. 

    SQL constraints are rules applied to table columns to enforce data integrity and validity.

    • PRIMARY KEY: Uniquely identifies each record in a table. Example: `CREATE TABLE Users (UserID INT PRIMARY KEY);`

    • FOREIGN KEY: Ensures referential integrity between two tables. Example: `FOREIGN KEY (UserID) REFERENCES Users(UserID)`.

    • UNIQUE: Ensures all values in a column are different. Example: `CREATE TABLE Users (Email VARCHAR(25...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a combination of Maths and Electronics basics.

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

  • Answered by AI
  • Q2. Tell me about your projects?
  • Ans. 

    I have worked on various projects including a web development project, a data analysis project, and a machine learning project.

    • Developed a website for a local business using HTML, CSS, and JavaScript.

    • Conducted data analysis on customer feedback data to identify trends and make recommendations for improvement.

    • Implemented a machine learning algorithm to predict customer churn for a telecom company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your projects, be aware of all small things that you have done in projects.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between association aggregation and composition
  • Ans. 

    Association, aggregation, and composition are types of relationships between classes in object-oriented programming.

    • Association is a relationship where two classes are connected, but not dependent on each other.

    • Aggregation is a type of association where one class contains another class, but the contained class can exist independently.

    • Composition is a stronger form of aggregation where the contained class is part of the

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. 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 - Technical 

(3 Questions)

  • Q1. C sharp basic concept
  • Q2. Explain Oops concept
  • Ans. 

    Object-oriented programming paradigm focusing on objects and classes for code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

  • Answered by AI
  • Q3. Explains oops type
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and showing only the necessary features

  • Answered by AI
Round 3 - Coding Test 

Oop s concept all give simple program noted task

Interview Preparation Tips

Interview preparation tips for other job seekers - Utthunga technology company fresher role good company and environment very tell .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Asked to create a login form using MVVM architecture with frontend WPF and backend C#

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. 1. Basic OOP Concepts 2. Difference between structure and class in terms of constructor 3. Can members of structure be defined as private 4. What's lambda function and it's real life use case 5. Difference...
  • Q2. 6. What's O(n) in time and space complexity
  • Ans. 

    O(n) refers to linear time and space complexity.

    • O(n) means that the time or space required by an algorithm grows linearly with the size of the input.

    • It implies that the algorithm's performance is directly proportional to the input size.

    • For example, if an algorithm takes 10 seconds to process 100 elements, it would take 20 seconds to process 200 elements.

    • O(n) complexity is considered efficient and desirable in most case

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basic clear and talk as much as possible

Skills evaluated in this interview

Addverb Technologies Interview FAQs

How many rounds are there in Addverb Technologies Robotics Engineer interview?
Addverb Technologies interview process usually has 1 rounds. The most common rounds in the Addverb Technologies interview process are Coding Test and Technical.
How to prepare for Addverb Technologies Robotics Engineer 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 Addverb Technologies. The most common topics and skills that interviewers at Addverb Technologies expect are C++, Linux Administration, UNIX, Automation Testing and Functional Testing.

Tell us how to improve this page.

Addverb Technologies Robotics Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Fast track your campus placements

View all
Addverb Technologies Robotics Engineer Salary
based on 8 salaries
₹5.1 L/yr - ₹14 L/yr
107% more than the average Robotics Engineer Salary in India
View more details

Addverb Technologies Robotics Engineer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

3.8

Skill development

3.2

Work-life balance

3.8

Salary

3.5

Job security

4.2

Company culture

3.4

Promotions

4.0

Work satisfaction

Explore 4 Reviews and Ratings
Junior Engineer
177 salaries
unlock blur

₹2.6 L/yr - ₹5.5 L/yr

Engineer
104 salaries
unlock blur

₹2.5 L/yr - ₹11.5 L/yr

Manager
65 salaries
unlock blur

₹7.8 L/yr - ₹18 L/yr

Automation Engineer
54 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Software Engineer
47 salaries
unlock blur

₹5.9 L/yr - ₹17.4 L/yr

Explore more salaries
Compare Addverb Technologies with

Honeywell Automation

3.8
Compare

Rockwell Automation

3.7
Compare

Wipro PARI

3.3
Compare

GKN

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