Upload Button Icon Add office photos
Engaged Employer

i

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

LogicMonitor Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 74 Reviews

Filter interviews by

LogicMonitor Senior Software Engineer Interview Questions, Process, and Tips

Updated 16 Oct 2024

Top LogicMonitor Senior Software Engineer Interview Questions and Answers

  • Q1. What is diff between cyclicBarrier and countDownLatch?
  • Q2. what is diff between JPARepository and CURDRepository?
  • Q3. Coding question related find 3nd highest number with single loop and minimum time complexity.

LogicMonitor Senior Software Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

First round will be coding test which will have Core java questions

Round 2 - Technical 

(4 Questions)

  • Q1. Type of Class Loaders available in java
  • Ans. 

    Java has three types of class loaders: Bootstrap Class Loader, Extension Class Loader, and System Class Loader.

    • Bootstrap Class Loader loads core Java classes located in the bootstrap classpath.

    • Extension Class Loader loads classes from the extensions directory.

    • System Class Loader loads classes from the classpath specified by the CLASSPATH environment variable.

  • Answered by AI
  • Q2. Coding question related find 3nd highest number with single loop and minimum time complexity.
  • Ans. 

    Use a single loop to find the 3rd highest number in an array with minimum time complexity.

    • Iterate through the array and keep track of the three highest numbers encountered so far.

    • Update the three highest numbers as you iterate through the array.

    • Return the third highest number once the loop is completed.

  • Answered by AI
  • Q3. What is diff between cyclicBarrier and countDownLatch?
  • Ans. 

    CyclicBarrier allows a group of threads to wait at a barrier until all threads have reached it, while CountDownLatch allows one or more threads to wait until a set of operations being performed in other threads completes.

    • CyclicBarrier is reusable, while CountDownLatch is not.

    • CyclicBarrier allows all threads to wait for each other, while CountDownLatch allows one thread to wait for others.

    • CyclicBarrier resets automatica...

  • Answered by AI
  • Q4. What is diff between JPARepository and CURDRepository?
  • Ans. 

    JPARepository is a Spring Data interface for JPA-based repositories, while CRUDRepository is a generic interface for CRUD operations.

    • JPARepository extends CRUDRepository and provides additional JPA-specific methods.

    • CRUDRepository is a generic interface for CRUD operations on a repository.

    • JPARepository is typically used for JPA-based repositories, while CRUDRepository can be used for any type of repository.

    • JPARepository...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Second round is pending

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2022. 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 

(5 Questions)

  • Q1. Basic Java Questions
  • Q2. Coding, OOPS, Collections
  • Q3. L2 : Techno Manager Round
  • Q4. Project Overview
  • Q5. Spring Boot, Quarkus

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much of compensation

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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How google.com works
  • Ans. 

    Google.com is a search engine that uses web crawlers to index websites and algorithms to rank search results.

    • Google uses web crawlers to index websites and store information in its database.

    • Algorithms are used to rank search results based on relevance and popularity.

    • Google also uses personalized search results based on user data and location.

    • Google's homepage is simple and fast-loading to provide a user-friendly experi

  • Answered by AI
  • Q2. How rest works, in array of 500 elements give top 15 elements discussion about complexities

Interview Preparation Tips

Interview preparation tips for other job seekers - try to be clear and correct on every information you provide

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium level question

Round 2 - Technical 

(1 Question)

  • Q1. Coding round related to Data structures
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.
Round 1 - Coding Test 

Code Test Will be based on your Skill set Like oracle / Java etc --

Round 2 - One-on-one 

(1 Question)

  • Q1. Analytical function and Concepts .. Interview is basically Scenario Based not straight forward. Attitude of the Interviewers are right and seems supportive.

Interview Preparation Tips

Interview preparation tips for other job seekers - They will take lot of round sometime panel wont be available some time they will extend your interview to multiple rounds very slow process .
One Advice to HR build confidence of the Interview stream line interview process .

LogicMonitor Interview FAQs

How many rounds are there in LogicMonitor Senior Software Engineer interview?
LogicMonitor interview process usually has 2-3 rounds. The most common rounds in the LogicMonitor interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for LogicMonitor Senior 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 LogicMonitor. The most common topics and skills that interviewers at LogicMonitor expect are SQL, MySQL, Linux, Agile and Open Source.
What are the top questions asked in LogicMonitor Senior Software Engineer interview?

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

  1. What is diff between cyclicBarrier and countDownLat...read more
  2. what is diff between JPARepository and CURDReposito...read more
  3. Coding question related find 3nd highest number with single loop and minimum ti...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 LogicMonitor interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
LogicMonitor Senior Software Engineer Salary
based on 52 salaries
₹15 L/yr - ₹31.9 L/yr
56% more than the average Senior Software Engineer Salary in India
View more details

LogicMonitor Senior Software Engineer Reviews and Ratings

based on 4 reviews

3.6/5

Rating in categories

2.9

Skill development

3.9

Work-Life balance

3.7

Salary & Benefits

3.7

Job Security

4.3

Company culture

3.9

Promotions/Appraisal

2.9

Work Satisfaction

Explore 4 Reviews and Ratings
Software Engineer
66 salaries
unlock blur

₹9 L/yr - ₹20.2 L/yr

Senior Software Engineer
52 salaries
unlock blur

₹15 L/yr - ₹31.9 L/yr

Senior Automation Engineer
28 salaries
unlock blur

₹16.4 L/yr - ₹27.7 L/yr

Associate Software Engineer
23 salaries
unlock blur

₹7.7 L/yr - ₹11.4 L/yr

UI Engineer
19 salaries
unlock blur

₹8 L/yr - ₹18.7 L/yr

Explore more salaries
Compare LogicMonitor with

Freshworks

3.5
Compare

Zoho

4.3
Compare

ManageEngine

1.4
Compare

InMobi

3.6
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