Upload Button Icon Add office photos
Engaged Employer

i

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

iSchoolConnect Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

iSchoolConnect Technologies Interview Questions and Answers

Updated 19 Feb 2025

iSchoolConnect Technologies Interview Experiences

Popular Designations

7 interviews found

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

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Two DSA question easy question based on string
  • Q2. Basic theoretical question on js and react 45 min
Round 2 - Technical 

(1 Question)

  • Q1. Project discussion 45 min
Round 3 - HR 

(1 Question)

  • Q1. Basic hr question it was 15 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare js react and basic array and string question and your best one project in dept

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Questions about Background, Qualifications, and on Resume.
Round 2 - One-on-one 

(1 Question)

  • Q1. Introduction, Extempore, and about the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your Resume well. Also, be prepared for a 1 min Extempore. And learn everything about the companies, Culture, Products, and Services.

Inside Sales Representative Interview Questions asked at other Companies

Q1. What would you do if the customer is not interested in your call.
View answer (1)

I applied via LinkedIn

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 - Technical 

(1 Question)

  • Q1. Basic python question like list reversal,list is mutable or not

Interview Preparation Tips

Interview preparation tips for other job seekers - The round will be easy but your concept should be strong there will also be final interview after completion of the training.
After training question should be based on your project

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

I applied via Referral and was interviewed in Nov 2021. 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 

(1 Question)

  • Q1. Ds algorithms related questions and computer science fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy, just make sure your basics are strong

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)

iSchoolConnect Technologies interview questions for popular designations

 Quality Analyst

 (1)

 Node JS Developer

 (1)

 Software Engineer Intern

 (1)

 Test Engineer

 (1)

 Automation Test Engineer

 (1)

 Inside Sales Representative

 (1)

 Campus Ambassador Intern

 (1)

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions related to manual testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare database and API and scenario base questions

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Interview Questionnaire 

5 Questions

  • Q1. 1st round - Taken by Senior quality Analyst - questions related to manual testing and amazon website testing,Api testing.about urself,about company
  • Q2. 2nd Round - Taken by Solution architect - manual testing questions and amazon website testing questions ,api Testing, and tell me about urself
  • Q3. 3rd round - Ceo round - normal questions about current project,about urself, basically checks about ur passion and all
  • Q4. 4th round - Business partner HR round - asks everything about u,ur passion,ur aspirations,ur dedication,ur noram day to day job routine
  • Q5. 5th round - HR round with recruitment Hr - salary discussion

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

I applied via LinkedIn and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Do you have any experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good

Interview questions from similar companies

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

I appeared for an interview before Feb 2022.

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 - One-on-one 

(2 Questions)

  • Q1. Why would you like to join us
  • Q2. Why would u like to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - If your looking for your carrier and future then a company to work for
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was good , 2 questions are there to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Cs fundamental, Projects, coding.
  • Q2. A simple coding question of string using map
Round 3 - Technical 

(2 Questions)

  • Q1. What is React router. what does it do.
  • Ans. 

    React Router is a popular routing library for React applications.

    • React Router is used for handling navigation in React applications.

    • It allows defining multiple routes in the application and rendering different components based on the URL.

    • React Router provides components like BrowserRouter, Route, Switch, and Link for routing.

    • Example: will render the About component when the URL

  • Answered by AI
  • Q2. Questions based on react basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience you will do it easily.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

A simple Google form assignment to shortlist candidates

Round 2 - Technical 

(2 Questions)

  • Q1. ML related questions
  • Q2. Find duplicates in array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if each element is already in the hash set.

    • If it is, then it is a duplicate.

    • Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as a duplicate.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Eazy process

Skills evaluated in this interview

iSchoolConnect Technologies Interview FAQs

How many rounds are there in iSchoolConnect Technologies interview?
iSchoolConnect Technologies interview process usually has 2 rounds. The most common rounds in the iSchoolConnect Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for iSchoolConnect Technologies 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 iSchoolConnect Technologies. The most common topics and skills that interviewers at iSchoolConnect Technologies expect are Javascript, Salesforce, Business Management, HR and Recruitment.
What are the top questions asked in iSchoolConnect Technologies interview?

Some of the top questions asked at the iSchoolConnect Technologies interview -

  1. 2nd Round - Taken by Solution architect - manual testing questions and amazon w...read more
  2. Basic python question like list reversal,list is mutable or ...read more
  3. Ds algorithms related questions and computer science fundament...read more

Tell us how to improve this page.

iSchoolConnect Technologies Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 150 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
EazyDiner Interview Questions
3.2
 • 14 Interviews
KrazyBee Interview Questions
3.7
 • 14 Interviews
MRI Software Interview Questions
3.7
 • 14 Interviews
TripFactory Interview Questions
2.0
 • 13 Interviews
View all

iSchoolConnect Technologies Reviews and Ratings

based on 39 reviews

3.5/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.3

Salary

3.0

Job security

3.5

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 39 Reviews and Ratings
Machine Learning Engineer
7 salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Counsellor
6 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Inside Sales Specialist
6 salaries
unlock blur

₹6.2 L/yr - ₹7.5 L/yr

Front end Developer
6 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Associate Manager Marketing
6 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Explore more salaries
Compare iSchoolConnect Technologies with

Cogoport

2.9
Compare

KrazyBee

3.7
Compare

Treebo Hotels

3.2
Compare

Naaptol Online Shopping

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