Upload Button Icon Add office photos

Promaestro Techsource

Compare button icon Compare button icon Compare

Filter interviews by

Promaestro Techsource Interview Questions and Answers for Freshers

Updated 15 Mar 2024

Promaestro Techsource Interview Experiences for Freshers

Popular Designations

1 interview found

Associate Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2022

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Which company are you working??
  • Q2. I am working promestro techsource Pvt

Interview Preparation Tips

Topics to prepare for Promaestro Techsource Associate interview:
  • US Mortgage
Interview preparation tips for other job seekers - Good communication skills,and knowledge

Associate Interview Questions asked at other Companies

Q1. A rat has 3000 gm of rice, he has to travel a distance of 3000m, he eats 1gm rice/m, his maximum carrying capcity is 1000 gm,how should he travel the distance to reach with maximum rice left
View answer (5)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I applied via Campus Placement and was interviewed in Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  Explain the features of OOPS with examples?
  • Ans. 

    OOPS is a programming paradigm based on objects that have properties and methods.

    • Encapsulation: bundling of data and methods that operate on that data within a single unit

    • Inheritance: ability of a class to inherit properties and methods from a parent class

    • Polymorphism: ability of objects to take on many forms or have multiple behaviors

    • Abstraction: hiding of complex implementation details and showing only the necessary ...

  • Answered by AI
  • Q2. Explain the following terms : Super, Throw, Final and Finally
  • Ans. 

    Explanation of Super, Throw, Final and Finally

    • Super: used to call a method from a parent class

    • Throw: used to throw an exception

    • Final: used to declare a constant or to prevent method overriding

    • Finally: used to execute code after try-catch block, regardless of exception

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 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 - Aptitude Test 

Easy question of logical and reasoning

Round 3 - Coding Test 

Basic questions related to oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Just chill and be confident
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 
Round 3 - Coding Test 
Round 4 - Technical 

(1 Question)

  • Q1. Question from your strength whatever do you know the question will roam around your knowledge.
Round 5 - HR 

(1 Question)

  • Q1. HR interviews are having general HR questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - If you don’t have any choice then only go for this company I have worked here what is I had the worst experience both as a girlfriend balance and compensation benefit as well

I applied via Referral and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

It was online 1hr test. Overall it was an easy test. If you code on hackerrank, hackerearth or leetcode then you can easily clear the test.

Round 3 - Technical 

(1 Question)

  • Q1. All Data Structure related, OOPs concepts, Spring Framework.
Round 4 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to be confident. Show your spark that you are better in every kind.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via GFG and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ask questions from my resume related to the tech stack I have worked on.
  • Q2. Basic Java questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Solve 2 coding questions.
Array,string type questions

Round 2 - Technical 

(2 Questions)

  • Q1. Oops, static keyword, about main method
  • Q2. Prime number, Armstrong no.
Round 3 - HR 

(2 Questions)

  • Q1. Simple discussion about academic years
  • Q2. Project just give the overview of project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on problem solving and add skills like frameworks, technologies.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They asked to write a pseudo code for coin denomination problem

Round 2 - Technical 

(2 Questions)

  • Q1. What is the use of devops
  • Ans. 

    DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the systems development life cycle and provide continuous delivery.

    • DevOps aims to automate and integrate the processes between software development and IT teams to build, test, and release software more quickly and reliably.

    • It involves collaboration, communication, and integration of tools to streamline the developm...

  • Answered by AI
  • Q2. How can we use javascript with css and html
  • Ans. 

    JavaScript can be used with CSS and HTML to enhance the functionality and interactivity of web pages.

    • Use JavaScript to manipulate CSS properties and styles dynamically

    • Add event listeners in JavaScript to trigger CSS changes based on user interactions

    • Use JavaScript to update HTML content based on user input or other actions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company to join

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in

Round 1 - most of the roundn is dsa base 

(1 Question)

  • Q1. Question is base on array and string.
Round 2 - dsa round 

(1 Question)

  • Q1. Dsa questin base on dynamic pattern
  • Ans. 

    Dynamic programming is a method for solving complex problems by breaking them down into simpler subproblems.

    • Identify the optimal substructure and overlapping subproblems in the problem

    • Use memoization or tabulation to store and reuse solutions to subproblems

    • Examples: Fibonacci sequence, Longest Common Subsequence, Knapsack problem

  • Answered by AI

Skills evaluated in this interview

Promaestro Techsource Interview FAQs

How many rounds are there in Promaestro Techsource interview for freshers?
Promaestro Techsource interview process for freshers usually has 1 rounds. The most common rounds in the Promaestro Techsource interview process for freshers are Technical.
What are the top questions asked in Promaestro Techsource interview for freshers?

Some of the top questions asked at the Promaestro Techsource interview for freshers -

  1. I am working promestro techsource ...read more
  2. Introduction, techni...read more
  3. Coding, test...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 92 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
NexTurn Interview Questions
4.1
 • 28 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
Knoldus Inc Interview Questions
3.9
 • 20 Interviews
View all

Promaestro Techsource Reviews and Ratings

based on 72 reviews

4.6/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.3

Salary

4.3

Job security

4.4

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 72 Reviews and Ratings
Software Engineer
209 salaries
unlock blur

₹2.8 L/yr - ₹8.5 L/yr

Softwaretest Engineer
79 salaries
unlock blur

₹3.6 L/yr - ₹7 L/yr

Software Developer
74 salaries
unlock blur

₹3.4 L/yr - ₹7.5 L/yr

Test Engineer
70 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Devops Engineer
70 salaries
unlock blur

₹3.3 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Promaestro Techsource 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