Upload Button Icon Add office photos
Engaged Employer

i

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

LeewayHertz Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LeewayHertz Technologies Software Developer Interview Questions and Answers

Updated 11 Sep 2024

LeewayHertz Technologies Software Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
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 - Technical 

(3 Questions)

  • Q1. What is difference between read-only and const
  • Ans. 

    Read-only is a runtime concept while const is a compile-time concept.

    • Read-only variables can be assigned a value only once during runtime.

    • Const variables are initialized at compile-time and cannot be modified during runtime.

    • Read-only variables can be assigned a value in the constructor of a class.

    • Const variables can be used to define constant values like pi or e.

    • Read-only variables are declared using the 'readonly' key...

  • Answered by AI
  • Q2. What is out keyword
  • Ans. 

    The out keyword is used to pass arguments as reference parameters in C#.

    • The out keyword is used to return multiple values from a method.

    • The out keyword must be used in both the method signature and the method call.

    • The out keyword initializes the variable passed as an argument within the method.

    • The out keyword is similar to the ref keyword, but the variable passed as an argument does not need to be initialized before th

  • Answered by AI
  • Q3. MVC architecture

Skills evaluated in this interview

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 was 1 interview round.

Round 1 - Assignment 

They give assignment on MERN stack

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. Aura related questions
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 3 - Group Discussion 
Pro Tip by AmbitionBox:
Be a good listener. GDs are not just about speaking. Your listening skills will give you a lot of points to counter and speak when your turn comes.
View all tips
Round 4 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Interview Questionnaire 

1 Question

  • Q1. What js difference between === and ==
  • Ans. 

    === compares value and type, while == only compares value

    • === is stricter than == in type checking

    • === returns true only if both operands are of the same type and have the same value

    • == performs type coercion, which can lead to unexpected results

    • For example, '5' == 5 returns true, but '5' === 5 returns false

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics, oops concepts, advance framework

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C# standard QA,Azure

Interview Preparation Tips

Interview preparation tips for other job seekers - 1)C# program --like find second largest number
2)sql query writing like using group by etc
3)standard C# Q/A
4)Scenario based ques like - how you troubleshoot any web page low performance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic ques related to resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Conducted on Online platform of company
Consisting of aptitude debugging and psuedo codes

Round 2 - Coding Test 

Pen and paper round
Consisting of simple output

Round 3 - A pen and paper assessment which 

(1 Question)

  • Q1. It tested aptitude the question was a simple matching the columns of a product delivery process
Round 4 - HR 

(1 Question)

  • Q1. Was both a technical and HRDidn't make it to HR round but it consisted of easy questions only.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

1 round is coding round in pan paper test atleast 5 coding questions and some multiple questions and 1 DSA questions and 4 coding questions correct and dsa correct than interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was easy. basic mcq questions were asked.

Round 2 - Coding Test 

It was a pen paper test and was comparatively tough.

Interview Preparation Tips

Topics to prepare for Grapecity Software Developer interview:
  • C++
Interview preparation tips for other job seekers - The overall selection process of the company is difficult.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is interface ?
  • Ans. 

    An interface in software development defines a contract for classes to implement, specifying methods and properties.

    • Interfaces in programming languages like Java and C# allow for multiple inheritance by defining a set of methods that a class must implement.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

    • Interfaces are used to define common behavior that multiple classes c...

  • Answered by AI
  • Q2. Hat is encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation promotes code reusability and makes the code easier to maintain.

    • Example: In a class representing a car, the variables lik...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with ur basics

Skills evaluated in this interview

LeewayHertz Technologies Interview FAQs

How many rounds are there in LeewayHertz Technologies Software Developer interview?
LeewayHertz Technologies interview process usually has 1-2 rounds. The most common rounds in the LeewayHertz Technologies interview process are Resume Shortlist, Technical and Assignment.
How to prepare for LeewayHertz Technologies Software Developer 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 LeewayHertz Technologies. The most common topics and skills that interviewers at LeewayHertz Technologies expect are Java, Node.Js, React.Js, API and AWS.
What are the top questions asked in LeewayHertz Technologies Software Developer interview?

Some of the top questions asked at the LeewayHertz Technologies Software Developer interview -

  1. What is difference between read-only and co...read more
  2. what is out keyw...read more
  3. MVC architect...read more

Tell us how to improve this page.

LeewayHertz Technologies Software Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
LeewayHertz Technologies Software Developer Salary
based on 29 salaries
₹2.5 L/yr - ₹9.1 L/yr
47% less than the average Software Developer Salary in India
View more details

LeewayHertz Technologies Software Developer Reviews and Ratings

based on 10 reviews

2.0/5

Rating in categories

2.5

Skill development

1.9

Work-life balance

2.4

Salary

1.7

Job security

1.8

Company culture

2.0

Promotions

1.7

Work satisfaction

Explore 10 Reviews and Ratings
Software Developer
29 salaries
unlock blur

₹2.5 L/yr - ₹9.1 L/yr

Full Stack Developer
13 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Digital Marketing Executive
11 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Software Developer
9 salaries
unlock blur

₹6.8 L/yr - ₹19.2 L/yr

Full Stack Software Developer
9 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Explore more salaries
Compare LeewayHertz Technologies with

HyScaler

4.5
Compare

Pitney Bowes

3.7
Compare

AvenData GmbH

3.0
Compare

Dataflow Group

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