Upload Button Icon Add office photos
Engaged Employer

i

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

IFortis Worldwide Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 128 Reviews

Filter interviews by

IFortis Worldwide Associate HR Intern Interview Questions and Answers

Updated 12 May 2024

IFortis Worldwide Associate HR Intern Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Apr 2024.

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 - Resume Shortlist 

(3 Questions)

  • Q1. There were no interview questions
  • Q2. Why you should be hired for this role?
  • Q3. Why are you a better candidate than others?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is traineeship in name of internship

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Paper pen coding test

Round 2 - Technical 

(4 Questions)

  • Q1. Easy-medium level sliding window problem
  • Ans. 

    Find the maximum sum of a subarray of size k in an array of integers.

    • Use a sliding window approach to keep track of the sum of the current subarray.

    • Slide the window by adding the next element and subtracting the previous element.

    • Keep track of the maximum sum encountered so far.

    • Return the maximum sum found.

  • Answered by AI
  • Q2. Easy-medium level array problem
  • Ans. 

    Find the longest common prefix among an array of strings.

    • Iterate through the characters of the first string and compare with other strings.

    • Stop when a character doesn't match or reach the end of any string.

    • Return the prefix found so far.

  • Answered by AI
  • Q3. Gave me a condition and asked what data structure i would use. Problem was related to data retrieval so we would use hashmaps.
  • Q4. They also asked sql queires and dbms related concepts (ACID, etc)

Skills evaluated in this interview

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

Hackerrrank and for 1 hour 3 LC medium

Round 2 - Technical 

(2 Questions)

  • Q1. Aggresive cow medium dsa q
  • Q2. Binary search on ans type
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at University Vishveshvaraya College of Engineering (UVCE)

Round 1 - Assignment 

Contains coding,apptitude,sql,dbms etc.

Round 2 - Technical 

(2 Questions)

  • Q1. Sql quries and 3 dsa questions were asked
  • Q2. Dbms questions related to normalisation and acid were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience and easy
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Technical MCQ questions on core computer science subjects were asked.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to find whether the given linked list has loop in it?
  • Q2. Explain osi model with example of browser.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths, English, and logic

Round 2 - Case Study 

Number of street lights in a state

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Two case study questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and data structures
  • Q2. Dbms questions where based on normalization
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Two questions were asked and answered both

Round 2 - Coding Test 

Two programs on Java was asked on loops and collections

I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was apti round with good apti questions and also code debugging

Round 2 - Technical 

(3 Questions)

  • Q1. About polymorphism ,code polymorphism and inheritance
  • Ans. Coded it in cpp in notepad
  • Answered Anonymously
  • Q2. 3 apti question and also discussion on resume
  • Q3. Angle between hands of clock on 10:25? Trains traveling towards eachother give speed where will they collide?
  • Ans. 

    Angle between hands of clock at 10:25 is 147.5 degrees. Trains will collide at midpoint of their initial positions.

    • To calculate angle between hands of clock, use formula: |(30*H)-(11/2)*M|

    • For 10:25, H=10 and M=25, so angle = |(30*10)-(11/2)*25| = 147.5 degrees

    • When two trains are traveling towards each other, their relative speed is added to get the collision speed.

    • The collision point is the midpoint of their initial po...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. General resume based
  • Q2. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident it depends on interviewer what he would ask

I was interviewed in Aug 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Interview was scheduled in afternoon. It was more on OOPs and DSA.

  • Q1. 

    Check If Linked List Is Palindrome

    Given a singly linked list of integers, determine if the linked list is a palindrome.

    Explanation:

    A linked list is considered a palindrome if it reads the same forwar...

  • Ans. 

    I gave O(n) both time and space solution using stacks but interviewer asked to optimize it and give clue as well.

    I understood the clue and was able to optimise the code. I was not asked to code in this round just had an discussion but few of my peers were asked to write code as well.

  • Answered Anonymously
Round 2 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

She asked me more about myself and few projects in resume. It was more of formal discussion than an interview round. I was very comfortable and she aksed me about my location preference at end of. Interview.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from VIT AP CAMPUS. Eligibility criteria7CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms. Database, JAVATime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : BlackRock has so many projects in Java, So I made sure I clear my basics and prepare well for each and every question about Java
Tip 2 : OOPS is something which was being asked from everyone and every seniors confirmed the same.
Tip 3 : Have good projects, preferably in development.

Application resume tips for other job seekers

Tip 1 : Have at least 2 projects.
Tip 2 : Include certifications.

Final outcome of the interviewSelected

Skills evaluated in this interview

IFortis Worldwide Interview FAQs

How many rounds are there in IFortis Worldwide Associate HR Intern interview?
IFortis Worldwide interview process usually has 2 rounds. The most common rounds in the IFortis Worldwide interview process are Resume Shortlist.

Tell us how to improve this page.

IFortis Worldwide Associate HR Intern Interview Process

based on 1 interview

Interview experience

2
  
Poor
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
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
CitiusTech Interview Questions
3.4
 • 266 Interviews
View all

IFortis Worldwide Associate HR Intern Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

4.3

Skill development

4.6

Work-life balance

3.1

Salary

4.4

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
HR Trainee
8 salaries
unlock blur

₹2 L/yr - ₹3.1 L/yr

HR Associate
5 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

HR Executive
4 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

HR Intern
4 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Executive - Sales & Marketing
4 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Explore more salaries
Compare IFortis Worldwide 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