Upload Button Icon Add office photos

Filter interviews by

Renovision Automation Services Site Engineer Interview Questions and Answers

Updated 22 May 2021

Renovision Automation Services Site Engineer Interview Experiences

1 interview found

Site Engineer Interview Questions & Answers

user image Anonymous

posted on 22 May 2021

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to prevent the loops and described it.
  • Ans. 

    Loops can be prevented by using proper coding practices and testing.

    • Use proper coding practices to ensure that loops are not created unintentionally.

    • Test the code thoroughly to identify and fix any loops that may exist.

    • Use tools such as static code analysis to detect and prevent loops.

    • Avoid using infinite loops or loops with no exit condition.

    • Ensure that loops are properly nested and do not overlap.

    • Use break and contin...

  • Answered by AI
  • Q2. Spanning tree protocol. There is no loop created when they are in redundant path in our network. If the 1st link failure another link will continue the service. Without stp failure can result in our loop. ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't share any wrong information that you haven't. Always show your own skills that you have done in your present company.

Skills evaluated in this interview

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. Asked about Java,spring MVC,code snippets asked foroutput
Round 2 - Technical 

(1 Question)

  • Q1. About rest template angular spring boot
Round 3 - One-on-one 

(1 Question)

  • Q1. This round is withmanager about technical
Round 4 - One-on-one 

(1 Question)

  • Q1. Salary discussion with hr policies
Round 5 - Technical 

(1 Question)

  • Q1. No round was happened

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be strong on technical and work what you done previously
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Questions from past projects
  • Q2. Questions from Process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java hash map and how it works
  • Ans. 

    Java hash map is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

    • HashMap in Java implements the Map interface and allows null keys and values.

    • It uses hashing to store and retrieve key-value pairs, providing O(1) time complexity for get() and put() operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 1); int value = map.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Technical questions and more scenario based questions. Performance related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a quick process which took just 6 days to complete the interviews and to get offer.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Previous projects, Basic React Questions and Node js questions.
Round 2 - Coding Test 

Fetching data from api, DSA question (Queue implementation)

Round 3 - HR 

(1 Question)

  • Q1. Salary and package discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round - just project explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA concepts.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2023. 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 - Technical 

(2 Questions)

  • Q1. 1.polyfill map, currying vs closure, reduce method, explain this?, 2.what is lazyload and suspense, single thread vs multi thread, Event loop(task queue & microtask queue)?
  • Q2. Explain redux? Redux vs context api? ES6 features? Rest vs Spread? null vs undefined?
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management library for JavaScript applications.

    • It helps in managing the state of an application in a predictable way.

    • Redux follows a unidirectional data flow pattern.

    • Context API is a built-in feature of React that can be used for state management, but it is not as powerful as Redux.

    • ES6 features include arrow functions, template literals, destru...

  • Answered by AI
Round 3 - Coding Test 

Output based question regarding shallow and deepcopy related to object.
write a program for i/p: "This is the JS guide, developer!" o/p: "sihT si eht SJ ,ediug !repoleved"
react timer based output start, stop and reset.

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared all rounds and holded one offer in this process. This whole interview process took around 2 months. BGV itself 1 month (very very slow). Got letter of intent alike Offer letter. By trusting this LOI I withdraw my other offer. HR named irfana from chennai (worst person) and Meghna who is superior to her. Both of them didnt even respond for status which i have been asking for two week continuously. No response, Literally altimetrik wasted my time and efforts.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Everything on java spring sql
  • Q2. Don’t waste your time as i did

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your precious time because they will not give you offer more than your current ctc.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. 1.SOLID Principles: Define in detail the solid principles, interviewer will be more focused on the practical examples of the principles.
  • Ans. S stands for single responsibility, O stands for Open for extension and closed for modification, L stands for Liskov Substitution principle, I stands for Inversion of control and D stands for Dependency inversion
  • Answered by Sweta Lavania
Round 3 - One-on-one 

(3 Questions)

  • Q1. Coding questions like implement linked list
  • Q2. Find the second largest element from the array.
  • Ans. 

    Find the second largest element from the array.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the two largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI
  • Q3. Sort the array and return second last element
  • Ans. 

    Sort array and return second last element

    • Use built-in sort function

    • Access second last element using array index -2

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , focus on algorithms,
First understand the question and then start writing the code.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Closure,array destructuring,arrow function,rest parameter,bind,call and apply. Lazy loading, react context,usecallback,lifecycle method using hooks.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear. Questions based on HTML5,CSS3,Vanila JS,ES6,React JS.

Renovision Automation Services Interview FAQs

What are the top questions asked in Renovision Automation Services Site Engineer interview?

Some of the top questions asked at the Renovision Automation Services Site Engineer interview -

  1. How to prevent the loops and described ...read more
  2. Spanning tree protocol. There is no loop created when they are in redundant pat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 350 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Xoriant Interview Questions
4.1
 • 188 Interviews
Indium Software Interview Questions
4.1
 • 188 Interviews
View all
Renovision Automation Services Site Engineer Salary
based on 5 salaries
₹2.3 L/yr - ₹3.4 L/yr
23% less than the average Site Engineer Salary in India
View more details

Renovision Automation Services Site Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

2.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Desktop Support Engineer
185 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Desktop Support Engineer L2
117 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Network Engineer
94 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Application Support Engineer
74 salaries
unlock blur

₹1.7 L/yr - ₹3.2 L/yr

Technical Support Engineer
36 salaries
unlock blur

₹1.7 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Renovision Automation Services with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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