Upload Button Icon Add office photos
Engaged Employer

i

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

RenewBuy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

RenewBuy Software Developer Interview Questions and Answers

Updated 29 Aug 2024

RenewBuy Software Developer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Slicing in List of Python
  • Ans. 

    Slicing in Python allows you to extract a subset of elements from a list.

    • Slicing is done using square brackets and the start:stop:step notation.

    • The start index is inclusive, while the stop index is exclusive.

    • You can omit any of the three parameters, defaulting to 0 for start, length of list for stop, and 1 for step.

    • Negative indices can be used to slice from the end of the list.

    • Example: list = [1, 2, 3, 4, 5], list[1:4]

  • Answered by AI
  • Q2. Multithreading questions were asked

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Kartik shukla

posted on 29 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked Question from Tree nad linked list

Round 2 - Technical 

(1 Question)

  • Q1. About JWT and SQL query

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. Web api questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Oops concept and c# basic questions for freshers and sql basics
  • Q2. What is .net framework
  • Ans. 

    .NET Framework is a software framework developed by Microsoft that provides a runtime environment for building and running applications.

    • .NET Framework is a platform for developing and running applications on Windows.

    • It includes a large library of pre-built code and a runtime environment for executing applications.

    • It supports multiple programming languages such as C#, VB.NET, and F#.

    • It provides features like memory mana...

  • Answered by AI
  • Q3. Stored procesure insert update syntax
  • Q4. Oops questions inheritance constructors
  • Q5. Joins in sql and types
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • There are different types of joins in SQL: inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and the matching rows from the right table.

    • Right join returns all the rows from the right table and the matching ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding only not to worry much

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about ur self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Excellent team player with good communication skills

  • Answered by AI
  • Q2. What is ur projects
  • Ans. 

    I have worked on various projects including a web-based inventory management system and a mobile app for tracking fitness goals.

    • Developed a web-based inventory management system using React and Node.js

    • Created a mobile app for tracking fitness goals using Flutter

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best do well!
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What lib list ?
  • Ans. 

    A list of libraries used in software development.

    • Common libraries like React, Angular, jQuery

    • Backend libraries like Express, Django, Spring

    • Database libraries like Sequelize, SQLAlchemy, Hibernate

  • Answered by AI
  • Q2. What is Physical file
  • Ans. 

    A physical file is a file stored on a physical storage device, such as a hard drive or solid-state drive.

    • Physical files are stored on physical storage devices like hard drives or SSDs.

    • They can be accessed and manipulated by software applications.

    • Examples include text documents, images, videos, and executable programs.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is batch job
  • Ans. 

    A batch job is a program that processes a large amount of data in a single run without user interaction.

    • Batch jobs are typically scheduled to run at specific times, often during off-peak hours.

    • They are commonly used for tasks such as data processing, report generation, and system maintenance.

    • Examples of batch job tools include cron in Unix/Linux systems and Task Scheduler in Windows.

  • Answered by AI
  • Q2. What is interctive job
  • Ans. 

    An interactive job is a task or project that requires active participation and engagement from the user.

    • Interactive jobs involve real-time feedback and communication between the user and the system.

    • Examples include video games, online surveys, and interactive websites.

    • Users have control over the outcome of the task based on their input and decisions.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2024.

Round 1 - Aptitude Test 

Normal nomerical qustion

Round 2 - HR 

(1 Question)

  • Q1. Normal tell me your self
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Implement stack using two queue
  • Ans. 

    Implement a stack using two queues

    • Use two queues to simulate stack operations

    • Push operation: Enqueue the element to queue1

    • Pop operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, then swap the queues

    • Top operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, then swap the queues without dequeuing the element

    • Empty operation: Check if both queue

  • Answered by AI
  • Q2. Discuss your previous company projects
  • Q3. Basic oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - generally asks medium interview questions

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Duration 1Hr
2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Don't remember the questions
  • Q2. Don't remember the questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview. anyone can crack easily if you are clear with basic concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me About yourself

RenewBuy Interview FAQs

How many rounds are there in RenewBuy Software Developer interview?
RenewBuy interview process usually has 1-2 rounds. The most common rounds in the RenewBuy interview process are One-on-one Round, Coding Test and Technical.
What are the top questions asked in RenewBuy Software Developer interview?

Some of the top questions asked at the RenewBuy Software Developer interview -

  1. Slicing in List of Pyt...read more
  2. Multithreading questions were as...read more
  3. about JWT and SQL qu...read more

Tell us how to improve this page.

RenewBuy Software Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
RenewBuy Software Developer Salary
based on 24 salaries
₹3.5 L/yr - ₹10.3 L/yr
22% less than the average Software Developer Salary in India
View more details

RenewBuy Software Developer Reviews and Ratings

based on 9 reviews

4.0/5

Rating in categories

3.1

Skill development

3.2

Work-life balance

3.4

Salary

3.4

Job security

3.4

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 9 Reviews and Ratings
Relationship Manager
143 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
105 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Executive
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sales Manager
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare RenewBuy with

PolicyBazaar

3.6
Compare

Coverfox

4.2
Compare

Turtlemint

3.6
Compare

ACKO

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