Upload Button Icon Add office photos

Ben Franklin Opticians

Compare button icon Compare button icon Compare

Filter interviews by

Ben Franklin Opticians Software Trainee Interview Questions and Answers

Updated 3 Dec 2023

Ben Franklin Opticians Software Trainee Interview Experiences

1 interview found

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 Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Coding Test 

Java, Javascript, Html, Css, - everything basics

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions can be asked about the task u have given, and your overall knowledge on programming
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software trainee with a passion for coding and problem-solving.

    • I have recently completed my Bachelor's degree in Computer Science.

    • During my studies, I gained hands-on experience in programming languages like Java and C++.

    • I have also worked on various projects, including a web application for managing inventory.

    • I am a quick learner and enjoy staying updated with the latest technologies in the software industry.

    • I ...

  • Answered by AI
  • Q2. Any previous experience? if any
  • Ans. 

    Yes, I have previous experience in software development.

    • Worked as a software intern at XYZ company for 6 months

    • Developed a web application using Java and Spring framework

    • Collaborated with a team to deliver a mobile app for iOS and Android platforms

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ben Franklin Opticians Software Trainee interview:
  • HTML
  • Javascript
  • CSS
  • Java
  • MongoDB
  • React.Js
  • Node.Js
  • Express
Interview preparation tips for other job seekers - they will give u a question/task u need to complete it within like 2 hours

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Ben Franklin Opticians?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Here they have work basically based on windows. So better to have c# and windows related stuff. Like win32, mfc, .net, c# . Here in my case I did not have experience in windows to ki made them clear about ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical rounds were there and one more technical round with US panel were there. They were very cooperative.

Software Trainee Interview Questions Asked at Other Companies

asked in Jhaishna
Q1. 1. What is java and it's features ? 2. Why it is called platform ... read more
Q2. Why is the String class immutable in Java?
Q3. Q1. What is the difference between “==” and “equals(…)” in compar ... read more
Q4. Given the coordinates of a bishop, what are all the possible coor ... read more
asked in Qualitest
Q5. PayTM is about to launch and you have to test it. What test cases ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Knowledge and work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't expect a competitive package. It is now a mediocre company.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

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

I applied via Pradeep and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Only pradeep and sarath told 

(2 Questions)

  • Q1. Why you are accepting refrence people got a job this organisation....they are no skilled....nikhila is a skilled employee but she's replaced person Surya is very low power skill...bcz of sarath Chandra rou...
  • Q2. Prakash Kumar sahoo is very skilled person but why pradeep reference her old colleague Karthik and jeeva ,,,,then etc people from Wipro company....bcz pradeep thinking is (already I left from this golden e...

Interview Preparation Tips

Topics to prepare for SMC Corporation Senior Engineer interview:
  • Reference from Sarath and pradee
Interview preparation tips for other job seekers - Please if you come to work together with SMC corporation India private limited .. please asking to sarath Chandra rout and pradeep
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Dec 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 - Technical 

(6 Questions)

  • Q1. How do you find the code performance issue in the code deployed in production?
  • Ans. 

    To find code performance issues in production, use monitoring tools and profiling techniques.

    • Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.

    • Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.

    • Analyze logs and error messages to identify patterns a...

  • Answered by AI
  • Q2. What is asynchronous programming
  • Ans. 

    Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.

    • Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.

    • It involves the use of callbacks, promises, and async/await keywords in JavaScript.

    • Asynchronous programming can be used in both front-end and back-end development.

    • Examples of asynchro...

  • Answered by AI
  • Q3. Write a program to change background after every 0.5 sec interval to orange,white,green on button click in Angular?
  • Ans. 

    Program to change background color on button click in Angular

    • Create a button in Angular template

    • Add click event listener to the button

    • Use setInterval() function to change background color after every 0.5 sec

    • Use ngStyle directive to change background color dynamically

  • Answered by AI
  • Q4. How to load a component only after 3 of my services are loaded?
  • Ans. 

    Use Angular's 'resolve' property to load component after services are loaded.

    • Create a resolver service that waits for all three services to complete before resolving.

    • Add the resolver service to the 'resolve' property of the component's route.

    • Access the resolved data in the component using the ActivatedRoute service.

    • Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }

  • Answered by AI
  • Q5. What is difference between iquerable and ienumrable
  • Ans. 

    IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.

    • IQueryable is used for deferred execution while IEnumerable is used for immediate execution.

    • IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.

    • IQueryable is more efficient for large datasets as...

  • Answered by AI
  • Q6. When you go with entity framework and ado.net
  • Ans. 

    Entity Framework is an ORM while ADO.NET is a data access technology.

    • Entity Framework is easier to use and provides more abstraction than ADO.NET.

    • ADO.NET is faster and more flexible than Entity Framework.

    • Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on skills from your resume. Prepare more on Angular,Design patterns. Should have knowledge on Azure.

Skills evaluated in this interview

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

I applied via levels.fyi and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How would you rate yourself on different coding languages?
  • Ans. 

    I rate myself highly in Python and Java, proficient in Bash scripting, and have basic knowledge of Ruby and JavaScript.

    • Python - Highly skilled, used for automation scripts and backend development

    • Java - Highly skilled, used for building applications and services

    • Bash scripting - Proficient, used for automation and system administration tasks

    • Ruby - Basic knowledge, used occasionally for small scripts

    • JavaScript - Basic kno...

  • Answered by AI
  • Q2. What do you know about AI/ML
  • Ans. 

    AI/ML stands for Artificial Intelligence/Machine Learning, which are technologies that enable machines to learn from data and make decisions.

    • AI refers to the simulation of human intelligence processes by machines, such as learning, reasoning, and self-correction.

    • ML is a subset of AI that focuses on the development of algorithms and statistical models that enable machines to improve their performance on a specific task.

    • ...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Question regarding products knowledge
  • Q2. Questions regarding market knowledge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 5 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. About experience and work culture of previous organizations
  • Ans. 7plus years in the industry with high achievements and definitely there i enjoyed working else how come i spend consistently for years long.
  • Answered Anonymously
  • Q2. If hired what changes can you bring to ur assigned territory
  • Ans. Definitely my growing nature will bring value addition to your organization with potential increases in sales by at least 20 to 30% growth
  • Answered Anonymously
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why should we hire you by the CEO himself
  • Q2. Looking into my experience in the industry and my aptitude skills you can trust the level of changes i could bring upon in future in your organization
Round 4 - HR 

(1 Question)

  • Q1. Your salary expectations and expenses your getting in current organization
Round 5 - Aptitude Test 

Some of the management questions and some mcq of around 50 nos had to pen down

Interview Preparation Tips

Interview preparation tips for other job seekers - Be always positive in replying any interview questions you face . If not aware of something then politely say you are still to browse or bring into your spectrum
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2023. 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 - Case Study 

I am ex employee in BD so please consider for one to one with BM

Round 3 - One-on-one 

(3 Questions)

  • Q1. Question about my achievements
  • Q2. Question about my past history in BD
  • Q3. My strength and weakness

Ben Franklin Opticians Interview FAQs

How many rounds are there in Ben Franklin Opticians Software Trainee interview?
Ben Franklin Opticians interview process usually has 4 rounds. The most common rounds in the Ben Franklin Opticians interview process are Resume Shortlist, Coding Test and One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

SMC Corporation Interview Questions
3.7
 • 29 Interviews
Unicorn DenMart Interview Questions
4.3
 • 23 Interviews
Resmed Interview Questions
3.7
 • 17 Interviews
Pharmalex Interview Questions
3.1
 • 15 Interviews
Vision Rx Lab Interview Questions
4.0
 • 11 Interviews
CPC Diagnostics Interview Questions
3.8
 • 10 Interviews
View all
Ben Franklin Opticians Software Trainee Salary
based on 9 salaries
₹2.3 L/yr - ₹4 L/yr
6% more than the average Software Trainee Salary in India
View more details

Ben Franklin Opticians Software Trainee Reviews and Ratings

based on 2 reviews

4.4/5

Rating in categories

4.4

Skill development

4.7

Work-life balance

4.4

Salary

4.7

Job security

3.9

Company culture

3.9

Promotions

4.2

Work satisfaction

Explore 2 Reviews and Ratings
Senior Sales Executive
115 salaries
unlock blur

₹2.2 L/yr - ₹5.7 L/yr

Sales Executive
100 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Counter Incharge
92 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Store Incharge
37 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Store Manager
35 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Ben Franklin Opticians with

Becton Dickinson

4.0
Compare

Romsons Group Of Industries

3.8
Compare

SMC Corporation

3.7
Compare

Vision Rx Lab

4.0
Compare
write
Share an Interview