Upload Button Icon Add office photos

Filter interviews by

LOCUS Interview Questions and Answers

Updated 4 Jan 2025

LOCUS Interview Experiences

Popular Designations

5 interviews found

Software Developer Interview Questions & Answers

user image Divyansh Goyal

posted on 4 Jan 2025

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

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 DSA and some simple programming questions asked.

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to MERN
  • Q2. Question Realed to mongo DB

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

QA Engineer Interview Questions & Answers

user image Sandeep Sugumaran

posted on 14 Oct 2024

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

(1 Question)

  • Q1. Questions around testing and automations

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic discussion on what is in the resume paper and the previous experience
Round 3 - Assignment 

This would be bases on the routing or the general query

Round 4 - One-on-one 

(1 Question)

  • Q1. Assignment discussion along with some strategy questions

Customer Success Engineer Interview Questions asked at other Companies

Q1. Working of a chilled water system?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Casula Question
Round 3 - Technical 

(1 Question)

  • Q1. Technical Test of 3d

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not joined this firm

LOCUS interview questions for popular designations

 Software Developer

 (1)

 Customer Success Engineer

 (1)

 Implementation Consultant

 (1)

 QA Engineer

 (1)

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

(2 Questions)

  • Q1. They will go to ask some common questions about your future purpose and all.
  • Q2. And also ask about you dedication towards the organization

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for the interview about all the technologies which you have mentioned into your resume

Implementation Consultant Interview Questions asked at other Companies

Q1. In a factory as per govt rule how much leave is applicable
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Lazy loading in react
  • Ans. 

    Lazy loading in React is a technique used to improve performance by loading components only when they are needed.

    • Lazy loading helps reduce initial load time by splitting the code into smaller chunks.

    • React.lazy() and Suspense are commonly used for lazy loading in React.

    • Lazy loading is especially useful for large applications with many components.

  • Answered by AI
  • Q2. Cache bursting
  • Q3. Difference between == and ===
  • Ans. 

    The difference between == and === is that == checks for equality after type coercion, while === checks for equality without type coercion.

    • == is a loose equality operator that performs type coercion before comparing two values.

    • === is a strict equality operator that does not perform type coercion before comparing two values.

    • Example: 1 == '1' will return true, but 1 === '1' will return false.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic of react and redux
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a live coding round where expectation was to come up with a framework in Java from Scratch

Round 2 - Technical 

(1 Question)

  • Q1. It was a DS/Algo Round
Round 3 - Design R 

(1 Question)

  • Q1. Design Round in HLD
  • Ans. 

    Design Round in HLD involves creating a high-level design for a software system.

    • Identify the main components of the system and their interactions

    • Define the architecture of the system including layers, modules, and interfaces

    • Consider scalability, performance, security, and maintainability

    • Use UML diagrams like class diagrams, sequence diagrams, and component diagrams

    • Document the design decisions and rationale

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions were easy, not clear about shortlisting process

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions on arrays, linked lists
Round 3 - HR 

(1 Question)

  • Q1. Self introduction
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa. , oops and basics of database management

Round 2 - Technical 

(2 Questions)

  • Q1. System design questions basics
  • Q2. Hiring managers questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 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 - Coding Test 

There were 3 questions, which I had to do in 2 hours.
the questions were from arrays and Strings

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked me concepts on OOPS and OS, also coding question on strings. all these were basic questions
Round 4 - HR 

(1 Question)

  • Q1. Questions such as where do you see yourself in coming years, interests and hobbies.

Interview Preparation Tips

Topics to prepare for HALODOC Software Engineer interview:
  • OOPS
  • Operating Systems
  • Coding

LOCUS Interview FAQs

How many rounds are there in LOCUS interview?
LOCUS interview process usually has 2-3 rounds. The most common rounds in the LOCUS interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for LOCUS 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 LOCUS. The most common topics and skills that interviewers at LOCUS expect are Photoshop, AutoCAD, Coordination, Sketching and Architectural Design.
What are the top questions asked in LOCUS interview?

Some of the top questions asked at the LOCUS interview -

  1. Assignment discussion along with some strategy questi...read more
  2. They will go to ask some common questions about your future purpose and a...read more
  3. Questions around testing and automati...read more

Tell us how to improve this page.

LOCUS Interview Process

based on 5 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
Pagarbook Interview Questions
3.6
 • 10 Interviews
ITILITE Interview Questions
2.8
 • 9 Interviews
Xoxoday Interview Questions
3.7
 • 7 Interviews
SalesHandy Interview Questions
3.4
 • 6 Interviews
View all

LOCUS Reviews and Ratings

based on 44 reviews

2.9/5

Rating in categories

2.6

Skill development

3.0

Work-life balance

3.3

Salary

2.4

Job security

2.8

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 44 Reviews and Ratings
Software Development Engineer - 3

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Software Development Engineer - 2

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Technical Account Manager
10 salaries
unlock blur

₹9.3 L/yr - ₹20 L/yr

Integration Engineer
9 salaries
unlock blur

₹11 L/yr - ₹18 L/yr

Software Developer
8 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Product Manager
8 salaries
unlock blur

₹20 L/yr - ₹30 L/yr

Software Engineer
7 salaries
unlock blur

₹15.5 L/yr - ₹22 L/yr

Explore more salaries
Compare LOCUS with

Pagarbook

3.6
Compare

Signzy Technologies

2.9
Compare

Xoxoday

3.7
Compare

ITILITE

2.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview