Upload Button Icon Add office photos

Filter interviews by

Power2sme Software Engineer Interview Questions and Answers

Updated 3 Apr 2024

Power2sme Software Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Question about Spring boot
Round 2 - Coding Test 

Write a program to maximum subsequence in an array

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Assignment 

Coding in languages such as Python, C++, and SQL.

Round 2 - HR 

(2 Questions)

  • Q1. What is your current salry and expected salary ?
  • Ans. 

    I am currently earning $80,000 annually and my expected salary is $90,000.

    • Current salary: $80,000 annually

    • Expected salary: $90,000 annually

  • Answered by AI
  • Q2. How soon you can join ?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • I need to give a 2-week notice at my current job.

    • I have some personal commitments that I need to wrap up before starting.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 1. Basic OOP Concepts 2. Difference between structure and class in terms of constructor 3. Can members of structure be defined as private 4. What's lambda function and it's real life use case 5. Difference...
  • Q2. 6. What's O(n) in time and space complexity
  • Ans. 

    O(n) refers to linear time and space complexity.

    • O(n) means that the time or space required by an algorithm grows linearly with the size of the input.

    • It implies that the algorithm's performance is directly proportional to the input size.

    • For example, if an algorithm takes 10 seconds to process 100 elements, it would take 20 seconds to process 200 elements.

    • O(n) complexity is considered efficient and desirable in most case

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basic clear and talk as much as possible

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Given programming questions
String programs

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic to intermediate level questions Datatypes OOP concepts Code snippets

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics clearly with understanding.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Two coding questions along with 10 technical mcq questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions like printing inverted pyramid
  • Q2. All the key concepts in C#
  • Ans. 

    Key concepts in C# include classes, objects, inheritance, polymorphism, encapsulation, and exception handling.

    • Classes: Blueprint for creating objects

    • Objects: Instances of classes that hold data and behavior

    • Inheritance: Allows a class to inherit properties and methods from another class

    • Polymorphism: Ability to use a single interface to represent different types of objects

    • Encapsulation: Bundling of data and methods into ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. General attitude related questions
  • Q2. Questions related to work ethics you practice

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Coding Test 

8 MCQ Questions
2 Program

Round 2 - Technical 

(1 Question)

  • Q1. Related to C#, WPF, MVVM, all the questions are available on internet
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions related to projects which I worked on.
Round 4 - HR 

(1 Question)

  • Q1. Related to family, work experience and expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with your answer’s and go thorough the company website first.

Software Engineer Interview Questions & Answers

Renishaw user image BT19MEC005 Afzal Ali

posted on 25 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked many questions from almost all subjects of mechanical engineering after starting from favorite subject.
Round 3 - Technical 

(1 Question)

  • Q1. Analysis of few mechanical systems. Degree of freedoms, dynamics of machine, trigonometry, geometry, vector algebra etc. Later fee computer science fundamentals were asked followed by bit more level of dsa...
Round 4 - HR 

(1 Question)

  • Q1. Why you want to work here. What makes you more preferable candidate than others. Are you willing to work from pune. Explained working culture and asked if I am comfortable with it. Salary expectations etc

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are getting better salary offer than this one, choose the other one. If you're expected salary hike here then you'll have to look for opportunities outside this company. Work culture and overall atmosphere are considerably good. Good place to start as software engineer if you're an mechanical engineer.
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 - Aptitude Test 

Apti plus tech

Round 3 - Technical 

(1 Question)

  • Q1. Went for 1.3 hr... Maths Puzzle Core
Round 4 - HR 

(5 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.
  • Q4. Why should we hire you?
  • Q5. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation for good technical interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

First they conducted the testing round that is pseudo code only 2 they conducted.

Round 2 - Aptitude Test 

In laptop then they conducted aptitude, logical reasoning and java mcqs

Round 3 - One-on-one 

(2 Questions)

  • Q1. First the panel asked self introduction then oops concept and joins how many types of joins are there then normalization and view.
  • Q2. Difference between delete and truncate
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command, while truncate is a DDL command.

    • Delete can be rolled back, while truncate cannot be rolled back.

    • Delete fires triggers, while truncate does not fire triggers.

  • Answered by AI

Skills evaluated in this interview

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

It was simple mostly asked basic coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interviewed with ceo
  • Q2. What is your background and things?
Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly technical questions were asked

Power2sme Interview FAQs

How many rounds are there in Power2sme Software Engineer interview?
Power2sme interview process usually has 2 rounds. The most common rounds in the Power2sme interview process are Technical and Coding Test.
How to prepare for Power2sme Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Power2sme. The most common topics and skills that interviewers at Power2sme expect are Design Patterns, Laravel, NoSQL, OOPS and PHP.

Tell us how to improve this page.

Power2sme Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Power2sme Software Engineer Salary
based on 12 salaries
₹8 L/yr - ₹15.6 L/yr
37% more than the average Software Engineer Salary in India
View more details

Power2sme Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Key Account Manager
28 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Assistant Manager
25 salaries
unlock blur

₹5 L/yr - ₹10.1 L/yr

Product Manager
15 salaries
unlock blur

₹17 L/yr - ₹27 L/yr

Inside Sales Executive
14 salaries
unlock blur

₹2.7 L/yr - ₹4.2 L/yr

Senior Executive
13 salaries
unlock blur

₹3.6 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Power2sme with

TMEIC

3.8
Compare

Marine Electricals

3.7
Compare

Agiliad Technologies

3.6
Compare

Rexel

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