Upload Button Icon Add office photos

Smc Insurance Brokers

Compare button icon Compare button icon Compare

Filter interviews by

Smc Insurance Brokers Senior React Native Developer Interview Questions and Answers

Updated 18 Jun 2023

Smc Insurance Brokers Senior React Native Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basic coding level test, some theoretical and some practical programming questions

Round 3 - HR 

(2 Questions)

  • Q1. This will be your salary negotiation round
  • Q2. Nothing more, hr will try to minimise your salary

Interview Preparation Tips

Topics to prepare for Smc Insurance Brokers Senior React Native Developer interview:
  • Javascript
  • .Net
  • React.Js
  • HTML
Interview preparation tips for other job seekers - just clear you basics and improve communication skills and thats all

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Smc Insurance Brokers?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Dont remember right now

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Prepare yourself
Be flexible
Dont stress

Senior React Native Developer Interview Questions Asked at Other Companies

Q1. React Native Unit Testing and What is TDD ?
asked in Thrivos
Q2. How do you handle multiple themes?
asked in MahaSOS
Q3. React Hooks and hooks used in the coding test
asked in Thrivos
Q4. Performance Optimization in React Native
asked in MahaSOS
Q5. React Native life cycle methods
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why did you choose CSE?
  • Q2. What is a better option -- taking CSE from a tier 3 college or taking metallurgy from a tier 1 college?
  • Ans. 

    Taking CSE from a tier 3 college is a better option for a career in software development.

    • CSE from a tier 3 college will provide a strong foundation in computer science and programming skills.

    • Employers in the software industry often prioritize skills and experience over the college's tier.

    • Metallurgy may not be directly relevant to a career in software development.

    • Internships, projects, and self-learning can help bridge ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

After 3 sections of aptitude, English and core subjects, there were two coding problems both based on string one was easy and other was medium.

Round 2 - Technical 

(5 Questions)

  • Q1. Explain the projects in your resume
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines

    • Utilized HTML, CSS, JavaScript for front-end development

    • Used PHP and MySQL for back-end functionality

    • Implemented user authentication and authorization features

    • Integrated calendar and notification system for task reminders

  • Answered by AI
  • Q2. Explain the backend side of your project
  • Ans. 

    The backend of my project is responsible for handling server-side logic and data processing.

    • Implemented RESTful APIs for communication between frontend and backend

    • Used Node.js and Express for server-side scripting

    • Utilized MongoDB for database management

    • Implemented authentication and authorization using JWT tokens

  • Answered by AI
  • Q3. How did you implement concepts of OOP in your projects
  • Ans. 

    I implemented concepts of OOP in my projects by creating classes, objects, inheritance, encapsulation, and polymorphism.

    • Used classes to represent real-world entities

    • Implemented inheritance to reuse code and create a hierarchy of classes

    • Utilized encapsulation to hide data and restrict access to it

    • Applied polymorphism to allow objects of different classes to be treated as objects of a common superclass

  • Answered by AI
  • Q4. How to handle duplicate entries in the database
  • Ans. 

    Duplicate entries in the database can be handled by using unique constraints, deduplication scripts, or merging duplicate records.

    • Use unique constraints in the database schema to prevent duplicate entries.

    • Implement deduplication scripts to regularly scan and remove duplicate records.

    • Merge duplicate records by updating one record with the information from the other duplicate record.

  • Answered by AI
  • Q5. Write a code to tell whether a string is palindrome or not
  • Ans. 

    Code to check if a string is a palindrome or not

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the string with its reverse to check if it's a palindrome

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Principal Global Services Software Developer interview:
  • Java
  • Backend
  • OOPS
  • DBMS
Interview preparation tips for other job seekers - Be confident, it is easy to crack

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Anagrams in java
  • Ans. 

    Anagrams are words or phrases formed by rearranging the letters of another, often used in word games and puzzles.

    • Definition: Anagrams are created by rearranging the letters of a word or phrase to form a new one, e.g., 'listen' and 'silent'.

    • Character Count: To check if two strings are anagrams, compare the frequency of each character in both strings.

    • Sorting Method: One approach is to sort both strings and compare them; ...

  • Answered by AI
  • Q2. Reverse s string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, creating a new string.

    • Use built-in functions: In Python, you can reverse a string using slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the beginning and build a new string.

    • Using recursion: A recursive function can reverse a string by returning the last character plus the reverse ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What lib list ?
  • Q2. What is Physical file
  • Ans. 

    A physical file is a file stored on a physical storage device, such as a hard drive or solid-state drive.

    • Physical files are stored on physical storage devices like hard drives or SSDs.

    • They can be accessed and manipulated by software applications.

    • Examples include text documents, images, videos, and executable programs.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is batch job
  • Q2. What is interctive job
  • Ans. 

    An interactive job is a task or project that requires active participation and engagement from the user.

    • Interactive jobs involve real-time feedback and communication between the user and the system.

    • Examples include video games, online surveys, and interactive websites.

    • Users have control over the outcome of the task based on their input and decisions.

  • Answered by AI
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Ask Basic information about your work
  • Q2. Technical questions related to your Technology
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy level DSA questions are there

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects showcasing my coding abilities

  • Answered by AI
  • Q2. Projects discussion
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse words in a string
  • Q2. Maximum subarray

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on some javascript and react concepts ans syntax, mostly questions asked from me we core javascript and core react problems

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 min ease questions can surf on internet

Smc Insurance Brokers Interview FAQs

How many rounds are there in Smc Insurance Brokers Senior React Native Developer interview?
Smc Insurance Brokers interview process usually has 3 rounds. The most common rounds in the Smc Insurance Brokers interview process are Resume Shortlist, Coding Test and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Smc Insurance Brokers Senior React Native Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
48 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Relationship Manager
35 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Senior Executive
27 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Team Lead
26 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Senior Relationship Manager
25 salaries
unlock blur

₹2.8 L/yr - ₹5.7 L/yr

Explore more salaries
Compare Smc Insurance Brokers with

Cholamandalam MS General Insurance

3.7
Compare

Bharti AXA Life Insurance

3.7
Compare

Future Generali India Life Insurance

3.5
Compare

AXA Business Services

3.9
Compare
write
Share an Interview