Upload Button Icon Add office photos
Engaged Employer

i

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

IMG Global Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IMG Global Infotech Senior Backend Developer Interview Questions and Answers

Updated 24 Apr 2025

IMG Global Infotech Senior Backend Developer Interview Experiences

1 interview found

Interview experience
4
Good
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. Made programs for getting a sequence of Fibonacci with recursion
  • Ans. 

    Fibonacci sequence can be generated using recursion, where each number is the sum of the two preceding ones.

    • Basic Definition: The Fibonacci sequence starts with 0 and 1, and each subsequent number is the sum of the previous two.

    • Recursive Function: A simple recursive function can be defined as follows: `function fibonacci(n) { return n <= 1 ? n : fibonacci(n - 1) + fibonacci(n - 2); }`.

    • Base Cases: The recursion has t...

  • Answered by AI
  • Q2. How I implement payment gateway and webhook
  • Ans. 

    Implementing a payment gateway involves integrating APIs and handling webhooks for transaction notifications and updates.

    • Choose a Payment Gateway: Select a provider like Stripe, PayPal, or Square based on your business needs and supported features.

    • API Integration: Use the payment gateway's SDK or REST API to create payment requests, handle responses, and manage transactions.

    • Secure Transactions: Implement SSL/TLS for se...

  • Answered by AI
  • Q3. What is session and redis.
  • Ans. 

    A session is a temporary state stored on the server, while Redis is an in-memory data structure store often used for session management.

    • Session Management: Sessions are used to store user-specific data (like login status) across multiple requests, enhancing user experience.

    • Redis as a Session Store: Redis is commonly used to store session data due to its fast read/write capabilities and support for data expiration.

    • In-Me...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w (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 IMG Global Infotech?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jun 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. There are two to three rounds generally first and second round are technical rounds which includes theory as well as coding problem.
Round 3 - One-on-one 

(1 Question)

  • Q1. Similar to round 1
Round 4 - One-on-one 

(1 Question)

  • Q1. This is managerial round which deals with personality check and work ethics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are important prepare it well. One must be able to implement the things in code that they talk about.

Senior Backend Developer Interview Questions Asked at Other Companies

Q1. Design an admin dashboard for Uber to show driver metrics like av ... read more
Q2. How would you identify an odd-weight ball among similar balls usi ... read more
Q3. How can you use array methods instead of loops to extract details ... read more
Q4. Serial and parallel stream in java
Q5. How would you implement a payment gateway and webhook?
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the second most occurrence of string.
  • Ans. 

    Find the second most occurrence of string in an array of strings.

    • Create a dictionary to store the count of each string in the array

    • Sort the dictionary by count in descending order

    • Return the key of the second element in the sorted dictionary

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

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

  • Q1. What programming languages do you prefer
  • Ans. 

    I prefer languages that enhance productivity and maintainability, such as Python, JavaScript, and Java, depending on the project needs.

    • Python: Great for data analysis and machine learning with libraries like Pandas and TensorFlow.

    • JavaScript: Essential for web development, enabling interactive front-end experiences with frameworks like React.

    • Java: A strong choice for enterprise applications due to its robustness and sca...

  • Answered by AI
  • Q2. What is the software development process? What is the software
  • Ans. 

    The software development process is a structured approach to creating software applications through various stages.

    • 1. Requirements Gathering: Identify what the software needs to do. Example: User interviews to gather feature requests.

    • 2. Design: Create architecture and design specifications. Example: UML diagrams to visualize system components.

    • 3. Implementation: Write the actual code based on design. Example: Using Pyth...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You have a dream...it will take you to even greater places. Join the company and grow your dream.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Before Aptitude Test, There was a telephonic interview round in which they test your communication and ask questions about your education and projects. You just have to show your confidence to pass this round. After that, the aptitude test was quite easy. There are 15 questions all are doable in just 15 to 20 minutes of time span.

Round 2 - Coding Test 

After that, The coding round takes place in which they provide you with a device with an online compiler of your preferred programming language and ask you to solve 4 questions without using any built-in function. The questions are based on Linked Lists, Stacks, Arrays, etc. You have to do it all manually. This round lasts up to 1 hour.

Round 3 - Technical 

(1 Question)

  • Q1. The technical round takes place in which they ask different questions from your coding round, a few concept-based ones, and also a few questions to test your thinking and problem-solving abilities like the...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared very well. Also, do not lose hope if not get selected.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

Easy aptitude test containing mathematics and logical questions

Round 3 - Coding Test 

4 leetcode easy to medium level

Round 4 - One-on-one 

(1 Question)

  • Q1. Questions on project and tech stack.
Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the second most occurrence if string in JavaScript
  • Ans. 

    Find the second most occurrence of a string in an array of strings in JavaScript.

    • Create a map to store the count of each string in the array

    • Sort the map by values in descending order to find the most occurrence

    • Return the key of the second element in the sorted map

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

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

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Convert Roman to integer
  • Q2. SQL queries optimisation & SQL engine

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice beginner level leetcode questions

Skills evaluated in this interview

IMG Global Infotech Interview FAQs

What are the top questions asked in IMG Global Infotech Senior Backend Developer interview?

Some of the top questions asked at the IMG Global Infotech Senior Backend Developer interview -

  1. How I implement payment gateway and webh...read more
  2. Made programs for getting a sequence of Fibonacci with recurs...read more
  3. What is session and red...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
Ivanti Interview Questions
3.6
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Xcelore Interview Questions
4.7
 • 17 Interviews
SentientGeeks Interview Questions
4.4
 • 16 Interviews
View all

IMG Global Infotech Senior Backend Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.8

Salary

4.8

Job security

5.0

Company culture

4.8

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Angular Developer
10 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Reactjs Developer
8 salaries
unlock blur

₹1 L/yr - ₹2.1 L/yr

Business Analyst
7 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

PHP Developer
6 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Software Developer
5 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Explore more salaries
Compare IMG Global Infotech with

Zidio Development

4.5
Compare

NexTurn

4.1
Compare

Springbord Systems

3.6
Compare

Kanerika Software

4.4
Compare
write
Share an Interview