Upload Button Icon Add office photos

Filter interviews by

AND Hitech Industries Senior Engineer Interview Questions and Answers

Updated 12 Sep 2024

AND Hitech Industries Senior Engineer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Technical questions
  • Q2. Quality related
  • Q3. Service maintenance
Round 2 - Technical 

(2 Questions)

  • Q1. Quality related questions
  • Q2. Technical and service questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Best industries railway
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - HR 

(1 Question)

  • Q1. Basic salary discussion
Round 2 - Technical 

(2 Questions)

  • Q1. GD & tolerance question
  • Q2. SOLIDWORK question

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparing casting pattern and Design related questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How to create the IP sec tunnel?
  • Ans. 

    To create an IPsec tunnel, configure the necessary parameters on both ends of the connection.

    • Configure the IPsec parameters such as encryption algorithms, authentication methods, and key exchange protocols on both the source and destination devices.

    • Establish a secure communication channel by setting up the IPsec tunnel between the two endpoints.

    • Ensure that the IPsec tunnel is properly configured and tested for secure d...

  • Answered by AI
  • Q2. How to troubleshoot the IP sec tunnel?
  • Ans. 

    To troubleshoot an IPsec tunnel, check configurations, verify connectivity, monitor logs, and use packet capture tools.

    • Check the IPsec configuration on both ends to ensure they match

    • Verify that the tunnel endpoints can reach each other

    • Monitor logs on both devices for any error messages related to the tunnel

    • Use packet capture tools like Wireshark to analyze traffic going through the tunnel

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How ssl vpn it will be working for the remote location?
  • Ans. 

    SSL VPN allows remote users to securely access the network from any location.

    • SSL VPN uses encryption to secure the connection between the remote user and the network.

    • It authenticates users before granting access to resources.

    • SSL VPN can be set up using a web browser or a client application.

    • It provides a secure way for remote employees to access company resources.

    • SSL VPN can be configured to restrict access based on use

  • Answered by AI
  • Q2. How to configure the IP sec tunnel for 3 different location and explain the traffic traffic flow and how it will be work?
  • Ans. 

    Configuring IPsec tunnel for 3 different locations and explaining traffic flow

    • Configure IPsec tunnel on routers/firewalls at each location

    • Set up IPsec policies for encryption and authentication

    • Define IPsec tunnel endpoints and establish secure communication

    • Ensure proper routing between locations for traffic flow

    • Monitor and troubleshoot the IPsec tunnel for any issues

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. How to upgrade to the palaalto firewall and fortigate?
  • Ans. 

    To upgrade to Palo Alto firewall and Fortigate, follow these steps: plan the upgrade, backup configurations, test the upgrade in a lab environment, schedule downtime, perform the upgrade, test functionality post-upgrade.

    • Plan the upgrade by determining the current firewall configurations and requirements for the new firewalls.

    • Backup configurations of the existing firewalls to ensure data safety in case of any issues dur...

  • Answered by AI
  • Q2. The both locations IP sec tunnel are down. How to troubleshoot the issue.
  • Ans. 

    To troubleshoot both locations IPsec tunnel being down, check configurations, network connectivity, and security policies.

    • Check the IPsec configurations on both ends to ensure they match

    • Verify network connectivity between the two locations

    • Check firewall and security policies to ensure they are not blocking the IPsec traffic

    • Review logs on both ends for any error messages or indications of the issue

    • Restart the IPsec serv

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical team will schedule a call and discuss about our role and responsibility.
Round 2 - Technical 

(1 Question)

  • Q1. Based on your role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Ai interview backend microservices core java

Round 2 - Technical 

(2 Questions)

  • Q1. Microservice architecture spring boot
  • Q2. Rest api implementation and communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare learn and retry
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is spring boot
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.

    • It allows for easy setup of Spring projects with minimal configuration.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.

    • It provides product...

  • Answered by AI
  • Q2. What is serialisation
  • Ans. 

    Serialisation is the process of converting an object into a stream of bytes to store or transmit data.

    • Serialisation is used to save the state of an object and recreate it when needed.

    • It allows objects to be converted into a format that can be easily stored or transmitted.

    • Common examples include JSON, XML, and binary serialisation.

    • Serialisation is important for data persistence and inter-process communication.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Binary search using Java 8
  • Ans. 

    Binary search is a fast search algorithm that finds the position of a target value within a sorted array.

    • Ensure the array is sorted before performing binary search.

    • Compare the target value with the middle element of the array.

    • If the target value is less than the middle element, search the left half of the array. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empt

  • Answered by AI
  • Q2. Merge sort and it's implementation
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them, and then merges them back together.

    • Divide the array into two halves recursively

    • Sort each half separately

    • Merge the sorted halves back together

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about your self?
  • Ans. 

    Experienced Senior Engineer with a strong background in software development and project management.

    • Over 10 years of experience in software engineering

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Led successful projects from conception to completion, delivering high-quality solutions on time and within budget

    • Strong problem-solving skills and ability to work well in a team environment

  • Answered by AI
  • Q2. Explain about your roles and responsibilities in your current project?
  • Ans. 

    I am responsible for designing, implementing, and testing new features in the project.

    • Designing new features based on requirements provided by stakeholders

    • Implementing the designed features using appropriate technologies and best practices

    • Testing the implemented features to ensure they meet quality standards

    • Collaborating with team members to troubleshoot and resolve technical issues

    • Participating in code reviews and pro

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your expected salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Senior Engineers.

    • Consider my years of experience in the field

    • Take into account my specialized skills and certifications

    • Research the current market rate for Senior Engineers in this location

    • Open to negotiation based on benefits package offered

  • Answered by AI
  • Q2. How soon you can join?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • My current notice period is 2 weeks.

    • I am available to start immediately.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Hackerrank coding & techinical interview test

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn core java, spring boot & Microservices concept well.
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.

AND Hitech Industries Interview FAQs

How many rounds are there in AND Hitech Industries Senior Engineer interview?
AND Hitech Industries interview process usually has 2 rounds. The most common rounds in the AND Hitech Industries interview process are Technical and HR.
What are the top questions asked in AND Hitech Industries Senior Engineer interview?

Some of the top questions asked at the AND Hitech Industries Senior Engineer interview -

  1. Technical and service questi...read more
  2. Quality related questi...read more
  3. GD & tolerance quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 AND Hitech Industries interviews
WalkIn
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

AND Hitech Industries Senior Engineer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

3.7

Work-Life balance

4.6

Salary & Benefits

4.3

Job Security

4.7

Company culture

4.6

Promotions/Appraisal

5.0

Work Satisfaction

Explore 3 Reviews and Ratings
Compare AND Hitech Industries with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview