Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Lepton Software Export & Research Team. If you also belong to the team, you can get access from here

Lepton Software Export & Research Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Lepton Software Export & Research Backend Developer Interview Questions and Answers

Updated 13 Feb 2024

Lepton Software Export & Research Backend Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Angle between needle of clock hour hand and minute hand at a particular time . they will definitely ask this question .
  • Ans. 

    The angle between the hour hand and minute hand of a clock at a particular time.

    • The angle between the hour hand and minute hand can be calculated using the formula: angle = 30 * (hour % 12) + 0.5 * minutes

    • If the angle is greater than 180 degrees, subtract it from 360 to get the smaller angle

    • For example, at 3:15, the hour hand is at 97.5 degrees and the minute hand is at 90 degrees, so the angle between them is 7.5 degr

  • Answered by AI
  • Q2. Asked everything from resume

Interview questions from similar companies

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Basic DSA questions on linked list, arrays and trees
  • Q2. What are some MySQL queries used to join tables?
  • Ans. 

    MySQL joins combine rows from two or more tables based on related columns.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2.id;

    • RIGHT JOIN: Returns all records from the righ...

  • Answered by AI

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 2 technical rounds, 1 psychometric test, then Manager and HR rounds, basic question on java 7 and java 8,interface and class, DS questions like linkedList reverse and adding nodes to linkedList, Hashmap, ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics should be clear and brushed up, be calm and confident while giving your answers.
Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Had discussion about C, DS in depth
Round 4 - Technical 

(1 Question)

  • Q1. Questions about C and DS and basics of OS.
Round 5 - HR 

(1 Question)

  • Q1. What are the strengths and weaknesses of yours.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through C, DS, Linux and C++.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Write codes on recursion

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the process involved in SDLC lifecyle
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software.

    • Planning: Define project scope, requirements, and timelines.

    • Design: Create architecture, UI/UX, and database design.

    • Development: Write code based on design specifications.

    • Testing: Conduct unit, integration, and system testing.

    • Deployment: Release software to production environment.

    • Maintenance: Provide updates, fixes, an

  • Answered by AI
  • Q2. Difference between client side and server side? Is JavaScript client side?
  • Ans. 

    Client side refers to the user's device where code is executed, while server side refers to the server where code is executed. JavaScript is client side.

    • Client side refers to code executed on the user's device, such as web browsers.

    • Server side refers to code executed on the server, handling requests and generating responses.

    • JavaScript is a client side scripting language, allowing dynamic interactions on web pages.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include sometimes being too critical of my own work.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Weaknesses: being too critical of my own work

  • Answered by AI

Skills evaluated in this interview

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer

Lepton Software Export & Research Interview FAQs

How many rounds are there in Lepton Software Export & Research Backend Developer interview?
Lepton Software Export & Research interview process usually has 1 rounds. The most common rounds in the Lepton Software Export & Research interview process are Technical.

Tell us how to improve this page.

Lepton Software Export & Research Backend Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

SurePrep Interview Questions
3.8
 • 12 Interviews
QAD Interview Questions
3.9
 • 12 Interviews
Tracelink Interview Questions
3.0
 • 12 Interviews
HALODOC Interview Questions
2.7
 • 12 Interviews
PlanSource Interview Questions
3.6
 • 11 Interviews
Pluralsight Interview Questions
3.2
 • 10 Interviews
View all

Lepton Software Export & Research Backend Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
GIS Engineer
115 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Software Developer
31 salaries
unlock blur

₹4.2 L/yr - ₹14.9 L/yr

Senior GIS Engineer
21 salaries
unlock blur

₹3.1 L/yr - ₹6 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹6.8 L/yr - ₹12.2 L/yr

Senior Software Developer
19 salaries
unlock blur

₹5.5 L/yr - ₹15.6 L/yr

Explore more salaries
Compare Lepton Software Export & Research with

Global Edge Software

3.5
Compare

SurePrep

3.8
Compare

Signzy Technologies

2.9
Compare

Azuga Telematics

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