Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by G R Infraprojects Team. If you also belong to the team, you can get access from here

G R Infraprojects Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

G R Infraprojects Java Developer Interview Questions and Answers

Updated 7 Jul 2024

G R Infraprojects Java Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. How to declare object in js
  • Ans. 

    To declare an object in JavaScript, you can use the 'let' or 'const' keyword followed by the object name and curly braces {}.

    • Use 'let' or 'const' keyword to declare the object

    • Followed by the object name and curly braces {}

    • Example: let person = {};

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Working purpos
  • Q2. How to E. T. S work
  • Ans. 

    ETS (Educational Testing Service) is a non-profit organization that develops and administers standardized tests.

    • ETS develops and administers tests like the GRE, TOEFL, and Praxis exams.

    • The organization also offers research and assessment services for educational institutions.

    • ETS uses computer-based testing and scoring for many of its exams.

    • The organization has faced criticism for its role in the standardized testing in

  • Answered by AI

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

Round 1 - Aptitude Test 

I received a video call link and in that link will get the accounting basic questions for that we have to answer after a beep.

Round 2 - Technical 

(1 Question)

  • Q1. It was all basic accounting question.mostly related to 12th standard c v raman book Friendly interviewers
Round 3 - HR 

(1 Question)

  • Q1. 5 min telephonic call with recruiter

Interview Preparation Tips

Interview preparation tips for other job seekers - Get yourself prepared with basic accounting questions and be confident

I applied via Naukri.com and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. How to create connection pool using?
  • Ans. 

    Connection pool can be created using libraries like Apache DBCP or HikariCP.

    • Choose a connection pool library based on your requirements.

    • Configure the pool size, maximum connections, and other settings.

    • Create a data source object and set the connection pool properties.

    • Use the data source object to get connections from the pool.

    • Close the connections after use to return them to the pool.

  • Answered by AI
  • Q2. OOPS Concepts of java and how we have implemented in the respective projects?
  • Ans. 

    OOPS concepts are fundamental to Java programming. They are used in various projects to achieve code reusability and maintainability.

    • Encapsulation: Used to hide implementation details and protect data integrity.

    • Inheritance: Used to create a new class from an existing class, inheriting its properties and methods.

    • Polymorphism: Used to perform a single action in different ways, such as method overloading and overriding.

    • Ab...

  • Answered by AI
  • Q3. How spring framework has been implemented in your project ?
  • Ans. 

    Spring framework was used extensively in the project for dependency injection and MVC architecture.

    • Used Spring Boot for easy setup and configuration

    • Implemented Spring Security for authentication and authorization

    • Utilized Spring Data JPA for database operations

    • Used Spring MVC for handling HTTP requests and responses

    • Implemented Spring AOP for logging and exception handling

  • Answered by AI
  • Q4. How map tables in the database with using hibernate orm?
  • Ans. 

    Hibernate ORM maps tables in database using annotations or XML files.

    • Use @Entity annotation to map a class to a table

    • Use @Table annotation to specify the table name

    • Use @Column annotation to map a field to a column

    • Use @Id annotation to specify the primary key

    • Use @GeneratedValue annotation to specify the generation strategy for primary key

    • Use XML files for mapping if annotations are not preferred

  • Answered by AI
  • Q5. What are sql joins and what are different kinds of joins?
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Cartesian product of both tables

  • Answered by AI
  • Q6. What collections to be used in which scenario?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the projects you have worked on and core java.Spring framework or any other JEE framework you have implemented/used.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Self introduction
Round 3 - One-on-one 

(1 Question)

  • Q1. About yourself & Educational career
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1hour,Time and Speed,Time and work

Round 2 - Aptitude Test 

1 hour,Data Structure

Round 3 - Technical 

(1 Question)

  • Q1. 1 hour, Final Year Project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java opps concept
  • Q2. App cycle status

I appeared for an interview before Mar 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical interview round with questions on C, C++ and Windows.

  • Q1. What is the difference between C and C++?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language with features like classes and inheritance.

    • C is a procedural programming language while C++ is a multi-paradigm language with support for object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have features like inheritance and polymorphism which are present in C++.

    • C is a subset of C++.

    • C++ ...

  • Answered by AI
  • Q2. What are access specifiers in C++?
  • Ans. 

    Access specifiers in C++ are keywords used to define the accessibility of class members.

    • Access specifiers include public, private, and protected.

    • Public members are accessible from outside the class.

    • Private members are only accessible within the class.

    • Protected members are accessible within the class and its subclasses.

    • Example: class MyClass { private: int x; public: void setX(int val) { x = val; } };

    • Example: MyClass ob

  • Answered by AI
  • Q3. How do you open Device Manager in Windows?
  • Ans. 

    Device Manager can be opened in Windows by using the Run dialog box or searching in the Start menu.

    • Press Windows key + R to open the Run dialog box, then type 'devmgmt.msc' and press Enter

    • Search for 'Device Manager' in the Start menu and click on the result to open it

  • Answered by AI
  • Q4. How do you open the command prompt in Windows?
  • Ans. 

    To open the command prompt in Windows, you can use the search bar or keyboard shortcuts.

    • Use the search bar and type 'cmd' or 'command prompt'

    • Press Windows key + R, then type 'cmd' and press Enter

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR interview can be a bit tricky. They will try to see your creativity in your answers so just be yourself and be confident.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPALarsen & Toubro interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Be strong at basics mostly questions come on same

Round 2 - Coding Test 

Basic coding related to oops and some basic programms

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

Noramal basic algorithm and ,fetch api

Round 2 - Technical 

(1 Question)

  • Q1. React alll basic question,redux,class component,functional component

G R Infraprojects Interview FAQs

How many rounds are there in G R Infraprojects Java Developer interview?
G R Infraprojects interview process usually has 1 rounds. The most common rounds in the G R Infraprojects interview process are HR.

Tell us how to improve this page.

G R Infraprojects Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

G R Infraprojects Java Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

3.0

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
357 salaries
unlock blur

₹4.4 L/yr - ₹11.5 L/yr

Senior Engineer
227 salaries
unlock blur

₹3.6 L/yr - ₹8.4 L/yr

Engineer
138 salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Deputy Manager
131 salaries
unlock blur

₹6.6 L/yr - ₹16 L/yr

Structural Engineer
122 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Explore more salaries
Compare G R Infraprojects with

Larsen & Toubro Limited

3.9
Compare

Tata Projects

4.2
Compare

L&T Construction

4.0
Compare

Megha Engineering & Infrastructures

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