Upload Button Icon Add office photos

Filter interviews by

Casa Grande Civil Engineering Interview Questions and Answers

Updated 9 Mar 2022

Casa Grande Civil Engineering Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

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 

(4 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    Salary expectations depend on experience, industry standards, and project complexity, aiming for a fair compensation package.

    • Market Research: I have researched industry standards for site engineers in my region, which typically range from $60,000 to $80,000 annually.

    • Experience Level: With my 5 years of experience in construction management, I believe a salary in the upper range is justified.

    • Project Complexity: For proj...

  • Answered by AI
  • Q2. Tell me about yourself.
  • Ans. 

    As a Site Engineer, I specialize in managing construction projects, ensuring quality, safety, and timely completion.

    • Project Management: I have successfully managed multiple construction projects, such as a residential complex, overseeing timelines and budgets.

    • Technical Expertise: My background in civil engineering allows me to interpret blueprints and technical drawings accurately, ensuring compliance with specificatio...

  • Answered by AI
  • Q3. I am manikandan from kallakurichi
  • Q4. 6 years experience civil congratulations
Round 3 - HR 

(2 Questions)

  • Q1. I am manikandan diploma civil
  • Q2. My salary 25000 in month

Interview Preparation Tips

Interview preparation tips for other job seekers - I am manikandan diploma civil engineering from kallakurichi

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Casa Grande Civil Engineering?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Coding parts, tricky
  • Q2. Not answered

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good experience bad attitude of interviewer joined late and behavea as he is working in google... Lol

I applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.

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 - Aptitude Test 

Numerical and logical aptitude test

Round 3 - Coding Test 

There are 5 rounds on datastructure and algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice hr and all team is suportive
Good and smoth interview experiance

Interview Questionnaire 

1 Question

  • Q1. Questions were asked regarding my previous employment regarding roles and responsibilities and general discussion on hobbies, family background and other general questions.

Interview Questionnaire 

1 Question

  • Q1. Do you have experience

I applied via Job Portal and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sort an array
  • Ans. 

    Sorts an array of strings in ascending order.

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort.

    • Compare adjacent elements and swap them if they are in the wrong order.

    • Repeat the process until the array is sorted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience overall.

Skills evaluated in this interview

I appeared for an interview before Nov 2020.

Round 1 - Telephonic Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

The interview was with a Korean employee. 

  • Q1. 

    Bridge in Graph Problem Statement

    Given an undirected graph with V vertices and E edges, your task is to find all the bridges in this graph. A bridge is an edge that, when removed, increases the number of...

  • Ans. 

    Find all the bridges in an undirected graph.

    • Use Tarjan's algorithm to find bridges in the graph.

    • A bridge is an edge whose removal increases the number of connected components.

    • Check for bridges by removing each edge and checking the number of connected components.

    • Return the edges that are bridges in non-decreasing order.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

Interviewer was an Indian employee. 

  • Q1. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...

  • Ans. 

    Identify the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes

    • Keep track of the longest palindrome found

    • Return the longest palindrome with the smallest start index

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

Interviewer was an Indian employee.

  • Q1. 

    Alien Dictionary Problem Statement

    You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...

  • Ans. 

    Given a sorted alien dictionary in an array of strings, determine the character order of the alien language.

    • Iterate through the words in the dictionary to build a graph of character dependencies.

    • Perform a topological sort on the graph to determine the character order.

    • Return the character order as a list of characters.

  • Answered by AI
Round 4 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

Interviewer was an Indian employee. 

  • Q1. 

    Problem: Ninja's Robot

    The Ninja has a robot which navigates an infinite number line starting at position 0 with an initial speed of +1. The robot follows a set of instructions which includes ‘A’ (Acceler...

  • Ans. 

    Determine the minimum length of instruction sequence for a robot to reach a given target on an infinite number line.

    • Start at position 0 with speed +1, update position and speed based on 'A' and 'R' instructions

    • For each test case, find the shortest sequence of instructions to reach the target

    • Consider both positive and negative positions for the robot

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaMust be in final yearGoogle interview preparation:Topics to prepare for the interview - Data Structures, Pointers, Trees, Graphs, Algorithms, Dynamic Programming, BacktrackingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Do competitive coding in 1st and 2nd year.
Tip 2 : Practice basic questions before starting complex problem.
Tip 3 : Start doing mock interviews from the end of 5th semester. It gives a lot of confidence.

Application resume tips for other job seekers

Tip 1 : Adding competitive programming ranks add value.
Tip 2 : You should have some good project which you can explain nicely.

Final outcome of the interviewRejected

Skills evaluated in this interview

Are these interview questions helpful?

Intern Interview Questions & Answers

Google user image Anonymous

posted on 28 Apr 2022

I applied via LinkedIn and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was quite good

Round 2 - Assignment 

Assignment was real world based

Interview Preparation Tips

Interview preparation tips for other job seekers - do your best and try to excel basic skills.

I applied via Company Website and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

5 or 6 questions from algo and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is more important and dp, tree and graphs must be learn.

Interview Questionnaire 

1 Question

  • Q1. SQL and excel questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience , interviewers were helpful, understand the approach

Casa Grande Civil Engineering Interview FAQs

How many rounds are there in Casa Grande Civil Engineering interview?
Casa Grande Civil Engineering interview process usually has 3 rounds. The most common rounds in the Casa Grande Civil Engineering interview process are HR and Resume Shortlist.
What are the most common questions asked in Casa Grande Civil Engineering HR round?

The most common HR questions asked in Casa Grande Civil Engineering interview are -

  1. What are your salary expectatio...read more
  2. Tell me about yourse...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Flipkart Interview Questions
3.9
 • 1.5k Interviews
WNS Interview Questions
3.3
 • 1.1k Interviews
Tata Motors Interview Questions
4.1
 • 1.1k Interviews
Infosys BPM Interview Questions
3.6
 • 1k Interviews
Bharti Airtel Interview Questions
3.9
 • 962 Interviews
Google Interview Questions
4.4
 • 899 Interviews
Mphasis Interview Questions
3.3
 • 850 Interviews
KPMG India Interview Questions
3.4
 • 844 Interviews
DXC Technology Interview Questions
3.6
 • 842 Interviews
View all

Casa Grande Civil Engineering Reviews and Ratings

based on 19 reviews

4.6/5

Rating in categories

4.5

Skill development

4.2

Work-life balance

4.1

Salary

4.7

Job security

4.7

Company culture

3.9

Promotions

4.6

Work satisfaction

Explore 19 Reviews and Ratings
Civil Site Engineer
6 salaries
unlock blur

₹2.2 L/yr - ₹4.8 L/yr

Store Incharge
5 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Senior Site Engineer
5 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Assistant Manager
4 salaries
unlock blur

₹4 L/yr - ₹7.8 L/yr

Project Engineer
4 salaries
unlock blur

₹4.5 L/yr - ₹5.9 L/yr

Explore more salaries
Compare Casa Grande Civil Engineering with

iEnergizer

4.7
Compare

Bharti Airtel

3.9
Compare

WNS

3.3
Compare

Tata Motors

4.1
Compare
write
Share an Interview