Upload Button Icon Add office photos

Reply

Compare button icon Compare button icon Compare
4.5

based on 4 Reviews

Filter interviews by

Reply Interview Questions and Answers

Updated 18 Dec 2024

Reply Interview Experiences

Popular Designations

6 interviews found

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

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me something that is not mentioned in your resume ?
Round 3 - One-on-one 

(1 Question)

  • Q1. PM related questions

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Consultant Interview Questions & Answers

user image Anonymous

posted on 18 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why Reply and this role?
  • Ans. 

    I chose Reply because of its reputation for innovation and this role because of the opportunity to work with cutting-edge technology.

    • Reply is known for its innovative solutions in the consulting industry

    • This role offers the chance to work with cutting-edge technology and make a significant impact

    • I am excited about the opportunity to contribute to Reply's success and grow professionally

  • Answered by AI
  • Q2. Tell me about your experiences with Cloud Technologies.
  • Ans. 

    I have extensive experience working with various cloud technologies, including AWS, Azure, and Google Cloud.

    • Implemented scalable solutions on AWS using services like EC2, S3, and Lambda

    • Migrated on-premise infrastructure to Azure cloud for improved flexibility and cost savings

    • Utilized Google Cloud Platform for data analytics projects, leveraging BigQuery and Dataflow

    • Worked on hybrid cloud setups integrating multiple clo...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about your experiences in development.
  • Ans. 

    I have over 5 years of experience in software development, specializing in web and mobile applications.

    • Developed multiple web applications using HTML, CSS, and JavaScript

    • Experience with backend development using Node.js and MongoDB

    • Worked on mobile app development using React Native

    • Familiar with Agile development methodologies

    • Participated in code reviews and collaborated with cross-functional teams

  • Answered by AI

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Ai Ml Engineer intern Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. 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 - HR 

(1 Question)

  • Q1. Talk about yourself, the accademic exams, approach to problems
Round 3 - HR 

(1 Question)

  • Q1. Comportamental with manager
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 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 - HR 

(3 Questions)

  • Q1. Why you are leaving your present Company?
  • Q2. Are you comfortable in travelling?
  • Q3. Did you work in USA?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine in answering your questions as they are closely tracking the info you mentioned in your resume.

SAP PM Consultant Interview Questions asked at other Companies

Q1. Technical objects & it's specifications in SAP PM
View answer (2)

Reply interview questions for popular designations

 Business Analyst

 (1)

 Consultant

 (1)

 QA Engineer

 (1)

 SAP PM Consultant

 (1)

 Software Engineer

 (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

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

I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Case Study 

Experience related questions and scenarios

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is agile, scrum
  • Ans. 

    Agile and Scrum are project management methodologies used in software development.

    • Agile is a methodology that promotes iterative development, collaboration, and flexibility.

    • Scrum is a specific framework within Agile that divides work into sprints, with daily stand-up meetings and regular reviews.

    • Agile focuses on responding to change and delivering working software frequently.

    • Scrum roles include Product Owner, Scrum Mas...

  • Answered by AI
  • Q2. What is difference between js and ts
  • Ans. 

    JS is JavaScript, a dynamic scripting language, while TS is TypeScript, a statically typed superset of JavaScript.

    • JS is dynamically typed, while TS is statically typed

    • TS supports type checking at compile time, while JS does not

    • TS allows for better code organization and error detection compared to JS

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8

The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.

Round 2 - Technical 

(6 Questions)

  • Q1. Interviewer was himself not knowing anything as it was walkin drive he was sitting infront of me and checking questions on phone Introduction that he inturrepted in between when I was introducing myself
  • Q2. What are the features of Java 17, specifically related to sealed classes, including their syntax and necessity, along with the potential errors encountered when invoking a sealed class?
  • Q3. Java 8 feathers stream api, functional interface, Intermittent operator ,Ternary operator, Prediction,Bi predicate. Answered all successfully
  • Q4. Draw low level design of implementation of notify me if item is back in stock in a ecommerce application
  • Q5. All design patterns which I know. Asked me to implement adapter pattern on paper
  • Q6. Then given a problem that concurrent way perform operation on excell to decrease the response time

Interview Preparation Tips

Interview preparation tips for other job seekers - I always suggest staying away from these companies commonly referred to as WITCH (Wipro, Infosys, TCS, Cognizant, HCL). You will rarely encounter good interviewers there unless there is an extreme necessity. Interview was judging me on the basis of syntex by seeing in his phone. How can everyone write each and everything on copy. For the low level design first time in my 6 years carrier someone asked to design without using kafka or any other library like spring boot to achieve that add in reminder list problem 😂. At first it was my bad after holding a offer of almost 27 lakh I somehow agreed for giving interview. Second thing I also know that after Even clearing they cannot afford 30LPA which I asked. I just went there because from last 6.5 year I have never attended any walking or face to face interview so was curious for it. Currently also working with somewhat premium product development company only. My experience was very bad. May be it can get vary person to person.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. What has been your experience in each of the companies you have worked for?
Round 2 - Technical 

(4 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Could you briefly describe the companies you have worked for?
  • Q3. What technologies have you worked with, and what was your role in each?
  • Q4. What are some use case studies related to the technologies you have worked with?

Interview Preparation Tips

Interview preparation tips for other job seekers - Inquire with HR about the variable pay and ask about the percentage of quarterly bonuses or compensation. It is unfair that if you leave the company, they will provide you with 0% variable pay, as other companies do not operate in this manner.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Quantitative aptitude, logical reasoning, verbal ability, technical.

Round 2 - Technical 

(1 Question)

  • Q1. The interview consisted of multiple rounds covering technical, functional, and real-time scenarios in SAP MM. The panel assessed knowledge in Master Data, Procurement, Inventory Management, Invoice Verific...
Round 3 - HR 

(1 Question)

  • Q1. I participated in my HR interview, during which the interviewer initially requested that I introduce myself. Following that, they asked about my extracurricular activities and family background. Lastly, th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with a concise self-introductionhighlighting your skills, experience, and technical knowledge. Showcase extracurricular activities that demonstrate leadership and teamwork. Keep your family backgrounddiscussion brief and professional.
For the technical interview focus on core concepts, real-time scenarios, and problem-solving skills. Be ready to explain SAP MM processes, configurations, and integrations with other modules. Practice scenario-based questions and hands-on troubleshooting.
If asked about relocation express flexibility or provide a logical reason for your preference. Maintain a positive attitude answer confidently, and conclude with gratitude.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. How many variance in sap?
  • Ans. 

    The number of variances in SAP can vary depending on the specific processes and transactions being analyzed.

    • The number of variances in SAP can be influenced by factors such as data entry errors, system glitches, or discrepancies in invoice processing.

    • Variances in SAP may be identified through reconciliation processes, exception reports, or manual reviews of accounts payable transactions.

    • Examples of variances in SAP inc...

  • Answered by AI
  • Q2. We cac explain the all accounts receivable and accounts payable
  • Ans. 

    Accounts receivable and accounts payable are two important aspects of a company's financial operations.

    • Accounts receivable refers to money owed to a company by its customers for goods or services provided.

    • Accounts payable refers to money owed by a company to its suppliers or vendors for goods or services received.

    • Accounts receivable is an asset on the balance sheet, while accounts payable is a liability.

    • Managing accoun...

  • Answered by AI
  • Q3. What is the cost element and cost center?
  • Ans. 

    Cost element and cost center are key concepts in accounting for tracking and allocating costs within an organization.

    • Cost element refers to the specific types of costs incurred by an organization, such as materials, labor, or overhead.

    • Cost center is a specific department, team, or function within an organization that is responsible for incurring costs.

    • Cost elements are assigned to cost centers to track and allocate cos...

  • Answered by AI
  • Q4. How many we have currencies in sap?
  • Ans. 

    SAP supports over 160 currencies worldwide.

    • SAP supports over 160 currencies for global transactions.

    • Currencies can be configured in SAP using transaction code OB22.

    • Each currency is assigned a unique currency code (e.g. USD for US Dollar, EUR for Euro).

  • Answered by AI
  • Q5. How many types of projects
  • Ans. 

    There are various types of projects, including internal projects, external projects, research projects, and development projects.

    • Internal projects focus on improving processes within the organization.

    • External projects involve working with external partners or clients.

    • Research projects aim to gather data and analyze findings.

    • Development projects focus on creating new products or services.

    • Examples: IT system implementati...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture P2P Accounts Payable Executive interview:
  • mba fresher
Interview preparation tips for other job seekers - 1. Self-Reflection & Goal Setting
* Identify Your Strengths & Weaknesses:
* Strengths: What are you good at? What do you enjoy doing? What are your unique skills and talents?
* Weaknesses: What areas do you need to improve? What are your biggest challenges?
* Define Your Career Goals:
* Short-term: What kind of job are you looking for? What industry are you interested in? What salary range are you targeting?
* Long-term: What is your ideal career path? What are your long-term professional aspirations?
2. Enhance Your Job Search Strategy
* Build a Strong Online Presence:
* LinkedIn: Create a professional and engaging LinkedIn profile.
* Portfolio/Website: If applicable, showcase your work through a portfolio or personal website.
* Network, Network, Network:
* Attend industry events: Conferences, meetups, and workshops.
* Informational interviews: Connect with people working in your field of interest.
* Leverage your existing network: Let your friends, family, and former colleagues know you're job searching.
* Tailor Your Resume & Cover Letter:
* Customize: Tailor your resume and cover letter to each specific job application.
* Keywords: Use keywords from the job description to increase your chances of getting noticed by Applicant Tracking Systems (ATS).
* Quantify your achievements: Use numbers and data to demonstrate your accomplishments.
* Master the Job Interview:
* Practice: Prepare for common interview questions (behavioral, technical, etc.).
* Research: Learn about the company and the role you're interviewing for.
* Ask insightful questions: Demonstrate your interest and engagement.
3. Continuous Improvement
* Skill Development:
* Online courses: Platforms like Coursera, Udemy, and edX offer a wide range of courses.
* Certifications: Obtain relevant industry certifications to enhance your credentials.
* Volunteer work: Gain valuable experience and build your network.
* Stay Updated:
* Industry news: Keep up-to-date with the latest trends and developments in your field.
* Job market trends: Monitor job boards and industry publications to understand the current job market.
Key Advice:
* Be patient and persistent: The job search process can be challenging, but don't give up.
* Stay positive and maintain a growth mindset: Focus on your strengths and opportunities for improvement.
* Take care of yourself: Prioritize your physical and mental well-being during your job search.
Remember: The job market is constantly evolving. Be adaptable, proactive, and resourceful in your job search efforts. Good luck!

Reply Interview FAQs

How many rounds are there in Reply interview?
Reply interview process usually has 2 rounds. The most common rounds in the Reply interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for Reply 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 Reply. The most common topics and skills that interviewers at Reply expect are Coding, GIT, Adobe Creative Suite, Aftereffects and Android SDK.
What are the top questions asked in Reply interview?

Some of the top questions asked at the Reply interview -

  1. Tell me about your experiences with Cloud Technologi...read more
  2. What is difference between js and...read more
  3. What is agile, sc...read more

Tell us how to improve this page.

Reply Interview Process

based on 5 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all

Reply Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

4.4

Skill development

4.6

Work-life balance

3.8

Salary

4.3

Job security

3.8

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
Compare Reply with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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