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 Technical Lead Interview Questions and Answers

Updated 1 May 2024

Addverb Technologies Technical Lead Interview Experiences

1 interview found

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Previous experience

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Past project description
  • Q2. Identify design pattern from use case
  • Ans. 

    Factory pattern for creating objects based on input

    • Identify the need for creating objects based on input

    • Create a factory class with methods for creating objects

    • Use the factory class to create objects based on input

  • Answered by AI
  • Q3. Commonly used linux commands
  • Ans. 

    Commonly used Linux commands include ls, cd, mkdir, rm, cp, mv, grep, and chmod.

    • ls - list directory contents

    • cd - change directory

    • mkdir - make directories

    • rm - remove files or directories

    • cp - copy files or directories

    • mv - move or rename files or directories

    • grep - search for a pattern in a file

    • chmod - change file permissions

  • Answered by AI
  • Q4. Behavioral interview questions

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

The aptitude test is beneficial and somewhat easy.

Round 2 - Coding Test 

The coding test was both successful and somewhat challenging.

Round 3 - Group Discussion 

Group discussions are highly beneficial.

Round 4 - Technical 

(2 Questions)

  • Q1. What is the concept of Object-Oriented Programming (OOP) in Python?
  • Ans. 

    Object-Oriented Programming (OOP) in Python is a programming paradigm based on objects and classes to structure code effectively.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: class Dog with attributes and methods.

    • Inheritance: Mechanism to create a new class using properties of an existing class. Example: class Bulldog inherits from class Dog.

    • Polymorphism: Ability to...

  • Answered by AI
  • Q2. What can you tell me about machine learning algorithms?
  • Ans. 

    Machine learning algorithms enable computers to learn from data and make predictions or decisions without explicit programming.

    • Supervised Learning: Algorithms learn from labeled data. Example: Linear Regression for predicting house prices.

    • Unsupervised Learning: Algorithms identify patterns in unlabeled data. Example: K-Means Clustering for customer segmentation.

    • Reinforcement Learning: Algorithms learn by interacting wi...

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What makes you a suitable candidate for this position?
  • Ans. 

    I possess a blend of relevant skills, experience, and a strong commitment to contributing positively to your team.

    • Strong analytical skills: In my previous role, I successfully analyzed market trends to improve product positioning.

    • Team collaboration: I led a project team that increased efficiency by 20% through effective communication and delegation.

    • Adaptability: I quickly learned new software tools that enhanced our wo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply prepare the items listed in your resume, and always maintain confidence, regardless of whether you know the answers to the questions or not.

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

I applied via Referral and was interviewed before Jun 2021. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Your identified development ar Expectations from New role and organisations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, do not make things up.
Ingenuity can be caught easily

I applied via Naukri.com and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPs concepts and program on linked list reversal and c pointer concepts
Round 2 - Technical 

(1 Question)

  • Q1. OOPs concepts,C basis, IPC and signals
Round 3 - Technical 

(1 Question)

  • Q1. OOPs concepts, c basics, data structures
Round 4 - HR 

(5 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have gone though 3 levels of technical interviews followed by manageral discussion and HR discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Paper based aptitude and technical tests.

Round 2 - Assignment 

CAD test of coffee jar, filter and lid.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Personal, professional and experience based questions. Basic technical questions on design methodologies and documentation eg: FMEA, GD&T, Tolerance stack up, manufacturing process oriented questions etc.
  • Q2. Explain project mentioned on resume, what was your contribution to this project?
  • Ans. 

    Led a team to develop a new mobile app for tracking fitness goals and progress.

    • Responsible for project planning, setting milestones, and delegating tasks to team members

    • Collaborated with designers to create user-friendly interface and features

    • Implemented feedback from beta testing to improve app functionality

    • Managed project timeline and budget to ensure successful completion

  • Answered by AI
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 2 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 

(2 Questions)

  • Q1. Knowledge about automation and conveyor system
  • Q2. Conveyors, bearings, alignment sequence

Interview Preparation Tips

Interview preparation tips for other job seekers - Eco-friendly environment to work and appreciate by the senior management on good efforts make by individuals
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Can you provide details about your background and explain your reasons for wanting to switch jobs?
  • Ans. 

    I have a background in project management and am seeking a new challenge in a leadership role.

    • Background in project management

    • Seeking new challenge in leadership role

    • Desire for growth and development

  • Answered by AI
Round 2 - Assignment 

Depends on number of years of experience and salary expectation CAD test will be conducted for approx. 3 hours.

Round 3 - Aptitude Test 

Question on the CAD software and Basic engineering questions such as Power calculation, Weight of given volume, Force calculation etc.

Round 4 - One-on-one 

(1 Question)

  • Q1. Not yet invited.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient and keep learning.

Addverb Technologies Interview FAQs

How many rounds are there in Addverb Technologies Technical Lead interview?
Addverb Technologies interview process usually has 1 rounds. The most common rounds in the Addverb Technologies interview process are One-on-one Round.
How to prepare for Addverb Technologies Technical Lead 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 Linux, C++, Python, Angular and Control System.

Tell us how to improve this page.

Addverb Technologies Technical Lead Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Addverb Technologies Technical Lead Salary
based on 19 salaries
₹12 L/yr - ₹32.4 L/yr
7% more than the average Technical Lead Salary in India
View more details

Addverb Technologies Technical Lead Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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