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

Clear (1)

Addverb Technologies Intern Interview Questions, Process, and Tips

Updated 7 Nov 2024

Top Addverb Technologies Intern Interview Questions and Answers

  • Q1. Explain how different kind of motions are achieved in a Drone
  • Q2. 1. how is motor connected to PLC 2.use of PID controller 3. which motor is used in fans 4. Inrush current 5. Is starting current more or running current
  • Q3. What is polymorphism in C++?

Addverb Technologies Intern Interview Experiences

4 interviews found

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 & 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

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2023

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

I applied via campus placement at Banasthali University and was interviewed in Mar 2023. There were 4 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. 1. how is motor connected to PLC 2.use of PID controller 3. which motor is used in fans 4. Inrush current 5. Is starting current more or running current
  • Ans. 

    Motor is connected to PLC using motor starters or variable frequency drives. PID controller is used for precise control. Fans typically use induction motors. Inrush current is the initial surge of current when a motor starts. Starting current is usually higher than running current.

    • Motor is connected to PLC using motor starters or variable frequency drives

    • PID controller is used for precise control of motor speed or posi...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1. General electrical questions -difference between earthing and grounding. -frequency of volt in home supply and why? -voltage of power supply in homes? 2. Diff b/w -AC & DC motor -1 phase and 3 phase m...
Round 4 - HR 

(1 Question)

  • Q1. 1. Biggest achievements 2. why do you want to work here 3. strengths and weakness 4. example where you have used your strength qualities 5. about family

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 28 May 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Subject related questions from the stated field
Round 2 - HR 

(1 Question)

  • Q1. Explaination on company culture and joining process

Addverb Technologies interview questions for designations

 Engineer

 (1)

 General Manager

 (1)

 Senior Manager

 (1)

 Senior Technical Manager

 (1)

 Project Trainee Engineer

 (1)

 Internship Trainee

 (1)

 Store Kipper

 (1)

 ITI Electrician

 (1)

Interview questions from similar companies

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.

I was interviewed 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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy test was conducted at our college

Round 2 - HR 

(3 Questions)

  • Q1. Why do you like data?
  • Ans. 

    I like data because it allows me to uncover insights, make informed decisions, and solve complex problems.

    • Data helps me understand trends and patterns in various industries.

    • I enjoy using data to drive business strategies and improve processes.

    • Analyzing data allows me to make evidence-based decisions and solve real-world problems.

    • Data visualization helps me communicate findings effectively to stakeholders.

  • Answered by AI
  • Q2. Why do you want to join Honeywell?
  • Q3. Where do you see yourself in 5 yrs?

Interview Preparation Tips

Interview preparation tips for other job seekers - Study data science thoroughly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1. How would you deal with time series data
  • Ans. 

    Time series data can be analyzed using techniques like smoothing, decomposition, forecasting, and anomaly detection.

    • Use smoothing techniques like moving averages to remove noise and identify trends.

    • Apply decomposition methods like seasonal decomposition of time series (STL) to separate trend, seasonality, and residual components.

    • Utilize forecasting models such as ARIMA, SARIMA, or Prophet to predict future values.

    • Imple...

  • Answered by AI
  • Q2. 2. How would you handle missing data in time series data
  • Ans. 

    Handle missing data in time series data by imputation, interpolation, or deletion.

    • Impute missing values using mean, median, mode, or predictive modeling techniques.

    • Interpolate missing values using linear interpolation, spline interpolation, or time-based interpolation.

    • Delete rows with missing values if they are few and do not significantly impact the analysis.

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. DSA Questions on arrays stuff, linked list.
  • Q2. Some very basic OS and DBMS questions
  • Q3. Why you wanna join Honeywell?

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest and answer prominiently
Contribute & help others!
anonymous
You can choose to be anonymous

Addverb Technologies Interview FAQs

How many rounds are there in Addverb Technologies Intern 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.
What are the top questions asked in Addverb Technologies Intern interview?

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

  1. Explain how different kind of motions are achieved in a Dr...read more
  2. 1. how is motor connected to PLC 2.use of PID controller 3. which motor is used...read more
  3. What is polymorphism in C...read more

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Incture Technologies

No Interviews

INTERVIEWS

Goldman Sachs

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Cognizant

No Interviews

SALARIES

Aditya Birla Capital

No Salaries

Tell us how to improve this page.

Addverb Technologies Intern Interview Process

based on 6 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

ABB Interview Questions
4.1
 • 233 Interviews
Falcon Autotech Interview Questions
3.9
 • 44 Interviews
Wipro PARI Interview Questions
3.4
 • 43 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
View all

Fast track your campus placements

View all

Addverb Technologies Intern Reviews and Ratings

based on 9 reviews

4.5/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

4.1

Salary

4.1

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 9 Reviews and Ratings
Junior Engineer
171 salaries
unlock blur

₹2.6 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