Upload Button Icon Add office photos
Engaged Employer

i

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

iSmile Technologies Verified Tick

Compare button icon Compare button icon Compare
2.5

based on 7 Reviews

Filter interviews by

iSmile Technologies Interview Questions and Answers

Updated 11 Mar 2024

iSmile Technologies Interview Experiences

2 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Roles and reponsibilites
  • Ans. 

    Inside sales associates are responsible for generating leads, qualifying prospects, and closing sales over the phone or through online channels.

    • Generate leads through cold calling, email campaigns, and networking events

    • Qualify prospects by understanding their needs and matching them with appropriate products or services

    • Close sales by overcoming objections, negotiating terms, and providing excellent customer service

    • Main...

  • Answered by AI
  • Q2. Why are changing current company

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare about past role and job description and about company also

Inside Sales Associate Interview Questions asked at other Companies

Q1. What do you already know about Fresh Prints? Give a brief about our business model
View answer (2)

UI developer Intern react.js Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2021

Interview Questionnaire 

3 Questions

  • Q1. Normal html css JavaScript
  • Q2. What kind of awareness we have to keep in order to select server
  • Q3. Shift

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident 😉

Skills evaluated in this interview

Jobs at iSmile Technologies

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Water scarcity, 3 mins , name-area-parents-topic

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability

  • Answered by AI
  • Q2. What is your background
  • Ans. 

    I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • Bachelor's degree in Computer Science

    • 5 years of experience in software development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - whatever just enjoy the experiance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Mostly round had questions related to the quant and data interpretation.

Round 2 - Coding Test 

Problems were related to Arrays and Greedy Algorithms

Round 3 - Group Discussion 

It was well managed GD round
It had three different topics and each and everyone has to attend the all the three topics

Round 4 - Technical 

(1 Question)

  • Q1. Question were to test the aptitude and logical reasoning

Interview Preparation Tips

Topics to prepare for Rudder Analytics Junior Analyst interview:
  • Aptitude
  • Python
  • OOPS
  • SQl
Interview preparation tips for other job seekers - Always Focus on the aptitude part that is going land you a job in Rudder analytics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

First there will be a topic given to you to write an article of length 300-400 words in 15 mins. This article writing is to check your knowledge of English language.
Then there is a 45 mins round test in which 40 questions will be asked.
20 Technical and 20 Programming.
The programming questions will be from C++, and you are required to choose the correct output of the given C++ program.
The technical aptitude questions were medium to hard.

Round 2 - Technical 

(1 Question)

  • Q1. It's a 1:30 hr round. In this part, there will be 4 coding questions from arrays topic which you can solve with any programming language you know. Along with this, you will have 2 questions from SQL and e...

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some basic knowledge of C++ to answer aptitude questions.
Be heavily prepared for the technical aptitude part.
Learn some basic command of SQL.
Be prepared to face the medium level DSA questions from arrays.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

They asked logical reasoning and some machin learning mcqs

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me something about your project
  • Q2. What is convolution neural network algorithm?
  • Ans. 

    Convolutional neural network (CNN) is a deep learning algorithm commonly used for image recognition and classification.

    • CNN is designed to automatically and adaptively learn spatial hierarchies of features from input data.

    • It uses convolutional layers to apply filters to input data, extracting features at different spatial locations.

    • Pooling layers are used to reduce the spatial dimensions of the input data while retainin...

  • Answered by AI
  • Q3. How numpy works in the background?
  • Ans. 

    NumPy is a powerful library for numerical computing in Python, providing support for large, multi-dimensional arrays and matrices.

    • NumPy uses C and Fortran libraries in the background for numerical computations, making it faster than pure Python.

    • It provides a powerful N-dimensional array object and functions for performing various mathematical operations on arrays.

    • NumPy arrays are stored in contiguous blocks of memory, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2023. There were 3 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 

(5 Questions)

  • Q1. 3 Basic DSA Questions
  • Q2. 1st Math based coding question
  • Ans. Can solve with normal loops and some if-else statements.
  • Answered Anonymously
  • Q3. 2nd String based
  • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
  • Answered Anonymously
  • Q4. 3rd Array Sorting Algorithm
  • Ans. 

    Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Time complexity: O(nlogn) in average case and O(n^2) in worst case

    • Space complexity: O(logn)

    • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q5. There was an Introduction too in starting.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software enthusiast with a passion for coding and problem-solving.

    • I have a degree in Computer Science and Engineering.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, data analysis, and machine learning.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I am a quick learner with a passion for software development and a strong work ethic.

    • I have a solid understanding of programming concepts and experience with multiple programming languages.

    • I am a team player and enjoy collaborating with others to solve problems.

    • I am highly motivated and always strive to improve my skills and knowledge.

    • I have completed several projects on my own and am eager to apply my skills in a prof

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Software Trainee interview:
  • DSA
  • Communication Skills
  • Algorithms
  • Core Java
  • Java
  • HTML
  • CSS
  • PHP
  • Javascript
  • Python
Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

For HR, keep a smile on your face throughout the Interview.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Normal questions asked regarding day to day responsibilities of a project manager.
Round 2 - HR 

(1 Question)

  • Q1. Salary Negotiation
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(4 Questions)

  • Q1. What is your experience level?
  • Ans. Total 4 Years of Experience of which 1.5 years is into HR.
  • Answered Anonymously
  • Q2. What is your Current CTC?
  • Q3. What is your Expected CTC?
  • Ans. 

    My expected CTC is negotiable based on the job role, responsibilities, and benefits offered.

    • My expected CTC is based on industry standards and my level of experience.

    • I am open to discussing the salary range during the interview process.

    • I am looking for a competitive salary package with additional benefits such as healthcare and retirement plans.

  • Answered by AI
  • Q4. Are you available Immediately to join?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Have you done IT Recruitment ?
  • Q2. Yes , I have an experience into IT Hiring .

Lab Mentors Interview Questions & Answers

Naresh i Technologies user image Anonymous

posted on 20 Mar 2023

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

I applied via Walk-in and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

I coding round ask a question.
a. Print palindrome.
b. Delete duplicate number.
c. Fibonnaci Series.
d. Prime number.

Round 2 - Technical 

(2 Questions)

  • Q1. Q 1. What is constructor. Q 2. What is oops and its features. Q 3.Difference between abstraction and interface. Q 4. Difference between checked and unchecked. Q 5.Throw and throws keyword.
  • Ans. 

    Answers to common programming interview questions.

    • Constructor is a special method that is called when an object is created.

    • OOPs is Object-Oriented Programming which focuses on objects and their interactions.

    • Abstraction is a concept of hiding implementation details while interface is a blueprint of a class.

    • Checked exceptions are checked at compile-time while unchecked exceptions are not.

    • Throw keyword is used to throw an...

  • Answered by AI
  • Q2. 1.Comparable and Comparator. 2.ArrayList and Array.

Interview Preparation Tips

Topics to prepare for Naresh i Technologies Lab Mentors interview:
  • Collection Framework
  • Exception Handling
  • Multithreading
  • OOPS
  • Java8 featurrs
  • Jvm
  • Jre
  • JDK
Interview preparation tips for other job seekers - My advice for jobseeker is whatever you learn and read learn with good concept and with one real time practical example.
It will help to you to crack your any interview.

I have already attend interview I faced such a practical example from interviewer side.
One thing more don't much focus on theory part try to focus on practical, do implement what you learn it will help.

This is my advice for all jobseeker.

iSmile Technologies Interview FAQs

How many rounds are there in iSmile Technologies interview?
iSmile Technologies interview process usually has 1 rounds. The most common rounds in the iSmile Technologies interview process are One-on-one Round.
How to prepare for iSmile 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 iSmile Technologies. The most common topics and skills that interviewers at iSmile Technologies expect are Troubleshooting, Python, SQL, Javascript and Agile.
What are the top questions asked in iSmile Technologies interview?

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

  1. What kind of awareness we have to keep in order to select ser...read more
  2. roles and reponsibili...read more
  3. Normal html css JavaScr...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 iSmile Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 783 Interviews
Exl India Interview Questions
3.5
 • 98 Interviews
View all

iSmile Technologies Reviews and Ratings

based on 7 reviews

2.5/5

Rating in categories

2.8

Skill development

2.3

Work-Life balance

2.2

Salary & Benefits

2.0

Job Security

2.0

Company culture

2.0

Promotions/Appraisal

1.9

Work Satisfaction

Explore 7 Reviews and Ratings
UI Developer

Kolkata,

Mumbai

+5

2-3 Yrs

Not Disclosed

SAP VIM Opentext

Kolkata,

Mumbai

+5

3-6 Yrs

Not Disclosed

MDM EBX Orchestration Architect

Kolkata,

Mumbai

+5

6-9 Yrs

Not Disclosed

Explore more jobs
Cloud Engineer
5 salaries
unlock blur

₹2.8 L/yr - ₹6.5 L/yr

Data Scientist
4 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Data Scientist Intern
4 salaries
unlock blur

₹1 L/yr - ₹5.2 L/yr

Information Technology Recruiter
4 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Devops Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Explore more salaries
Compare iSmile Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview