Add office photos
Engaged Employer

LeewayHertz Technologies

3.0
based on 72 Reviews
Filter interviews by

10+ Interview Questions and Answers

Updated 20 Aug 2024

Q1. Print factorial of a number with or without loop datatypes in c polymorphism implementation

Ans.

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

Add your answer

Q2. What is difference between responsive and adaptive design ?

Ans.

Responsive design adapts to different screen sizes, while adaptive design uses predefined layouts for specific screen sizes.

  • Responsive design uses fluid grids and media queries to adjust layout based on screen size.

  • Adaptive design uses multiple fixed layout sizes designed for specific screen sizes.

  • Responsive design provides a more flexible and seamless user experience across various devices.

  • Adaptive design may offer better performance on specific devices but can be less versa...read more

Add your answer

Q3. Implementation of stack Implementation of stack using pointers DBMS SQL queries DSA Pillars of OOPs

Ans.

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 Structures and Algorithms and involves the study of organizing an...read more

Add your answer

Q4. What is difference between Static and Dynamic website

Ans.

Static websites display the same content to all users, while dynamic websites can change content based on user interactions.

  • Static websites are built using only HTML and CSS, with no server-side processing involved.

  • Dynamic websites use server-side scripting languages like PHP, Python, or Ruby to generate content on the fly.

  • Static websites are faster to load as they do not require server processing for each request.

  • Dynamic websites can provide personalized content to users bas...read more

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. What is promise in javascript ?

Ans.

Promise in JavaScript is an object representing the eventual completion or failure of an asynchronous operation.

  • Promises are used to handle asynchronous operations in JavaScript.

  • They can be in one of three states: pending, fulfilled, or rejected.

  • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Example: const myPromise = new Promise((resolve, reject) => { ... });

Add your answer

Q6. Hash Table Constructors string reverse in python

Ans.

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.

Add your answer
Are these interview questions helpful?

Q7. 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' keyword.

  • Const variables are declared using the 'const' keywor...read more

View 1 answer

Q8. What is javascript ?

Ans.

JavaScript is a high-level, interpreted programming language used for creating interactive websites and web applications.

  • JavaScript is a client-side scripting language that runs in the browser.

  • It is used to add interactivity, animations, and dynamic content to websites.

  • JavaScript can also be used on the server-side with Node.js.

  • Commonly used for form validation, DOM manipulation, and AJAX requests.

  • Example: document.getElementById('demo').innerHTML = 'Hello, World!';

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What is react js ?

Ans.

React JS is a JavaScript library for building user interfaces.

  • React JS allows developers to create reusable UI components.

  • It uses a virtual DOM for better performance by updating only the necessary parts of the actual DOM.

  • React JS follows a unidirectional data flow, making it easier to manage state and props.

  • It is commonly used in single-page applications and for building interactive web interfaces.

Add your answer

Q10. 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 the method call.

Add your answer

Q11. Class vs struct

Ans.

Classes are reference types while structs are value types.

  • Classes support inheritance while structs do not.

  • Classes have deinitializers while structs do not.

  • Structs are copied when passed around while classes are passed by reference.

  • Classes can have weak references while structs cannot.

  • Structs are preferred for small data types while classes are preferred for larger data types.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 4 interviews in the last 1 year
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 3.7k Interview Questions
3.9
 • 515 Interview Questions
3.9
 • 298 Interview Questions
4.2
 • 195 Interview Questions
4.1
 • 133 Interview Questions
View all
Top LeewayHertz Technologies Interview Questions And Answers
Share Interview Advice
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter