Upload Button Icon Add office photos

Filter interviews by

Draup Sde1 Interview Questions and Answers

Updated 7 Jul 2024

Draup Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 7 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Wordpress action filter
  • Q2. Rest api and js

Interview questions from similar companies

Sde1 Interview Questions & Answers

ClearTax user image Anonymous

posted on 29 Apr 2024

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

(1 Question)

  • Q1. Difference between Transport and TOC.
  • Ans. 

    Transport refers to the movement of goods or people from one place to another, while Theory of Constraints (TOC) is a management philosophy focused on identifying and alleviating bottlenecks in a system.

    • Transport involves physical movement of goods or people using various modes of transportation such as trucks, trains, ships, or planes.

    • TOC is a management approach that aims to improve the overall efficiency of a system...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How do you manage events
  • Ans. 

    I manage events by creating detailed plans, coordinating with stakeholders, and ensuring smooth execution.

    • Create a detailed event plan outlining goals, timeline, budget, and resources

    • Coordinate with stakeholders such as vendors, sponsors, and attendees

    • Ensure smooth execution by overseeing logistics, troubleshooting issues, and adapting to changes

    • Collect feedback and evaluate the success of the event for future improvem

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expected CTC.
  • Ans. 

    My expected CTC is based on industry standards, my experience, and the value I can bring to the company.

    • Research industry standards for SDE 1 roles in the current market

    • Consider my years of experience and skills in software development

    • Factor in the value I can bring to the company through my expertise and contributions

    • Be open to negotiation based on the overall compensation package offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Angular A to Z Hooks,Services,Api Integration,component communication
  • Q2. Html ,CSS basic
Round 2 - Behavioral 

(1 Question)

  • Q1. Server and web api related questions
Round 3 - HR 

(2 Questions)

  • Q1. Can you provide details about yourself and your educational background?
  • Ans. 

    I am a software engineer with a Bachelor's degree in Computer Science and experience in developing web applications.

    • Bachelor's degree in Computer Science

    • Experience in developing web applications

  • Answered by AI
  • Q2. About Winjit technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Trust the process; ensure a clear understanding of the basics and the logic of object-oriented programming concepts. Wishing you all the best.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Focusing on moderate level patterns

Round 2 - Technical 

(4 Questions)

  • Q1. Discuss object oriented principles in depth
  • Ans. 

    Object oriented principles are fundamental concepts in software development that focus on organizing code into objects with properties and behaviors.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a new class to inherit properties and behaviors from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in di...

  • Answered by AI
  • Q2. Deep discuss of interface
  • Q3. Deep discuss of exception, multithreading
  • Q4. Deep discuss of oop
Round 3 - HR 

(1 Question)

  • Q1. Asked some tricky question related to real life problems

Interview Preparation Tips

Interview preparation tips for other job seekers - All Good 👍🏻
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array questions - rearranging letters for encryption

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and your experience in college.
  • Q2. Database and sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep true to job posting. Hiring for another job and then, making people do something else is not good.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Springboot notations
  • Q2. How to handle multiple request on springboot
  • Ans. 

    Use thread pooling and asynchronous processing to handle multiple requests efficiently in Spring Boot.

    • Implement thread pooling to manage multiple requests concurrently.

    • Use asynchronous processing to handle requests without blocking the main thread.

    • Consider using reactive programming with Spring WebFlux for better scalability.

    • Optimize database queries and external API calls to reduce response times.

    • Implement caching mec...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is server and abap server
  • Ans. 

    A server is a computer or software that provides functionality for other programs or devices. ABAP server is a server that runs ABAP programs.

    • A server is a computer or software that provides services or resources to other computers or programs.

    • ABAP server is a server that runs ABAP (Advanced Business Application Programming) programs, commonly used in SAP systems.

    • ABAP server handles requests from clients and executes A...

  • Answered by AI

Skills evaluated in this interview

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

Leetcode Medium Type Questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Design a Online System to book Salon Professionals like Urban Company.
  • Ans. 

    Design an online system to book salon professionals like Urban Company.

    • User registration and login system

    • Search functionality to find salon professionals based on location, services offered, ratings, etc.

    • Booking system with calendar availability and payment integration

    • Review and rating system for users to provide feedback on salon professionals

    • Notification system for booking confirmations, reminders, and updates

  • Answered by AI

Skills evaluated in this interview

Draup Interview FAQs

How many rounds are there in Draup Sde1 interview?
Draup interview process usually has 1 rounds. The most common rounds in the Draup interview process are Technical.
What are the top questions asked in Draup Sde1 interview?

Some of the top questions asked at the Draup Sde1 interview -

  1. Wordpress action fil...read more
  2. Rest api and...read more

Tell us how to improve this page.

Draup Sde1 Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 228 Interviews
Tiger Analytics Interview Questions
3.7
 • 220 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Axtria Interview Questions
3.0
 • 115 Interviews
MAQ Software Interview Questions
2.0
 • 97 Interviews
View all
Draup Sde1 Salary
based on 4 salaries
₹12.5 L/yr - ₹43.4 L/yr
38% more than the average Sde1 Salary in India
View more details

Draup Sde1 Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Research Executive
130 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Associate Research Executive
66 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Associate Consultant
53 salaries
unlock blur

₹7 L/yr - ₹10.8 L/yr

Consultant
52 salaries
unlock blur

₹8.9 L/yr - ₹20.3 L/yr

Management Consultant
37 salaries
unlock blur

₹7 L/yr - ₹27 L/yr

Explore more salaries
Compare Draup with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

AbsolutData

3.6
Compare

LatentView Analytics

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