Upload Button Icon Add office photos

Filter interviews by

ICT Service Management Solutions Interview Questions and Answers

Updated 1 Jul 2024

ICT Service Management Solutions Interview Experiences

Popular Designations

3 interviews found

I applied via Referral and was interviewed in Oct 2019. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. About basics of electronics like active components and passive components
  • Q2. Details about project wtevr u did
  • Ans. 

    Managed a large-scale event production for a music festival

    • Coordinated with vendors for stage setup, sound equipment, and lighting

    • Created detailed production schedules and timelines for all aspects of the event

    • Managed a team of production assistants and volunteers to ensure smooth execution

    • Handled budgeting and financial tracking for the event

    • Worked closely with artists and talent management for their performance logis

  • Answered by AI
  • Q3. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience and everyone can crack it easily

Production Coordinator Interview Questions asked at other Companies

Q1. Can you handle multiple tasks ?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2024

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

(2 Questions)

  • Q1. What is mcb and Fontions
  • Ans. 

    MCB stands for Miniature Circuit Breaker, a type of electrical protection device. Fontions is not a recognized term in the context of technology.

    • MCB is used to protect electrical circuits from overloads and short circuits.

    • MCBs are commonly used in residential and commercial buildings to ensure electrical safety.

    • Fontions does not have a specific meaning in the context of technology.

  • Answered by AI
  • Q2. What is current
  • Ans. 

    Current refers to the flow of electric charge in a circuit.

    • Current is measured in Amperes (A)

    • It is the rate of flow of electric charge

    • Direct current (DC) flows in one direction, while alternating current (AC) changes direction periodically

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How to your experience
  • Ans. 

    I have over 10 years of experience in software development, specializing in web and mobile applications.

    • 10+ years of experience in software development

    • Specialize in web and mobile applications

    • Proficient in multiple programming languages such as Java, JavaScript, and Swift

  • Answered by AI
  • Q2. How to expecting salary
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 

Dbms, oops, os,cns, java,SQL were necessary

Round 3 - Coding Test 

Advanced algorithms and data structures are necessary

Interview Preparation Tips

Interview preparation tips for other job seekers - be brave and be confident

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. 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 - Technical 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

ICT Service Management Solutions Interview FAQs

How many rounds are there in ICT Service Management Solutions interview?
ICT Service Management Solutions interview process usually has 2-3 rounds. The most common rounds in the ICT Service Management Solutions interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for ICT Service Management Solutions 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 ICT Service Management Solutions . The most common topics and skills that interviewers at ICT Service Management Solutions expect are SMS.
What are the top questions asked in ICT Service Management Solutions interview?

Some of the top questions asked at the ICT Service Management Solutions interview -

  1. What is mcb and Fonti...read more
  2. What is curr...read more
  3. About basics of electronics like active components and passive compone...read more

Tell us how to improve this page.

ICT Service Management Solutions Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
View all

ICT Service Management Solutions Reviews and Ratings

based on 178 reviews

3.7/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.3

Salary

3.6

Job security

3.4

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 178 Reviews and Ratings
Production Coordinator
48 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

Quality Engineer
32 salaries
unlock blur

₹0.9 L/yr - ₹3.5 L/yr

Repair Engineer
23 salaries
unlock blur

₹1 L/yr - ₹5.4 L/yr

Technician
22 salaries
unlock blur

₹2.2 L/yr - ₹3.3 L/yr

Production Engineer
21 salaries
unlock blur

₹1.5 L/yr - ₹3.3 L/yr

Explore more salaries
Compare ICT Service Management Solutions with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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