Upload Button Icon Add office photos

Filter interviews by

Nirmal Datacomm Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What you know about serialization
  • Ans. 

    Serialization is the process of converting an object into a format that can be easily stored or transmitted.

    • Serialization is used in programming to save the state of an object so that it can be recreated later.

    • It is commonly used in data storage, network communication, and in the implementation of remote procedure calls.

    • Examples of serialization formats include JSON, XML, and Protocol Buffers.

  • Answered by AI
  • Q2. Where you see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself advancing in my career, taking on more responsibilities, and potentially leading a team.

    • Continuing to develop my skills and expertise in my field

    • Seeking opportunities for growth and advancement within the company

    • Possibly pursuing further education or certifications to enhance my knowledge

    • Taking on leadership roles and mentoring junior team members

    • Working towards achieving specific care

  • Answered by AI

Growth Consultant Interview Questions & Answers

WebEngage user image Anonymous

posted on 9 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

How would you leverage WebEngage for Myntra EORS?

Round 2 - Technical 

(2 Questions)

  • Q1. Questions around Mar-Tech.
  • Q2. Role related knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific about your KRA's, what you do in your current role, research about WebEngage products, and Mar-Tech in detail.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Day to Day work at the current comany
  • Q2. How to write a simple program to find if two bbox's intersect?
  • Ans. 

    Use the coordinates of the two bounding boxes to determine if they intersect.

    • Get the coordinates of the two bounding boxes (x1, y1, x2, y2)

    • Check if the boxes intersect by comparing the coordinates

    • If x2 of box 1 is less than x1 of box 2, or y2 of box 1 is less than y1 of box 2, they do not intersect

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. TCL coding questions
  • Q2. Python Coding questions
  • Q3. STA Basics and Clocking basics
Round 3 - HR 

(1 Question)

  • Q1. Expectation in salary and benefits

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Information about previous work
  • Ans. Resume $Development QA ,warranty Dept, Vendor management, work
  • Answered Anonymously
  • Q2. What improvements have been made at work
  • Ans. Improvement of working machine in Simple way$improving quality and productivity
  • Answered Anonymously
  • Q3. If your target is 100in ship, what will you do if it becomes 90?
  • Ans. 

    I would assess the situation to determine the cause of the deviation and take corrective actions to bring the target back to 100.

    • Investigate the reason for the deviation from the target

    • Identify any external factors affecting the target

    • Implement corrective measures to bring the target back to 100

    • Monitor the progress closely to ensure the target is achieved

  • Answered by AI
  • Q4. What do you want to do in the company
  • Ans. I want to develop and grow business in the company
  • Answered Anonymously
  • Q5. What to do if there is a defect in the product
  • Ans. 

    If there is a defect in the product, it is important to identify the root cause, rectify the issue, and implement preventive measures.

    • Identify the root cause of the defect through thorough analysis and testing

    • Rectify the issue by repairing or replacing the defective parts

    • Implement preventive measures to avoid similar defects in the future, such as improving quality control processes or training staff

    • Communicate with re...

  • Answered by AI
  • Q6. What to do if the target is 100 in the shift and it becomes 90?
  • Ans. 

    Investigate the root cause of the deviation and take corrective actions to ensure the target is met in future shifts.

    • Analyze the production process to identify any bottlenecks or inefficiencies causing the deviation.

    • Check if there were any machine breakdowns or maintenance issues affecting the production output.

    • Review the raw material quality and availability to ensure they meet the required standards.

    • Evaluate the perf...

  • Answered by AI
  • Q7. What to do if there is a defect in the product
  • Ans. 

    If there is a defect in the product, it is important to identify the root cause, rectify the issue, and implement preventive measures.

    • Identify the root cause of the defect through thorough analysis and investigation

    • Rectify the issue by repairing or replacing the defective parts

    • Implement preventive measures to ensure similar defects do not occur in the future

    • Conduct quality checks and inspections at various stages of pr...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - Coding Test 

Basic of sql and python

Round 2 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Case study interview question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 7 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 

A fun filled "game based" test, where you had a target number on top of screen and then you had to burst some bubbles which had mathematical equations. So if the target number is 24, then you had to burst bubbles which had equations like '12 x 2' , '8 x 3' , '20+4', '48÷2' etc.
In another round, you also had to arrange the bricks 🧱 to fit into the space by changing the shape of bricks.
There were other aptitude tests also which tested your memory and reflex actions.
Total 9 different games.

After these 9 games, you need to give a psychometric tests that evaluates your personality. 5 questions x 7 rounds = Total 35 questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based on your knowledge of project management and tools. 1. Introduce yourself 2. Explain your day to day life at work. 3. Difference between Agile and Waterfall. 4. Which ETL tools have you wor...
Round 4 - Technical 

(3 Questions)

  • Q1. 1. How many different types of API do you know about? 2. What's the difference between SOAP API and REST API?
  • Ans. 

    There are two main types of APIs - SOAP API and REST API.

    • SOAP API is a protocol-based API that uses XML for communication, while REST API is an architectural style that uses standard HTTP methods like GET, POST, PUT, DELETE.

    • SOAP API has a strict set of rules and standards, while REST API is more flexible and lightweight.

    • SOAP API requires more bandwidth and resources compared to REST API.

    • Examples of SOAP APIs include Sa...

  • Answered by AI
  • Q2. 3. If you reach out to a vendor for API integration, what information would you look for?
  • Ans. 

    Key information for API integration with a vendor

    • Vendor's API documentation

    • Authentication methods required

    • Rate limits and usage restrictions

    • Data formats supported (JSON, XML, etc.)

    • Error handling and response codes

    • Testing environment availability

  • Answered by AI
  • Q3. 4. What are the items in project contract? What factors would you include if you need to create a contract, so that client doesn't hold you for any legal issues?
  • Ans. 

    Items in a project contract and factors to prevent legal issues with clients.

    • Scope of work

    • Project timeline

    • Payment terms

    • Deliverables

    • Change management process

    • Termination clauses

    • Confidentiality agreements

    • Dispute resolution mechanisms

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

(1 Question)

  • Q1. One on one round with Project head. He wanted to understand how a typical project is handled at my current organisation, right from sales handover to closure.
Round 6 - One-on-one 

(4 Questions)

  • Q1. Final round before the HR round, was conducted by Founder and CEO. 1. How does your goals and ambitions align with the job?
  • Q2. 2. Why do you want to become a Project manager and not a product manager?
  • Q3. 3. Why do you want to join Signzy? Are you aligned with the work and culture of Signzy?
  • Q4. 4. A strategy based question was asked to check the thought process. If the company is not doing well overall, and your top leadership have abandoned the company and I ask you to take a responsibility of D...
Round 7 - HR 

(1 Question)

  • Q1. 1. Resume review and details on each work experience. 2. Salary expectations and what will I do if I am offered a salary which is half of my current CTC? 3. Any offer in hand? 4. Joining date and any exi...

Interview Preparation Tips

Interview preparation tips for other job seekers - The process will take anywhere from 2 weeks to 5 weeks to finish after the initial calls. For the aptitude tests, play some brain games beforehand. Use a mobile to give the test as you can react much faster there.
For interviews, check the background of the interviewer on LinkedIn. Questions will asked based on their past experiences or technologies they have worked on. Be honest about your work and be confident.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

You will decided it I'm right person this job or not

Round 2 - Technical 

(4 Questions)

  • Q1. Gis topic like pertical test is very best
  • Q2. Ist interior like my self and second is field intro
  • Q3. And one is exprices and selery issue ne ho
  • Q4. I will any question ka answer I can do yhat

Interview Preparation Tips

Interview preparation tips for other job seekers - I think ist one is job is very important our life
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. About experience and introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - No Job security,
Company not stable.
Lay off
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. OOPS C and C++ Code analysis (debugging)
Round 3 - Technical 

(1 Question)

  • Q1. Data structures Algorithm Puzzles Security vulnerability Memory mapping

Interview Preparation Tips

Interview preparation tips for other job seekers - Be conceptual. Just don't read have good coding skills and debugging skills and complete understanding of how the code works and logic building. And basics should be strong.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your salary expectation
  • Q2. Why did you choose this position
Round 2 - eface to face interview 

(1 Question)

  • Q1. Tell us about your previous experience
Round 3 - Assignment 

Writter, about the job

Tell us how to improve this page.

Interview Questions from Similar Companies

Z X Learning Interview Questions
4.5
 • 44 Interviews
Adda 247 Interview Questions
3.2
 • 30 Interviews
GfK MODE Interview Questions
3.3
 • 22 Interviews
Pitney Bowes Interview Questions
3.8
 • 21 Interviews
Senvion Interview Questions
4.1
 • 18 Interviews
View all

Nirmal Datacomm Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

3.3

Salary

4.5

Job security

4.5

Company culture

3.3

Promotions

4.5

Work satisfaction

Explore 5 Reviews and Ratings
Network Engineer
4 salaries
unlock blur

₹2.7 L/yr - ₹2.9 L/yr

Senior Accountant
4 salaries
unlock blur

₹4.1 L/yr - ₹4.8 L/yr

Senior Network Engineer
4 salaries
unlock blur

₹4.8 L/yr - ₹5.6 L/yr

Executive Accountant
4 salaries
unlock blur

₹2.5 L/yr - ₹4.6 L/yr

Engineer- Customer Support
4 salaries
unlock blur

₹2 L/yr - ₹3.3 L/yr

Explore more salaries
Compare Nirmal Datacomm with

Z X Learning

4.5
Compare

Adda 247

3.2
Compare

Health India Tpa Services

3.3
Compare

Trivium Education Services

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