Upload Button Icon Add office photos

Filter interviews by

Finonyx Senior Principal Engineer Interview Questions and Answers

Updated 6 Nov 2021

Finonyx Senior Principal Engineer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. I have been asked to explain major prokects which i handled and delivered .

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to explain what all you did so that the person taking interview gets what is your capability and also decide whether fit for the project or not.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, and Maths

Round 2 - Coding Test 

Small piece of code which can describe your speed, accuracy, and thought process of while coding

Round 3 - Technical 

(1 Question)

  • Q1. OOPs concepts, SOLID Principal, Design patterns, and best practices.
Round 4 - Technical 

(1 Question)

  • Q1. Depends on the candidate's profile.
Round 5 - HR 

(1 Question)

  • Q1. Depends on the candidate's profile

Interview Preparation Tips

Topics to prepare for Nagarro Senior Principal Engineer interview:
  • Resume/Profile
Interview preparation tips for other job seekers - Be honest in answers while interviewing. Please don't try to fool your interviewer as they quickly catch and reject you. If you are honest it quite possible they give you a chance but it depends upon your competencies.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How did you design HMI screens?
  • Ans. 

    I designed HMI screens by first understanding user requirements, creating wireframes, selecting appropriate design tools, and conducting user testing.

    • Understand user requirements before starting the design process

    • Create wireframes to visualize layout and functionality

    • Select appropriate design tools such as Adobe XD or Sketch

    • Conduct user testing to gather feedback and make necessary adjustments

  • Answered by AI
  • Q2. What is CV2X, CV2I, CV2G?
  • Ans. 

    CV2X, CV2I, CV2G are different communication technologies used in the automotive industry for vehicle-to-everything communication.

    • CV2X stands for Cellular Vehicle-to-Everything and uses cellular networks for communication between vehicles, infrastructure, pedestrians, and other devices.

    • CV2I stands for Cellular Vehicle-to-Infrastructure and focuses on communication between vehicles and infrastructure such as traffic lig...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Explain your experience at onsite
  • Ans. 

    I have extensive experience working onsite at various client locations, collaborating with cross-functional teams to deliver successful projects.

    • Managed onsite team to ensure project milestones were met

    • Facilitated communication between onsite and offsite teams

    • Resolved technical issues on-site to keep project on track

  • Answered by AI
  • Q2. What sort of bench testing did you perform
  • Ans. 

    I performed bench testing on various components to ensure functionality and reliability.

    • Tested electronic components for voltage and current levels

    • Conducted stress tests on mechanical parts to assess durability

    • Analyzed data from bench tests to identify any issues or improvements needed

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Will you be willing to travel to Trivandrum
  • Ans. 

    Yes, I am willing to travel to Trivandrum for the role of Lead Engineer.

    • I am open to travel for work opportunities

    • I have previous experience traveling for work

    • I am excited about the prospect of working in Trivandrum

  • Answered by AI
  • Q2. What other companies have you appeared for
  • Ans. 

    I have appeared for interviews at companies like Google, Amazon, and Microsoft.

    • Google

    • Amazon

    • Microsoft

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in an array
  • Ans. 

    Use a hash set to remove duplicates in an array of strings

    • Create a hash set to store unique elements

    • Iterate through the array and add each element to the hash set

    • Convert the hash set back to an array to get the unique elements

  • Answered by AI
  • Q2. What is react virtual DOM
  • Ans. 

    React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • React uses virtual DOM to efficiently update and render components without directly manipulating the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the act...

  • Answered by AI
  • Q3. React hooks with example
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • React hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • useContext() is a hook that allows you to use the con...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Related to Ansbile
  • Q2. Related to Terraform
Round 2 - Technical 

(2 Questions)

  • Q1. Related to project requirement
  • Q2. Related to expectation
Round 3 - HR 

(2 Questions)

  • Q1. Related compensation
  • Q2. Relation policy
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(3 Questions)

  • Q1. What are python libraries used as a data engineer?
  • Ans. 

    Python libraries commonly used by data engineers include Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas: Used for data manipulation and analysis.

    • NumPy: Provides support for large, multi-dimensional arrays and matrices.

    • Matplotlib: Used for creating visualizations and plots.

    • Scikit-learn: Offers machine learning algorithms and tools for data analysis.

  • Answered by AI
  • Q2. What is PySpark
  • Ans. 

    PySpark is a Python API for Apache Spark, a powerful open-source distributed computing system.

    • PySpark allows users to write Spark applications using Python programming language.

    • It provides high-level APIs in Python for Spark's functionality, making it easier to work with large datasets.

    • PySpark can be used for data processing, machine learning, graph processing, and more.

    • Example: PySpark can be used to perform data anal...

  • Answered by AI
  • Q3. Explain about your project Architecture
Round 2 - Technical 

(2 Questions)

  • Q1. What is Delta Lake and its benefits
  • Ans. 

    Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.

    • Provides ACID transactions for big data workloads

    • Ensures data reliability and quality by enabling schema enforcement and data versioning

    • Supports batch and streaming data processing

    • Improves data quality and reliability by enabling schema enforcement and data versioning

  • Answered by AI
  • Q2. How will you create a end to end pipelines in Data Factory if my source and target are SQL and ASQL respectively?
  • Ans. 

    Create end to end pipelines in Data Factory with SQL and ASQL as source and target respectively.

    • Use Copy Data activity to move data from SQL source to ASQL target

    • Define linked services for SQL and ASQL in Data Factory

    • Create datasets for SQL and ASQL tables

    • Map columns between source and target datasets

    • Configure data flow activities for any transformations needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Graphql , Web workers vs Service workers
  • Ans. 

    GraphQL is a query language for APIs, Web workers run scripts in background threads, Service workers are scripts that run in the background and can intercept network requests.

    • GraphQL is a query language for APIs that allows clients to request only the data they need.

    • Web workers run scripts in background threads separate from the main browser thread, improving performance by handling tasks concurrently.

    • Service workers a...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Technical related to my experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I applied via Instahyre and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to critical things in your project
Round 2 - HR 

(1 Question)

  • Q1. Expected Facilities
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Azure cloud related

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 783 Interviews
Nagarro Interview Questions
4.0
 • 756 Interviews
View all
Principal Consultant
7 salaries
unlock blur

₹16 L/yr - ₹22.3 L/yr

Associate Consultant
5 salaries
unlock blur

₹2.4 L/yr - ₹4.7 L/yr

Associate Java Developer
4 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Consultant
3 salaries
unlock blur

₹14.3 L/yr - ₹15 L/yr

Consulting Practice Manager
3 salaries
unlock blur

₹28 L/yr - ₹33.4 L/yr

Explore more salaries
Compare Finonyx with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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