Upload Button Icon Add office photos

Filter interviews by

Smart IMS Interview Questions and Answers

Updated 14 Jun 2024

Smart IMS Interview Experiences

Popular Designations

6 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on Network Routing
  • Q2. Questions based on Network Switching

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Knowledge and Networking Fundamentals of CCNA Routing and Switching along with Good English Communication can crack the interview.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Geethanjali College of Engineering And Technology, Hyderabad and was interviewed in Sep 2022. There were 4 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 - Group Discussion 

It is similar to all the group discussion which happen..nothing hard

Round 3 - Technical 

(1 Question)

  • Q1. In technical round they asked more of the questions from aptitude and java
Round 4 - HR 

(1 Question)

  • Q1. Comparitively tough for those who are attending hr for first time

Interview Preparation Tips

Topics to prepare for Smart IMS Software Engineer Trainee interview:
  • Java
Interview preparation tips for other job seekers - To get into smart ims you need to learn basics of java atleast upto certain good level and have a good knowledge of aptitude

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Software Tester Interview Questions & Answers

user image Abhijith C

posted on 20 Mar 2024

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Learn maths questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Introduction of self, reason for applying, whether the candidate is aware of the job
Round 3 - HR 

(1 Question)

  • Q1. How will work under pressure, your weakness, your strength

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and enthusiastic, they give priority to people with great customer relationship skills and communication skills, good to have a degree.

fresher Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2022

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 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 - Coding Test 

Strong,array and logical

Round 3 - Technical 

(1 Question)

  • Q1. Java and web technology
Round 4 - HR 

(2 Questions)

  • Q1. Normal hr questions like introduction ur self
  • Q2. Self introduction career goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Read advance topics wht u applied in the resume

Smart IMS interview questions for popular designations

 fresher

 (1)

 Service Delivery Manager

 (1)

 Software Engineer Trainee

 (1)

 Software Tester

 (1)

 Software Testing Engineer

 (1)

 Technical Network Support Engineer

 (1)

Interview Questionnaire 

2 Questions

  • Q1. Technical questions
  • Q2. Related to testing manual

I applied via Naukri.com and was interviewed in Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Service Delivery Management, ITIL, Project Management

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was quick and all rounds are completed in 2 days.

Jobs at Smart IMS

View all

Interview questions from similar companies

dev2 Interview Questions & Answers

Hyland Software Solutions India LLP user image Anonymous

posted on 7 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

DSA- 1easy, 1 medium

Round 2 - Technical 

(7 Questions)

  • Q1. Project discussion
  • Q2. DBMS views
  • Q3. Hibernate
  • Q4. What happens when u enter www.google.com
  • Q5. Authentication
  • Q6. What is socket
  • Q7. Bubble sort and time complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare DBMS, CN properly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are the concepts of threads in Java?
  • Ans. 

    Threads in Java allow for concurrent execution of code, enabling multitasking and improving performance.

    • Threads are lightweight sub-processes within a process.

    • They allow for concurrent execution of code, enabling multitasking.

    • Threads share the same memory space, allowing for efficient communication and data sharing.

    • Examples include creating threads using the Thread class or implementing the Runnable interface.

  • Answered by AI
  • Q2. Volatile keyword uses, refied keyword and its use in generics
  • Ans. 

    Volatile keyword ensures visibility of changes to variables across threads. Reified keyword is used to access type information at runtime in generics.

    • Volatile keyword is used to indicate that a variable's value will be modified by different threads.

    • It ensures that changes made by one thread to a volatile variable are visible to other threads.

    • Reified keyword is used in generics to access type information at runtime, whi...

  • Answered by AI
  • Q3. Multi module architecture in android pros and cons
  • Ans. 

    Multi module architecture in Android involves breaking down an app into multiple modules for better organization and scalability.

    • Pros: better organization, easier maintenance, faster build times, code reusability

    • Cons: increased complexity, potential for dependency issues, learning curve for developers

    • Example: Breaking down an app into separate modules for UI, networking, and data storage can make it easier to work on d

  • Answered by AI
  • Q4. Generics in java
  • Ans. 

    Generics in Java allow for creating classes, interfaces, and methods that operate on types parameterized at compile time.

    • Generics provide type safety by allowing the compiler to detect and prevent type errors at compile time.

    • They enable code reusability by writing generic algorithms that work on different types.

    • Example: List<String> names = new ArrayList<>();

    • Example: public class Box<T> { private T va

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Litmus7 Systems Consulting Senior Android Developer interview:
  • Java
  • Kotlin
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are Agile Values? Scrum Values? Scrum Ceremonies? Story Points?
  • Ans. 

    Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.

    • Agile values prioritize individuals and interactions over processes and tools

    • Scrum values include commitment, courage, focus, openness, and respect

    • Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective

    • Story points are a unit of...

  • Answered by AI
  • Q2. As project manager what docs do you prepare? How do you contribute as a PM?
  • Ans. 

    As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.

    • Prepare project plans outlining scope, objectives, deliverables, and timelines

    • Create schedules to allocate tasks and track progress

    • Develop budgets to manage project costs effectively

    • Conduct risk assessments...

  • Answered by AI
  • Q3. Capacity? Velocity? etc Agile/Scrum-based questions (bookish) this round was taken by Rajni
Round 2 - One-on-one 

(6 Questions)

  • Q1. Megha took my final round and asked me questions about Agile/Scrum, Stroy Points (estimation).
  • Q2. Ques on explaining Sprint Planning, Retro, Review, using Doc/Excel (screen sharing)
  • Q3. Ques on Conflict and Resource Management, some scenario-based question.
  • Q4. How will you make a low-performing resource a high-performing one?
  • Ans. 

    Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.

    • Clearly communicate expectations and goals to the resource.

    • Offer support and training to help the resource improve their skills and knowledge.

    • Provide regular feedback and recognition for progress made.

    • Set specific goals and milestones to track improvement.

    • Create a development plan with the resource to addr...

  • Answered by AI
  • Q5. Megha did not hire me because she felt I had adequate knowledge and practical experience. (insecurities) Anyway, good luck with your interview.
  • Q6. What is Scrum of Scrums? What is PI planning?
  • Ans. 

    Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.

    • Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.

    • PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Magic Edtech Project Manager interview:
  • Agile Methodology
  • Waterfall
  • Scrum
  • Project Management
Interview preparation tips for other job seekers - Be well prepared with your bookish as well as practical answers.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Hackerrank react test on
1. MCQ- HTML,CSS, Javscript, Web fundamentals
2. Coding - React Context API code

Round 2 - Technical 

(3 Questions)

  • Q1. React and Javascript basics
  • Q2. React Design Pattern and Security handling
  • Q3. HTML and CSS Fundamentals

Smart IMS Interview FAQs

How many rounds are there in Smart IMS interview?
Smart IMS interview process usually has 3 rounds. The most common rounds in the Smart IMS interview process are Technical, HR and Resume Shortlist.
How to prepare for Smart IMS 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 Smart IMS. The most common topics and skills that interviewers at Smart IMS expect are Networking, SIP, Troubleshooting, VOIP and Routing.
What are the top questions asked in Smart IMS interview?

Some of the top questions asked at the Smart IMS interview -

  1. Comparitively tough for those who are attending hr for first t...read more
  2. In technical round they asked more of the questions from aptitude and j...read more
  3. Service Delivery Management, ITIL, Project Managem...read more

Tell us how to improve this page.

Smart IMS Interview Process

based on 6 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 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
View all

Smart IMS Reviews and Ratings

based on 81 reviews

3.5/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.2

Salary

3.2

Job security

3.2

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 81 Reviews and Ratings
Guidewire Developer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

L3 SOC Analyst

Hyderabad / Secunderabad

5-9 Yrs

Not Disclosed

Explore more jobs
Network Engineer
49 salaries
unlock blur

₹2.4 L/yr - ₹6.8 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹8.3 L/yr - ₹28.7 L/yr

Associate Engineer 1
16 salaries
unlock blur

₹4 L/yr - ₹4.3 L/yr

Software Engineer
13 salaries
unlock blur

₹4.6 L/yr - ₹11.5 L/yr

Technical Lead
12 salaries
unlock blur

₹15.9 L/yr - ₹30 L/yr

Explore more salaries
Compare Smart IMS 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