Upload Button Icon Add office photos

Bses Yamuna Power

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Bses Yamuna Power Software Developer Interview Questions and Answers

Updated 8 Apr 2024

Bses Yamuna Power Software Developer Interview Experiences

1 interview found

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

I applied via Referal and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Detailed interview with technicalities and about your profile
  • Q2. Technologies Worked with.
  • Ans. 

    Experienced with Java, Python, SQL, HTML, CSS, JavaScript, and Git.

    • Java

    • Python

    • SQL

    • HTML

    • CSS

    • JavaScript

    • Git

  • Answered by AI
  • Q3. Coding with your expertise in your area and others. Will update other questions soon
  • Q4. Salary discussion
  • Q5. Joining within a month

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. C++ Basic , malloc, calloc

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you know anything about cloud computing?
  • Ans. 

    Yes, cloud computing refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises computing.

    • Examples of cloud computing services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very chill interview on the basis of profile.
Learn about new technology like cloud etc.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic C++, and Data structure focus on pointers and virtual function, vptr, vtable
  • Q2. Prepare about ur current project and process followed for entire development process thoroughly
  • Q3. Prepare common tools like. Linux, git, gdb
  • Q4. Prepare basics of data structures, OOPS, design patterns used

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a steady approach, focus more and more on basics and working principle of concepts

Interview Questionnaire 

1 Question

  • Q1. Basic OOPs concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between .net and .net core?
  • Ans. 

    The main difference between .NET and .NET Core is that .NET Core is a cross-platform, open-source framework while .NET is a Windows-only framework.

    • NET Core is cross-platform, meaning it can run on Windows, macOS, and Linux, while .NET is limited to Windows.

    • .NET Core is open-source, allowing for community contributions and faster updates, while .NET is primarily developed by Microsoft.

    • .NET Core is modular, allowing deve...

  • Answered by AI
  • Q2. What is the difference between function and stored procedure?
  • Ans. 

    Functions return a single value, while stored procedures can perform multiple operations and return multiple values.

    • Functions return a single value, while stored procedures can return multiple values.

    • Functions are called in SQL statements, while stored procedures are called using the EXECUTE command.

    • Functions cannot modify the database state, while stored procedures can.

    • Functions are precompiled and stored in the datab...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. 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 Resume tips
Round 2 - Aptitude Test 

The normal way of aptitude tests is like all the other companies. Some questions were a bit challenging also, but if you do the basics right then that's enough

Round 3 - Coding Test 

Basics Basics Basics, everything is concerned with basics, they don't expect you to solve quantum mechanic equations. Just struggle a bit in DSA and clear some logical reasoning and some general knowledge is perfect!

Round 4 - HR 

(5 Questions)

  • Q1. This round is for getting you onboard, you get offered a package and need to complete some formalities that's it.
  • Q2. Where do you see yourself in the next 3 - 5 years?
  • Q3. What do you want to become in the coming future?
  • Q4. What are your hobbies?
  • Q5. What made you join siemens?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare best, create your resume top-notch, add only what you know best, and add relevant details only, if your resume gets selected then kaboom, you are in. now you are only expected to know best what is written in your resume and nothing extra-ordinary. Good Luck!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. They asked me to write simple programs in c , python ,java I wrote finally it was good
  • Q2. Write basic code
  • Ans. 

    Basic code example using an array of strings

    • Declare an array of strings in the preferred programming language

    • Initialize the array with some string values

    • Access and manipulate elements in the array as needed

  • Answered by AI
  • Q3. Write simple profram
  • Ans. 

    A simple program to print 'Hello, World!'

    • Create a new file with a .py extension

    • Write 'print('Hello, World!')' inside the file

    • Save the file and run it using a Python interpreter

  • Answered by AI
  • Q4. They aasked wts ur strenth and weakness So for that i teplied my strengthis my smartwork

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before May 2022. 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 Resume tips
Round 2 - Coding Test 

Create applications related to ekart applications applying design pattern and OOPS concept

Round 3 - One-on-one 

(2 Questions)

  • Q1. Puzzles and C# Eelated questions
  • Q2. What is new in C# 10
  • Ans. 

    C# 10 introduces new features like file-scoped namespaces, global using directives, and interpolated string handlers.

    • File-scoped namespaces allow defining namespaces at the file level instead of wrapping everything in a namespace block.

    • Global using directives simplify the process of importing namespaces across the entire project.

    • Interpolated string handlers provide a way to customize how interpolated strings are proces

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Just salary discussion

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. As I am from electronics background,I was asked about few electronics related question about ADC and DAC and encoding and decoding,And i was asked for a coding and some general puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ,Be prepared for the round you are going,Have a good communication skill
Contribute & help others!
anonymous
You can choose to be anonymous

Bses Yamuna Power Interview FAQs

How many rounds are there in Bses Yamuna Power Software Developer interview?
Bses Yamuna Power interview process usually has 1 rounds. The most common rounds in the Bses Yamuna Power interview process are HR.
What are the top questions asked in Bses Yamuna Power Software Developer interview?

Some of the top questions asked at the Bses Yamuna Power Software Developer interview -

  1. Technologies Worked wi...read more
  2. Coding with your expertise in your area and others. Will update other questions...read more

Recently Viewed

JOBS

HP Inc Costa Rica Limitada

No Jobs

INTERVIEWS

Google

No Interviews

SALARIES

Electrosteel Casting

JOBS

CignaTTk Health Insurance

No Jobs

DESIGNATION

REVIEWS

Hewlett Packard Enterprise

No Reviews

REVIEWS

Electrosteel Casting

No Reviews

REVIEWS

Electrosteel Casting

No Reviews

LIST OF COMPANIES

Rockman Industries

Locations

SALARIES

Hewlett Packard Enterprise

Tell us how to improve this page.

Bses Yamuna Power Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Bses Yamuna Power Software Developer Salary
based on 4 salaries
₹2.2 L/yr - ₹8 L/yr
35% less than the average Software Developer Salary in India
View more details

Bses Yamuna Power Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Electrical Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bses Yamuna Power with

Tata Power Delhi Distribution

3.9
Compare

Reliance Infrastructure

4.1
Compare

CESC

3.8
Compare

Torrent Power

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