Upload Button Icon Add office photos

ADRA

Compare button icon Compare button icon Compare

Filter interviews by

ADRA Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jan 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 - Coding Test 

Hackerrank coding test, 4 questions, think I got lucky as 3 of them were straightforward array questions and last one was a min-heap question.

Round 3 - Technical 

(2 Questions)

  • Q1. Upcoming technical question,, scheduled for this week
  • Q2. Currently doing research on what other people's experiences are for Atlassian

Interview Preparation Tips

Interview preparation tips for other job seekers - Lots and lots of leetcode, at least 50 or so, and do mock interviews with people with more experience

I applied via Approached by Company and was interviewed in Nov 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. This round will be taken by an architect or manager of the department that you will be going in. You won’t be expected to code but you will be given scenarios and you have to explain the approach that you ...

Interview Preparation Tips

Topics to prepare for UKG Senior Software Engineer interview:
  • Java
  • Forgerock
  • Bash
  • Linux
Interview preparation tips for other job seekers - Questions will be asked from your resume so please double check what you have mentioned in your resume

I applied via Referral and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How would your experience provide benefit to our organisation
  • Q2. What are your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice would be to confident while explaining the interviewer your profile. Explain in brief why you are suitable for the job. Go through certain answers in the google.

I applied via LinkedIn and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell us about yourself
  • Q2. Tell us about how do you think this profile suits your current role
  • Q3. How would you like your first 90 days to be
  • Q4. How do you function as a team player and individual contributor? Please explain
  • Q5. Have you gone through our profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read everything about the company, the interviewer(if you know who is taking). Read about the job description. Read and frame your answers based on your profile. Don’t lie in your interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1st Round was technical question full on Java, collections, threading, microservices etc.
  • Q2. 2nd Round was again technical with code implementation of some problems and implementation of Java collections
  • Q3. 3rd Round manager round, discussion on project am working with last organization, some problem solving scenario based round
  • Q4. 4th Round Senior Manager round - discussion on technical capabilities and project related questions
  • Q5. Final round Delivery head, discussion about project and some basic question about future aspirations n all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and give your answer, well prepared and if you dont know any answer be frank and let Interviewer know this.
We only drive the interview not the interviewer.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is webservice?
  • Ans. 

    A webservice is a software system designed to support interoperable machine-to-machine interaction over a network.

    • Webservices use standardized protocols such as HTTP, XML, SOAP, and REST.

    • They allow different applications to communicate with each other regardless of the programming language or platform used.

    • Webservices can be used for a variety of purposes such as data exchange, business process integration, and applica...

  • Answered by AI
  • Q2. What is Difference between API and Webservice
  • Ans. 

    API is a set of protocols for building software while Webservice is a type of API that uses HTTP for communication.

    • API is a set of protocols for building software applications

    • Webservice is a type of API that uses HTTP for communication

    • API can be used for both internal and external communication

    • Webservice is typically used for external communication over the internet

    • API can be in any form like REST, SOAP, etc.

    • Webservice

  • Answered by AI
  • Q3. What is pesticide paradox in testing
  • Ans. 

    Pesticide paradox refers to the phenomenon where pests develop resistance to pesticides over time.

    • Pesticides are used to kill pests, but over time pests develop resistance to them

    • This happens because the pests that are resistant to the pesticide survive and reproduce, passing on their resistance to their offspring

    • This can lead to the need for stronger and more toxic pesticides, which can have negative environmental and...

  • Answered by AI
  • Q4. Star pattern and palindrome Java program

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Java, OOPS and web services concepts.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Job Description, sales process cycle and about Cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - Thorough understanding of role and responsibilities can be helpful

I applied via Company Website and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. What is Software Development Cycle??What are the phase in software development??
  • Ans. 

    Software Development Cycle is a process of designing, creating, testing, and deploying software.

    • The phases of Software Development Cycle are Planning, Analysis, Design, Implementation, Testing, Deployment, and Maintenance.

    • Planning involves defining the project scope, goals, and requirements.

    • Analysis involves gathering and analyzing user requirements.

    • Design involves creating a detailed design of the software.

    • Implementat...

  • Answered by AI
  • Q2. What is scrum methodology?
  • Ans. 

    Scrum is an agile methodology used for software development and project management.

    • It involves iterative and incremental development.

    • A team works on a project in sprints, typically 2-4 weeks long.

    • The team has daily stand-up meetings to discuss progress and plan for the day.

    • The product owner prioritizes the backlog of work.

    • At the end of each sprint, a review and retrospective are held to evaluate progress and plan for t

  • Answered by AI
  • Q3. What is waterfall model?? What are the phases in waterfall model??
  • Ans. 

    Waterfall model is a linear sequential approach to software development.

    • Phases: Requirements gathering, Design, Implementation, Testing, Deployment, Maintenance

    • Each phase must be completed before moving to the next

    • No going back to previous phases

    • Documentation is important

    • Less flexible than Agile model

  • Answered by AI
  • Q4. What is agile model??
  • Ans. 

    Agile model is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile model involves continuous collaboration between cross-functional teams and customers

    • It prioritizes working software over comprehensive documentation

    • It allows for changes and adjustments to be made throughout the development process

    • Examples of agile methodologies include Scrum, Kanban, and Extreme Pro

  • Answered by AI
  • Q5. Java object oriented concepts such as inheritance, encapsulation, polymorphism, abstraction??
  • Q6. Java concepts such as access modifiers, collections.
  • Q7. Simple programming questions such as sort an array in ascending, descending order, binary search problem, some questions on abstraction with programming
  • Q8. Questions from databases??
  • Q9. Questions from mysql such as joins, primary key , foreign key, normalization, union, intersect etc
  • Q10. Some queries from mysql such as find second older person from a table and some questions in which u to use the knowledge of joins, primary key, foreign key to get the answer.
  • Q11. Questions from having , group by , order by causes.
  • Q12. In managerial round questions were asked such as where u see yourself after 5 years, why NCR , Why should we hire u ? Some questions on the projects that I have done. Some situation based questions were a...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, try to explain everything with an example, they will ask u to code everything on an editor so it is important that u write a code which can run properly. In managerial try to be honest and clear with your answer as they may ask follow up questions.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Java Memory Management SPRING BOOT END TO END MICROSERVICES
  • Q2. Docker commands
  • Q3. Deployment

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty tough interview.
Just be clear with your basic they only hit you there.

Success Engineer Interview Questions & Answers

Salesforce user image Anonymous

posted on 11 Oct 2020

I applied via Referral and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

10 Questions

  • Q1. Introduction.
  • Q2. Skill based routing.
  • Q3. Queue based routing.
  • Q4. Community partner user, customer user.
  • Q5. Can we implement skill based routing as queue based routing.
  • Q6. Lightning data service.
  • Q7. Deployment questions like facing validation error while deploying.
  • Q8. Integration questions - checking time limit in api call.
  • Q9. Soql limits- max. time for a soql query to run.
  • Q10. Async apex questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Think multiple times what you are going to say w.r.t your introduction. It does matter.
2. Don't try to take them for granted. Its obvious, they know much more than you do.
3. Always ask for time if you thinking about a solution. They are more than happy if you give them a relevant solution even if it takes time.
4. Prepare well, if you don't know about a topic, don't keep on dragging. Simply say you don't know.
5. Understand problem first, then think for a second and reply. If not understood, ask them again to explain.
7. Salesforce governor limits -- IS A MUST.
6. Keep your basics very clear.

Skills evaluated in this interview

Tell us how to improve this page.

ADRA Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CARE Interview Questions
4.3
 • 39 Interviews
World Vision Interview Questions
4.3
 • 19 Interviews
Oxfam Interview Questions
4.9
 • 5 Interviews
HelpAge India Interview Questions
4.3
 • 2 Interviews
Actionaid Interview Questions
4.1
 • 1 Interview
View all

ADRA Reviews and Ratings

based on 16 reviews

3.7/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.3

Salary

3.4

Job security

3.1

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 16 Reviews and Ratings
Finance Assistant
5 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Accounts Officer
4 salaries
unlock blur

₹5.1 L/yr - ₹6.8 L/yr

Project Coordinator
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Administration Assistant
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Field Coordinator
4 salaries
unlock blur

₹2.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare ADRA with

World Vision

4.3
Compare

CARE

4.3
Compare

Oxfam

4.9
Compare

Actionaid

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