Upload Button Icon Add office photos

Filter interviews by

Immply Devops Interview Questions and Answers

Updated 17 Dec 2020

Immply Devops Interview Experiences

1 interview found

Devops Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2020

Interview Questionnaire 

2 Questions

  • Q1. Read Replicas require a transactional storage engine and are only support for the ___ storage engine.
  • Q2. When running DB instance as a Multi-AZ deployment, can I use the standby for read or write operation?
  • Ans. 

    Yes, the standby can be used for read operations but not for write operations.

    • In a Multi-AZ deployment, the primary DB instance handles write operations.

    • The standby DB instance can be used for read operations to offload the primary instance.

    • Read replicas can also be used for read operations in a Multi-AZ deployment.

  • Answered by AI

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. API testing questions, database questions, manual testing, team lead experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a call via an agency, first there was telephonic interview with manager where team lead experience, manual testing, activities you performed, database and API testing questions were asked

Then had face to face with almost similar questions

Make sure you are aware about the JD and well prepared with basic fundamentals

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

Interview Questionnaire 

1 Question

  • Q1. They had some PI test (Personality test) followed by Aptitude test which comprised of basic math questions, logic, and AML related questions. If you pass the tests, you are qualified for the personal inter...

Interview Preparation Tips

Interview preparation tips for other job seekers - read related to the job profile and your work ex- AML

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 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. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - With personal experience not referring this job to anyone

I applied via Other and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core topics related to Django, python

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared to rejected even after following a tedious process of weeks of interview, and then not getting response of follow ups after final technical round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain how javascript works
  • Ans. 

    JavaScript is a high-level, interpreted programming language that is used to make web pages interactive.

    • JavaScript is a client-side scripting language that runs in the browser.

    • It is used to add interactivity to websites, such as form validation, animations, and dynamic content.

    • JavaScript code is executed line by line and can manipulate the HTML and CSS of a webpage.

    • It can also communicate with servers to retrieve or se

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Build a to do app in react
  • Ans. 

    A to do app built in React for managing tasks and deadlines.

    • Use React components to create a user interface for adding, editing, and deleting tasks

    • Implement state management to keep track of tasks and their completion status

    • Utilize local storage or a backend server to persist tasks between sessions

  • Answered by AI

I applied via Walk-in and was interviewed in Aug 2022. There were 2 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 

(2 Questions)

  • Q1. Q 1 Why should we hire you ? 2 tell me something about your self 3 why should you join sales process
  • Q2. 2nd opration manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Plz read all questions and answers confidentiality postive and active

Interview Questionnaire 

2 Questions

  • Q1. Have you working with presure ?
  • Ans. 

    Yes, I have experience working under pressure.

    • I have successfully managed multiple high-pressure projects simultaneously.

    • I am accustomed to meeting tight deadlines and delivering quality work under pressure.

    • I thrive in fast-paced environments and remain calm and focused during stressful situations.

    • I have received positive feedback from supervisors and colleagues for my ability to handle pressure.

    • For example, in my prev...

  • Answered by AI
  • Q2. Have you working with teams
  • Ans. 

    Yes, I have experience working with teams.

    • I have worked in cross-functional teams on various projects.

    • I have collaborated with colleagues from different departments to achieve common goals.

    • I have participated in team meetings, brainstorming sessions, and project planning.

    • I have effectively communicated and coordinated with team members to ensure smooth workflow.

    • I have contributed to team success by sharing ideas, provi...

  • Answered by AI

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

Round 1 - Coding Test 

Very easy mcq Question on google form.

Round 2 - Technical 

(1 Question)

  • Q1. Java basic theory Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There was a linked list question without using libraries
  • Q2. Among 20 sphere, one sphere weight is larger than other 19 sphere. how will you find that ball without seeing it. Explain logic and code.
  • Ans. 

    Finding the heavier sphere among 20 spheres without seeing it.

    • Divide the spheres into groups of 3, weigh any two groups against each other.

    • If both groups weigh the same, the heavier sphere is in the third group.

    • If one group is heavier, weigh two spheres from that group against each other.

    • If they weigh the same, the heavier sphere is the remaining one.

    • If they don't weigh the same, the heavier sphere is the one that weig

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked Java questions. They made me very comfortable during interview and it was more like discussion than interview. They made me understand the Questions which I gave wrong answers to. More than coding the logic was tested.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jul 2023.

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 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?

Immply Interview FAQs

What are the top questions asked in Immply Devops interview?

Some of the top questions asked at the Immply Devops interview -

  1. When running DB instance as a Multi-AZ deployment, can I use the standby for re...read more
  2. Read Replicas require a transactional storage engine and are only support for t...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Cyient Interview Questions
3.6
 • 288 Interviews
View all
PHP Developer
25 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

UI Developer
22 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

Senior PHP Developer
22 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Quality Analyst
8 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Web Developer
8 salaries
unlock blur

₹2.3 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Immply with

Samunnati Financial Intermediation and Services

4.3
Compare

Biz 2 Credit Info Services

3.9
Compare

Fexprime Finance

4.5
Compare

Kalkine

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