Upload Button Icon Add office photos

Innova Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Innova Solutions Senior Engineer Interview Questions and Answers

Updated 15 Mar 2022

Innova Solutions Senior Engineer Interview Experiences

2 interviews found

Round 1 - Technical 

(2 Questions)

  • Q1. Experience on Bobj __________
  • Ans. 

    I have extensive experience working with Bobj, including designing and implementing reports, dashboards, and universes.

    • Designed and developed complex reports using Bobj Web Intelligence

    • Created and maintained universes using Bobj Universe Designer

    • Developed dashboards using Bobj Dashboard Designer

    • Worked with Bobj InfoView to schedule and distribute reports

    • Provided technical support to end-users for Bobj-related issues

  • Answered by AI
  • Q2. Integration from Hana to Bo along with query filter usage
  • Ans. 

    Integration of Hana to Bo with query filter usage

    • Use SAP HANA Smart Data Access to connect HANA to BO

    • Create a query in BO with filters to retrieve data from HANA

    • Use the query as a data source for BO reports

    • Example: SELECT * FROM "HANA_SCHEMA"."TABLE_NAME" WHERE "COLUMN_NAME" = 'FILTER_VALUE'

    • Example: Use BO Query Panel to create a query with filter on COLUMN_NAME

  • Answered by AI
Round 2 - Coding Test 

The interview was with Verizon client directly.They took only one round and I was selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - The ACS confirmed my asked package.

I applied via LinkedIn and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. In interview they ask technical questions to me regarding my skills like common PHP and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have very good experience with ACS solutions. There are two rounds of interview. Both are technical. And in both round interviewer was ask to the skills question and that was nice experience for me.

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
asked in Qburst
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Ai interview backend microservices core java

Round 2 - Technical 

(2 Questions)

  • Q1. Microservice architecture spring boot
  • Q2. Rest api implementation and communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare learn and retry
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is spring boot
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.

    • It allows for easy setup of Spring projects with minimal configuration.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.

    • It provides product...

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

    Serialisation is the process of converting an object into a stream of bytes to store or transmit data.

    • Serialisation is used to save the state of an object and recreate it when needed.

    • It allows objects to be converted into a format that can be easily stored or transmitted.

    • Common examples include JSON, XML, and binary serialisation.

    • Serialisation is important for data persistence and inter-process communication.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is impact analysis
  • Ans. 

    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...

  • Answered by AI
  • Q2. What is Bug life cycle
  • Ans. 

    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

  • Answered by AI
Round 2 - Mangaerial Round 

(2 Questions)

  • Q1. How do you handle team
  • Ans. 

    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...

  • Answered by AI
  • Q2. What are the sprint ceremonies
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Skills evaluated in this interview

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

(1 Question)

  • Q1. Python related libraries and SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed in Sep 2023.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Reverse a String using Array
  • Ans. 

    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

  • Answered by AI
  • Q2. Microservices vs Monilith
  • Ans. 

    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...

  • Answered by AI
  • Q3. SQL query to get 3 max salary by group
  • Ans. 

    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

  • Answered by AI
  • Q4. CI CD process followed in last project
  • Ans. 

    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

  • Answered by AI
  • Q5. Major changes in Spring boot 3
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
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 3 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 

(3 Questions)

  • Q1. TMAY, project work, tools
  • Q2. What is your project
  • Q3. Technology worked on
  • Ans. 

    I have worked on various technologies including Java, Python, AWS, and Docker.

    • Proficient in Java programming language and its frameworks like Spring and Hibernate

    • Experience in developing and deploying applications on AWS cloud platform

    • Familiarity with Python and its libraries like NumPy and Pandas

    • Expertise in containerization using Docker and Kubernetes

    • Hands-on experience in database technologies like MySQL and MongoDB

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Project you worked on
  • Q2. Domain of project you worked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine and confident
Follow dress code
Keep background clear
Greet interviewer
Prepare for technical questions

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. 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 - Technical 

(2 Questions)

  • Q1. What is your responsibility role in the project
  • Q2. What is your project discuss your roles and responsibilities in your project
Round 3 - One-on-one 

(1 Question)

  • Q1. What are the technologies used
  • Ans. 

    We use a variety of technologies including Java, Python, AWS, Docker, and Kubernetes.

    • Java for backend development

    • Python for scripting and data analysis

    • AWS for cloud infrastructure

    • Docker for containerization

    • Kubernetes for container orchestration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - About project and domain and which tools are used

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Hierarchy of knowledge objects in splunk
  • Ans. 

    Splunk has a hierarchy of knowledge objects to organize and manage data.

    • The hierarchy includes apps, add-ons, and configurations.

    • Apps contain dashboards, reports, and alerts.

    • Add-ons provide additional functionality to apps.

    • Configurations include indexes, sourcetypes, and fields.

    • Knowledge objects can be shared across the hierarchy.

    • Higher level objects inherit settings from lower level objects.

  • Answered by AI
  • Q2. How to configure a cluster
  • Ans. 

    Configuring a cluster involves setting up multiple servers to work together as a single system.

    • Choose a cluster management tool such as Kubernetes or Apache Mesos

    • Determine the number of nodes and their roles in the cluster

    • Configure network settings and communication protocols

    • Set up load balancing and failover mechanisms

    • Ensure data consistency and replication across nodes

  • Answered by AI
  • Q3. How to configure rsyslog
  • Ans. 

    Rsyslog is configured by editing its configuration file, usually located at /etc/rsyslog.conf

    • Identify the log sources and their corresponding log files

    • Specify the log destination and format

    • Configure filters and rules to process and route logs

    • Restart the rsyslog service to apply changes

    • Use tools like logger and tail to test the configuration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be confident and be clear with the concepts

Skills evaluated in this interview

Innova Solutions Interview FAQs

How many rounds are there in Innova Solutions Senior Engineer interview?
Innova Solutions interview process usually has 2 rounds. The most common rounds in the Innova Solutions interview process are Coding Test and Technical.
How to prepare for Innova Solutions Senior Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Innova Solutions. The most common topics and skills that interviewers at Innova Solutions expect are Bgp, Debugging and Routing Protocols.
What are the top questions asked in Innova Solutions Senior Engineer interview?

Some of the top questions asked at the Innova Solutions Senior Engineer interview -

  1. Integration from Hana to Bo along with query filter us...read more
  2. Experience on Bobj _______...read more
  3. In interview they ask technical questions to me regarding my skills like common...read more

Tell us how to improve this page.

Innova Solutions Senior Engineer Salary
based on 33 salaries
₹6.1 L/yr - ₹24 L/yr
59% more than the average Senior Engineer Salary in India
View more details

Innova Solutions Senior Engineer Reviews and Ratings

based on 6 reviews

3.1/5

Rating in categories

3.0

Skill development

3.1

Work-life balance

3.0

Salary

2.9

Job security

3.1

Company culture

2.5

Promotions

3.0

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
630 salaries
unlock blur

₹7.2 L/yr - ₹27 L/yr

Software Engineer
528 salaries
unlock blur

₹4.9 L/yr - ₹18 L/yr

Associate Software Engineer
377 salaries
unlock blur

₹5 L/yr - ₹10.2 L/yr

Principal Software Engineer
166 salaries
unlock blur

₹11.5 L/yr - ₹35.2 L/yr

Senior Associate
150 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Explore more salaries
Compare Innova Solutions with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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