Upload Button Icon Add office photos

Filter interviews by

Shimnit Utsch India Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave attitude and dark personality test in Delhivery. But after clearing this rounds. They don't take my interview. They said that they have shortlisted another candidate. They even don't pick up call and clarify it.

Interview Questionnaire 

2 Questions

  • Q1. What is DHCP,DNS,etc
  • Ans. 

    DHCP is a protocol that assigns IP addresses to devices on a network. DNS is a system that translates domain names to IP addresses.

    • DHCP assigns IP addresses to devices on a network

    • DNS translates domain names to IP addresses

    • DHCP reduces the need for manual IP address configuration

    • DNS allows users to access websites using domain names instead of IP addresses

  • Answered by AI
  • Q2. Dynamics host configuration Protocol Domain Name System

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Arrange the interview immediately

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core Java, J2EE

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Naukri.com and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you satisfy your job
  • Q2. With hardwork and my experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Wor

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous Project experience. Execution plan, Job responsibility, Technical for Electrical SLD, Chiller SLD, Functional test for all MEP items.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to give correct answer, What you have mentioned in your CV the same question will be raise from Technical Board...

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your experience and ur self like education etc
  • Q2. What do you work in your profile.
  • Q3. Can you handle RVNL project
  • Ans. 

    Yes, I have experience in handling RVNL projects.

    • I have previously managed a similar railway project

    • I am familiar with the processes and regulations involved

    • I have a strong team to support me

    • I am confident in my ability to deliver the project on time and within budget

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. C++ Basic , malloc, calloc

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Please Tell me about yourself
  • Q2. Please describe brake system architecture for Locomotives
  • Ans. 

    The brake system architecture for locomotives includes air brakes, mechanical brakes, and electronic brakes.

    • Air brakes use compressed air to apply and release brakes

    • Mechanical brakes use friction to slow down or stop the train

    • Electronic brakes use sensors and computer systems to control the braking process

    • The brake system also includes brake shoes, brake discs, brake pads, and brake calipers

    • The brake system is designed

  • Answered by AI
  • Q3. Please perform Emergency Brake Distance calculation for a Locomotive
  • Ans. 

    Emergency brake distance calculation for a locomotive.

    • Determine the speed of the locomotive

    • Find the deceleration rate of the locomotive

    • Calculate the stopping distance using the formula: (speed^2) / (2 x deceleration rate)

    • Consider factors such as track conditions and weather

    • Perform regular maintenance to ensure brakes are functioning properly

  • Answered by AI
  • Q4. What are the projects you have worked in the past?
  • Ans. 

    I have worked on various projects including network infrastructure, cloud migration, and software development.

    • Designed and implemented a new network infrastructure for a small business

    • Migrated on-premise servers to AWS cloud for a healthcare company

    • Developed a web application for a non-profit organization to manage volunteers

    • Implemented security measures for a financial institution's IT systems

    • Upgraded and maintained s...

  • Answered by AI
  • Q5. What was your specific role in those projects?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good interview as the interviews were eager to listen and very attentive. I prepared myself for the test and was able to explain to them in a whiteboard.

I appeared for an interview before Sep 2020.

Round 1 - Video Call 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This was a Data Structures round. Both questions were answered in optimal time complexity with clean code. Every other question was answered to the best of my knowledge

  • Q1. 

    Rotting Oranges Problem Statement

    You are given an undirected and disconnected graph G(V, E) with V vertices numbered from 0 to V-1 and E edges. Your task is to perform a BFS traversal starting from the 0...

  • Ans. 

    Perform BFS traversal on an undirected and disconnected graph starting from vertex 0.

    • Implement BFS traversal algorithm starting from vertex 0

    • Use a queue to keep track of visited nodes and their neighbors

    • Print the traversal order in sorted order for each node's connected nodes

  • Answered by AI
  • Q2. 

    Smallest Integer Not Representable as Subset Sum

    Given a non-decreasing sorted array ARR of N positive numbers, determine the smallest positive integer that cannot be expressed as the sum of elements from...

  • Ans. 

    Find the smallest positive integer that cannot be expressed as the sum of elements from any proper subset of a non-decreasing sorted array of positive numbers.

    • Start with the smallest possible sum that can be represented, which is 1.

    • Iterate through the array and update the smallest sum that cannot be represented.

    • Return the final smallest sum that cannot be represented.

  • Answered by AI
  • Q3. 

    BFS Traversal in a Graph

    Given an undirected and disconnected graph G(V, E) where V vertices are numbered from 0 to V-1, and E represents edges, your task is to output the BFS traversal starting from the ...

  • Ans. 

    BFS traversal of an undirected and disconnected graph starting from vertex 0.

    • Implement BFS algorithm to traverse the graph starting from vertex 0.

    • Use a queue to keep track of visited nodes and their neighbors.

    • Ensure to visit all connected components of the graph.

    • Print the BFS traversal sequence for each test case in a separate line.

    • Handle cases where not all vertices are reachable from vertex 0.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 100 minutes
Round difficulty - Easy

Mostly technical and System Design questions were asked.

  • Q1. Design an LRU (Least Recently Used) cache.
  • Ans. 

    Design an LRU cache to store least recently used items efficiently.

    • Use a combination of a doubly linked list and a hashmap to store and retrieve items in O(1) time complexity.

    • When an item is accessed, move it to the front of the linked list to mark it as the most recently used.

    • If the cache is full, remove the least recently used item from the end of the linked list and the hashmap.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Guru Gobind Singh Indraprastha University. I applied for the job as SDE - 1 in GurgaonEligibility criteria1+ year of ExperienceDelhivery interview preparation:Topics to prepare for the interview - DS, Algorithms, OOPS, Dynamic Programming, System Design, Java SpringTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice At least 300 questions
Tip 2 : Build Resume according to Job Description 
Tip 3 : Working with Big Data/Distributed Systems is a Plus

Application resume tips for other job seekers

Tip 1 : Skills relevant to Job Description 
Tip 2 : Do not put false things on a resume, in-depth of knowledge of everything there on the resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Shimnit Utsch India Interview FAQs

How to prepare for Shimnit Utsch India 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 Shimnit Utsch India. The most common topics and skills that interviewers at Shimnit Utsch India expect are Accounting, Biochemistry, Budgeting, Compliance and Continuous Improvement.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.1k Interviews
Delhivery Interview Questions
3.8
 • 479 Interviews
Siemens Interview Questions
4.1
 • 427 Interviews
CARS24 Interview Questions
3.5
 • 338 Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
TVS Motor Interview Questions
4.0
 • 324 Interviews
KEC International Interview Questions
4.0
 • 315 Interviews
JBM Group Interview Questions
4.0
 • 281 Interviews
View all

Shimnit Utsch India Reviews and Ratings

based on 16 reviews

4.3/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.0

Salary

3.9

Job security

4.2

Company culture

2.9

Promotions

4.0

Work satisfaction

Explore 16 Reviews and Ratings
Front Office Executive

Mumbai

2-5 Yrs

Not Disclosed

Assistant Manager - Accounts

Mumbai

10-20 Yrs

Not Disclosed

Explore more jobs
Data Entry Operator
6 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Executive Accountant
4 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Quality Engineer
3 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Manager - HR & Administration
3 salaries
unlock blur

₹6.5 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Shimnit Utsch India with

Amazon

4.0
Compare

Larsen & Toubro Limited

3.9
Compare

Mahindra & Mahindra

4.1
Compare

Delhivery

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