Upload Button Icon Add office photos

Filter interviews by

JLV Wind Power Assistant Engineer Interview Questions and Answers

Updated 16 Oct 2023

JLV Wind Power Assistant Engineer Interview Experiences

1 interview found

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 

(2 Questions)

  • Q1. Ur name? Ur study? And ur experience
  • Q2. Ur self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - No joint ....no security ur life

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Coding and decoding,error detection,water images

Round 2 - Coding Test 

1hr,arrsays and strings,gfg

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and group discussion
Interview experience
4
Good
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 

(4 Questions)

  • Q1. C++, Java , oops, dbms
  • Q2. Oops question are there
  • Q3. Dbms question are there
  • Q4. Java questions are there
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - Technical 

(1 Question)

  • Q1. Star pattern using your desired language.
  • Ans. 

    Generate a star pattern using a desired language.

    • Use nested loops to print the desired number of rows and columns.

    • In each iteration, print a '*' character to form the pattern.

    • Adjust the loop conditions and print statements to create different patterns.

    • Consider using variables to control the number of rows and columns.

    • Experiment with different loop structures to create more complex patterns.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Asked about projects in resume. Role in the projects.

Skills evaluated in this interview

I applied via campus placement at P E S College of Engineering, Mandya and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. If u have a cake in front of u in how many minimum cuts u take to get 8 equal pieces
  • Ans. 

    To get 8 equal pieces from a cake, you need a minimum of 3 cuts.

    • The first cut divides the cake into two equal halves.

    • The second cut divides one of the halves into two equal quarters.

    • The third cut divides one of the quarters into two equal eighths.

  • Answered by AI
  • Q2. Static variables
  • Q3. Some simple C programs
  • Q4. Global and local variables
  • Q5. Why should we use return 0 when int main() is used
  • Ans. 

    return 0 in int main() indicates successful termination of program execution.

    • return 0 is used to indicate that the program has executed successfully.

    • It is not mandatory to use return 0, but it is a good programming practice.

    • If return 0 is not used, the program may return garbage values to the operating system.

    • Other values can also be used instead of 0 to indicate different types of program termination.

    • For example, retu...

  • Answered by AI
  • Q6. Tell me something about yourself
  • Q7. Tell me about your project
  • Ans. 

    I worked on a project to design and implement a new software system for managing inventory in a manufacturing company.

    • Developed a user-friendly interface for employees to input and track inventory data

    • Implemented a database to store and organize inventory information

    • Created automated reports to provide real-time updates on inventory levels

    • Collaborated with cross-functional teams to gather requirements and ensure system

  • Answered by AI
  • Q8. Where will u see yourself after 5 yrs
  • Q9. What are ur Strengths
  • Q10. What we need to use to convert string to numerical
  • Ans. 

    We need to use parsing or casting to convert string to numerical.

    • Use parseInt() or parseFloat() for converting string to integer or float respectively.

    • Use Number() constructor to convert string to number.

    • Use unary plus (+) operator to convert string to number.

    • Ensure that the string contains only numerical characters, else it will result in NaN (Not a Number).

  • Answered by AI
  • Q11. And core branch related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident never get tensed if u don't know the answer directly say them that "I dont have more knowledge on this mam/ sir" be active and stay clam😊

Skills evaluated in this interview

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Self induction Qualifications are you interested this job

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm a fresher so I looking for a job start my carrier in our company

I applied via Campus Placement and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. To In context reliable source

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite with everyone and use the right language and tone for a formal situations.
Listen carefully to understand the questions and think before your begin answers.
If you do not understand the questions,ask the interviewer repeat it or explain further.
Maintaining eye contact.
Interview is not like a job interview is an impartial one-to-one meeting between two members

I applied via campus placement at Prasad Institute F Technology, Jaunpur and was interviewed in Dec 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Computer science related topics

Assistant Engineer Interview Questions & Answers

Accenture user image MANTHAPURAM MARUTHI SHIVA PRASAD

posted on 3 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Willing to relocate
  • Q2. Tell me about yourself
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.

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 - Aptitude Test 

Contains 3 test - logical , mathematical, coding round

Round 3 - Technical 

(2 Questions)

  • Q1. What is array , linked list
  • Ans. 

    Array is a collection of elements of same data type. Linked list is a data structure consisting of a group of nodes.

    • Arrays are used to store and access a fixed number of elements in memory.

    • Linked lists are used to store and access a variable number of elements in memory.

    • Arrays have a fixed size, while linked lists can grow or shrink dynamically.

    • Arrays are accessed using an index, while linked lists are accessed using p...

  • Answered by AI
  • Q2. Tell me about oops concepts
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together in a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms.

    • Example: A car is an object that has properties like color, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just belive in yourself , rejection leads to success

Skills evaluated in this interview

JLV Wind Power Interview FAQs

How many rounds are there in JLV Wind Power Assistant Engineer interview?
JLV Wind Power interview process usually has 2 rounds. The most common rounds in the JLV Wind Power interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

JLV Wind Power Assistant Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

2.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

2.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Compare JLV Wind Power with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview