i
Dover
India
Filter interviews by
STPI compliances refer to the regulatory requirements for Software Technology Parks of India, promoting IT and software exports.
STPI registration is mandatory for companies seeking benefits under the scheme.
Annual financial audits are required to ensure compliance with STPI guidelines.
Companies must submit quarterly returns detailing exports and imports.
Adherence to foreign exchange regulations is crucial for STPI...
Adjustment entries for Ind AS ensure compliance with Indian Accounting Standards in financial reporting.
1. Fair Value Adjustments: Assets and liabilities may need to be recorded at fair value, e.g., investment properties.
2. Deferred Tax: Recognize deferred tax assets and liabilities based on temporary differences, e.g., depreciation methods.
3. Leases: Adjustments for operating leases under Ind AS 116, recognizing ...
Implementing controls and checks to prevent duplicate vendor payments is crucial for financial integrity.
Implement a three-way match process: Verify the purchase order, invoice, and receipt of goods/services before payment.
Use accounting software with built-in duplicate payment detection features that flag potential duplicates.
Establish a clear approval workflow where multiple levels of authorization are required ...
As an Assistant Manager Finance, I will oversee monthly financial reporting, budgeting, and compliance activities.
Prepare monthly financial statements, including income statements and balance sheets.
Conduct variance analysis to compare actual results against budgeted figures.
Manage cash flow forecasting to ensure liquidity for operational needs.
Coordinate with departments for budget preparation and revisions.
Ensur...
The GATE process is a structured approach for project management, ensuring quality and efficiency throughout the project lifecycle.
GATE stands for Gate Review Process, which includes phases like initiation, planning, execution, and closure.
Each phase has specific deliverables and criteria that must be met before moving to the next gate.
Example project: Developing a new software application where each gate involved...
DFMEA (Design Failure Mode and Effects Analysis) identifies potential design failures and their impacts to improve product reliability.
DFMEA is a systematic approach to identify potential failure modes in a design.
It assesses the effects of these failures on system performance.
The process involves defining the scope, assembling a team, and brainstorming potential failure modes.
Each failure mode is evaluated for se...
I plan to enhance my skills through certifications, workshops, and pursuing advanced degrees in relevant fields.
Pursuing a certification in cloud computing, such as AWS Certified Solutions Architect, to deepen my knowledge in cloud technologies.
Attending workshops on agile methodologies to improve team collaboration and project management skills.
Considering a Master's degree in Computer Science to gain a deeper un...
In five years, I envision myself leading innovative projects, mentoring teams, and contributing to strategic decisions in technology.
I aim to advance to a senior leadership role, overseeing multiple teams and projects.
I plan to enhance my technical skills, possibly by obtaining certifications in emerging technologies like AI or cloud computing.
I want to mentor junior developers, helping them grow their skills and ...
Safety in operations and maintenance ensures the well-being of personnel and the integrity of equipment and processes.
Conduct regular safety audits to identify potential hazards.
Implement lockout/tagout procedures to ensure equipment is properly shut down during maintenance.
Provide personal protective equipment (PPE) such as helmets, gloves, and goggles to all personnel.
Train employees on emergency response proced...
Different layers in networks refer to the hierarchical structure of network protocols and functions.
Layers help in organizing and managing network communication.
Examples of network layers include physical layer, data link layer, network layer, transport layer, and application layer.
Each layer has specific functions and protocols to ensure smooth communication between devices.
Layers help in modularizing network des...
I appeared for an interview in Mar 2025, where I was asked the following questions.
Adjustment entries for Ind AS ensure compliance with Indian Accounting Standards in financial reporting.
1. Fair Value Adjustments: Assets and liabilities may need to be recorded at fair value, e.g., investment properties.
2. Deferred Tax: Recognize deferred tax assets and liabilities based on temporary differences, e.g., depreciation methods.
3. Leases: Adjustments for operating leases under Ind AS 116, recognizing right...
As an Assistant Manager Finance, I will oversee monthly financial reporting, budgeting, and compliance activities.
Prepare monthly financial statements, including income statements and balance sheets.
Conduct variance analysis to compare actual results against budgeted figures.
Manage cash flow forecasting to ensure liquidity for operational needs.
Coordinate with departments for budget preparation and revisions.
Ensure com...
Implementing controls and checks to prevent duplicate vendor payments is crucial for financial integrity.
Implement a three-way match process: Verify the purchase order, invoice, and receipt of goods/services before payment.
Use accounting software with built-in duplicate payment detection features that flag potential duplicates.
Establish a clear approval workflow where multiple levels of authorization are required for v...
STPI compliances refer to the regulatory requirements for Software Technology Parks of India, promoting IT and software exports.
STPI registration is mandatory for companies seeking benefits under the scheme.
Annual financial audits are required to ensure compliance with STPI guidelines.
Companies must submit quarterly returns detailing exports and imports.
Adherence to foreign exchange regulations is crucial for STPI unit...
Logical reasoning and technical aptitude questions
Designing a login page for a software application
Include fields for username and password
Implement password strength validation
Provide option for password reset
Incorporate CAPTCHA for security
Utilize HTTPS for secure communication
I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.
It was of 45 minutes they asked patterns and arrays question
My goal is to continuously improve my coding skills, contribute to innovative projects, and eventually become a technical leader in the software development field.
Continuous improvement through learning new technologies and best practices
Contribute to innovative projects by developing high-quality, efficient code
Work towards becoming a technical leader by mentoring junior developers and leading technical initiatives
In 5 years, I see myself as a senior software developer leading a team on innovative projects.
Continuing to enhance my technical skills and knowledge through ongoing learning and certifications
Taking on more leadership responsibilities and mentoring junior developers
Contributing to the success and growth of the company through my expertise and dedication
Computer networks are systems of interconnected computers that communicate with each other to share resources and information.
Computer networks allow for the sharing of resources such as files, printers, and internet connections.
They enable communication between devices through protocols like TCP/IP.
Examples of computer networks include LANs (Local Area Networks) and WANs (Wide Area Networks).
Different layers in networks refer to the hierarchical structure of network protocols and functions.
Layers help in organizing and managing network communication.
Examples of network layers include physical layer, data link layer, network layer, transport layer, and application layer.
Each layer has specific functions and protocols to ensure smooth communication between devices.
Layers help in modularizing network design a...
Google started as a research project by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.
Google was founded in 1998 by Larry Page and Sergey Brin.
The initial version of Google was called BackRub, which was a search engine that operated on Stanford servers.
Google's mission was to organize the world's information and make it universally accessible and useful.
I applied via Campus Placement
It was aptitude plus MCQ from operating system, C programming basics, DSA
I applied via Campus Placement
60 questions to be done in 60 mins
Data structures are used to store and organize data efficiently in computer programs.
Data structures help in efficient searching, sorting, and manipulation of data.
Examples include arrays, linked lists, stacks, queues, trees, and graphs.
Applications include database management systems, file systems, and network protocols.
CI/CD process is a software development practice that involves continuous integration and continuous delivery/deployment.
Continuous Integration (CI) involves automatically building and testing code changes frequently.
Continuous Delivery (CD) involves automatically deploying code changes to production-like environments for testing.
Continuous Deployment (CD) involves automatically deploying code changes to production.
CI/...
Pods may get restarted automatically due to various reasons such as resource constraints, failures, or updates.
Resource constraints like memory or CPU limits being exceeded can trigger a pod restart.
Pods may be restarted if they fail health checks defined in the readiness or liveness probes.
Updating the pod's image or configuration can also lead to automatic restarts.
Common errors encountered in Kubernetes
Pod errors (CrashLoopBackOff, ImagePullBackOff)
Node errors (NodeNotReady, NodeOutOfDisk)
Service errors (ServiceUnavailable, EndpointsNotFound)
PersistentVolume errors (VolumeNotFound, VolumeInUse)
Network errors (NetworkPluginNotReady, DNSResolutionFailed)
To ensure Kubernetes cluster is up and running, monitoring tools, automated alerts, and regular health checks are essential.
Set up monitoring tools like Prometheus and Grafana to track cluster health and performance metrics
Implement automated alerts to notify of any issues or failures in the cluster
Perform regular health checks using tools like kubectl commands or Kubernetes dashboard
Utilize Kubernetes self-healing cap...
Key Vault is a secure storage service for managing sensitive information such as keys, secrets, and certificates.
Securely store and manage cryptographic keys, secrets, and certificates
Control access to keys, secrets, and certificates using RBAC
Integrate with Azure services and custom applications for secure access to sensitive information
posted on 20 Jun 2024
Basic questions like in electrical basic units
They gave random topics like ev, digital india
Types of relays include electromechanical relays, solid state relays, thermal relays, and reed relays.
Electromechanical relays use an electromagnet to mechanically operate the switch contacts.
Solid state relays use semiconductor devices to switch the circuit on and off.
Thermal relays use bimetallic strips to open or close the contacts based on temperature changes.
Reed relays use a reed switch enclosed in a coil to cont...
Safety in operations and maintenance ensures the well-being of personnel and the integrity of equipment and processes.
Conduct regular safety audits to identify potential hazards.
Implement lockout/tagout procedures to ensure equipment is properly shut down during maintenance.
Provide personal protective equipment (PPE) such as helmets, gloves, and goggles to all personnel.
Train employees on emergency response procedures,...
I appeared for an interview in Dec 2024, where I was asked the following questions.
I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.
Top trending discussions
Some of the top questions asked at the Dover India interview -
The duration of Dover India interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 32 interview experiences
Difficulty level
Duration
based on 248 reviews
Rating in categories
Bhiwadi
1-3 Yrs
Not Disclosed
Bhiwadi
7-12 Yrs
Not Disclosed
Bangalore / Bengaluru
2-7 Yrs
₹ 9-10 LPA
Design Engineer
176
salaries
| ₹4.2 L/yr - ₹15 L/yr |
Technical Lead
94
salaries
| ₹14 L/yr - ₹36 L/yr |
Senior Design Engineer
76
salaries
| ₹6.9 L/yr - ₹20 L/yr |
Software Engineer
67
salaries
| ₹6 L/yr - ₹14 L/yr |
Senior Software Engineer
67
salaries
| ₹9.8 L/yr - ₹32 L/yr |
John Deere
Cummins
ABB
Tractors and Farm Equipment