Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Engro Technologies Team. If you also belong to the team, you can get access from here

Engro Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Engro Technologies Senior Software Engineer Interview Questions and Answers

Updated 27 Mar 2024

Engro Technologies Senior Software Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions about the backend technologies
  • Q2. Tecnical questions and project knowedge

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Engro Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
Q2. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q4. If you have to prioritize between coding standards and project de ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

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

Interview Questionnaire 

1 Question

  • Q1. All related to project worked on wlan testing and networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good.
They gave taken 3 technical and 1hr round

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

Interview Questionnaire 

7 Questions

  • Q1. 1) What is volatile? 2) What is constant? 3) Can we use volatile and const at a time?4) What is ISR how it works?
  • Ans. 

    Answers to questions related to software engineering concepts.

    • Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.

    • Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.

    • Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.

    • ISR stands for Interrupt Service Routi...

  • Answered by AI
  • Q2. What is pointer? Explain dangling pointer, null pointer, void pointer.
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.

    • Dangling pointer: a pointer that points to a memory location that has been deallocated or freed

    • Null pointer: a pointer that does not point to any memory location

    • Void pointer: a pointer that has no specific data type and can point to any data type

  • Answered by AI
  • Q3. Storage classes explain all the storage classes in c.
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • auto: default storage class for local variables

    • register: stores variables in CPU registers for faster access

    • static: retains value between function calls

    • extern: used to access global variables across multiple files

  • Answered by AI
  • Q4. Compilation stages.
  • Q5. Projects done at previous company with clear explanation.
  • Ans. 

    Led multiple projects focusing on scalable web applications and microservices architecture, enhancing performance and user experience.

    • Developed a scalable e-commerce platform using React and Node.js, improving load times by 30%.

    • Implemented a microservices architecture for a healthcare application, enabling independent deployment and scaling of services.

    • Optimized an existing legacy system by refactoring code and introdu...

  • Answered by AI
  • Q6. CAN, SPI, I2C, UART differences.
  • Q7. Explain CAN data frame.
  • Ans. 

    CAN data frame is a message format used in Controller Area Network (CAN) protocol.

    • CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).

    • The Arbitration ID field is used to identify the message priority and the source of the message.

    • The Data Field can contain up to 8 bytes of data.

    • The CRC field is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through whatever things you have kept on your resume. Go through the project. Practice C as much as possible most of the questions will be asked on C programming.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find in rotated sorted array
  • Q2. Design IMDB. how will you manage concurrent ratings
  • Ans. 

    Design IMDB with concurrent ratings management

    • Implement a locking mechanism to ensure only one user can update a rating at a time

    • Use a queue system to handle multiple rating requests in an orderly manner

    • Consider using distributed systems to handle high concurrency levels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design vehicle rental system. Api design
  • Ans. 

    Design a vehicle rental system API

    • Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle

    • Include authentication and authorization mechanisms for users and admins

    • Implement payment gateway integration for processing rental payments

    • Include features like vehicle search, filtering, and reviews/ratings

    • Consider scalability and performance optimizations for handling high traffic

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Multithreading and Java8 coding question
  • Q2. System design question on payments, design patterns and Java, Spring Questions
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. IOS: Explain MVVM, Memory Management, Closures, unit test cases etc.
  • Q2. Android: Coroutines and Flow, CoroutineScope, Jetpack compose basics etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Total 4 rounds 1st - Screening on Phone (HR) 2nd - Technical Round 3rd - Technical Round with Engineering Manager (Mostly around your past projects) 4th - Behavioral Round Then on call you will receive final result and the offer discussion comes next. The overall process took me 2-3 weeks. If you clear all rounds and you prioritize work life balance and great company culture, join Shell.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. It was mostly on scenario based questions and I was asked to code online.
Round 2 - Technical 

(1 Question)

  • Q1. Discussion were there past projects, how different objectives were done.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Round 1 was hackerrank test. MCQs and coding questions.
  • Q2. Kafka related questions.
  • Q3. Java 8 related questions. Java streams.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. System design for robust e-commarce site
  • Q2. How to reduce the failure rate for payment gateway which is communicating to multiple 3rd party wallets and credit card transactionm
  • Ans. 

    Implementing strategies to enhance reliability and reduce failure rates in payment gateway integrations.

    • Implement retries with exponential backoff for failed transactions to handle temporary issues.

    • Use circuit breakers to prevent overwhelming third-party services during outages.

    • Monitor and log transaction failures to identify patterns and root causes.

    • Implement fallback mechanisms to alternative payment methods when pri...

  • Answered by AI

Engro Technologies Interview FAQs

How many rounds are there in Engro Technologies Senior Software Engineer interview?
Engro Technologies interview process usually has 1 rounds. The most common rounds in the Engro Technologies interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Engro Technologies Senior Software Engineer Salary
based on 24 salaries
₹6.3 L/yr - ₹14 L/yr
41% less than the average Senior Software Engineer Salary in India
View more details

Engro Technologies Senior Software Engineer Reviews and Ratings

based on 10 reviews

3.8/5

Rating in categories

4.3

Skill development

4.6

Work-life balance

4.2

Salary

3.8

Job security

4.0

Company culture

3.4

Promotions

4.5

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
33 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Cloud Engineer
26 salaries
unlock blur

₹3.5 L/yr - ₹8.3 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹6.3 L/yr - ₹14 L/yr

Associate Cloud Engineer
15 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

QA Engineer
13 salaries
unlock blur

₹3.7 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Engro Technologies with

Global Edge Software

3.5
Compare

Moveinsync Technology Solutions

3.1
Compare

Yalamanchili Software Exports

3.2
Compare

Exotel

3.0
Compare
write
Share an Interview