i
OCS
Group
Work with us
Filter interviews by
I applied via Referral and was interviewed before Jul 2020. There was 1 interview round.
Top trending discussions
posted on 14 Sep 2021
I appeared for an interview in Dec 2020.
Round duration - 60 Minutes
Round difficulty - Medium
The round started at 8 PM. There was one question with several test cases and had to pass every test case in order to get a call for interview.
Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2)
, with initial conditions F(1) = F(2) = 1
.
Calculate the Nth Fibonacci number efficiently using iterative or dynamic programming techniques.
Fibonacci Definition: F(n) = F(n-1) + F(n-2) with F(1) = F(2) = 1.
Iterative Approach: Use a loop to calculate Fibonacci numbers up to N, storing only the last two values to save space.
Dynamic Programming: Store previously computed Fibonacci numbers in an array to avoid redundant calculations.
Time Complexity: Both iterative ...
Round duration - 45 Minutes
Round difficulty - Medium
It was first round for 45mins and only one question was asked.
You are provided with a binary matrix containing dimensions 'N * M', comprised only of 0s and 1s. Your task is to compute the aggregated sum of coverages for all the zer...
Calculate the total coverage of zeros in a binary matrix based on adjacent ones in a defined neighborhood.
Matrix Traversal: Iterate through each cell in the N x M matrix to identify zeros.
Neighbor Counting: For each zero, check its top, bottom, left, and right neighbors to count the number of adjacent ones.
Boundary Conditions: Ensure that checks for neighbors do not go out of matrix bounds to avoid errors.
Example: In a...
Round duration - 45 Minutes
Round difficulty - Easy
It was again 45 min interview and after an intro we quickly jumped in coding.
Given a string 'S' of words, the goal is to determine the frequency of each word in the string. Consider a word as a sequence of one or more non-space characters. The string can h...
Count the frequency of each unique word in a given string, handling multiple spaces and ignoring leading/trailing spaces.
Input Handling: Trim the string to remove leading/trailing spaces and split it by spaces to get individual words.
Word Counting: Use a dictionary to count occurrences of each word as you iterate through the list of words.
Output Format: Print each unique word along with its count, ensuring each output ...
Round duration - 45 minutes
Round difficulty - Medium
It was an Technical + HR round. The interviewer was very understanding and he checked the overall knowledge of the subject.
You are provided with an array of integers ARR
of size N
and an integer K
. Your task is to find and return the K
-th smallest value present in the array. All elements...
The Kth Smallest Element problem involves finding the K-th smallest number in a distinct integer array.
Sorting Method: Sort the array and return the element at index K-1. Example: For ARR = [3, 1, 4, 2, 5] and K = 3, sorted array is [1, 2, 3, 4, 5], so return 3.
Time Complexity: Sorting the array takes O(N log N) time, which is efficient given the constraints.
Direct Access: Since all elements are distinct, accessing the...
Tip 1 : Competitive Coding helps initially, later Leetcode, GFG
Tip 2 : Add at least 2 projects in your resume
Tip 1 : Add atleast two projects on Resume
Tip 2 : Study in depth from Resume and make your friend take your mock interview
posted on 6 Apr 2024
I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.
I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.
I have 10 years of work experience in mechanical engineering.
Designed and implemented mechanical systems for various projects
Performed analysis and simulations to optimize performance
Collaborated with cross-functional teams to ensure project success
Managed and supervised junior engineers
Implemented cost-saving measures in manufacturing processes
Basic logical pogrmaminh
Smaall cart mabnagenebt system i have to built from scratch in laravel
I appeared for an interview before Jul 2016.
Labor Law refers to the legal framework that governs the relationship between employers and employees.
Labor Law covers various aspects such as employment contracts, working hours, wages, and workplace safety.
It ensures that employees are protected from unfair treatment, discrimination, and harassment.
Labor Law also regulates collective bargaining, trade unions, and the right to strike.
Examples of labor laws include the...
PF stands for Provident Fund, a retirement savings scheme in India.
PF is a mandatory retirement savings scheme for employees in India
Both the employer and employee contribute a percentage of the employee's salary to the PF account
The funds in the PF account can be withdrawn upon retirement, resignation, or in case of financial emergencies
PF contributions are tax-deductible up to a certain limit
Employees can check their...
ESIC procedure refers to the process followed by the Employees' State Insurance Corporation for providing social security benefits to employees.
ESIC procedure is followed by the Employees' State Insurance Corporation (ESIC) in India.
It provides social security benefits to employees such as medical care, sickness benefits, maternity benefits, and more.
Employers and employees contribute a certain percentage of wages towa...
Yes, I have experience handling employee grievances for Blue collar employees.
I have experience in conducting investigations into employee grievances to determine the root cause.
I am skilled in conflict resolution and have successfully resolved disputes between Blue collar employees.
I have implemented effective communication channels to address and resolve grievances in a timely manner.
I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.
Electrical engineers design, develop, and maintain electrical systems and components, ensuring efficiency and safety.
Understanding Ohm's Law: V = IR, where V is voltage, I is current, and R is resistance.
Familiarity with circuit analysis techniques, such as mesh and nodal analysis.
Experience with simulation software like MATLAB or SPICE for circuit design.
Knowledge of power systems, including generation, transmission, ...
I appeared for an interview before Feb 2024.
I appeared for an interview in Jun 2025, where I was asked the following questions.
A breakdown voltage test assesses the insulation strength of electrical components by applying high voltage until failure occurs.
1. Prepare the test setup: Ensure all equipment is calibrated and safe for high voltage testing.
2. Select the component: Choose the electrical device or insulation material to be tested.
3. Apply voltage gradually: Increase the voltage slowly to avoid sudden breakdowns, monitoring the current.
...
The vector group test determines the phase relationship and connection type of transformers.
Identifies the phase displacement between primary and secondary windings.
Common vector groups include Yd11, Yy0, and Δy5.
Used to ensure compatibility in parallel operation of transformers.
Helps in understanding the neutral grounding and fault current paths.
The insulation resistance test measures the resistance of a transformer's insulation to ensure safety and performance.
Insulation resistance is measured in ohms, indicating the quality of insulation.
A common test voltage is 500V or 1000V DC, depending on the transformer rating.
A high IR value (typically > 1 MΩ) indicates good insulation; low values suggest potential insulation failure.
The test helps prevent electrica...
The turn ratio test measures the voltage transformation ratio of a transformer to ensure proper operation and efficiency.
It compares the primary and secondary winding turns of a transformer.
A typical turn ratio might be 10:1, meaning 10 turns on the primary for every 1 on the secondary.
The test helps identify issues like shorted turns or incorrect winding connections.
For example, if a transformer is rated for 240V/120V...
Phase-to-phase angle is the angle between two phases, while phase-to-neutral angle is the angle between a phase and neutral.
In a three-phase system, the phase-to-phase angle is typically 120 degrees apart.
For example, in a balanced three-phase system, the voltage between any two phases (e.g., A and B) is 120 degrees.
The phase-to-neutral angle is 0 degrees for the neutral phase and varies for other phases.
In a star conn...
Shift Engineer
114
salaries
| ₹2 L/yr - ₹5 L/yr |
Hvac Technician
75
salaries
| ₹1.2 L/yr - ₹3.2 L/yr |
Electrical Technician
68
salaries
| ₹1.5 L/yr - ₹3.2 L/yr |
Electrician
55
salaries
| ₹1.5 L/yr - ₹3 L/yr |
Electrical Supervisor
47
salaries
| ₹1.8 L/yr - ₹4.2 L/yr |
Sodexo
Compass Group Support Services
ISS Facility Services
BVG India