Upload Button Icon Add office photos

Filter interviews by

STS Infotechnologies India Project Engineer Interview Questions and Answers

Updated 25 Dec 2022

STS Infotechnologies India Project Engineer Interview Experiences

1 interview found

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

I applied via Company Website

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 - HR 

(2 Questions)

  • Q1. Tell us about your previous projects
  • Ans. 

    I have worked on various projects in the field of civil engineering, including the construction of bridges and highways.

    • Managed a team of engineers and contractors to successfully complete a bridge construction project

    • Implemented innovative design solutions to improve the efficiency and safety of highway construction

    • Collaborated with architects and urban planners to develop sustainable infrastructure projects

    • Utilized p...

  • Answered by AI
  • Q2. What are the deficults you faced on the project completion
  • Ans. 

    I faced several difficulties during the project completion.

    • Lack of resources and equipment

    • Unforeseen technical challenges

    • Communication issues with team members

    • Tight deadlines and time constraints

    • Budget limitations

    • Scope creep

    • Client demands and changes

    • Coordination with subcontractors

    • Quality control and assurance

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What standard using the process piping
  • Ans. 

    ASME B31.3 is the standard for process piping.

    • ASME B31.3 is the most widely used standard for process piping.

    • It provides guidelines for design, materials, fabrication, testing, and inspection of process piping systems.

    • The standard covers various types of piping systems including chemical, petroleum, and nuclear power plants.

    • It also includes requirements for pressure testing, welding, and non-destructive examination.

    • ASM...

  • Answered by AI
  • Q2. What is procedure to follow the safety
  • Ans. 

    The procedure to follow safety involves identifying potential hazards, implementing safety measures, and regularly reviewing and updating safety protocols.

    • Conduct a risk assessment to identify potential hazards

    • Implement safety measures such as providing personal protective equipment and training employees on safe practices

    • Regularly review and update safety protocols to ensure they are effective and up-to-date

    • Encourage ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer the question honestly and bravely with out any fears

Interview questions from similar companies

I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Linked list, data structure
  • Q2. Map,

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn data structure and analysis

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer had less knowledge on the current technologies and was more stereo type.

Interview Questionnaire 

1 Question

  • Q1. Basics questions on SAP

Interview Preparation Tips

Interview preparation tips for other job seekers - Recomend, not to join this company. what they promise and what they provide is totally irrelevant. No ethics.

Interview Questionnaire 

1 Question

  • Q1. Arrays, Linked Lists, STP/RSTP, VLAN, ARP

Senior Engineer Interview Questions & Answers

HCLTech user image raja reddy duggi reddy

posted on 27 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Engineering Technical
  • Q2. Mainly on Engineering Design
Interview experience
3
Average
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 - Technical 

(2 Questions)

  • Q1. Oops, microservices, core java, spring boot?
  • Q2. Data base design, performance related, coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview.
Process is good.
Two tech rounf.

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. What is the difference between NACL and security groups?
  • Ans. 

    NACL and security groups are both AWS network security features, but NACL operates at the subnet level while security groups operate at the instance level.

    • NACL is stateless while security groups are stateful

    • NACL can allow or deny traffic based on IP addresses, protocols, and ports while security groups only allow traffic

    • NACL rules are evaluated in order while security group rules are evaluated independently

    • NACL can be ...

  • Answered by AI
  • Q2. How you identify public/private subnets?
  • Ans. 

    Public and private subnets can be identified based on their IP address range and their accessibility from the internet.

    • Public subnets have IP addresses that are accessible from the internet.

    • Private subnets have IP addresses that are not accessible from the internet.

    • Public subnets are typically used for resources that need to be accessed from the internet, such as web servers.

    • Private subnets are typically used for resou...

  • Answered by AI
  • Q3. What is the difference between s3 and Glacier?
  • Ans. 

    S3 is for frequently accessed data while Glacier is for long-term archival storage.

    • S3 is designed for frequently accessed data while Glacier is for long-term archival storage.

    • S3 has low latency retrieval times while Glacier has higher retrieval times.

    • S3 is more expensive than Glacier for storage and retrieval.

    • Glacier has a tiered pricing model based on retrieval times and storage duration.

    • S3 is suitable for storing dat...

  • Answered by AI
  • Q4. What is the difference between AMI and s3?
  • Ans. 

    AMI is a virtual machine while S3 is a storage service in AWS.

    • AMI stands for Amazon Machine Image and is a pre-configured virtual machine that can be used to create EC2 instances.

    • S3 stands for Simple Storage Service and is a scalable object storage service that can be used to store and retrieve data.

    • AMI is used to create EC2 instances while S3 is used to store and retrieve data.

    • AMI is used for computing while S3 is use...

  • Answered by AI
  • Q5. What is the parameter of creating group policy using json
  • Ans. 

    The parameter for creating group policy using JSON is a JSON object containing the policy settings.

    • The JSON object should include the policy name, description, and settings.

    • The settings can include values for registry keys, security options, and other policy settings.

    • Example: {"policyName": "Password Policy", "description": "Enforces password complexity requirements", "settings": {"MinimumPasswordLength": 8, "PasswordC

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well from what you mentioned in your resume. they will fully scan your resume to check your knowledge and easily can identify from your answers.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Written: (Data structures) 1. write a c pgm to insert a node at the end, at the begning, in the middle of a linked list ...
  • Ans. 

    Interview questions for Senior Engineer position on data structures and memory management.

    • Write C programs to insert and delete nodes at the beginning, end, and middle of a linked list.

    • Understand the differences between singly and doubly linked lists.

    • Explain what segmentation fault is and how it occurs.

    • Differentiate between malloc and calloc functions.

    • Define memory leak and how it can be prevented.

    • Understand the XOR lo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare C, Linux, Data Structures and networking protocols well

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the difficulties faced during the layout ?
  • Ans. 

    Difficulties faced during layout include space constraints, equipment compatibility, and regulatory compliance.

    • Space constraints can limit the placement of equipment and affect workflow.

    • Ensuring equipment compatibility can be challenging when integrating new technologies with existing systems.

    • Meeting regulatory compliance standards adds complexity to the layout design process.

  • Answered by AI
  • Q2. How to prevent the latch up in the actual layout?
  • Ans. 

    Prevent latch up in layout by using guard rings, spacing between devices, and proper substrate connections.

    • Use guard rings around sensitive nodes to prevent latch up.

    • Ensure proper spacing between devices to avoid parasitic currents.

    • Connect substrate properly to prevent latch up.

    • Use well-taps to tie substrate to the most negative voltage in the circuit.

    • Avoid high substrate resistances that can lead to latch up.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are experienced , go through the projects which you have done . should get the knowledge about the tools which you are using.

STS Infotechnologies India Interview FAQs

How many rounds are there in STS Infotechnologies India Project Engineer interview?
STS Infotechnologies India interview process usually has 3 rounds. The most common rounds in the STS Infotechnologies India interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in STS Infotechnologies India Project Engineer interview?

Some of the top questions asked at the STS Infotechnologies India Project Engineer interview -

  1. What standard using the process pip...read more
  2. What is procedure to follow the saf...read more

Tell us how to improve this page.

STS Infotechnologies India Project Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Oracle Interview Questions
3.7
 • 866 Interviews
KPMG India Interview Questions
3.5
 • 805 Interviews
iEnergizer Interview Questions
4.6
 • 657 Interviews
View all

STS Infotechnologies India Project Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Safety Officer
9 salaries
unlock blur

₹2.5 L/yr - ₹12 L/yr

Software Developer
7 salaries
unlock blur

₹4 L/yr - ₹18.1 L/yr

Planning Engineer
7 salaries
unlock blur

₹1.2 L/yr - ₹24 L/yr

Software Engineer
6 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Instrumentation Technician
6 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Explore more salaries
Compare STS Infotechnologies India with

TCS

3.7
Compare

HCLTech

3.5
Compare

Teleperformance

3.9
Compare

Amazon

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