Add office photos
Employer?
Claim Account for FREE

Cyient

3.7
based on 4.6k Reviews
Video summary
Filter interviews by

100+ Vilas Javdekar Developers Interview Questions and Answers

Updated 26 Mar 2025
Popular Designations

Q101. Whats is current ctc?

Ans.

Current CTC refers to the current salary package of the candidate.

  • Current CTC is the total amount of money a candidate is currently earning from their job.

  • It includes the basic salary, bonuses, incentives, and any other monetary benefits.

  • Candidates may choose to disclose their current CTC during job interviews to negotiate a better salary package.

  • Example: If a candidate's current CTC is $50,000 per year, they may expect a higher salary offer from a new employer.

Add your answer

Q102. What is expected ctc?

Ans.

Expected CTC is the salary range that the candidate is looking for in a new job.

  • Research the average salary for Software Developers in your area

  • Consider your experience, skills, and the company's size and industry

  • Be prepared to negotiate based on the job responsibilities and benefits offered

Add your answer

Q103. Describe brayton and rankine cycle?

Ans.

Brayton and Rankine cycles are thermodynamic cycles used in power plants and engines.

  • Brayton cycle is used in gas turbine engines where air is compressed, heated, expanded through a turbine, and then exhausted.

  • Rankine cycle is used in steam power plants where water is heated to produce steam, which expands through a turbine to generate electricity.

  • Both cycles involve a series of processes to convert heat energy into mechanical work.

  • Brayton cycle has a higher efficiency for ga...read more

Add your answer

Q104. New ideas to streamline the work

Ans.

Introduce automation tools and establish clear communication channels

  • Implement automated testing to reduce manual effort and increase efficiency

  • Use collaboration tools like JIRA to track progress and communicate with team members

  • Establish clear guidelines and processes to avoid confusion and delays

  • Regularly review and update processes to ensure they are still effective

  • Encourage team members to share ideas and suggestions for improvement

Add your answer
Discover Vilas Javdekar Developers interview dos and don'ts from real experiences

Q105. What is header clearance?

Ans.

Header clearance refers to the space required for the installation and maintenance of piping headers.

  • Header clearance is the distance between the top of the header and the ceiling or any obstruction above it.

  • It is important to ensure sufficient clearance for proper installation, maintenance, and operation of the piping system.

  • Examples of obstructions that may require clearance include beams, ductwork, and other piping systems.

Add your answer

Q106. Which 2d drawing software worked

Ans.

Common 2D drawing software for HVAC design includes AutoCAD, Revit, and SketchUp, facilitating precise layouts and schematics.

  • AutoCAD: Widely used for creating detailed HVAC layouts and schematics.

  • Revit: Offers parametric modeling, ideal for integrated building design.

  • SketchUp: Useful for quick 3D modeling and visualization of HVAC systems.

  • SolidWorks: Often used for mechanical design, including HVAC components.

Add your answer
Are these interview questions helpful?

Q107. What are you stengths

Ans.

My strengths include strong analytical skills, attention to detail, and the ability to work well under pressure.

  • Strong analytical skills - able to analyze data effectively and draw meaningful insights

  • Attention to detail - meticulous in reviewing and verifying data to ensure accuracy

  • Ability to work well under pressure - can handle tight deadlines and high-pressure situations effectively

Add your answer

Q108. What is PHP and its usage

Ans.

PHP is a server-side scripting language used for web development.

  • PHP stands for Hypertext Preprocessor.

  • It is commonly used to create dynamic web pages.

  • PHP can interact with databases like MySQL to create dynamic content.

  • It is open source and widely supported by web servers.

  • Popular content management systems like WordPress and Drupal are built using PHP.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q109. Explain three dimension drawing

Ans.

Three-dimensional drawing is a technique that represents objects in three dimensions, using height, width, and depth.

  • Three-dimensional drawing adds depth and realism to objects.

  • It is commonly used in architecture, engineering, and design.

  • Examples include 3D models, blueprints, and CAD drawings.

Add your answer

Q110. Types of projects handled

Ans.

Handled various types of projects including web development, mobile app development, and software automation.

  • Web development projects using technologies like HTML, CSS, JavaScript, and PHP

  • Mobile app development projects for iOS and Android platforms using Swift, Java, and React Native

  • Software automation projects using tools like Selenium and Appium

  • Integration projects using APIs like REST and SOAP

  • Database management projects using SQL and NoSQL databases

  • Cloud computing projec...read more

Add your answer

Q111. What is Otto cycle?

Ans.

Otto cycle is a theoretical thermodynamic cycle that describes the functioning of a typical spark ignition piston engine.

  • Consists of four processes: isentropic compression, constant volume heat addition, isentropic expansion, and constant volume heat rejection

  • Used in spark ignition engines like gasoline engines

  • Efficiency of the cycle depends on compression ratio

  • Named after Nikolaus Otto, who invented the four-stroke internal combustion engine

Add your answer

Q112. Experience in budgeting and costing

Ans.

I have extensive experience in budgeting and costing, including creating and managing budgets, forecasting expenses, and identifying cost-saving opportunities.

  • Created and managed budgets for multiple projects, ensuring expenses were within allocated funds

  • Forecasted expenses for upcoming quarters and adjusted budgets accordingly

  • Identified cost-saving opportunities by analyzing expenses and negotiating with vendors

  • Implemented cost-saving measures, resulting in a 10% reduction i...read more

Add your answer

Q113. write HalfAdder program in vhdl?

Ans.

A HalfAdder program in VHDL is used to perform addition of two binary digits without considering the carry.

  • Declare two input signals A and B of type std_logic.

  • Declare two output signals Sum and Cout of type std_logic.

  • Implement the XOR gate for Sum and AND gate for Cout.

  • Example: A <= '1'; B <= '0'; Sum <= A XOR B; Cout <= A AND B;

Add your answer

Q114. How you are expecting ctc

Ans.

I am expecting a competitive CTC based on my experience and skills.

  • I have researched the industry standards and my market value

  • I am open to negotiation based on the job responsibilities and benefits

  • I am looking for a package that reflects my expertise and contribution to the company

  • I am willing to discuss the CTC in detail during the interview process

Add your answer

Q115. Why nodejs is single threaded?

Ans.

Nodejs is single threaded to optimize performance and avoid blocking I/O operations.

  • Nodejs uses an event loop to handle I/O operations asynchronously.

  • Single threaded architecture simplifies development and debugging.

  • Nodejs can still handle multiple requests concurrently through event-driven programming.

  • Worker threads can be used for CPU-intensive tasks.

  • Examples of blocking I/O operations include file system operations and network requests.

Add your answer

Q116. What is callback hell

Ans.

Callback hell is a situation in asynchronous programming where multiple nested callbacks make the code difficult to read and maintain.

  • Callback hell occurs when there are multiple levels of nested callbacks in asynchronous code.

  • It makes the code difficult to understand, debug, and maintain.

  • Promises and async/await are solutions to avoid callback hell.

  • Example: nested callbacks in JavaScript AJAX requests.

Add your answer

Q117. What is android?

Ans.

Android is a mobile operating system developed by Google, based on the Linux kernel.

  • Developed by Google

  • Based on Linux kernel

  • Used in smartphones, tablets, smartwatches, etc.

Add your answer

Q118. What is kotlin?

Ans.

Kotlin is a statically typed programming language that runs on the Java Virtual Machine (JVM) and can also be compiled to JavaScript source code.

  • Kotlin is interoperable with Java, meaning you can use Java libraries and frameworks in Kotlin code.

  • Kotlin is concise, reducing boilerplate code compared to Java.

  • Kotlin supports functional programming features like higher-order functions and lambdas.

  • Kotlin is officially supported for Android development by Google.

Add your answer

Q119. Any idea about GD&amp;T

Ans.

GD&T stands for Geometric Dimensioning and Tolerancing.

  • It is a system used to define and communicate engineering tolerances and dimensions.

  • It ensures that parts are manufactured to the correct size and shape, and fit together properly.

  • GD&T uses symbols and annotations to convey information about the part's geometry, such as flatness, perpendicularity, and concentricity.

  • It is commonly used in industries such as aerospace, automotive, and manufacturing.

  • GD&T is important for ens...read more

Add your answer

Q120. What is phishing

Ans.

Phishing is a type of cyber attack where attackers impersonate legitimate entities to deceive individuals into providing sensitive information.

  • Phishing emails often contain links to fake websites that mimic legitimate ones

  • Attackers may also use phone calls or text messages to trick individuals into revealing personal information

  • Common examples include emails pretending to be from banks asking for account details or from companies requesting login credentials

Add your answer

Q121. How does diode work?

Ans.

A diode is a semiconductor device that allows current to flow in only one direction.

  • Diodes have two terminals: an anode and a cathode.

  • When a voltage is applied to the anode, current flows through the diode.

  • However, when a voltage is applied to the cathode, the diode blocks current flow.

  • This is because the diode is designed to have a high resistance in the reverse direction.

  • Diodes are commonly used in rectifiers, voltage regulators, and signal limiters.

Add your answer

Q122. difference between HashMap and HashTable

Add your answer

Q123. What is interface?

Ans.

An interface in software development defines a contract for classes to implement, specifying methods and properties.

  • Interfaces in programming languages like Java and C# allow for multiple inheritance by defining a set of methods that a class must implement.

  • Interfaces are used to enforce a certain behavior in classes that implement them.

  • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

  • Example: In Java, the Comparable interface is ...read more

Add your answer

Q124. Types of boilers and components

Ans.

Boilers are used to generate steam or hot water for heating or power generation. Components include burners, tubes, drums, and controls.

  • Types of boilers include fire tube, water tube, and electric boilers

  • Components of a boiler include burners, tubes, drums, economizers, superheaters, and controls

  • Examples of boilers: Fire tube - Scotch marine boiler, Water tube - Babcock and Wilcox boiler, Electric - Electrode boiler

Add your answer

Q125. Explain refrigeration cycles

Ans.

Refrigeration cycles are thermodynamic processes used to remove heat from a space and maintain a lower temperature.

  • Refrigeration cycles involve four main components: compressor, condenser, expansion valve, and evaporator.

  • The cycle starts with the compressor compressing low-pressure refrigerant gas into high-pressure gas.

  • The high-pressure gas then flows into the condenser where it releases heat and condenses into a high-pressure liquid.

  • The high-pressure liquid passes through t...read more

Add your answer

Q126. explain about UART PROTOCOL?

Ans.

UART (Universal Asynchronous Receiver/Transmitter) protocol is a communication protocol used for serial communication between devices.

  • UART is a popular communication protocol used for transmitting and receiving data between devices asynchronously.

  • It uses two wires for communication - one for transmitting data (TX) and one for receiving data (RX).

  • UART communication involves start and stop bits to frame the data being transmitted.

  • Baud rate is an important parameter in UART comm...read more

Add your answer

Q127. What is D0178 ?

Ans.

D0178 is a CPT code used for a psychiatric diagnostic evaluation.

  • CPT code used in medical billing

  • Specifically used for psychiatric diagnostic evaluations

  • Helps healthcare providers bill for services related to mental health assessments

Add your answer

Q128. Promiscus mode in vmware

Ans.

Promiscuous mode in VMware allows a virtual machine to receive all network traffic, regardless of the destination MAC address.

  • Promiscuous mode is a setting in VMware that allows a virtual machine to see all network traffic on a virtual switch.

  • This can be useful for network monitoring, troubleshooting, or security analysis.

  • Promiscuous mode should be used with caution as it can potentially expose sensitive information to unauthorized users.

Add your answer

Q129. What is portal frame

Ans.

A portal frame is a type of structural frame commonly used in buildings and bridges.

  • Consists of vertical columns and horizontal beams connected together to form a rigid structure

  • Provides lateral stability to the building or bridge

  • Commonly used in industrial buildings, warehouses, and agricultural structures

Add your answer

Q130. Sheetmetal design details.

Ans.

Sheetmetal design details involve creating detailed drawings and specifications for sheetmetal components.

  • Understanding material properties and thicknesses for sheetmetal design

  • Creating accurate flat patterns for manufacturing

  • Considering bend allowances and tolerances

  • Utilizing CAD software for precise design

  • Incorporating features like flanges, ribs, and stiffeners for strength

  • Ensuring proper nesting of parts for efficient material usage

Add your answer

Q131. AutoCad test on system

Ans.

The AutoCad test on system involves assessing the candidate's proficiency in using AutoCad software for electrical instrumentation design.

  • Demonstrate ability to create and modify electrical drawings using AutoCad

  • Show understanding of electrical symbols and standards used in AutoCad

  • Explain how AutoCad can be used to design electrical instrumentation systems

  • Provide examples of previous projects where AutoCad was utilized for electrical instrumentation design

Add your answer

Q132. Caoacity of the team handling

Ans.

The team has a strong capacity to handle tasks efficiently and effectively.

  • The team has a diverse skill set and experience.

  • Regular training and development programs are conducted to enhance their capacity.

  • The team is well-organized and has clear roles and responsibilities.

  • The team has a track record of successfully completing projects within deadlines.

  • The team has a positive attitude and works well under pressure.

Add your answer

Q133. Properties of material

Ans.

Properties of material refer to characteristics such as strength, hardness, ductility, and conductivity.

  • Strength: ability to withstand applied stress without failure (e.g. tensile strength)

  • Hardness: resistance to deformation or scratching (e.g. Rockwell hardness)

  • Ductility: ability to deform without breaking (e.g. elongation at break)

  • Conductivity: ability to conduct heat or electricity (e.g. thermal conductivity)

Add your answer

Q134. Product design concept

Ans.

Product design concept involves creating a blueprint for a product that meets the desired functionality and aesthetics.

  • Identify the target market and user needs

  • Consider materials, manufacturing processes, and cost constraints

  • Create sketches, CAD models, and prototypes for testing

  • Iterate on designs based on feedback and testing results

Add your answer

Q135. Explain project in detail

Ans.

The project involves developing a new mobile app for tracking fitness goals and progress.

  • The app will have features for setting fitness goals, tracking workouts, and monitoring progress.

  • Users can input their daily exercise routines and view statistics on their progress over time.

  • The app will also include social features for sharing achievements and connecting with other users.

  • Development will involve designing user-friendly interfaces, implementing data tracking algorithms, a...read more

Add your answer

Q136. Optimisations problems

Ans.

Optimisation problems involve finding the best solution from a set of possible solutions.

  • Identify the objective function to be maximised or minimised

  • Define the constraints that must be satisfied

  • Choose an appropriate optimisation algorithm such as genetic algorithms or simulated annealing

  • Iteratively improve the solution until the optimal solution is found

Add your answer

Q137. What is gd&amp;t

Ans.

GD&T (Geometric Dimensioning and Tolerancing) is a system for defining and communicating engineering tolerances.

  • Provides a clear and concise way to specify the allowable variation in part geometry.

  • Uses symbols to represent features like flatness, parallelism, and concentricity.

  • Example: A flatness tolerance ensures a surface is within a specified distance from a perfect plane.

  • Helps in improving manufacturing efficiency and quality control.

  • Facilitates better communication betwe...read more

Add your answer

Q138. Life cycle hooks in angular

Ans.

Angular life cycle hooks are methods that allow you to tap into specific points in a component's life cycle.

  • ngOnChanges: called when an input property changes

  • ngOnInit: called once the component is initialized

  • ngOnDestroy: called before the component is destroyed

  • ngAfterViewInit: called after the component's view has been fully initialized

Add your answer

Q139. digest cycle in angular

Ans.

The digest cycle in Angular is the process where Angular checks all the watchers in the scope for changes and updates the view accordingly.

  • During the digest cycle, Angular compares the current value of the watchers with the previous value to detect changes.

  • If a change is detected, Angular updates the view to reflect the changes.

  • The digest cycle continues until all watchers have been checked and no more changes are detected.

  • The digest cycle is triggered by various events like ...read more

Add your answer

Q140. Hardware in the loop

Ans.

Hardware in the loop (HIL) is a testing method that involves testing a component or system using a simulated environment with real hardware.

  • HIL testing allows for testing of complex systems without the need for physical prototypes.

  • It involves connecting the actual hardware components to a simulation environment to test their interactions.

  • Examples include testing automotive control systems by connecting the ECU to a simulated vehicle environment.

  • HIL testing helps identify issu...read more

Add your answer

Q141. Describe two design project

Ans.

Design project 1: Redesigning a website for a retail company. Design project 2: Creating a mobile app for a transportation company.

  • Design project 1 involved improving the user experience and visual appeal of the website to increase customer engagement and sales.

  • Design project 2 focused on developing a user-friendly mobile app with features like real-time tracking, booking, and payment options for seamless transportation services.

  • Both projects required collaboration with stake...read more

Add your answer

Q142. Gd&amp;t symbols and it's uses

Ans.

GD&T symbols define geometric tolerances for parts, ensuring proper fit and function in engineering designs.

  • Flatness: Ensures a surface is flat within a specified tolerance, e.g., a mounting surface for a component.

  • Profile of a Line: Controls the contour of a line, useful in complex shapes like automotive body panels.

  • Position: Specifies the exact location of features, critical for assembly, e.g., hole locations on a bracket.

  • Symmetry: Ensures features are symmetrical about a c...read more

Add your answer

Q143. Types of permits

Ans.

Permits are legal documents that allow individuals or businesses to engage in certain activities or projects.

  • Building permits are required for construction or renovation projects

  • Zoning permits regulate land use and development

  • Business permits are needed to operate certain types of businesses

  • Environmental permits are necessary for activities that may impact the environment

Add your answer

Q144. Bending stress formula

Add your answer

Q145. Name of is code

Ans.

IS code refers to Indian Standard code used in structural engineering.

  • IS 456:2000 - Code of practice for plain and reinforced concrete

  • IS 800:2007 - General construction in steel

  • IS 3370:1965 - Code of practice for concrete structures for storage of liquids

Add your answer

Q146. IC engine working

Ans.

IC engine works by converting chemical energy into mechanical energy through combustion of fuel inside the engine cylinders.

  • IC engine intake air and fuel mixture into the cylinder

  • Compression of the air-fuel mixture increases its temperature and pressure

  • Ignition of the compressed mixture by spark plug causes combustion

  • Expansion of the gases pushes the piston down, creating mechanical energy

  • Exhaust gases are expelled through the exhaust valve

Add your answer

Q147. Effective length

Ans.

Effective length is a measure used in structural engineering to determine the stability and strength of a member.

  • Effective length is the distance between points of zero moment in a structural member.

  • It is used to calculate the buckling capacity of columns and beams.

  • The effective length factor depends on the end conditions of the member.

  • For example, a simply supported beam has an effective length factor of 1, while a fixed-fixed beam has a factor of 0.5.

  • Effective length is imp...read more

Add your answer

Q148. VC payout in Oracle

Add your answer
1
2
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Vilas Javdekar Developers

based on 268 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.5
 • 422 Interview Questions
3.9
 • 255 Interview Questions
4.4
 • 247 Interview Questions
3.6
 • 201 Interview Questions
4.2
 • 151 Interview Questions
3.9
 • 145 Interview Questions
View all
Top Cyient Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter