Upload Button Icon Add office photos

Filter interviews by

Lead Consultancy & Engineering Services (India) System Engineer Interview Questions and Answers

Updated 17 May 2024

Lead Consultancy & Engineering Services (India) System Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. How much salary
  • Q2. Negotiation about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for salary negotiation

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to do this job
  • Q2. What do you know about this company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tool test and technical round
Round 3 - HR 

(1 Question)

  • Q1. Discussion with HR regarding package and joining date
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Difference between delete, drop, truncate
  • Ans. 

    Delete, drop, and truncate are SQL commands for removing data, but they differ in scope and behavior.

    • DELETE: Removes specific rows based on a condition. Example: DELETE FROM users WHERE age < 18;

    • DROP: Removes entire tables or databases. Example: DROP TABLE users;

    • TRUNCATE: Removes all rows from a table but keeps the structure. Example: TRUNCATE TABLE users;

  • Answered by AI
  • Q2. Queries on joins

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

Interview Questionnaire 

2 Questions

  • Q1. Are you committed to be in project till project completion
  • Q2. Can you handel multi dimenssional assignment
  • Ans. 

    Yes, I have experience in handling multi-dimensional assignments.

    • I have previously managed a team with diverse skill sets and responsibilities.

    • I am comfortable with delegating tasks and ensuring timely completion.

    • I have a strong understanding of project management and resource allocation.

    • I am adept at prioritizing tasks and managing multiple projects simultaneously.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I advice individual need to share his technical and team building abilities

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 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. What are the parameters of a zener diode
  • Ans. 

    Zener diode parameters include breakdown voltage, maximum power dissipation, and reverse leakage current.

    • Breakdown voltage is the voltage at which the diode starts conducting in reverse bias

    • Maximum power dissipation is the maximum amount of power the diode can handle without getting damaged

    • Reverse leakage current is the current that flows through the diode in reverse bias

    • Zener diodes are commonly used in voltage regula

  • Answered by AI
  • Q2. What is a mosfet
  • Ans. 

    A MOSFET is a type of transistor used for amplification and switching of electronic signals.

    • MOSFET stands for Metal-Oxide-Semiconductor Field-Effect Transistor

    • It has three terminals: source, gate, and drain

    • It is commonly used in electronic devices such as power amplifiers, voltage regulators, and switching circuits

    • MOSFETs are preferred over other types of transistors due to their high input impedance, low power consump

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For those who dont mind going to startups in the beginning,it is good to go for startups take experience and then jump to a big company so that you can avoid tough aptitude test.

I applied via Referral and was interviewed in May 2022. There were 3 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 - Aptitude Test 

Only 3 questions were asked. The round was easy and easily crackable.

Round 3 - Technical 

(2 Questions)

  • Q1. They ask about AutoCAD basics.
  • Q2. Some of the Technical questions on your designation.

Interview Preparation Tips

Interview preparation tips for other job seekers - They lagged in providing proper facilities for the people who are working from office.

Interview Questionnaire 

7 Questions

  • Q1. Explain your projects?
  • Q2. Explain all 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 or have multiple behaviors.

    • Class: Blueprint for creating obj...

  • Answered by AI
  • Q3. Explain joins concepts in database?
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables in a single query.

    • There are different types of joins such as inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join...

  • Answered by AI
  • Q4. What is selenium ? What is locater? What is Webdriver? methods of Webelement? What is action class?
  • Ans. 

    Selenium is a tool used for automating web browsers. Locator is used to locate elements on a web page. Webdriver is a tool used for controlling a web browser. Action class is used for performing advanced user interactions.

    • Selenium is a popular open-source tool for automating web browsers

    • Locator is used to identify elements on a web page using various attributes like ID, class, name, etc.

    • Webdriver is a tool used for con...

  • Answered by AI
  • Q5. How to handle dropdown?
  • Ans. 

    Dropdowns can be handled using automation tools or by writing custom code.

    • Use automation tools like Selenium to interact with dropdowns

    • Identify the dropdown element using its HTML tag and attributes

    • Select an option from the dropdown using the 'select' class in Selenium

    • Alternatively, write custom code to handle dropdowns using JavaScript or jQuery

    • Ensure the dropdown options are loaded before interacting with them

  • Answered by AI
  • Q6. How to write xpath?
  • Ans. 

    XPath is a language used to navigate and select elements in an XML or HTML document.

    • Use the '//' symbol to select any element in the document

    • Use the '/' symbol to select a child element of the current element

    • Use '@' to select an attribute of an element

    • Use '[]' to add conditions to the selection

    • Example: //div[@class='example'] selects all div elements with class 'example'

  • Answered by AI
  • Q7. What are the exceptions you have faced in selenium ?
  • Ans. 

    Exceptions faced in Selenium

    • ElementNotVisibleException

    • StaleElementReferenceException

    • NoSuchElementException

    • TimeoutException

    • UnhandledAlertException

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(5 Questions)

  • Q1. Basics civil engineering
  • Q2. How is your last project does
  • Q3. What is your additional skills
  • Q4. What about your addition launguage
  • Q5. Where is your home town

I applied via Walk-in and was interviewed before Mar 2021. There were 2 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 

(1 Question)

  • Q1. As attendance for “Mid Management level designation “ Just asks about my Experience. Not much Technical points highlighted except few Manager level Questions (general points not much technically projected)...

Interview Preparation Tips

Topics to prepare for VIKRAN Engineering & Exim Assistant Manager interview:
  • Nothing required.
Interview preparation tips for other job seekers - Just expecting less salary and having Good experience in the relevant field you can have JOB CONFIRMED easily.

Lead Consultancy & Engineering Services (India) Interview FAQs

How many rounds are there in Lead Consultancy & Engineering Services (India) System Engineer interview?
Lead Consultancy & Engineering Services (India) interview process usually has 1 rounds. The most common rounds in the Lead Consultancy & Engineering Services (India) interview process are Technical.

Tell us how to improve this page.

Lead Consultancy & Engineering Services (India) System Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Sustainability Engineer
17 salaries
unlock blur

₹3 L/yr - ₹5.1 L/yr

Design Engineer
12 salaries
unlock blur

₹3.9 L/yr - ₹5 L/yr

Hvac Design Engineer
7 salaries
unlock blur

₹4.2 L/yr - ₹5.8 L/yr

Electrical Engineer
7 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Electrical Design Engineer
7 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare Lead Consultancy & Engineering Services (India) with

Lea Associates South Asia

4.3
Compare

McNally Bharat Engineering

4.0
Compare

R.V.R. PROJECTS

4.0
Compare

ABCI Infrastructures

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