Upload Button Icon Add office photos

Filter interviews by

suzuki motor gujarat Senior Software Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

Some objective type question, One easy question on string, REsT API design in hackerank

Round 2 - Technical 

(1 Question)

  • Q1. Most of the questions was from my primary skils, Be prepared with you have mentioned in your resume.
Round 3 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. > in .Net Asked some question about Microservice, API gateway, Web API,and in frontend asked some Angular Basics question
  • Q2. Find all even number from list with some limit.(like if in list there are 5 even number we have to fetch only 4 even number). > What is the Architecture currently we r following in Microservice > what is...
  • Ans. 

    To find all even numbers from a list with a specified limit, iterate through the list and add even numbers until the limit is reached.

    • Iterate through the list of numbers

    • Check if each number is even

    • Add the even numbers to a new list until the limit is reached

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked about Architecture question
  • Q2. Asked about the Rest Principal
Round 3 - Behavioral 

(1 Question)

  • Q1. Asked about my Previous Company Experience.
Round 4 - HR 

(1 Question)

  • Q1. Asked about the salary Exception

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are experience in .Net Technology just go through the Advanced Topic and Technology

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Angular Architecture
  • Q2. RXjs operartors
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Assignment 

So online assessment was in google form
There was around 60 70 question asked from various topics such as Basic programing , DBMS , Oops , React and NodeJS

Round 2 - Technical 

(6 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Then he asked about project explain in detail , asked about various component and functionalities
  • Q3. Random Number generator between 1-6
  • Ans. 

    Use Math.random() function to generate random number between 1-6.

    • Use Math.random() function to generate a random decimal number between 0 and 1.

    • Multiply the random decimal number by 6 to get a random decimal number between 0 and 6.

    • Use Math.floor() function to round down the decimal number to the nearest integer.

  • Answered by AI
  • Q4. 2 Sum Leetcode easy
  • Q5. Backend nodejs express authentication middlewares
  • Q6. Hashing vs encryption
  • Ans. 

    Hashing is one-way function for data integrity while encryption is two-way function for data confidentiality.

    • Hashing is irreversible, encryption is reversible

    • Hashing is used for data integrity verification, encryption is used for data confidentiality

    • Examples of hashing algorithms: MD5, SHA-256

    • Examples of encryption algorithms: AES, RSA

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have great knowledge of your project solve standard dsa questions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(7 Questions)

  • Q1. How many ways we can share data between one app to another app?
  • Ans. 

    There are multiple ways to share data between apps, including using intents, content providers, broadcast receivers, and shared preferences.

    • Using Intents: Allows apps to send and receive data through an Intent object.

    • Content Providers: Enable apps to share data with other apps by exposing a structured set of data through a URI.

    • Broadcast Receivers: Apps can send broadcasts to other apps to share data or events.

    • Shared Pr...

  • Answered by AI
  • Q2. Lifecycle of activity. What would be the state if app is running in the background. When it will be in onStop and onRestart state?
  • Ans. 

    The app lifecycle includes states like running in the background, onStop, and onRestart.

    • App running in the background: When the app is not visible but still running, it is in the background state.

    • onStop state: Occurs when the activity is no longer visible to the user.

    • onRestart state: Follows onStop and is called when the activity is being re-displayed to the user.

  • Answered by AI
  • Q3. What is AIDL in Android development?
  • Ans. 

    AIDL stands for Android Interface Definition Language, used for inter-process communication in Android development.

    • AIDL is a tool used to define the programming interface that clients and servers use to communicate with each other in Android.

    • It allows different Android components to communicate with each other across different processes.

    • AIDL files define the methods that can be called remotely, along with the data type

  • Answered by AI
  • Q4. Working experience with JNI
  • Ans. 

    JNI stands for Java Native Interface, used to integrate Java code with native code written in languages like C/C++.

    • Experience in writing Java code that interacts with native code through JNI

    • Understanding of how to create and use JNI libraries

    • Knowledge of passing data between Java and native code using JNI functions

  • Answered by AI
  • Q5. What is a service?
  • Ans. 

    A service is a piece of code that performs specific tasks or functions to support the overall functionality of a software application.

    • Services are often used for tasks such as data processing, communication with external systems, or background tasks.

    • Examples of services include web services, REST APIs, and microservices.

    • Services can run independently of the user interface and can be accessed by multiple components with

  • Answered by AI
  • Q6. Difference between Threads and Coroutines.
  • Ans. 

    Threads are independent sequences of execution within a process, while coroutines are cooperative routines that can pause and resume.

    • Threads are managed by the operating system, while coroutines are managed by the programmer.

    • Threads run concurrently and can execute in parallel on multiple cores, while coroutines are typically single-threaded.

    • Threads have their own stack and memory space, while coroutines share the same...

  • Answered by AI
  • Q7. How we can perform background tasks in Android?
  • Ans. 

    Background tasks in Android can be performed using services, AsyncTask, JobScheduler, or WorkManager.

    • Use Services for long-running tasks in the background

    • AsyncTask for short background tasks that need to interact with the UI

    • JobScheduler for deferrable background tasks that require network connectivity

    • WorkManager for tasks that need to run reliably across different Android versions

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java 1.8 questions
  • Q2. AWS related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I faced a challenge throughout the interview due to the interviewer's unstable internet connection. despite politely informing him about the connectivity issue multiple times (approx 10 to 15 times), the problem persisted, As a result, I missed several parts of the conversation and had to ask for clarification.
at one point the interviewer seemed annoyed, eventually, the interview concluded abruptly without proper communication.
It was disappointing that no effort was made to rectify the situation. It felt like a waste of time.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First Round was Aptitude and coding round. It consist 70 question, 30 aptitude question and 40 mcq type coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Find the one repeated number in an array and asked for four approaches
  • Ans. 

    Find the one repeated number in an array using four different approaches.

    • Approach 1: Using a hash set to store unique elements and checking for duplicates

    • Approach 2: Sorting the array and checking adjacent elements for duplicates

    • Approach 3: Using XOR operation to find the repeated number

    • Approach 4: Using the sum formula to find the repeated number

  • Answered by AI
  • Q2. Simple sql queries

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Sep 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 - Technical 

(1 Question)

  • Q1. Lets delve into self-exploration to understand our own identity and they will ask specific questions based on your resume to help with this process.
Round 3 - Technical 

(1 Question)

  • Q1. The interviewer thoroughly inquired about the specific equipment i had used in the lab and provided a detailed overview of the tasks that would be carried out in the laboratory.
Round 4 - HR 

(1 Question)

  • Q1. Yet to be do

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience with the technical interviews of round-1 specially and round-2 waiting for final round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 2 interview rounds.

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 - One-on-one 

(5 Questions)

  • Q1. How hard to do code
  • Ans. 

    Coding can be challenging but rewarding with practice and experience.

    • Coding requires problem-solving skills and attention to detail.

    • Practice and experience can make coding easier over time.

    • Collaborating with others and seeking help when needed can make coding less difficult.

    • Using tools and resources effectively can also help in coding efficiently.

    • Examples: debugging a complex algorithm, optimizing code for performance,...

  • Answered by AI
  • Q2. How to acheive deaign patterns
  • Ans. 

    Design patterns can be achieved by understanding common software design problems and implementing reusable solutions.

    • Understand common design problems and solutions

    • Implement reusable solutions in code

    • Use design patterns like Singleton, Factory, Observer, etc.

    • Follow best practices and principles like SOLID

  • Answered by AI
  • Q3. How ti keep agile
  • Ans. 

    To keep agile, focus on communication, adaptability, collaboration, and continuous improvement.

    • Communicate regularly with team members and stakeholders to stay aligned on goals and progress.

    • Be willing to adapt to changing requirements and priorities.

    • Collaborate closely with team members to share knowledge and expertise.

    • Continuously seek feedback and look for ways to improve processes and workflows.

  • Answered by AI
  • Q4. How to make redis cache
  • Ans. 

    Redis cache can be created by setting up a Redis server and using Redis commands to store and retrieve data.

    • Set up a Redis server on your machine or use a cloud-based Redis service.

    • Use Redis commands like SET and GET to store and retrieve data in the cache.

    • Set expiration times for keys to control cache eviction policies.

    • Monitor cache performance and usage to optimize for efficiency.

    • Consider using Redis data structures ...

  • Answered by AI
  • Q5. How to relive an existing offer
  • Ans. 

    To relive an existing offer, negotiate with the employer for better terms or consider accepting a counteroffer.

    • Negotiate with the employer for better salary, benefits, or work conditions

    • Consider accepting a counteroffer if it meets your expectations

    • Communicate openly and professionally with the employer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerrank Test, Objective and one easy leetcode question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Based on your Tech Skills
  • Q2. Azure questions what ever you worked
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation and location

Tell us how to improve this page.

suzuki motor gujarat Senior Software Engineer Salary
based on 4 salaries
₹7.5 L/yr - ₹20 L/yr
8% less than the average Senior Software Engineer Salary in India
View more details
Senior Executive
767 salaries
unlock blur

₹3.4 L/yr - ₹10 L/yr

Junior Manager
701 salaries
unlock blur

₹5 L/yr - ₹14.8 L/yr

Executive
624 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Assistant Manager
584 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Diploma Trainee Engineer
329 salaries
unlock blur

₹2.6 L/yr - ₹5.4 L/yr

Explore more salaries
Compare suzuki motor gujarat with

Maruti Suzuki

4.2
Compare

Hyundai Motor India Limited

4.3
Compare

Honda Cars

4.4
Compare

Tata Motors

4.2
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