Upload Button Icon Add office photos

Innova Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all GD tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth and majorly asked direct questions and some scenarios

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

Interview Questionnaire 

2 Questions

  • Q1. 1.About Clear Cover....?
  • Q2. 2. Checking point in Beam and Column....?
  • Ans. 

    Checking points in beam and column are critical for ensuring structural integrity.

    • Checking for cracks or deformations

    • Ensuring proper alignment and levelness

    • Verifying adequate reinforcement

    • Checking for proper bearing and connection details

    • Using non-destructive testing methods

    • Following applicable codes and standards

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Recovery models of sql server
  • Ans. 

    SQL Server has three recovery models: Simple, Full, and Bulk-Logged.

    • Simple recovery model: minimally logged, no log backups, only full backups

    • Full recovery model: fully logged, allows for point-in-time recovery, requires log backups

    • Bulk-Logged recovery model: minimally logged for bulk operations, requires log backups for point-in-time recovery

  • Answered by AI
  • Q2. DMVs in sql server
  • Ans. 

    DMVs in SQL Server are dynamic management views that provide information about the current state of the SQL Server instance.

    • DMVs can be used to monitor performance, troubleshoot issues, and gather information about the server.

    • Examples of DMVs include sys.dm_exec_requests, sys.dm_os_wait_stats, and sys.dm_db_index_physical_stats.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How do you tackle difficult scenarios in project
  • Ans. 

    I tackle difficult scenarios in projects by breaking them down, seeking input from team members, and staying organized.

    • Break down the problem into smaller, manageable tasks

    • Seek input and feedback from team members to gain different perspectives

    • Stay organized by creating a timeline and setting priorities

    • Communicate openly with stakeholders to address any challenges or roadblocks

    • Stay calm and focused under pressure to ma

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. CTC discussion went on
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How to communicate between microservices
  • Ans. 

    Communication between microservices is typically done through APIs, messaging queues, or service meshes.

    • Use RESTful APIs for synchronous communication between microservices

    • Implement messaging queues like RabbitMQ or Kafka for asynchronous communication

    • Utilize service meshes like Istio for managing communication between microservices

  • Answered by AI
  • Q2. 2. Java 8 grouping by coding
  • Ans. 

    Grouping in Java 8 allows elements to be grouped based on a common attribute or condition.

    • Use the Collectors.groupingBy() method to group elements in a stream based on a specified classifier function.

    • The classifier function determines how elements are grouped.

    • Grouping can be done on any type of object, such as strings, integers, or custom objects.

    • For example, to group a list of Person objects by their age: Map<Integ...

  • Answered by AI
  • Q3. Asynchronous communication
  • Q4. Spring security basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Resume based questions
Round 2 - Client Interview 

(1 Question)

  • Q1. Infrastructure based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and assertive on your resume.
Contribute & help others!
anonymous
You can choose to be anonymous

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 Technical and Coding Test.
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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

DESIGNATION

SALARIES

Innova Solutions

SALARIES

Innova Solutions

COMPANY BENEFITS

Sun Pharmaceutical Industries

No Benefits

INTERVIEWS

Innova Solutions

No Interviews

REVIEWS

Sun Pharmaceutical Industries

No Reviews

INTERVIEWS

Innova Solutions

No Interviews

INTERVIEWS

Varroc Group

No Interviews

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
641 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
533 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
382 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
165 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
150 salaries
unlock blur

₹0 L/yr - ₹0 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