Upload Button Icon Add office photos

Filter interviews by

Omnitech InfoSolutions Interview Questions and Answers

Updated 5 Dec 2024

Omnitech InfoSolutions Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. C# question on async and await
  • Q2. Sql question on ranking
  • Q3. C# question for function and action delegate
Round 2 - Coding Test 

Same as questions asked

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is WDR ?
  • Ans. 

    WDR stands for Wide Dynamic Range. It is a feature in cameras that allows them to capture clear images in both bright and dark areas.

    • WDR helps to balance the exposure in different parts of the image

    • It is useful in scenarios where there are both bright and dark areas in the same frame

    • WDR technology combines multiple images taken at different exposures to create a single well-exposed image

  • Answered by AI
  • Q2. What is BLC and HLC
  • Ans. 

    BLC stands for Basic Life Cycle and HLC stands for High Level Cycle.

    • BLC refers to the basic stages of a product or system's life cycle, including development, testing, and deployment.

    • HLC refers to the higher-level phases of a product or system's life cycle, such as maintenance, updates, and retirement.

    • Understanding both BLC and HLC is important for ensuring the successful management of a product or system.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the Bitrate
  • Ans. 

    Bitrate is the number of bits processed or transmitted per unit of time.

    • Bitrate is commonly used in digital multimedia and telecommunications to measure data transfer rates.

    • It is typically measured in bits per second (bps) or kilobits per second (kbps).

    • Higher bitrate generally means better quality but also requires more bandwidth.

    • For example, a video with a bitrate of 10 Mbps will have higher quality than the same vide

  • Answered by AI
  • Q2. What is resolution of 2 MP
  • Ans. 

    2 MP resolution refers to a camera or display with 2 million pixels.

    • 2 MP stands for 2 megapixels

    • It means the camera or display has a resolution of 1600 x 1200 pixels

    • Higher resolution results in clearer and more detailed images

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapare with your basic questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Introduce about yourself
  • Ans. 

    Experienced business analyst with a background in data analysis and process improvement.

    • Over 5 years of experience in analyzing business processes and identifying areas for improvement

    • Proficient in data analysis tools such as Excel, SQL, and Tableau

    • Strong communication skills to collaborate with stakeholders and present findings

    • Certified in Business Analysis Professional (CBAP)

    • Previous projects include optimizing suppl

  • Answered by AI
  • Q2. Tell me about your task as BA in previous job
  • Ans. 

    In my previous role as a Business Analyst, I was responsible for gathering and analyzing business requirements to improve processes and systems.

    • Conducted stakeholder interviews to gather requirements

    • Created detailed documentation of business processes and requirements

    • Worked closely with development teams to ensure requirements were implemented correctly

    • Performed data analysis to identify trends and make recommendations

  • Answered by AI
  • Q3. How do you manage change requests?
  • Ans. 

    I manage change requests by prioritizing them based on impact, communicating with stakeholders, and documenting all changes.

    • Prioritize change requests based on impact and urgency

    • Communicate with stakeholders to gather requirements and ensure alignment

    • Document all changes including rationale, impact analysis, and approval

    • Track changes throughout the project lifecycle to ensure proper implementation

  • Answered by AI
  • Q4. Do you have exp working with high level requirements?
  • Ans. 

    Yes, I have experience working with high level requirements in previous projects.

    • I have worked on projects where I have gathered and analyzed high level requirements from stakeholders.

    • I have translated high level requirements into detailed functional specifications for development teams.

    • I have conducted workshops and meetings to clarify and refine high level requirements with stakeholders.

    • I have experience in prioritiz...

  • Answered by AI
  • Q5. Case: how do you break a function list for an online sale website?
  • Ans. 

    Breaking down a function list for an online sale website involves identifying key functions and organizing them into categories.

    • Identify core functions such as product listing, shopping cart management, payment processing, and order fulfillment

    • Organize functions into categories like front-end user interface, back-end database management, and external integrations

    • Consider user roles and permissions when breaking down fu...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for FPT Software Business Analyst interview:
  • Business analysis
Interview preparation tips for other job seekers - BABOK technique and using star technique to answer questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basis understanding of accounting
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. Computer related questions
  • Q2. 32 bit vs 64 bit Computer Architecture
  • Ans. 

    32 bit architecture can address up to 4GB of RAM, while 64 bit can address much more.

    • 32 bit architecture has a maximum addressable memory of 4GB

    • 64 bit architecture can address much more memory, up to 16 exabytes

    • 64 bit architecture can perform more calculations per clock cycle

    • 64 bit architecture is required for running certain software, such as Adobe Creative Suite

    • 32 bit architecture is still commonly used in older syst

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep prepare with basic computer related questions.

Interview Questionnaire 

4 Questions

  • Q1. Ques from Selenium, what is webDriver and all
  • Q2. From java, they asked to write the code on Sorting of an array
  • Q3. Print highest element in array
  • Ans. 

    Print highest element in array of strings

    • Convert array elements to integers

    • Use built-in max() function

    • Print the result

  • Answered by AI
  • Q4. Difference between Actions and Action
  • Ans. 

    Actions and Action are terms used in automation testing. Actions are a collection of steps while Action is a single step.

    • Actions are a set of steps that can be reused in multiple tests

    • Action is a single step that performs a specific action

    • Actions can be called multiple times in a test

    • Action can only be called once in a test

    • Actions can be parameterized

    • Action cannot be parameterized

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepared with basic concept..also in the written test some coding part was tough..else all were easy.

Skills evaluated in this interview

SQA and QA Interview Questions & Answers

Tata Group user image Anonymous

posted on 22 Dec 2020

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What is the company want from me?
  • Q2. I have worked one year as QA and two years as a SQA(Supplier QA)
  • Q3. What is other talent in you accept quality?
  • Q4. I also able to handle the production department like prod. Planning
  • Q5. Can you ever calculate how much current will consume for one shift?
  • Q6. Yes, in my company I calculated it when problem was arise one thing when i am in pune

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a nice one I like this type of interviews

Interview Questionnaire 

3 Questions

  • Q1. Basic JavaScript
  • Q2. Agail methology and scrum
  • Q3. Practical test. JavaScript, react

Regulatory IVD medical Devices SME Interview Questions & Answers

Tata Elxsi user image Anonymous

posted on 14 Jan 2021

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Related to Technical
  • Q2. Specific to previous job
  • Q3. Specific to new role and JD

Interview Preparation Tips

Interview preparation tips for other job seekers - Honest and true

Omnitech InfoSolutions Interview FAQs

How many rounds are there in Omnitech InfoSolutions interview?
Omnitech InfoSolutions interview process usually has 2 rounds. The most common rounds in the Omnitech InfoSolutions interview process are Technical and Coding Test.
How to prepare for Omnitech InfoSolutions 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 Omnitech InfoSolutions. The most common topics and skills that interviewers at Omnitech InfoSolutions expect are Business Development, RFQ, Strategic Planning, C and C++.
What are the top questions asked in Omnitech InfoSolutions interview?

Some of the top questions asked at the Omnitech InfoSolutions interview -

  1. C# question for function and action deleg...read more
  2. C# question on async and aw...read more
  3. Sql question on rank...read more

Tell us how to improve this page.

Omnitech InfoSolutions Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

Omnitech InfoSolutions Reviews and Ratings

based on 26 reviews

4.8/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

4.8

Salary

4.8

Job security

4.8

Company culture

4.1

Promotions

4.8

Work satisfaction

Explore 26 Reviews and Ratings
Service Delivery Engineer
5 salaries
unlock blur

₹1.2 L/yr - ₹2.2 L/yr

Software Engineer
4 salaries
unlock blur

₹1.7 L/yr - ₹5.9 L/yr

Software Developer
4 salaries
unlock blur

₹1.9 L/yr - ₹5.8 L/yr

Team Lead
4 salaries
unlock blur

₹2.2 L/yr - ₹5.4 L/yr

Technical Support Engineer
3 salaries
unlock blur

₹1 L/yr - ₹1.3 L/yr

Explore more salaries
Compare Omnitech InfoSolutions with

HCLTech

3.5
Compare

Tech Mahindra

3.5
Compare

Wipro

3.7
Compare

Infosys

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