i
Synechron
Filter interviews by
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
I applied via Company Website and was interviewed in Sep 2024. There were 4 interview rounds.
Simple aptitude qyestions
! simple and 1 medium levelleetcode questions
var, let, const are used to declare variables in JavaScript. 'this' keyword refers to the current object.
var is function-scoped, let is block-scoped, const is block-scoped and cannot be reassigned
'this' keyword refers to the current object in which it is used
Example: var x = 10; let y = 20; const z = 30; this.name = 'John';
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
Impact analysis is the process of assessing the potential effects of a change or action on a system or project.
Identifying the scope of the change and its potential impacts on various components of the system
Evaluating the risks and benefits associated with the change
Determining the resources and effort required to implement the change
Assessing the dependencies and constraints that may affect the change
Example: Conduct...
Bug life cycle is the process of a bug from identification to resolution in software development.
Bug is identified by testers or users
Bug is reported in a bug tracking system
Bug is assigned to a developer
Developer fixes the bug
Bug is retested by testers
If bug is fixed, it is closed. If not, it is reopened
Bug may go through multiple cycles before resolution
I handle teams by fostering open communication, setting clear goals, providing support, and promoting collaboration.
Foster open communication within the team to ensure everyone is on the same page
Set clear goals and expectations to guide the team towards success
Provide support and resources to help team members overcome challenges
Promote collaboration and teamwork to leverage the strengths of each team member
Lead by ex...
Sprint ceremonies are regular meetings held during a sprint in Agile methodology to plan, review, and improve the team's work.
Sprint Planning: At the beginning of the sprint, the team plans the work to be done.
Daily Standup: Daily check-in meetings to discuss progress, challenges, and plans for the day.
Sprint Review: Meeting at the end of the sprint to demonstrate completed work to stakeholders.
Sprint Retrospective: Re...
posted on 21 May 2024
1st round was consist of mcq questions the difficulty level was moderate to hard.
posted on 16 Mar 2024
I was interviewed in Sep 2023.
Reverse a string using array of characters
Create an array of characters from the input string
Use two pointers to swap characters at opposite ends of the array until they meet
Join the characters in the array to form the reversed string
Microservices allow for modular, independent services while monolith is a single, cohesive unit.
Microservices promote scalability and flexibility
Monoliths are easier to develop and deploy initially
Microservices can lead to more complex infrastructure and communication between services
Monoliths can become difficult to maintain and scale as they grow
Examples: Netflix uses microservices for their streaming platform, while...
SQL query to get 3 max salary by group
Use the RANK() function to rank the salaries within each group
Filter the results to only include rows where the rank is less than or equal to 3
Order the results by group and salary in descending order
Implemented CI/CD process using Jenkins for automated builds, tests, and deployments.
Utilized Jenkins for continuous integration and continuous deployment
Automated build process triggered by code commits to version control
Implemented automated testing to ensure code quality
Deployed code to different environments based on predefined pipelines
Major changes in Spring Boot 3 include support for Java 17, improved performance, and enhanced security features.
Support for Java 17
Improved performance optimizations
Enhanced security features such as OAuth 2.1 support
Updated dependencies and libraries
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Technical Lead
2.7k
salaries
| ₹11.6 L/yr - ₹40 L/yr |
Senior Associate
1.9k
salaries
| ₹8 L/yr - ₹27 L/yr |
Senior Software Engineer
1.5k
salaries
| ₹12.7 L/yr - ₹27.4 L/yr |
Senior Associate Technology L1
1k
salaries
| ₹9 L/yr - ₹29 L/yr |
Associate Specialist
801
salaries
| ₹12.1 L/yr - ₹40.5 L/yr |
TCS
Infosys
Wipro
HCLTech