Upload Button Icon Add office photos

Filter interviews by

Urmila International Services Interview Questions and Answers

Updated 7 May 2024

Urmila International Services Interview Experiences

Popular Designations

5 interviews found

I applied via Recruitment Consulltant and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Php developer basic knowledge excel experience
  • Q2. Excel basic knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Excel basic knowledge php developer basic knowledge

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How does a typical day in sales look like
  • Ans. 

    A typical day in sales involves prospecting, meeting with clients, negotiating deals, and following up on leads.

    • Prospecting for new leads through cold calling, networking, and referrals

    • Meeting with clients to understand their needs and present product/service offerings

    • Negotiating deals and closing sales

    • Following up on leads through phone calls, emails, and meetings

    • Updating CRM system with client interactions and progre

  • Answered by AI
  • Q2. What channel do you use for prospecting
  • Ans. 

    I primarily use social media platforms and networking events for prospecting.

    • Utilize LinkedIn to connect with potential leads and engage with industry professionals

    • Attend industry conferences and events to network and generate leads

    • Utilize email marketing campaigns to reach out to potential clients

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to be honest and confident. Stick to the basics.

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (89)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Gst , tds and salary.
  • Q2. Bank reconciliation ,cashbook

Interview Preparation Tips

Interview preparation tips for other job seekers - Great opportunity for me..in this company. This is man power company through Beltron services.i like it

Account Assistant Interview Questions asked at other Companies

Q1. How many types of invoices to process
View answer (4)

IT Trainee Interview Questions & Answers

user image Anonymous

posted on 2 Jul 2022

I applied via Approached by Company and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Your wish to relocate and salary discussion
Round 2 - Technical 

(1 Question)

  • Q1. Json, Oops, API, project, javascript, html tags, basic python. 1 coding questions easy level just to see your thought process.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, read Oops concept well with example, practice some common coding questions like fabocani number, palindrome, prime number etc.
Knowledge of web development is must. API integration, JSON, python basics.

IT Trainee Interview Questions asked at other Companies

Q1. Types of Cloud? Various Service Providers for Cloud?
View answer (1)

Urmila International Services interview questions for popular designations

 Project Manager

 (1)

 Account Assistant

 (1)

 PHP Developer

 (1)

 Assistant Manager

 (1)

 IT Trainee

 (1)

I applied via Naukri.com and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Project 

(2 Questions)

  • Q1. Manpower Project Manager
  • Q2. Pay roll Manage All employee
Round 2 - HR 

(3 Questions)

  • Q1. Salary Sheet Prepare
  • Q2. EPF Generated & EPF Sheet
  • Q3. ESIC Generated By Provide to Employee
Round 3 - Case Study 

Any Team Issue Solved

Round 4 - Group Discussion 

Team Group Discussion any Problem for project face by team

Interview Preparation Tips

Interview preparation tips for other job seekers - Government Project Lead & team Lead

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (2)

Interview questions from similar companies

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How will you resolve conflict ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be confident while soft skills are important.

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Infosys?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for your interview. Have plenty of knowledge in technical.

I applied via Recruitment Consultant and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Since you're from Mechanical Engineering, how do you plan to make up for the knowledge that you didn't learn in college?
  • Q2. During the times when you are in office but you don't have any pending tasks, how do you spend your time?
  • Q3. How often do you take up new responsibilities, tasks, and technologies?
  • Ans. 

    I am always eager to take up new responsibilities, tasks, and technologies.

    • I am a quick learner and enjoy challenging myself with new tasks and technologies.

    • I regularly attend workshops and training sessions to keep myself updated with the latest technologies.

    • I have taken up new responsibilities in my previous roles, such as leading a team or taking ownership of a project.

    • I am open to feedback and constructive criticis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One thing I learned being a fresher (and a low scoring fresher too) is that one won't always get what they set out to get. I saw people who had done all sorts of programming language courses and didn't want to do operations or AMS. While it's important to aim for the job you dream of, it's also important to be pragmatic. So if you are struggling to get the job you want, start somewhere so you can sustain yourself.

I appeared for an interview before Jan 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

The round was held on Google Meet and I was given 2 coding problems for which first I had to explain my approach and then I had to write code in Shared Google Docs and dry run on sample test cases and discuss Time and Space Complexity.

  • Q1. 

    Validate BST Problem Statement

    Given a binary tree with N nodes, determine whether the tree is a Binary Search Tree (BST). If it is a BST, return true; otherwise, return false.

    A binary search tree (BST)...

  • Ans. 

    Validate if a given binary tree is a Binary Search Tree (BST) or not.

    • Check if the left subtree of a node contains only nodes with data less than the node's data.

    • Check if the right subtree of a node contains only nodes with data greater than the node's data.

    • Recursively check if both left and right subtrees are also binary search trees.

  • Answered by AI
  • Q2. 

    Maximum Sum Path from Leaf to Root

    Given a binary tree with 'N' nodes, identify the path from a leaf node to the root node that has the maximum sum among all root-to-leaf paths.

    Example:

    All the possibl...

  • Ans. 

    Find the path from a leaf node to the root node with the maximum sum in a binary tree.

    • Traverse the binary tree from leaf to root while keeping track of the sum of each path.

    • Compare the sums of all paths and return the path with the maximum sum.

    • Use recursion to traverse the tree efficiently and keep updating the maximum sum path.

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was also a Data Structures and Algorithms round where I was asked to solve 2 coding problems explaining my approach with proper Complexity Analysis . After the coding questions were over there was some time left so the interviewer asked me some concepts related to DBMS.

  • Q1. 

    Next Permutation Problem Statement

    You are given a permutation of 'N' integers. A sequence of 'N' integers is considered a permutation if it includes all integers from 1 to 'N' exactly once. Your task is ...

  • Ans. 

    The task is to rearrange a given permutation of 'N' integers to form the lexicographically next greater permutation.

    • Iterate from right to left to find the first element that is smaller than the element to its right.

    • Swap this element with the smallest element to its right that is greater than it.

    • Reverse the elements to the right of the swapped element to get the lexicographically next greater permutation.

  • Answered by AI
  • Q2. 

    Largest BST Subtree Problem Statement

    You are given a binary tree with 'N' nodes. Your task is to determine the size of the largest subtree within the binary tree which is also a Binary Search Tree (BST).

    ...
  • Ans. 

    Find the size of the largest subtree in a binary tree that is also a Binary Search Tree.

    • Traverse the tree in a bottom-up manner to check if each subtree is a BST.

    • Keep track of the size of the largest BST subtree encountered so far.

    • Use recursion to solve this problem efficiently.

    • Example: For the input 1 2 3 4 -1 5 6 -1 7 -1 -1 -1 -1 -1 -1, the largest BST subtree has a size of 3.

  • Answered by AI
  • Q3. Can you explain indexing in databases?
  • Ans. 

    Indexing in databases is a technique used to improve the speed of data retrieval by creating a data structure that allows for quick lookups.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include B-tree, hash, and bitmap indexes.

    • Indexes can improve the performance of SELECT queries but may slow down INSERT, UPDATE, and DELETE operation...

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round also had 2 questions related to DS and Algo . One was from graphs and the other was an implementation of a LRU Cache . There were 2 interviewers and both of them were quite friendly and helpful. Overall, this round went well.

  • Q1. 

    Detect Cycle in a Directed Graph

    You are provided with a directed graph composed of 'N' nodes. You have a matrix called 'EDGES' with dimensions M x 2, which specifies the 'M' edges in the graph. Each edge...

  • Ans. 

    Detect cycle in a directed graph using depth-first search (DFS) algorithm.

    • Use DFS to traverse the graph and detect back edges (edges that point to an ancestor node).

    • Maintain a visited array to keep track of visited nodes and a recursion stack to keep track of nodes in the current path.

    • If a back edge is found during traversal, a cycle exists in the graph.

    • Return true if a cycle is detected, false otherwise.

  • Answered by AI
  • Q2. 

    LRU Cache Design Question

    Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:

    1. get(key) - Return the value of the key if it exists in the cache; otherw...

  • Ans. 

    Design a Least Recently Used (LRU) cache data structure that supports get and put operations with capacity constraint.

    • Use a combination of hashmap and doubly linked list to efficiently implement the LRU cache.

    • Keep track of the least recently used item and update it accordingly when inserting new items.

    • Ensure to handle the capacity constraint by evicting the least recently used item when the cache is full.

    • Implement get(...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAFlipkart interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Mar 2021. 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 - Assignment 
Round 3 - Technical 

(1 Question)

  • Q1. Explain P2P cycle in brief
  • Ans. 

    P2P cycle involves the entire process of procuring goods or services from a supplier and making payments for them.

    • P2P stands for Procure-to-Pay.

    • It starts with identifying the need for goods or services and creating a purchase requisition.

    • The requisition is then approved and converted into a purchase order.

    • The purchase order is sent to the supplier, who delivers the goods or services.

    • Upon receipt, the goods are inspecte...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good opportunity for freshers,
Excellent Communication required for this job global

Urmila International Services Interview FAQs

How many rounds are there in Urmila International Services interview?
Urmila International Services interview process usually has 2 rounds. The most common rounds in the Urmila International Services interview process are Technical, HR and Case Study.
How to prepare for Urmila International Services 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 Urmila International Services. The most common topics and skills that interviewers at Urmila International Services expect are Excel, Business Development, Corporate Sales, Accounting and B2B Sales.
What are the top questions asked in Urmila International Services interview?

Some of the top questions asked at the Urmila International Services interview -

  1. Json, Oops, API, project, javascript, html tags, basic python. 1 coding questio...read more
  2. Php developer basic knowledge excel experie...read more
  3. ESIC Generated By Provide to Emplo...read more

Tell us how to improve this page.

Urmila International Services Interview Process

based on 5 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
3.9
 • 1.4k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
Tata Motors Interview Questions
4.2
 • 1k Interviews
Infosys BPM Interview Questions
3.6
 • 960 Interviews
Bharti Airtel Interview Questions
3.9
 • 872 Interviews
Google Interview Questions
4.4
 • 842 Interviews
Mphasis Interview Questions
3.4
 • 807 Interviews
KPMG India Interview Questions
3.5
 • 804 Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
View all

Urmila International Services Reviews and Ratings

based on 41 reviews

3.6/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.3

Salary

3.1

Job security

3.2

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 41 Reviews and Ratings
Data Entry Operator
18 salaries
unlock blur

₹1.2 L/yr - ₹2.8 L/yr

Programmer
7 salaries
unlock blur

₹4.4 L/yr - ₹7.2 L/yr

Assistant Manager
5 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

MIS Executive
5 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Project Coordinator
5 salaries
unlock blur

₹1.8 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Urmila International Services with

iEnergizer

4.6
Compare

Bharti Airtel

3.9
Compare

WNS

3.4
Compare

Tata Motors

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