AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

DynPro

Compare button icon Compare button icon Compare
3.8

based on 261 Reviews

Play video Play video Video summary
  • About
  • Reviews
    261
  • Salaries
    1.3k
  • Interviews
    24
  • Jobs
    33
  • Benefits
    7
  • Photos
    -

Filter interviews by

DynPro Interview Questions and Answers

Updated 26 Jun 2025
Popular Designations

8 Interview questions

🔥 Asked by recruiter 2 times
A Power BI Developer was asked 3mo ago
Q. Write an SQL query to rank employees based on their salary.
Ans. 

SQL Rank salary calculates employee salaries and ranks them within a dataset using SQL functions.

  • Use the RANK() function to assign a rank to each salary: RANK() OVER (ORDER BY salary DESC).

  • Ties in salary will receive the same rank, and the next rank will skip accordingly.

  • Example: If salaries are 5000, 6000, 6000, 7000, ranks will be 4, 2, 2, 1.

  • Use PARTITION BY to rank within specific groups, e.g., RANK() OVER (PAR...

View all Power BI Developer interview questions
🔥 Asked by recruiter 2 times
A Power BI Developer was asked 3mo ago
Q. Write an SQL query to rank employees based on their salary.
Ans. 

Calculate salary ranks using SQL to determine employee standings based on their salaries.

  • Use the RANK() function to assign ranks based on salary: SELECT name, salary, RANK() OVER (ORDER BY salary DESC) AS rank FROM employees;

  • Handle ties with DENSE_RANK() to avoid gaps in ranking: SELECT name, salary, DENSE_RANK() OVER (ORDER BY salary DESC) AS rank FROM employees;

  • Use PARTITION BY to rank within specific groups, e....

View all Power BI Developer interview questions
A Software Developer was asked
Q. Explain the Software Development Engineer (SDE) process.
Ans. 

The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

  • Gather requirements from stakeholders

  • Create a design based on requirements

  • Write code to implement the design

  • Test the software for bugs and issues

  • Deploy the software for users to use

  • Iterate on feedback and make improvements

View all Software Developer interview questions
A Talent Acquisition Executive was asked
Q. What is your approach to closing a critical position?
Ans. 

Closing a critical position requires a strategic approach and a thorough understanding of the job requirements and the candidate pool.

  • Identify the key skills and qualifications required for the position

  • Develop a targeted recruitment strategy to attract qualified candidates

  • Utilize multiple sourcing channels, including job boards, social media, and employee referrals

  • Screen candidates thoroughly to ensure they meet t...

View all Talent Acquisition Executive interview questions
A Software Tester was asked
Q. What are smoke and sanity testing?
Ans. 

Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more in-depth test to check if the major functionalities are working as expected.

  • Smoke testing is done to ensure that the software is stable enough for further testing.

  • Sanity testing is done to ensure that the major functionalities of the software are working as expected.

  • Smoke testing is...

View all Software Tester interview questions
A Software Tester was asked
Q. What if the developer does not agree with the defect you raised?
Ans. 

Discuss with developer and provide evidence to support the defect.

  • Schedule a meeting with the developer to discuss the defect.

  • Provide evidence such as screenshots, logs, or test results to support the defect.

  • Collaborate with the developer to understand their perspective and come to a resolution.

  • If necessary, escalate the issue to a higher authority for further review.

View all Software Tester interview questions
A Software Tester was asked
Q. How do you determine the severity and priority of a defect?
Ans. 

Severity is based on impact on system functionality, priority is based on business needs.

  • Severity is determined by the impact of the defect on the system functionality

  • Priority is determined by the business needs and urgency of the defect

  • Defects with high severity and high priority should be fixed first

  • Severity levels can be categorized as critical, major, minor, and cosmetic

  • Priority levels can be categorized as hi...

View all Software Tester interview questions
Are these interview questions helpful?
A Software Tester was asked
Q. What is SDLC ,STLC,BUG LIFE CYCLE?
Ans. 

SDLC is Software Development Life Cycle, STLC is Software Testing Life Cycle, and Bug Life Cycle is the process of a bug from discovery to resolution.

  • SDLC is a process that outlines the development of software from conception to delivery.

  • STLC is a process that outlines the testing of software from planning to execution.

  • Bug Life Cycle is the process of a bug from discovery to resolution, including steps like report...

View all Software Tester interview questions

DynPro Interview Experiences

24 interviews found

Team Lead Talent Acquisition Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. About previous experience.
  • Add your answer
  • Q2. About Hiring process
  • Add your answer
  • Q3. About different search engine
  • Add your answer
Anonymous

Senior Data Engineer Interview Questions & Answers

user image nuthan Goud Pulla

posted on 20 May 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Dbt model and snowflake related questions
  • Add your answer
  • Q2. Python and sql and Pyspark
  • Add your answer
Anonymous

Graduate Trainee Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Simple but fast paced test

Round 2 - Interviw 

(1 Question)

  • Q1. Tell me something about yourself .
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for marketing and analytics.

    • Recent graduate with a degree in Business Administration

    • Passionate about marketing and analytics

    • Strong communication and analytical skills

    • Experience in internships related to marketing

  • Answered by AI
    Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2024

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

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain process for SDE
  • Ans. 

    The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

    • Gather requirements from stakeholders

    • Create a design based on requirements

    • Write code to implement the design

    • Test the software for bugs and issues

    • Deploy the software for users to use

    • Iterate on feedback and make improvements

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

SAP Cloud Platform Integration Consultant Interview Questions & Answers

user image Anonymous

posted on 8 Jan 2025

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

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Based on your previous work
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - As this consultancy company that helps you find your dream job. HR Sonia she's really very helpful . Thanks a lot sonia. The recruitment process was smooth for me.
Anonymous

Talent Acquisition Executive Interview Questions & Answers

user image Uma Sharma

posted on 17 Jun 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. It was with CEO who I never met in personal interview after the placement.
  • Add your answer
  • Q2. Despite of the fact that I was looking to meet the HR team collectively, everyone just tried to fix their own little problems of life inside and iutside the teams!!! Making my job tougher to work from home...
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I am still not sure what went in the Business Manager's head that he terminated me, without even considering the hard work behind all the work I did for them. I found it unhealthy on their part to even put a clause of not disclosing the salary, being in HR myself with my immediate Manager, who he already was. Why HR would be that cringe about it if it is doing a right thing already by being fair in dealing? Talking to an immediate Manager about salary aspect has nothing to do with HR policy(cies), in the 1st place!!!
Job seeker in DynPro must talk their heart out at the entry level as the HR is extremely unfriendly and frames hardworkubg employees for not great faults.
Anonymous

Power BI Developer Interview Questions & Answers

user image Anonymous

posted on 13 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. SQL Rank salary
  • Ans. 

    SQL Rank salary calculates employee salaries and ranks them within a dataset using SQL functions.

    • Use the RANK() function to assign a rank to each salary: RANK() OVER (ORDER BY salary DESC).

    • Ties in salary will receive the same rank, and the next rank will skip accordingly.

    • Example: If salaries are 5000, 6000, 6000, 7000, ranks will be 4, 2, 2, 1.

    • Use PARTITION BY to rank within specific groups, e.g., RANK() OVER (PARTITIO...

  • Answered by AI
    Add your answer
  • Q2. SQL salary rank
  • Ans. 

    Calculate salary ranks using SQL to determine employee standings based on their salaries.

    • Use the RANK() function to assign ranks based on salary: SELECT name, salary, RANK() OVER (ORDER BY salary DESC) AS rank FROM employees;

    • Handle ties with DENSE_RANK() to avoid gaps in ranking: SELECT name, salary, DENSE_RANK() OVER (ORDER BY salary DESC) AS rank FROM employees;

    • Use PARTITION BY to rank within specific groups, e.g., b...

  • Answered by AI
    Add your answer
Anonymous

PMO Executive Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Biggest Challenges you faced as a PM
  • Add your answer
  • Q2. Biggest Achievement of your career
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover proper basics & be strong innit.
Anonymous

Business Development Manager Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2024

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

(1 Question)

  • Q1. Why u want to join to us ?
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2022

Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Add your answer
  • Q2. Explain Django Architecture
  • Add your answer
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about DynPro?
Ask anonymously on communities.
More about working at DynPro
  • HQ - Bangalore/Bengaluru, Karnataka, India
  • IT Services & Consulting
  • 51-200 Employees (India)
  • Recruitment

DynPro Interview FAQs

How many rounds are there in DynPro interview?
DynPro interview process usually has 1-2 rounds. The most common rounds in the DynPro interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for DynPro 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 DynPro. The most common topics and skills that interviewers at DynPro expect are Java, Javascript, Python, SAP ABAP and SQL.
What are the top questions asked in DynPro interview?

Some of the top questions asked at the DynPro interview -

  1. What if developer is not agree with defect you rais...read more
  2. How will you decide sevierity and priority of defe...read more
  3. What is smoke,sanity testi...read more
How long is the DynPro interview process?

The duration of DynPro interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

DynPro Interviews By Designations

  • DynPro Talent Acquisition Executive Interview Questions
  • DynPro Software Engineer Interview Questions
  • DynPro Senior Analyst Interview Questions
  • DynPro Software Developer Interview Questions
  • DynPro Graduate Trainee Interview Questions
  • DynPro Business Analyst Interview Questions
  • DynPro Business Development Manager Interview Questions
  • DynPro Software Tester Interview Questions
  • Show more
  • DynPro Engineer Trainee Interview Questions
  • DynPro Accounts Manager Interview Questions

Interview Questions for Popular Designations

  • Executive Interview Questions
  • Software Engineer Interview Questions
  • Intern Interview Questions
  • Software Developer Interview Questions
  • Senior Associate Interview Questions
  • Consultant Interview Questions
  • System Engineer Interview Questions
  • Data Analyst Interview Questions
  • Show more
  • Manager Interview Questions
  • Sales Officer Interview Questions

Overall Interview Experience Rating

4/5

based on 28 interview experiences

Difficulty level

Easy 20%
Moderate 67%
Hard 13%

Duration

Less than 2 weeks 71%
2-4 weeks 14%
4-6 weeks 14%
View more

Interview Questions from Similar Companies

HCL Infosystems
HCL Infosystems Interview Questions
3.9
 • 144 Interviews
JMR Infotech
JMR Infotech Interview Questions
4.2
 • 33 Interviews
Zebra Technologies
Zebra Technologies Interview Questions
3.8
 • 26 Interviews
Pitney Bowes
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
Dahua Technology India Pvt.Ltd.
Dahua Technology India Pvt.Ltd. Interview Questions
3.5
 • 22 Interviews
Ivanti
Ivanti Interview Questions
3.6
 • 19 Interviews
American Megatrends
American Megatrends Interview Questions
3.7
 • 18 Interviews
Zones Corporate Solutions
Zones Corporate Solutions Interview Questions
3.1
 • 17 Interviews
Bankai Infotech
Bankai Infotech Interview Questions
3.3
 • 14 Interviews
Billennium
Billennium Interview Questions
4.1
 • 12 Interviews
View all

DynPro Reviews and Ratings

based on 261 reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.7

Salary

3.5

Job security

3.7

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 261 Reviews and Ratings
Jobs at DynPro
DynPro
DynPro - DFT Engineer - MBIST (5-10 yrs)

5-10 Yrs

Not Disclosed

DynPro
DynPro - Design Verification Engineer (4-8 yrs)

4-8 Yrs

Not Disclosed

DynPro
DynPro - Business Development Manager (3-8 yrs)

3-8 Yrs

Not Disclosed

Explore more jobs
DynPro Salaries in India
Talent Acquisition Executive
57 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Information Technology Recruiter
54 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Software Engineer
46 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Software Developer
39 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹6.3 L/yr - ₹19 L/yr

Explore more salaries
Compare DynPro with
HCL Infosystems

HCL Infosystems

3.9
Compare
Accel Frontline

Accel Frontline

3.9
Compare
Pitney Bowes

Pitney Bowes

3.8
Compare
JMR Infotech

JMR Infotech

4.2
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • DynPro Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter