Upload Button Icon Add office photos

Filter interviews by

Zerone Consulting Senior Software Engineer Interview Questions and Answers

Updated 22 Jun 2021

Zerone Consulting Senior Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Last Technical issue/ error you faced ? And how you resolved it?
  • Ans. 

    Debugging a memory leak issue in a web application

    • Identified the source of the memory leak using Chrome DevTools

    • Reviewed the code and found that a large amount of data was being stored in memory unnecessarily

    • Implemented a solution to clear the unnecessary data from memory after use

    • Tested the application thoroughly to ensure the issue was resolved

  • Answered by AI
  • Q2. Ajax,Parameters in ajax, Content type & datatype Difference
  • Ans. 

    Ajax is used to send and receive data from a server without refreshing the page. Parameters, content type, and datatype are important in Ajax requests.

    • Ajax is a technique for creating fast and dynamic web pages.

    • Parameters in Ajax are used to pass data to the server.

    • Content type specifies the format of the data being sent to the server.

    • Datatype specifies the format of the data that is expected to be returned from the se...

  • Answered by AI
  • Q3. Routing in MVC
  • Ans. 

    Routing in MVC is the process of mapping URLs to controller actions.

    • Routes are defined in the RouteConfig.cs file

    • Routes can include parameters that are passed to the controller action

    • Routes can be customized to handle different URL patterns

    • Routing can be used to create SEO-friendly URLs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are based on the resume and depends on the role you have applied.
Average level interview.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Oct 2022. There were 3 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. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

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

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • 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 applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Zerone Consulting Interview FAQs

What are the top questions asked in Zerone Consulting Senior Software Engineer interview?

Some of the top questions asked at the Zerone Consulting Senior Software Engineer interview -

  1. Last Technical issue/ error you faced ? And how you resolved ...read more
  2. Ajax,Parameters in ajax, Content type & datatype Differe...read more
  3. Routing in ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all
Zerone Consulting Senior Software Engineer Salary
based on 58 salaries
₹3.4 L/yr - ₹9.6 L/yr
55% less than the average Senior Software Engineer Salary in India
View more details

Zerone Consulting Senior Software Engineer Reviews and Ratings

based on 4 reviews

3.5/5

Rating in categories

2.7

Skill development

3.0

Work-life balance

2.6

Salary

3.7

Job security

3.1

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
66 salaries
unlock blur

₹1.8 L/yr - ₹6.4 L/yr

Senior Software Engineer
58 salaries
unlock blur

₹3.4 L/yr - ₹9.6 L/yr

Software Tester
17 salaries
unlock blur

₹2.7 L/yr - ₹4.5 L/yr

Software Developer
16 salaries
unlock blur

₹2.2 L/yr - ₹6.6 L/yr

Business Analyst
14 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Explore more salaries
Compare Zerone Consulting with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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