Upload Button Icon Add office photos
Engaged Employer

i

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

Brevo Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 50 Reviews

Filter interviews by

Brevo Senior Software Engineer Interview Questions and Answers

Updated 18 Sep 2024

Brevo Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. GOUROUTINES USES
  • Ans. 

    Goroutines are lightweight threads managed by Go runtime, allowing concurrent execution of functions.

    • Goroutines are created using the 'go' keyword in Go programming language.

    • They are used for concurrent programming, allowing multiple functions to run simultaneously.

    • Goroutines are more efficient than traditional threads due to their lightweight nature.

    • Example: go myFunction()

    • Example: Using goroutines to process multiple

  • Answered by AI
  • Q2. DSA QUESTIONS RELATED TO GOLANG
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to your tech stack
  • Q2. Mongo , golang nodejs

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more

Interview questions from similar companies

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

(1 Question)

  • Q1. What is your experience
  • Ans. 

    I do not have experience in the field of marketing.

    • I have primarily focused on software development and engineering roles throughout my career.

    • While I have worked closely with marketing teams on projects, my expertise lies in software development.

    • I have not directly worked in marketing roles or projects.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. There werent specific questions
  • Q2. Just a code challenge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. Why you choose Newt ?
  • Ans. 

    I chose Newt because of its advanced features, user-friendly interface, and strong community support.

    • Advanced features such as real-time collaboration and automated testing

    • User-friendly interface that makes it easy to navigate and use

    • Strong community support for troubleshooting and sharing best practices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and thorough with what you know. Don't bluff, even if you are guessing things, you should make interviewer understand that you are not sure about the answer but based on your understanding you want to answer. Things are pretty simple when we don't lie and don't pretend.
keep smiling faces, clean shaved and formally dressed with polished formal shoes.
The way you communicate is important in this organization. You should be able to express yourself but don't over do !
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is content security Policy
  • Ans. 

    Content Security Policy (CSP) is a security standard that helps prevent cross-site scripting (XSS) attacks by allowing website owners to control which resources can be loaded on their site.

    • CSP is implemented using an HTTP header that specifies approved sources of content such as scripts, stylesheets, images, fonts, and more.

    • It helps protect against XSS attacks by restricting the sources from which certain types of cont...

  • Answered by AI
  • Q2. React question to have directory sturcture listing

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How to identify if a queue is circular
  • Ans. 

    A circular queue can be identified by checking if the rear pointer is one position behind the front pointer.

    • Check if rear pointer is one position behind front pointer

    • Check if front pointer is at index 0 and rear pointer is at index n-1 in an array of size n

    • Check if front pointer is at index rear+1 modulo n in an array of size n

  • Answered by AI
Round 2 - System design 

(1 Question)

  • Q1. Design notification system
  • Ans. 

    Design a notification system for a software application.

    • Identify the types of notifications needed (e.g. email, SMS, in-app)

    • Consider the frequency and urgency of notifications

    • Implement a notification queue to handle multiple notifications

    • Include user preferences for notification settings

    • Utilize push notifications for real-time updates

  • Answered by AI
Round 3 - Coding Test 

Write multiple polyfills for array

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank test. Basic coding questions on arrays, list etc.

Round 2 - Technical 

(1 Question)

  • Q1. Interactive session. Theoritical questions on oops, multithreading, springboot, java8 and few coding questions.
Round 3 - Technical 

(1 Question)

  • Q1. Design round. Questions on system design and best practices to be followed while developing any service. Few managerial questions as well.
Round 4 - HR 

(1 Question)

  • Q1. Profile related questions and salary discussion.

Interview Preparation Tips

Topics to prepare for Bottomline Senior Software Engineer interview:
  • Java8 and above
  • Data structure
  • Springboot
Interview preparation tips for other job seekers - Practice coding questions on java8 functions and few mid level data-structures based questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About company values
Round 2 - Technical 

(1 Question)

  • Q1. UML class diagram
  • Ans. 

    UML class diagram is a visual representation of classes, attributes, methods, and relationships in a system.

    • Classes are represented as boxes with three compartments for class name, attributes, and methods.

    • Attributes are listed in the second compartment with their data types.

    • Methods are listed in the third compartment with their parameters and return types.

    • Relationships between classes are shown using lines with arrows ...

  • Answered by AI
Round 3 - Group Discussion 

Competency based questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4. Spring/ Spring boot basic question. 5. Hibernate basic interview question. 6. Some behavioral question.
  • Ans. 

    This is a list of questions asked in an interview for Senior Software Engineer position.

    • 1. Pattern print code: Write a code to print a specific pattern using loops.

    • 2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.

    • 3. Java basic question: Provide a basic question related to Java programming language.

    • 4. Spring/Spring Boot basic question: Give an example of a basic question rel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Basics .net , c#, sql
Round 2 - Technical 

(1 Question)

  • Q1. Current Project Details, Roles and some technical questions too
Round 3 - HR 

(1 Question)

  • Q1. Package Discussion and Other basic details

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your basics are strong and should be confident to explain about the current project and its technical details.

Brevo Interview FAQs

How many rounds are there in Brevo Senior Software Engineer interview?
Brevo interview process usually has 1 rounds. The most common rounds in the Brevo interview process are One-on-one Round.
What are the top questions asked in Brevo Senior Software Engineer interview?

Some of the top questions asked at the Brevo Senior Software Engineer interview -

  1. GOUROUTINES U...read more
  2. DSA QUESTIONS RELATED TO GOL...read more
  3. Mongo , golang nod...read more

Tell us how to improve this page.

Brevo Senior Software Engineer Salary
based on 57 salaries
₹12 L/yr - ₹38.1 L/yr
65% more than the average Senior Software Engineer Salary in India
View more details

Brevo Senior Software Engineer Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

3.5

Skill development

4.7

Work-Life balance

3.6

Salary & Benefits

4.7

Job Security

4.3

Company culture

2.7

Promotions/Appraisal

3.8

Work Satisfaction

Explore 5 Reviews and Ratings
Software Engineer
84 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Senior Software Engineer
57 salaries
unlock blur

₹12 L/yr - ₹38 L/yr

Software Developer
14 salaries
unlock blur

₹8 L/yr - ₹17 L/yr

Lead Engineer
14 salaries
unlock blur

₹18.5 L/yr - ₹33 L/yr

QA Engineer
12 salaries
unlock blur

₹6.5 L/yr - ₹11.1 L/yr

Explore more salaries
Compare Brevo with

Constant Contact

5.0
Compare

MoEngage

4.0
Compare

CleverTap

3.7
Compare

WebEngage

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview