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 Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Addverb Technologies Interview Questions and Answers

View all 38 questions

Addverb Technologies Interview Experiences

Popular Designations

54 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Resume and project based + basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Tech round with director of mobile engineering
Round 3 - Leadership 

(1 Question)

  • Q1. Basic questions about resume and projects
Round 4 - HR 

(1 Question)

  • Q1. Resume based and personality based

Project Trainee Engineer Interview Questions asked at other Companies

Q1. How to find a number missing in the list of continuous n natural number.
View answer (2)

Digital jedi Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2024

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

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

Round 1 - Aptitude Test 

1 coding problem and aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Basic of OOPS, java and DBMS mostly SQL
  • Q2. Question on array and linked list
  • Q3. What are TCL in SQL
  • Ans. 

    TCL stands for Transaction Control Language in SQL, used to manage transactions in a database.

    • TCL commands include COMMIT, ROLLBACK, and SAVEPOINT.

    • COMMIT is used to save changes made in a transaction.

    • ROLLBACK is used to undo changes made in a transaction.

    • SAVEPOINT is used to set a point in a transaction to which you can later roll back.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Basic Hr quesstions
  • Q2. Why addverb she asked not to give bookish answer

Skills evaluated in this 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 Oct 2024. There were 2 interview rounds.

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. Just based on resume
Round 2 - Interview 

(4 Questions)

  • Q1. Tell me about your projects
  • Ans. 

    I have worked on various projects including web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for tracking daily expenses

    • Performed data analysis on customer feedback data using Python and SQL

  • Answered by AI
  • Q2. He gave me a DSA question.
  • Q3. Asked about oops concepts
  • Q4. Asked about dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - It was on campus drive, first round was resume shortlisting. Then I was selected and second round was technical interview round. They asked medium DSA questions, some basic cs fundamentals and brief about projects.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
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 asked at other Companies

Q1. Difference between Deep Learning and Reinforcement Learning, scenario where each should be preferred or not preferred.
View answer (1)

Addverb Technologies interview questions for popular designations

 Intern

 (4)

 Software Developer

 (3)

 Application Developer

 (2)

 Graduate Engineer Trainee (Get)

 (2)

 Robotics Engineer

 (2)

 Aftermarket Engineer

 (1)

 Assistant Professor

 (1)

 Corporate Communication Executive

 (1)

Software Developer Interview Questions & Answers

user image Avantika Raina

posted on 4 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About projects, how do they work, what all have you implemented
  • Q2. One simple question on average of array elements

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Addverb Technologies Interview Questions

Intern Interview Questions & Answers

user image Sanskriti Deolia

posted on 23 Oct 2024

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 Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Power transmission
Round 2 - Technical 

(1 Question)

  • Q1. Electric grid stability
Round 3 - HR 

(1 Question)

  • Q1. Where you see yourself

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Jobs at Addverb Technologies

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

(2 Questions)

  • Q1. What is a mailing machine
  • Q2. What is the lathe machine

Interview Preparation Tips

Interview preparation tips for other job seekers - Please 🙏

Diploma Mechanical Engineer Interview Questions asked at other Companies

Q1. What is the second law of thermodynamics?
View answer (14)

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

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

I was interviewed in May 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism in C++?
  • Ans. 

    Polymorphism in C++ allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through virtual functions and function overriding.

    • It allows for more flexibility and extensibility in code.

    • Example: A base class 'Shape' with virtual function 'draw', and derived classes 'Circle' and 'Square' that override 'draw'.

  • Answered by AI
  • Q2. Explain how different kind of motions are achieved in a Drone
  • Ans. 

    Different motions in a drone are achieved through varying the speed and direction of the propellers.

    • Changing the speed of the propellers controls the altitude of the drone.

    • Varying the speed of propellers on different sides of the drone allows it to move forward, backward, left, or right.

    • Adjusting the speed of the propellers diagonally creates rotational motion for turning.

    • Combining these motions enables the drone to pe

  • Answered by AI
  • Q3. Linux Commands?
  • Q4. Explain PID controller and its tunning.
  • Ans. 

    PID controller is a control loop feedback mechanism used in systems to control process variables.

    • PID stands for Proportional, Integral, Derivative.

    • Proportional term responds to the current error.

    • Integral term corrects the accumulated error over time.

    • Derivative term predicts future error based on current rate of change.

    • Tuning involves adjusting the three parameters (P, I, D) to achieve desired system response.

    • Example: I...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about basics of plc??
  • Ans. 

    PLC stands for Programmable Logic Controller, used in industrial automation to control machinery and processes.

    • PLC is a digital computer used for automation of electromechanical processes.

    • It uses a programmable memory to store instructions and specific functions.

    • PLCs are commonly used in manufacturing plants, assembly lines, and robotic devices.

    • They can be programmed using ladder logic, function block diagrams, or stru...

  • Answered by AI
  • Q2. Tell something about industrial automation??
  • Ans. 

    Industrial automation involves the use of control systems such as robots and computers to handle different processes and machinery in an industrial setting.

    • Industrial automation helps improve efficiency and productivity by reducing human intervention in repetitive tasks.

    • It involves the use of sensors, actuators, and controllers to monitor and control various processes.

    • Examples of industrial automation include automated...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm

Skills evaluated in this interview

Junior Engineer Electrical Interview Questions asked at other Companies

Q1. Transformer working principle, what oil use in Transformer, oil not add what happen.
View answer (1)

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and tell about internship
  • Ans. 

    I am a motivated and experienced sales professional with a background in internships focused on developing strong customer relationships and driving revenue growth.

    • Completed a sales internship at XYZ Company where I learned about prospecting, cold calling, and closing deals

    • Implemented a successful sales strategy that resulted in a 20% increase in sales during my internship

    • Received positive feedback from clients for my

  • Answered by AI
  • Q2. Marketing related questions

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (15)

Addverb Technologies Interview FAQs

How many rounds are there in Addverb Technologies interview?
Addverb Technologies interview process usually has 2-3 rounds. The most common rounds in the Addverb Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for Addverb 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 Addverb Technologies. The most common topics and skills that interviewers at Addverb Technologies expect are Automation Testing, PLC, AutoCAD, Python and Robotics.
What are the top questions asked in Addverb Technologies interview?

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

  1. What do you know about G - code or M - code...read more
  2. What is the role of cnc machines in the comp...read more
  3. Explain how different kind of motions are achieved in a Dr...read more
How long is the Addverb Technologies interview process?

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

Tell us how to improve this page.

Addverb Technologies Interview Process

based on 56 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

ABB Interview Questions
4.1
 • 231 Interviews
Falcon Autotech Interview Questions
4.0
 • 44 Interviews
Wipro PARI Interview Questions
3.4
 • 43 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Systemantics Interview Questions
4.9
 • 3 Interviews
View all

Fast track your campus placements

View all

Addverb Technologies Reviews and Ratings

based on 397 reviews

3.9/5

Rating in categories

3.9

Skill development

3.6

Work-life balance

4.0

Salary

3.6

Job security

3.7

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 397 Reviews and Ratings
Associate Director | Sales

Noida,

Ahmedabad

+1

3-7 Yrs

Not Disclosed

Lead Software Engineer - Software

Noida

5-8 Yrs

Not Disclosed

Lead Business Analyst - Software

Noida

5-7 Yrs

Not Disclosed

Explore more jobs
Junior Engineer
172 salaries
unlock blur

₹2.2 L/yr - ₹6.1 L/yr

Engineer
101 salaries
unlock blur

₹3.4 L/yr - ₹12 L/yr

Manager
61 salaries
unlock blur

₹7.8 L/yr - ₹17 L/yr

Automation Engineer
52 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Software Engineer
48 salaries
unlock blur

₹5.7 L/yr - ₹17.4 L/yr

Explore more salaries
Compare Addverb Technologies with

Grey Orange

3.2
Compare

The Hi-tech Robotic Systemz

3.6
Compare

Systemantics

4.9
Compare

ABB

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