Add office photos
Engaged Employer

Insolutions Global

3.7
based on 380 Reviews
Filter interviews by

Jalan Infrastructure Interview Questions and Answers

Updated 25 Aug 2024

Q1. * what is map n how internally its working

Ans.

Map is a built-in function in many programming languages that allows you to transform data from one form to another.

  • Map applies a function to each element in an array and returns a new array with the transformed elements.

  • It can also be used with other data structures like objects and sets.

  • Internally, map uses a loop to iterate over each element in the array and applies the provided function to it.

  • The transformed elements are then added to a new array which is returned as the ...read more

Add your answer

Q2. Difference between constructor and methods? What is oops concept ?

Ans.

Constructors are special methods used to initialize objects, while methods are functions that perform specific tasks in a class.

  • Constructors are called when an object is created, while methods are called to perform actions on objects.

  • Constructors have the same name as the class and do not have a return type, while methods have a different name and can have a return type.

  • Constructors are used to set initial values for object attributes, while methods are used to manipulate tho...read more

Add your answer

Q3. * diff betwwen save n persist in hibernate

Ans.

Difference between save and persist in Hibernate

  • Save method returns the generated ID immediately while persist method returns void

  • Save method can be called outside of a transaction while persist method must be called within a transaction

  • Save method can be used with detached objects while persist method cannot

  • Save method can be used with transient objects while persist method cannot

Add your answer

Q4. explain flow of hibernate using example

Ans.

Hibernate is an ORM tool that simplifies database interactions in Java applications.

  • Hibernate configuration involves setting up database connection details in hibernate.cfg.xml

  • Entities are mapped to database tables using annotations or XML mapping files

  • SessionFactory is created to obtain Session objects for database operations

  • Transactions are managed using Session object to ensure data consistency

  • Example: Entity class 'User' mapped to 'users' table, fetching user data using H...read more

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

Q5. explain what are oops concepts

Ans.

OOPs concepts refer to Object-Oriented Programming principles such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features.

Add your answer

Q6. how you tested your last project project, how you tracked defect, what is RTM.

Ans.

I tested my last project by creating test cases, executing them, tracking defects in a defect tracking tool, and ensuring requirements traceability using RTM.

  • Created test cases based on requirements and executed them to validate the functionality.

  • Logged defects in a defect tracking tool such as Jira or Bugzilla, including detailed steps to reproduce and screenshots.

  • Regularly communicated with developers to discuss and resolve defects.

  • Maintained a Requirements Traceability Mat...read more

Add your answer

Q7. Static uses.

Ans.

Static keyword is used to define class-level variables and methods that can be accessed without creating an instance of the class.

  • Static variables are shared among all instances of a class.

  • Static methods can be called without creating an object of the class.

  • Static blocks are used to initialize static variables.

  • Static import is used to import static members of a class.

Add your answer

Q8. Use of Comparator.

Ans.

Comparator is an interface used to compare objects in Java.

  • Comparator is used to sort collections of objects based on specific criteria.

  • It is often used with the Collections.sort() method.

  • It can be used to sort objects based on multiple criteria.

  • It can also be used to sort objects in reverse order.

  • An example of using a Comparator is sorting a list of employees by their salary.

Add your answer

Q9. Elaborate your current profile and about implementation

Ans.

I am currently working as a Project Manager overseeing the implementation of various projects.

  • Leading a team to ensure project goals are met

  • Creating project plans and timelines

  • Monitoring progress and addressing any issues

  • Collaborating with stakeholders to ensure project success

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

Interview Process at Jalan Infrastructure

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

Top Interview Questions from Similar Companies

3.7
 • 343 Interview Questions
4.0
 • 245 Interview Questions
3.9
 • 182 Interview Questions
3.1
 • 169 Interview Questions
4.1
 • 141 Interview Questions
3.7
 • 133 Interview Questions
View all
Top Insolutions Global 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