Upload Button Icon Add office photos

Filter interviews by

iManageMyHotel Technologies Java Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What kind of projects you have completed?
  • Q2. How handy you are on the tool?
  • Ans. 

    I am quite handy with tools and have experience using various types of equipment.

    • I have experience using power tools such as drills, saws, and sanders

    • I am skilled in using hand tools such as hammers, screwdrivers, and wrenches

    • I have experience with measuring and cutting materials accurately

    • I am able to troubleshoot and fix common household problems such as leaky faucets or broken appliances

  • Answered by AI
  • Q3. How would you rate yourself in that particular tool out of 5?
  • Ans. 

    I would rate myself 4 out of 5 in that particular tool.

    • I have extensive experience using the tool in various projects.

    • I have received positive feedback from colleagues and clients on my proficiency in the tool.

    • I am confident in my ability to troubleshoot and solve problems using the tool.

    • However, there may be some advanced features of the tool that I am not yet familiar with.

    • Overall, I believe I am highly skilled in us

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is all about your work experience, your role in previous organization, Project handling etc.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Oops
  • Q2. WebApi
  • Q3. C#
  • Q4. WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions related to the previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all the basic concepts of the technology you are working on

Interview Questionnaire 

2 Questions

  • Q1. What is JVM?
  • Ans. 

    JVM stands for Java Virtual Machine. It is an abstract machine that enables a computer to run Java programs.

    • JVM is responsible for interpreting the compiled Java code and executing it on the computer.

    • It provides a platform-independent environment for Java programs to run on different operating systems.

    • JVM has various components like class loader, bytecode verifier, and execution engine.

    • Examples of JVM-based languages i

  • Answered by AI
  • Q2. What is Byte code?
  • Ans. 

    Byte code is a compiled code that can be executed on any platform with the help of a virtual machine.

    • Byte code is an intermediate code that is generated by a compiler.

    • It is platform-independent and can be executed on any platform with the help of a virtual machine.

    • Examples of virtual machines include Java Virtual Machine (JVM) and .NET Common Language Runtime (CLR).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was partially technical and partially behavioral oriented. It lasted for about 1 hour. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics, like Java and Data structure. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples. It was my first on-campus interview, and I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. I have gone through 2 rounds of interview for Salesforce.For first round they have asked me all kinds of admin related questions and as well some customisation questions.They have given me some scenarios r...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare atleats some basic triggers and scenario based questions

Interview Questionnaire 

1 Question

  • Q1. For Pega, Questions depend on the topics which we mentioned in the resume.

Interview Questionnaire 

2 Questions

  • Q1. Basic testing questions
  • Q2. Life cycle

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Core java, collections framework, concurrency, Java8 features
  • Q2. How HashMap works internally?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • HashMap uses hashing to store and retrieve values based on their keys.

    • It uses an array of buckets to store the key-value pairs.

    • The hash code of the key is used to determine the index of the bucket where the pair will be stored.

    • If two keys have the same hash code, they are stored in the same bucket as a linked list.

    • HashMa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for core java

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: First round was a written test which had 20 MCQ's in the field of Databases, Theory of computation, Operating systems, Data Structures and Algorithms and one programming question. 7 students (4 B.Tech, 3 M.Tech) got through to the interviews. Most of the interviews were held in the Google Bangalore campus. There were a total of 5 rounds of interviews. All based on Data Structures and Algorithms. Each round had 2 questions for which we were usually supposed to explain the algorithm first and then write the code on a Google doc.  It was a really great experience. I got a chance to visit both Google Bangalore and Hyderabad campuses and taste their awesome food.
Total Questions: 20

General Tips: Practice your coding skills. Writing a neat code is very important. Interviewers not just look for a good algorithm but also your coding style (indentation, variable names, simplicity etc.)
College Name: NIT SURATHKAL

Tell us how to improve this page.

Compare iManageMyHotel Technologies with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.6
Compare

Reliance Retail

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