Premium Employer

i

This company page is being actively managed by OCS Group Team. If you also belong to the team, you can get access from here

OCS Group Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

OCS Group Software Engineer Interview Questions and Answers

Updated 19 Jul 2021

OCS Group Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Shanu CHATURVEDI

posted on 19 Jul 2021

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

Interview Questionnaire 

1 Question

  • Q1. About VCB, ACB, UPS, inverter, transformers, DG set, chillers, AHU, fire systems and excel work and PPT

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to take full knowledge, & ensure that I'm capable for this post & ready to take any challenge

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about OCS Group?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

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.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    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.

    Input:

    ...
  • Ans. 

    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 ...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

It was first round for 45mins and only one question was asked.

  • Q1. 

    Sum Of Zeroes Coverage Calculation

    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...

  • Ans. 

    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...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

It was again 45 min interview and after an intro we quickly jumped in coding.

  • Q1. 

    Word Occurrence Counting

    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...

  • Ans. 

    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 ...

  • Answered by AI
Round 4 - Video Call 

(1 Question)

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.

  • Q1. 

    Kth Smallest Element Problem Statement

    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...

  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in HyderabadEligibility criteriaNoCompass Group interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Dynamic Programming, Object Oriented Programming, DBMS, Operating SystemTime required to prepare for the interview - 10 monthsInterview preparation tips for other job seekers

Tip 1 : Competitive Coding helps initially, later Leetcode, GFG
Tip 2 : Add at least 2 projects in your resume
 

Application resume tips for other job seekers

Tip 1 : Add atleast two projects on Resume
Tip 2 : Study in depth from Resume and make your friend take your mock interview

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Resume related questions were asked
Round 2 - Technical 

(1 Question)

  • Q1. Questions asked as per the JD

I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Work experience in mechanical
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Once refer your resume first
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic logical pogrmaminh

Round 2 - Assignment 

Smaall cart mabnagenebt system i have to built from scratch in laravel

Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical question about technologies
  • Q2. Negaotiation ha done in this

I appeared for an interview before Jul 2016.

Interview Questionnaire 

5 Questions

  • Q1. What do you know about Labor Law
  • Ans. 

    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...

  • Answered by AI
  • Q2. What do you know about PF
  • Ans. 

    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...

  • Answered by AI
  • Q3. What do you know about the ESIC procedure
  • Ans. 

    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...

  • Answered by AI
  • Q4. Will you able to work for more then 8 hours
  • Q5. Can you handle employee grievance for the Blue collar employees
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: Well all these are little tough for the fresher to give the answer for all the above mentioned question. As they have taken 6 rounds of interview
Tips: If you are joining Sodexo you need to know about the Labor Law, Maternity benefit act, how to solve employee grievance of the blue collar employees' working at the client side.

Skills: Microsoft Excel Skills
College Name: MIT School Of Business

OCS Group HR Interview Questions

13 questions and answers

Q. Why did you leave your last company?
Q. How long have you worked in security?
Q. Do you have a full driving license?

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my experience in low voltage system.

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever we no the experience in low voltage maintenance, pneumatic system, hydraulic system, crane, PLC hardware & software, auto crane Co2 control panel, spot weld gun, and hoist
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical questions
  • Ans. 

    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, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have seven years of experience as a Electrical Field in Building Electrical Maintenance.

As Engineer , Facility Engineer our working profile is to look all installed electrical equipments like Transformers DGs, UPS, LT panels, HT panels and all related systems are working properly or not. If found any issues then get it resolved immediately and report it to senior management and also keep it record in soft copy and hard copy as well.
My working profile is matching to your requirement and here I am attaching my CV for your reference.

Please find the attachment and if it is matching to your requirement then please contact me at ***** and XXXXX.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Frendly nature environment
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. What is the procedure for conducting a breakdown voltage test?
  • Ans. 

    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.

    • ...

  • Answered by AI
  • Q2. What is the vector group test?
  • Ans. 

    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.

  • Answered by AI
  • Q3. What is the insulation resistance (IR) test in a transformer?
  • Ans. 

    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...

  • Answered by AI
  • Q4. What is the turn ratio test?
  • Ans. 

    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...

  • Answered by AI
  • Q5. What are the phase-to-phase angle and phase-to-neutral angle?
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain clarity and honesty, and be prepared to discuss your skills.

Tell us how to improve this page.

Join OCS Group Facilities Services - Making people and places the best they can be.
Shift Engineer
114 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Hvac Technician
75 salaries
unlock blur

₹1.2 L/yr - ₹3.2 L/yr

Electrical Technician
68 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Electrician
55 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Electrical Supervisor
47 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Explore more salaries
Compare OCS Group with

Sodexo

4.0
Compare

Compass Group Support Services

4.0
Compare

ISS Facility Services

4.0
Compare

BVG India

3.9
Compare
write
Share an Interview