Add office photos
Employer?
Claim Account for FREE

Raw Engineering

2.9
based on 42 Reviews
Filter interviews by

Kesari Tours Interview Questions and Answers

Updated 27 Mar 2024

Q1. Will you work on 24×7 support requirements

Ans.

Yes, I am willing to work on 24x7 support requirements.

  • I understand the importance of providing round-the-clock support to ensure system availability and minimize downtime.

  • I am comfortable with working in shifts and being on-call to address any issues that may arise.

  • I have experience in incident management and troubleshooting, which are crucial skills for handling support requirements.

  • I am familiar with tools and technologies used in monitoring and managing systems, such as m...read more

Add your answer

Q2. How async code works in javascript

Ans.

Async code in JavaScript allows non-blocking execution, improving performance and responsiveness.

  • Async code uses callbacks, promises, or async/await to handle asynchronous operations.

  • Callbacks are functions passed as arguments to another function, to be executed once the async operation is complete.

  • Promises represent the eventual completion or failure of an asynchronous operation, allowing chaining of multiple async operations.

  • Async/await is a modern syntax for handling async...read more

Add your answer

Q3. Explain difference between let, const and var

Ans.

let, const, and var are all used for variable declaration in JavaScript, but they have different scopes and behaviors.

  • let: block-scoped, can be reassigned, not hoisted

  • const: block-scoped, cannot be reassigned, not hoisted

  • var: function-scoped, can be reassigned, hoisted

Add your answer

Q4. Write a program to find prime numbers

Ans.

Program to find prime numbers in a given range

  • Iterate through numbers in the given range

  • Check if each number is divisible by any number other than 1 and itself

  • If not divisible, then it is a prime number

  • Store prime numbers in an array

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

Q5. What is promise?

Ans.

A promise is an object representing the eventual completion or failure of an asynchronous operation.

  • Promises are used in JavaScript to handle asynchronous operations.

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

  • Promises can be chained together using .then() to handle success and failure.

  • Example: Fetching data from an API returns a promise that resolves with the data or rejects with an error.

Add your answer

Q6. What is mvvm Design patterns Services Use cases

Ans.

MVVM is a design pattern used in software development to separate the user interface from the business logic.

  • MVVM stands for Model-View-ViewModel

  • Model represents the data and business logic

  • View represents the user interface

  • ViewModel acts as an intermediary between the Model and View

  • MVVM helps in achieving separation of concerns and easier unit testing

  • Popular in frameworks like Angular and Vue.js

Add your answer

Q7. Shared viewmodel Algorithms

Ans.

Shared viewmodel is a design pattern used in software development to share data between different components.

  • Shared viewmodel allows multiple components to access and modify the same data

  • It helps in keeping the data consistent across different parts of the application

  • Example: Using a shared viewmodel in a shopping cart application to update the total price when items are added or removed

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

Interview Process at Kesari Tours

based on 7 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 394 Interview Questions
3.8
 • 299 Interview Questions
4.2
 • 223 Interview Questions
4.0
 • 195 Interview Questions
4.2
 • 159 Interview Questions
3.8
 • 133 Interview Questions
View all
Top Raw Engineering Interview Questions And Answers
Share an Interview
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

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