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
3.9

based on 385 Reviews

Filter interviews by

Addverb Technologies Software Engineer Interview Questions and Answers

Updated 11 Jul 2023

Addverb Technologies Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Jul 2022. 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 tips
Round 2 - Aptitude Test 

Some basic aptitude questions on hackerearth can be learned from frequently asked questions

Round 3 - Coding Test 

Covering lot of different topics of computer science

Round 4 - One-on-one 

(3 Questions)

  • Q1. 1:1 with Senior Manager
  • Q2. Everything in resume
  • Q3. Testing knowledge about software systems and basics of linux, coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Though the interview lasted an hour, the selection was based on CGPA only. The job description was very generic while selection and later better roles were given to students from bigger colleges on the date of joining

Interview questions from similar companies

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions were given and all should have to be passed for the next round

Round 2 - Technical 

(2 Questions)

  • Q1. It was based purely on resume
  • Q2. No hr. Only technical round
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain the difference between a stack and a queue and provide a real-world example where each would be used.
  • Ans. 

    A stack is a Last In First Out (LIFO) data structure, while a queue is a First In First Out (FIFO) data structure.

    • Stack: LIFO - Last In First Out. Example: browser history where the last page visited is the first to be accessed.

    • Queue: FIFO - First In First Out. Example: a line at a grocery store where the first person in line is the first to be served.

  • Answered by AI
  • Q2. Given an array of integers, write a function to find the two numbers that add up to a specific target. How would you optimize this solution?
  • Ans. 

    Function to find two numbers in array that add up to target. Optimize solution.

    • Use a hash map to store each number and its index as you iterate through the array.

    • For each number, check if the difference between the target and the number exists in the hash map.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with coding challenges, especially related to arrays, linked lists, and trees.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding Questions on Golang
  • Q2. Questions on Docker
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dr DY Patil Institute of Management and Research, Pune and was interviewed in Nov 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 tips
Round 2 - Aptitude Test 

Basic aptitude questions

Round 3 - Group Discussion 

Topic was "which is best work from home or work from office?"

Round 4 - Technical 

(2 Questions)

  • Q1. Questions about html, css and javascript
  • Q2. Questions based on resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Building selection system using best practices in C# dot net, SOLID principle, Design Patterns.
It was above average difficult question and time was less. But they were ok to give more time to complete the system. lasted around 4 hours

Round 2 - Aptitude Test 

Asked questions about previous experience and my aptitude. they were keep to know if I am ok to work in fast pace environment. lasted around 40 mins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. They have detailed questions based on conceptual clarity.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Oops concepts in c# Solid and design principles Task vs thread Difference between interface and abstract class
  • Ans. 

    OOPs concepts in C#, SOLID and design principles, Task vs Thread, Interface vs Abstract class

    • OOPs concepts in C# include encapsulation, inheritance, polymorphism, and abstraction

    • SOLID principles are Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion

    • Task is a unit of work in C# that represents an asynchronous operation, while Thread is a separate path of execution wi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Same as 1 st round with programing questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain singleton design pattern, And general questions

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Questions and coding
Round 2 - Coding Test 

30 min projects related questions

Round 3 - Technical 

(1 Question)

  • Q1. Project and behavioral questions
Round 4 - HR 

(1 Question)

  • Q1. Hr round questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Observables vs promises Lifecycle hooks Pipes
  • Ans. 

    Observables are used for handling asynchronous operations in a stream-like manner, promises are for handling a single async operation, and lifecycle hooks are methods that allow you to tap into the lifecycle of a component in Angular.

    • Observables are used in Angular for handling asynchronous operations in a stream-like manner, allowing you to work with data over time.

    • Promises are used for handling a single asynchronous ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Lazy loading Dependency injection

Skills evaluated in this interview

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

It was simple mostly asked basic coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interviewed with ceo
  • Q2. What is your background and things?
Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly technical questions were asked

Addverb Technologies Interview FAQs

How many rounds are there in Addverb Technologies Software Engineer interview?
Addverb Technologies interview process usually has 4 rounds. The most common rounds in the Addverb Technologies interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Addverb Technologies Software 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 SQL, Javascript, HTML, Angularjs and CSS.
What are the top questions asked in Addverb Technologies Software Engineer interview?

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

  1. testing knowledge about software systems and basics of linux, cod...read more
  2. Everything in res...read more

Tell us how to improve this page.

Addverb Technologies Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Addverb Technologies Software Engineer Salary
based on 48 salaries
₹5.7 L/yr - ₹16 L/yr
25% more than the average Software Engineer Salary in India
View more details

Addverb Technologies Software Engineer Reviews and Ratings

based on 14 reviews

2.8/5

Rating in categories

3.6

Skill development

2.4

Work-life balance

2.8

Salary

2.7

Job security

2.5

Company culture

2.7

Promotions

2.4

Work satisfaction

Explore 14 Reviews and Ratings
Junior Engineer
172 salaries
unlock blur

₹2.2 L/yr - ₹6.1 L/yr

Engineer
99 salaries
unlock blur

₹3.4 L/yr - ₹12 L/yr

Manager
62 salaries
unlock blur

₹7.8 L/yr - ₹17 L/yr

Automation Engineer
51 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Software Engineer
48 salaries
unlock blur

₹5.7 L/yr - ₹16 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