Upload Button Icon Add office photos
Engaged Employer

i

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

Isha Immigration Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Isha Immigration Interview Questions and Answers

Updated 19 Dec 2023

Isha Immigration Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Dec 2022. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Question based on personality
  • Q2. Question based on future goals
  • Q3. Question about stability

Interview Preparation Tips

Interview preparation tips for other job seekers - Skill test round

Immigration Consultant Interview Questions asked at other Companies

Q1. We are a number 1 company with maximum clients sending people abroad?
View answer (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. WALK ME TO YOUR RESUME
  • Q2. WHAT DO YOU DO IN YOUR PREVIOUS JOB?
Round 2 - HR 

(2 Questions)

  • Q1. No further action taken
  • Q2. Status will be important to us

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply young if your reach my age they will not accept you. Discrimination on how I feel. I borrowed money for an interview and yet I got frustrated on their email that someone is better than you and we're not hiring with the age like you.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Mar 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 - Aptitude Test 

In aptitude test, team will ask you questions which will based on mathematical reasoning, genral knowledge, family relation and so on.
You can prepare yourself from Google or YouTube also.
All the best.

Round 3 - Group Discussion 

They will give you one topic and you have to put your point of view

Interview Preparation Tips

Topics to prepare for Travclan Technology India Associate interview:
  • Online Marketing
  • Marketing Management
  • Communication Skills
  • Team Leading
  • Business Development
Interview preparation tips for other job seekers - Be confident, don't talk out of the syllabus.
Don't be nervous, you can so it
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Basic dsa, output based questions

Round 3 - Technical 

(1 Question)

  • Q1. Discussion around projects and tech stack
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Stream related questions and aptitude test

Round 2 - Group Discussion 

GD was okay . Just need to put your views

Round 3 - Technical 

(1 Question)

  • Q1. What is working capital how will you calculate
  • Ans. 

    Working capital is the difference between current assets and current liabilities, used to measure a company's liquidity.

    • Working capital = Current Assets - Current Liabilities

    • Current assets include cash, accounts receivable, and inventory

    • Current liabilities include accounts payable and short-term debt

    • Positive working capital indicates a company can meet its short-term obligations

    • Negative working capital may indicate fin

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test was easy and v slow

Round 2 - HR 

(2 Questions)

  • Q1. What is your bg
  • Q2. Why do want to join

Interview Preparation Tips

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

I applied via Company Website and was interviewed before Mar 2022. There were 5 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 - Aptitude Test 

Quantitative aptitude, reasoning with time limit

Round 3 - Assignment 

Excel tasks were given. There were total 2 tasks related to excel. 1st one was basic and second one was moderate level of difficulty. SQL queries were basic.

Round 4 - Technical 

(1 Question)

  • Q1. Questions were from the Assignment only. Approach to the problems.
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions like strength and weakness, why you want to join this organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Can be cracked easily with some preparation. Process is fast and all 4 processes takes roughly 1 -2 week.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

1.30
Basic profit/loss,percentages questions

Round 2 - Technical 

(4 Questions)

  • Q1. 1 hr Asked about closures, hoisting, map, hash
  • Q2. Closures and scopes
  • Q3. Dsa 2 sum problem
  • Q4. Projects and basicjs
Round 3 - HR 

(1 Question)

  • Q1. Basic related to location, timings

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

Interview Questionnaire 

5 Questions

  • Q1. Round 1 was online MCQ test which has question from aptitude and logical reasoning.
  • Q2. Round 2 was technical round in which they have asked 2 question: 1. Triplet sum question. 2. Implement getmin () in stack in O(1) time and space.
  • Q3. Round 3 was also a technical round we have discussed about our projects and then they have asked two puzzle.
  • Q4. Round 4 was HR round and company CTO was taking this round he has asked some usual HR question and then he asked which is your favourite app.
  • Q5. I was not selected. They have not selected anyone from our college. There was three students in last round but no one was selected

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident especially in CTO round.

I appeared for an interview in Aug 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Timing was fine - It was in the afternoon
Interviewer was friendly and helpful

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. 

    Find duplicates in an array of integers within a specified range.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Return elements with count greater than 1 as duplicates.

    • Handle edge cases like empty array or no duplicates found.

    • Example: For input [0, 3, 1, 2, 3], output should be [3].

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. How would you design a caching library?
  • Ans. 

    Designing a caching library involves considering data storage, retrieval, expiration policies, and cache invalidation strategies.

    • Define the caching requirements such as data size, access patterns, and expiration policies.

    • Choose a suitable data structure for caching like LRU, LFU, or a simple key-value store.

    • Implement cache eviction policies to handle memory constraints and optimize performance.

    • Consider thread safety an...

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. What is the number of edges in a 10x10 cube?
  • Ans. 

    A 10x10 cube has 600 edges.

    • A cube has 12 edges, so a 10x10 cube would have 12 edges on each of its 6 faces.

    • 12 edges x 6 faces = 72 edges for the entire cube.

    • However, each edge is shared by two faces, so we need to divide by 2 to get the total number of unique edges.

    • 72 edges / 2 = 36 unique edges on the outer surface of the cube.

    • Since the cube has 10x10x10 = 1000 unit cubes, each with 12 edges, we need to subtract the e...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in GurgaonEligibility criteriaGood professional experienceixigo interview preparation:Topics to prepare for the interview - iOS Development, Software Architecture, Protocol Oriented programming, System Design, Data StructuresTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident
Tip 2 : Be always ready for white board coding
Tip 3 : Brush up your basics

Application resume tips for other job seekers

Tip 1 : Resume should not be more than 1 page long
Tip 2 : Write down your technical skills, Frameworks

Final outcome of the interviewSelected

Skills evaluated in this interview

Isha Immigration Interview FAQs

How many rounds are there in Isha Immigration interview?
Isha Immigration interview process usually has 2 rounds. The most common rounds in the Isha Immigration interview process are Resume Shortlist and HR.
What are the top questions asked in Isha Immigration interview?

Some of the top questions asked at the Isha Immigration interview -

  1. Question based on personal...read more
  2. Question based on future go...read more
  3. Question about stabil...read more

Tell us how to improve this page.

Isha Immigration Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Ixigo.com Interview Questions
3.6
 • 21 Interviews
ClarityTTS Interview Questions
4.1
 • 15 Interviews
ATPI Interview Questions
4.0
 • 7 Interviews
View all

Isha Immigration Reviews and Ratings

based on 27 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.4

Salary

4.3

Job security

4.3

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 27 Reviews and Ratings
HR Executive
3 salaries
unlock blur

₹2.1 L/yr - ₹2.4 L/yr

Client Relationship Manager
3 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Explore more salaries
Compare Isha Immigration with

Costa Cruise Lines

4.2
Compare

Carzonrent

3.5
Compare

Fragomen Immigration Services

3.7
Compare

Teletext Holidays

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