Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IFI Techsolutions Team. If you also belong to the team, you can get access from here

IFI Techsolutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IFI Techsolutions Senior Cloud Engineer Interview Questions and Answers

Updated 5 Jun 2023

IFI Techsolutions Senior Cloud Engineer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in May 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 - Technical 

(2 Questions)

  • Q1. Question related to Pyspark SQL, ADF,Azure
  • Q2. Window function, SQL

Interview Preparation Tips

Topics to prepare for IFI Techsolutions Senior Cloud Engineer interview:
  • Azure Cloud
  • SQL
  • Pyspark

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Apr 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude test for 45 mins

Round 2 - Group Discussion 

Put forth your ideas confidently and try to make valid and good points

Round 3 - Assignment 

You have to write a essay or paragraph for providing your fluency in language.

Round 4 - Technical 

(1 Question)

  • Q1. Have a basic understanding of OOPS, SQL and Networking.
Round 5 - HR 

(1 Question)

  • Q1. Have a discussion with HR and try to ask your doubts about your roles and responsibilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident and try to be on point.
If you are not sure about the question or don't know the answer tell the person you are not sure.

I applied via Company Website and was interviewed before Dec 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How did you crack the interview?

Interview Preparation Tips

Interview preparation tips for other job seekers - Wok hard, things which you don’t know learn everyday, see what current markets requirements are *no matter which domain you are from.

Rest “all the best”

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Why linux is preferred instead of windows OS in IT high security system?
  • Ans. 

    Linux is preferred over Windows in high security systems due to its open-source nature, strong security features, and minimal attack surface.

    • Linux is open-source, allowing for greater transparency and customization to meet security needs.

    • Linux has a strong permission system, making it easier to control access to sensitive data and resources.

    • Linux has a smaller attack surface compared to Windows, reducing the risk of vu...

  • Answered by AI
  • Q2. What is OOPS concept?
  • Ans. 

    OOPS (Object-Oriented Programming) concept is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPS.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows one class to inherit properties and b...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your favourite book and why ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while your speaking and improve your communication skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explian about how to setup DR
  • Ans. 

    DR setup involves identifying critical systems, selecting a DR site, replicating data, and testing the plan regularly.

    • Identify critical systems and prioritize them based on their importance

    • Select a DR site that is geographically distant from the primary site

    • Replicate data to the DR site using technologies like backup and recovery, replication, or clustering

    • Test the DR plan regularly to ensure it works as expected and m...

  • Answered by AI
  • Q2. We use Azure Site Recovery service to manage DR

Interview Preparation Tips

Interview preparation tips for other job seekers - You try and have nice experience in terms of interview questions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Git Branching strategy in your project, explain your CICD piepline, How to automate your Build triggers, Basic Git commands, AWS infra, modues used in Docker , Explain architecture of K8s of Master as well...

Interview Preparation Tips

Interview preparation tips for other job seekers - share your experince with the above following qns
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

It was smooth and easy

Round 2 - Coding Test 

It was not very hard

Round 3 - Technical 

(2 Questions)

  • Q1. There was two coding Fibonacci series Second largest
  • Ans. 

    The candidate is asked to write code for generating Fibonacci series and finding the second largest number in an array.

    • For Fibonacci series, start with 0 and 1, then add the previous two numbers to get the next number in the series.

    • To find the second largest number in an array, sort the array in descending order and return the element at index 1.

  • Answered by AI
  • Q2. What is opps In java
  • Ans. 

    Opps in Java stands for Object-Oriented Programming concepts.

    • Opps in Java refers to the principles of Object-Oriented Programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • It allows for creating modular, reusable, and maintainable code by organizing data and behavior into objects.

    • Example: Creating classes and objects, using inheritance to create subclasses, and implementing interfaces.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What you like about Mindtree Why should we hire you
  • Ans. 

    I like Mindtree's innovative approach to technology and their commitment to employee growth.

    • I appreciate Mindtree's focus on innovation and cutting-edge technology solutions.

    • I admire the company's dedication to employee development and growth opportunities.

    • I believe my skills and experience align well with Mindtree's values and goals.

    • I am confident that I can contribute positively to Mindtree's team and projects.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a combination of code and theoretical questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

All the concepts of Aptitude, Reasoning, Technical, Versent

Round 2 - Technical 

(2 Questions)

  • Q1. What are the key concepts of Object-Oriented Programming (OOP), and can you provide a detailed and structured explanation?
  • Ans. 

    Key concepts of Object-Oriented Programming (OOP) include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects of different classes to respond to the same method in different ways.

    • Abstraction: Hiding t...

  • Answered by AI
  • Q2. What are the advantages of using Python compared to other programming languages?
  • Ans. 

    Python is versatile, easy to learn, has a large community support, and is widely used in cloud computing.

    • Versatile - Python can be used for web development, data analysis, artificial intelligence, and more.

    • Easy to learn - Python has a simple syntax and is beginner-friendly.

    • Large community support - Python has a vast community of developers who contribute libraries and resources.

    • Widely used in cloud computing - Python i...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Can you describe your hometown?
  • Ans. 

    My hometown is a quaint coastal town known for its picturesque beaches and vibrant local culture.

    • Located on the coast

    • Famous for its beaches

    • Rich local culture

    • Popular seafood restaurants

    • Annual music festival

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strengthen your foundational skills to improve your job prospects in the current market.

Interview Questionnaire 

1 Question

  • Q1. What's your favourite character in Movie
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is AD and RBAC
  • Ans. 

    AD stands for Active Directory, a directory service developed by Microsoft for Windows domain networks. RBAC stands for Role-Based Access Control, a method of restricting network access based on roles assigned to users or groups.

    • AD is used to store information about network resources such as computers, users, and groups.

    • RBAC allows administrators to define roles with specific permissions and assign users or groups to t...

  • Answered by AI

IFI Techsolutions Interview FAQs

How many rounds are there in IFI Techsolutions Senior Cloud Engineer interview?
IFI Techsolutions interview process usually has 2 rounds. The most common rounds in the IFI Techsolutions interview process are Resume Shortlist and Technical.
How to prepare for IFI Techsolutions Senior Cloud Engineer 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 IFI Techsolutions. The most common topics and skills that interviewers at IFI Techsolutions expect are Ansible, Cloud Computing, Puppet, Terraform and Kubernetes.
What are the top questions asked in IFI Techsolutions Senior Cloud Engineer interview?

Some of the top questions asked at the IFI Techsolutions Senior Cloud Engineer interview -

  1. Question related to Pyspark SQL, ADF,Az...read more
  2. Window function, ...read more

Tell us how to improve this page.

IFI Techsolutions Senior Cloud Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 791 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
View all
IFI Techsolutions Senior Cloud Engineer Salary
based on 22 salaries
₹2.8 L/yr - ₹7 L/yr
71% less than the average Senior Cloud Engineer Salary in India
View more details

IFI Techsolutions Senior Cloud Engineer Reviews and Ratings

based on 4 reviews

3.3/5

Rating in categories

4.6

Skill development

3.3

Work-life balance

3.3

Salary

3.3

Job security

4.6

Company culture

2.2

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Cloud Engineer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Cloud Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Cloud Consultant
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IFI Techsolutions with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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