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
4.1

based on 1.5k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

G R Infraprojects Full Stack Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I was interviewed before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

This round consists of Aptitude questions, Java oops concepts MCQ questions, SQL questions, and 2 Coding questions

This round conducted around 11 AM

The environment is good, You can't change the window so googling the answers is not possible. you have to be quick to answer most of the questions, Don't spend too much time on 1 question, Just mark that question, so that if you have time you can complete it in the end

The interviewer was strict, no cheating allowed, Mobiles are kept in Bag

  • Q1. Reverse Integer

    You are given a 32-bit signed integer ‘N’. So, the integer will lie in the range [-2^31, 2^31 - 1]. Your task is to return the reverse of the given integer. If reversing causes overflow, th...

  • Ans. Implementation

    The idea is to use the fact that the input ‘N’ is a 32 bit signed integer.  So, as mentioned, -2147483648 <= ‘N’ <= 2147483647. In this range, for ‘N’ = 10  *  x + y, the ‘N’ can never attain a value when |x| = INT_MAX / 10, y = 8 or 9 for x > 0 and y = -9, for x < 0.

     

    Therefore, it is sufficient to check |x| > INT_MAX / 10 (i.e. x > INT_MAX / 10 or x < INT_MIN / 10...

  • Answered Anonymously
  • Q2. Longest Common Prefix

    You are given an array ‘ARR’ consisting of ‘N’ strings. Your task is to find the longest common prefix among all these strings. If there is no common prefix, you have to return an emp...

  • Ans. Iterative Scanning

    In this approach, we will iterate through each character of the first string and check if the same character exists in each string or not. We will maintain a variable longestPrefix to store the longest common prefix.

     

    We will traverse idx from 0 to the length of ARR[0] -1.

    1. We will iterate index from 1 to N-1 and check if ARR[index][idx] is equal to ARR[0][idx].
    2. If the condition is true for all strin...
  • Answered Anonymously
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

It was night when my interview was scheduled ,Interviewer asked the questions on SQL, Angular, DBMS,OOPS Concepts, Java programming, Operating system ,Some 1-2 is tough and others questions I answered very well, He asked me to explain oops concepts like polymorphism ,Encapsulation, Inheritance with the help of real life examples.He asked to code 1 pattern question at end.

  • Q1. Selection Sort

    Selection sort is one of the sorting algorithms that works by repeatedly finding the minimum element from the unsorted part of the array and putting it at the beginning of the unsorted regio...

  • Ans. Selection Sort Approach

    Selection sort is a standard sorting algorithm that uses nested loops to find all the minimum elements in the array in each iteration and swap them with the starting element of the unsorted region of the array.

     

    Steps :

    • Use a minValue variable to find the index of the minimum element of the array.
    • Use a loop to iterate over all the elements of the array.
    • Use a nested loop to find the minimum ele...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in PuneEligibility criteriaAbove 70%Larsen & Toubro (L&T) interview preparation:Topics to prepare for the interview - Java OOPs Concepts, Spring, MVC, REST API,Hibernate, My SQL, React JS,SeleniumTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare each concept and implement it by developing an application, to have a better understanding of topics learned
Tip 2 : A few questions from DB were also asked like SQL aggregate functions, joins, and Stored procedures Interviewer will ask to write a SQL query, so prepare this part very well
Tip 3 : learn git commands, how to push and pull your code , resolve merge conflicts, and use Continous Integration, deploy code using Jenkins

Application resume tips for other job seekers

Tip 1 : In Resume Mention the topics you know very well, don't write the topics like Docker, Machine learning just to impress
Tip 2 : Explain your Internship, Projects in detail(In bullet Points, Specify tech stack used in the projects) and you should have a clear idea of the Project you implemented

Final outcome of the interviewSelected

Skills evaluated in this interview

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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java opps concept
  • Q2. App cycle status
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Concurrency problem
  • Ans. 

    Concurrency problem occurs when multiple threads access shared resources simultaneously, leading to unexpected behavior.

    • Use synchronization mechanisms like locks, semaphores, or monitors to control access to shared resources.

    • Avoid race conditions by ensuring that critical sections of code are executed atomically.

    • Consider using thread-safe data structures or immutable objects to minimize the risk of concurrency issues.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy not much hard. Basic questions

Round 2 - Coding Test 

Dsa is must, logical questions are asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for basic coding questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 mins 20 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Test was hard, needs to prepared very well

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Proficient in C#, jQuery, and MySQL.

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Open personal email in some remote desktop
  • Q2. Never ever do it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Scammers Alert : Online technical test conducted by 3rd party (BIM Era) is terrible.
They ask us to connect to their remote desktop via AnyDesk and ask us to login and open our personal email id in the remote desktop.

Even LnT HR asserts on doing the same. - PRIVACY RIPPED.

As for the LnT team is considered, I would like to ask if LnT company policies provides permission for their employees, if they can login with their work credentials and open work email outside company provided computers on some random Remote Desktops.

Tell us how to improve this page.

Assistant Manager
318 salaries
unlock blur

₹4.5 L/yr - ₹11.5 L/yr

Senior Engineer
218 salaries
unlock blur

₹3.6 L/yr - ₹8.6 L/yr

Engineer
137 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Senior Executive
133 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Deputy Manager
128 salaries
unlock blur

₹6.6 L/yr - ₹18 L/yr

Explore more salaries
Compare G R Infraprojects with

Nagarjuna Construction Company

4.1
Compare

PNC Infratech

3.9
Compare

Ashoka Buildcon

4.1
Compare

IRB Infrastructure

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