i
LeewayHertz Technologies
Filter interviews by
I applied via campus placement at Pranveer Singh Institute of Technology, Kanpur and was interviewed in Nov 2022. There were 4 interview rounds.
Factorial of a number can be printed with or without loop in C using datatypes. Polymorphism is not related to this.
Factorial of a number can be calculated using a loop or recursion
Datatypes like int, long long can be used to store factorial
Polymorphism is not related to factorial calculation
The question covers topics related to hash tables, constructors, and string reversal in Python.
Hash tables are data structures that allow for efficient lookup, insertion, and deletion of key-value pairs.
Constructors are special methods that are called when an object is created and are used to initialize its attributes.
In Python, strings can be reversed using slicing or the built-in reversed() function.
Questions related to software development and computer science concepts.
Implementation of stack using pointers involves creating a struct with a pointer to the top of the stack and using malloc to allocate memory for each new node.
DBMS stands for Database Management System and is used to manage and organize data in a database.
SQL queries are used to retrieve and manipulate data in a database.
DSA stands for Data Structu...
Top trending discussions
I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.
In JavaScript, == is used for loose equality comparison, while === is used for strict equality comparison.
== checks for equality after type coercion, while === checks for equality without type coercion
=== is more strict and recommended for use to avoid unexpected behavior
Example: 1 == '1' will return true, but 1 === '1' will return false
True. == compares only values, while === compares both values and data types.
== is used for value comparison, while === is used for both value and data type comparison
Example: 5 == '5' will return true, but 5 === '5' will return false
Example: 5 === 5 will return true, as both value and data type are the same
5 technical questions were asked out of which 3 tests are to be cleared
NVM stands for Node Version Manager, a tool used to manage multiple versions of Node.js on a single machine.
NVM allows developers to easily switch between different versions of Node.js for different projects.
It helps in avoiding conflicts between different projects that require different versions of Node.js.
NVM is commonly used in development environments where different projects have different Node.js version requirem
Node Version Manager (NVM) allows managing multiple Node.js versions on the same machine.
NVM allows you to easily switch between different Node.js versions on your machine.
It helps in handling higher Node.js versions in a lower Node.js version environment.
You can install, uninstall, and switch between Node.js versions using NVM.
Example: 'nvm install 12.18.3' to install a specific Node.js version.
I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.
Basic Javascript and MERN Stack questions
Code to call an API and display data
Use a library like Axios or Fetch to make the API call
Parse the response data and display it on the frontend
Handle any errors that may occur during the API call
posted on 13 Aug 2021
I applied via LinkedIn and was interviewed in Jul 2021. There was 1 interview round.
Oops concept is a programming paradigm that focuses on objects and their interactions to solve problems.
Encapsulation - hiding implementation details
Inheritance - creating new classes from existing ones
Polymorphism - using a single interface to represent multiple types
Abstraction - simplifying complex systems by breaking them down into smaller, more manageable parts
Primary key uniquely identifies a record in a table, while foreign key refers to a field in another table.
Primary key is unique and cannot be null
Foreign key establishes a relationship between two tables
Primary key can be used as a foreign key in another table
Example: CustomerID in Orders table is a foreign key referencing Customer table's primary key
Arrays are fixed in size and store homogeneous data types, while lists are dynamic and can store heterogeneous data types.
Arrays are declared with a fixed size, while lists can grow or shrink dynamically.
Arrays can only store elements of the same data type, while lists can store elements of different data types.
Arrays are accessed using an index, while lists are accessed using an iterator.
Arrays are more efficient for ...
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
Basic String and Array related questions.
A project will be assigned, a basic CRUD operation.
I would prefer MySQL for structured data and complex queries, while MongoDB for unstructured data and scalability.
MySQL is better for structured data and complex queries
MongoDB is better for unstructured data and scalability
MySQL supports ACID transactions, while MongoDB is eventually consistent
MySQL is widely used in traditional relational databases, while MongoDB is popular for NoSQL databases
Virtual DOM is a lightweight copy of the actual DOM in memory, used for efficient updates in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.
When changes are made to the virtual DOM, a diffing algorithm is used to identify the minimal changes needed to update the actual DOM.
This approach reduces the number of updates needed and improve
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
There were 5 coding questions in which you have to score minimum 3 to qualify for the next rounds.
An assignment was give which we have to complete it with in 7 days.
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
Laravel Middleware is a filter that is executed before or after an HTTP request enters the application.
Middleware can modify the request before it reaches the route handler.
It can also modify the response before it is sent back to the client.
Middleware can be used for authentication, logging, CORS, etc.
Example: 'auth' middleware in Laravel checks if the user is authenticated before allowing access to a route.
Laravel Sanctum is a lightweight package for API authentication using tokens in Laravel applications.
Provides a simple API token authentication system for SPAs and mobile apps
Uses API tokens to authenticate users without the need for passwords
Supports token abilities for fine-grained access control
Easy to integrate and use in Laravel applications
String pool in Java is a mechanism for optimizing memory usage by reusing strings with the same value.
String pool is a special area in the Java heap memory where strings are stored.
When a new string is created, Java first checks if it already exists in the string pool.
If the string already exists, the new string references the existing one instead of creating a new object.
Example: String str1 = "hello"; String str2 = "...
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Question will be from an Online coding platform and it was basic to medium.
I was interviewed in Sep 2024.
In coding round there is 5 questions you can use any language for any questions.
Some of the top questions asked at the LeewayHertz Technologies Software Developer Trainee interview -
based on 2 reviews
Rating in categories
Software Developer
28
salaries
| ₹2.5 L/yr - ₹8.1 L/yr |
Full Stack Developer
13
salaries
| ₹2.4 L/yr - ₹4 L/yr |
Full Stack Software Developer
10
salaries
| ₹3 L/yr - ₹5.1 L/yr |
Digital Marketing Executive
10
salaries
| ₹3 L/yr - ₹6 L/yr |
Technical Content Writer
8
salaries
| ₹3.9 L/yr - ₹4.9 L/yr |
TCS
Infosys
Wipro
HCLTech