Upload Button Icon Add office photos

Filter interviews by

Clear (1)

SAI Consulting Engineers Geotechnical Engineer Interview Questions and Answers

Updated 10 Nov 2024

SAI Consulting Engineers Geotechnical Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude and reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. How the performing triaxial test in rock.
  • Ans. 

    Performing triaxial test in rock involves applying different levels of stress to a cylindrical rock sample to determine its strength and deformation characteristics.

    • Prepare a cylindrical rock sample with smooth parallel ends

    • Place the sample in a triaxial cell and apply confining pressure to simulate in-situ stress conditions

    • Apply axial load to the sample while measuring the stress and strain at different stages

    • Repeat t...

  • Answered by AI
  • Q2. How to identify the soil clay or silt at field?
  • Ans. 

    Soil clay or silt can be identified by conducting simple field tests such as the ribbon test, feel test, and sedimentation test.

    • Perform a ribbon test by rolling a small amount of soil between your fingers to determine if it forms a ribbon. Clay soil will form a long, flexible ribbon while silt soil will form a short, weak ribbon.

    • Conduct a feel test by rubbing a small amount of soil between your fingers to feel the text...

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Typical Designing question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. How many years of experience in Industrial Architecture?
  • Q2. Total of 14 years of experience including major Industrial project at Jamnagar on architectural as well as interior from concept to execution for almost more than 3 years, involving not only plant building...
Round 3 - One-on-one 

(1 Question)

  • Q1. Have you worked on sustainable projects in past?
  • Ans. Sustainability a then new concept was always on top of the wish list then when they catered to efficient use of space, energy, materials to get maximum benefit to make users life better. Most of industrial projects aimed at sustainable practice where ROI was envisaged on on all but some parameters like air conditioning, light, ventilation to reduce traditional energy usage.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 Speak truth and only truth.
2. Be confident yet humble.
3. Be presentable.
4. Be prepared.
5. Be mannered but dont overdo it.
6. Listen to understand than to reply.
7. If you don't know the answer say it. Its better than a wrong answer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Previous project worked and techical details aout the project
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. About scm profile
  • Q2. How many spent have you handle
  • Q3. Howmuch supplier are u handling
  • Ans. 

    I am currently handling 5 suppliers for various engineering projects.

    • I am responsible for managing relationships with 5 different suppliers

    • I oversee the procurement process for materials and services from these suppliers

    • I negotiate contracts and pricing with each supplier to ensure cost-effectiveness

    • I monitor supplier performance and address any issues that may arise

    • Examples: Supplier A for steel, Supplier B for electr...

  • Answered by AI
  • Q4. Are you ready to work for services industry
  • Q5. Which commodities are u handling
  • Ans. 

    I handle a variety of commodities including raw materials, finished goods, and equipment.

    • Raw materials such as steel, aluminum, and plastic

    • Finished goods like electronics, clothing, and furniture

    • Equipment such as machinery, vehicles, and tools

  • Answered by AI
  • Q6. Excel related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Howmany suppliers are you handling
  • Ans. 

    I am currently handling relationships with 10 suppliers across various industries.

    • I manage relationships with 10 suppliers

    • Suppliers are from various industries

    • Examples: Supplier A - electronics, Supplier B - automotive

  • Answered by AI
  • Q2. CTC expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with flow
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 4 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Asked about previously worked projects.
Round 3 - Tool Test 

(1 Question)

  • Q1. Tool test conducted in modelling software.
Round 4 - One-on-one 

(2 Questions)

  • Q1. Questions based on what you have provided in your resume.
  • Q2. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 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 Resume tips
Round 2 - Coding Test 

Had three coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. C basic theory questions
  • Q2. Implement strcmp function Few questions related to Device drivers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2022. There were 2 interview rounds.

Round 1 - Technical 

(12 Questions)

  • Q1. Write C program to multiply two matrices
  • Ans. 

    Program to multiply two matrices in C

    • Declare two matrices and initialize them with values

    • Use nested loops to iterate through rows and columns of the matrices

    • Perform multiplication and store the result in a new matrix

    • Print the resulting matrix

  • Answered by AI
  • Q2. Write C program to reverse the string without using built in function
  • Ans. 

    Program to reverse a string without using built-in functions in C

    • Create a function to reverse the string by swapping characters from start to end

    • Use two pointers, one pointing to the start of the string and the other pointing to the end

    • Swap the characters at the two pointers and move them towards each other until they meet in the middle

  • Answered by AI
  • Q3. What are the different types of storage classes
  • Ans. 

    The different types of storage classes in C programming are auto, register, static, and extern.

    • Auto storage class is the default storage class for all local variables.

    • Register storage class is used to define local variables that should be stored in a register instead of RAM.

    • Static storage class allows a variable to retain its value between function calls.

    • Extern storage class is used to give a reference of a global vari

  • Answered by AI
  • Q4. Difference between structure and union
  • Ans. 

    Structure is a user-defined data type that allows storing different types of data in a single variable, while union is a data type that allows storing only one type of data at a time.

    • Structure allows storing different types of data in a single variable, while union allows storing only one type of data at a time.

    • In a structure, each member has its own memory location, while in a union, all members share the same memory ...

  • Answered by AI
  • Q5. Write a c program to toggle the 3rd bit position
  • Ans. 

    Toggle the 3rd bit position in a given number using bitwise operators in C.

    • Use bitwise OR operator with 0x04 to toggle the 3rd bit position.

    • Example: num ^= (1 << 2) will toggle the 3rd bit position in 'num'.

  • Answered by AI
  • Q6. What is memory leak
  • Ans. 

    Memory leak is a situation where a program fails to release memory it has allocated, leading to a gradual loss of available memory.

    • Memory leaks occur when a program allocates memory but does not free it after use.

    • This can lead to a gradual loss of available memory, eventually causing the program or system to crash.

    • Common causes of memory leaks include improper management of dynamic memory allocation and circular refere...

  • Answered by AI
  • Q7. What is mean by Dangling pointer
  • Ans. 

    A dangling pointer is a pointer that points to a memory location that has been deallocated, leading to undefined behavior.

    • Dangling pointers can occur when memory is freed but the pointer is not set to NULL.

    • Accessing a dangling pointer can result in crashes or unexpected behavior.

    • Example: int *ptr = new int; delete ptr; // ptr is now a dangling pointer

  • Answered by AI
  • Q8. Determine the output for logic code on pointers
  • Ans. 

    The question involves determining the output for logic code on pointers.

    • Pointer arithmetic can be used to access elements in an array.

    • Pointers can be dereferenced to access the value they point to.

    • Pointers can be used to pass variables by reference.

  • Answered by AI
  • Q9. C program on linked list
  • Ans. 

    Implement a C program using linked list

    • Use struct to define the linked list node

    • Implement functions for insertion, deletion, and traversal

    • Handle edge cases like empty list or deleting the last node

  • Answered by AI
  • Q10. Convert little endian to big endian
  • Ans. 

    To convert little endian to big endian, reverse the order of bytes in the data.

    • Reverse the order of bytes in the data

    • For example, if you have the little endian value 0x12345678, in big endian it would be 0x78563412

  • Answered by AI
  • Q11. Basic Theory questions in C
  • Q12. Project Discussion
Round 2 - HR 

(1 Question)

  • Q1. HR related questions

Interview Preparation Tips

Topics to prepare for L&T Technology Services Senior Engineer interview:
  • Arrays
  • Pointers
  • Strings
  • Bit manipulation
  • Linked list
  • Basics of C
Interview preparation tips for other job seekers - Prepare the programming concepts in C language

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to select microcontroller? Do you know difference between i2c and spi
  • Ans. 

    Microcontroller selection depends on project requirements, such as processing power, memory, peripherals, and cost. i2c is a serial communication protocol for connecting multiple devices, while SPI is a faster protocol for high-speed communication.

    • Consider project requirements like processing power, memory, peripherals, and cost when selecting a microcontroller.

    • i2c is a slower serial communication protocol commonly use...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for L&T Technology Services Senior Engineer interview:
  • Altium
  • Excel

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Plastic Defects, Sheet metal material
  • Q2. Sheetmetal design guidelines
  • Ans. 

    Sheetmetal design guidelines ensure efficient and accurate fabrication of sheetmetal components.

    • Consider material selection based on strength, corrosion resistance, and cost.

    • Design parts with appropriate bend radii to prevent cracking or tearing.

    • Avoid sharp corners and edges to minimize stress concentration.

    • Ensure proper tolerances for hole sizes, bend angles, and overall dimensions.

    • Use standard sheet sizes to optimize...

  • Answered by AI
  • Q3. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what you mentioned in resume

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

SAI Consulting Engineers Interview FAQs

How many rounds are there in SAI Consulting Engineers Geotechnical Engineer interview?
SAI Consulting Engineers interview process usually has 2 rounds. The most common rounds in the SAI Consulting Engineers interview process are Aptitude Test and Technical.
What are the top questions asked in SAI Consulting Engineers Geotechnical Engineer interview?

Some of the top questions asked at the SAI Consulting Engineers Geotechnical Engineer interview -

  1. How to identify the soil clay or silt at fie...read more
  2. How the performing triaxial test in ro...read more

Recently Viewed

INTERVIEWS

Dhampur Sugar Mills

No Interviews

INTERVIEWS

Hewlett Packard Enterprise

No Interviews

INTERVIEWS

Hewlett Packard Enterprise

No Interviews

INTERVIEWS

Reliance Industries

No Interviews

CAMPUS PLACEMENT

Harcourt Butler Technology Institute, Kanpur

INTERVIEWS

NableIT Consultancy Services

No Interviews

INTERVIEWS

Hewlett Packard Enterprise

No Interviews

INTERVIEWS

Futures First info Services

No Interviews

INTERVIEWS

Hemani Industries

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

Tell us how to improve this page.

SAI Consulting Engineers Geotechnical Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCE Interview Questions
3.8
 • 248 Interviews
AECOM Interview Questions
4.2
 • 115 Interviews
WSP Interview Questions
4.2
 • 91 Interviews
Mott MacDonald Interview Questions
4.2
 • 43 Interviews
View all

Fast track your campus placements

View all
SAI Consulting Engineers Geotechnical Engineer Salary
based on 7 salaries
₹5 L/yr - ₹10.4 L/yr
22% more than the average Geotechnical Engineer Salary in India
View more details

SAI Consulting Engineers Geotechnical Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Bridge Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quantity Surveyor
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Highway Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Support Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Bridge Design Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SAI Consulting Engineers with

AECOM

4.2
Compare

TCE

3.8
Compare

L&T Technology Services

3.3
Compare

Jacobs Engineering Group

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent