Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Optimized Solutions Team. If you also belong to the team, you can get access from here

Optimized Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Optimized Solutions Interview Questions and Answers

Updated 11 Sep 2023

Optimized Solutions Interview Experiences

Popular Designations

5 interviews found

I applied via Approached by Company and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Tell me about you self? 2. Experience? 3. Some technical question related to Produce development, Automation, Embedded product etc Etc...
Round 2 - PPT 

(1 Question)

  • Q1. PPT presentation and presentation.
Round 3 - Business Development related 

(1 Question)

  • Q1. How you will achieve. Customers Planning Etc...
  • Ans. 

    To achieve customer satisfaction and business growth, I will focus on effective planning, communication, and relationship building.

    • Develop a comprehensive understanding of customer needs and preferences

    • Create and implement a strategic plan for business development

    • Establish strong relationships with key stakeholders and decision makers

    • Regularly communicate with customers to ensure their needs are being met

    • Continuously e...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have been interviewed for BD position with them in 3 phases.
According to the HR (Ms. Bhairavi) the rounds were very good at each stage.
All the time used to emphasize that "Binod your interview went very weel, Manager is so happy etc etc...."

All the time they asked to spare time for the interview according to them only.
If I asked to manage as per my convenient time she used to say " it will be not good impression of you to the management ".

When 1st round went well.
She asked me to submit a PPT and present in front of Manager that's completely fine for me.
I made the PPT waking up while night with all the details they wanted EVEN THE CUSTOMER DETAILS, THE IDEAS to generate 8Cr of revenue.

I did it.
And frankly saying, they liked it and said they will come back with offer after discussing with CEO.

And suddenly then disappeared by saying that higher management is busy and blah blah....

SERIOUSLY SAYING COMPANIES LIKE THIS WANTS TO GET SOME IDEAS from the CANDIDATES they cannot pay in the form of PPT.

- IDEAS
-PLANNINGS
- FUTURE MOVES TO GENERATE REVENUE AND MOST IMPORTANT
- CUSTOMERS you are having for them

*ADVICE to someone going to get interviewed with OSL
- Ask them their budget first
If they are not having that much budget.
Don't proceed with them even they say that they can think over the expected salary.
Because they will use your plannings, ideas, customers bases etc ....

Be aware.
I have faced. Don't you guys trust to them.

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2022. 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 - One-on-one 

(2 Questions)

  • Q1. PLC and SCADA related question
  • Q2. What are data type in PLC programming
  • Ans. 

    Data types in PLC programming define the type of data that can be stored and manipulated in a PLC system.

    • Data types include Boolean, integer, floating point, string, and array.

    • Boolean data type can have values of true or false.

    • Integer data type is used for whole numbers.

    • Floating point data type is used for decimal numbers.

    • String data type is used for text.

    • Array data type is used to store multiple values of the same dat

  • Answered by AI

Skills evaluated in this interview

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

Interview Questions & Answers

user image

posted on 19 Jun 2021

Interview Questionnaire 

1 Question

  • Q1. Introdus your self

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Electronic s related

Interview Preparation Tips

Interview preparation tips for other job seekers - Need basic knowledge on particular domain

Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between sensors and actuators
View answer (1)

Optimized Solutions interview questions for popular designations

 Automation Engineer

 (1)

 Applications Engineer

 (1)

 Embedded Engineer

 (1)

 Business Development Manager

 (1)

I applied via Company Website and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly they asked questions on Core 1 ,core 2 & FPGA programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read NI hardware cRIO, cDAQ ,PXI and it's programming technics.

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

Optimized Solutions Interview FAQs

How many rounds are there in Optimized Solutions interview?
Optimized Solutions interview process usually has 2-3 rounds. The most common rounds in the Optimized Solutions interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Optimized Solutions 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 Optimized Solutions. The most common topics and skills that interviewers at Optimized Solutions expect are Instrumentation Engineering, Salesforce, Troubleshooting, Key Account Management and Project Management.
What are the top questions asked in Optimized Solutions interview?

Some of the top questions asked at the Optimized Solutions interview -

  1. How you will achieve. Customers Planning Etc...read more
  2. What are data type in PLC programm...read more
  3. Mostly they asked questions on Core 1 ,core 2 & FPGA programmin...read more

Tell us how to improve this page.

Optimized Solutions Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k 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
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Optimized Solutions Reviews and Ratings

based on 34 reviews

3.6/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.7

Salary

3.4

Job security

3.3

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 34 Reviews and Ratings
General Manager - Accounts

Ahmedabad

10-12 Yrs

Not Disclosed

General Manager - Accounts

Ahmedabad

10-12 Yrs

Not Disclosed

Explore more jobs
Applications Engineer
13 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Technical Sales Engineer
10 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Automation Engineer
10 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Embedded Engineer
8 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Business Development Engineer
7 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Optimized Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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