Upload Button Icon Add office photos

Filter interviews by

Smith International Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain OOPS with example
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

    • Example: In a car simulation program, a 'Car' object can have properties like 'color' and 'speed', and methods like 'accelerate' and 'brake'.

  • Answered by AI
  • Q2. What is microservices and intercommunication btw various microservices with current project
  • Ans. 

    Microservices are a software architecture design where applications are broken down into smaller, independent services that communicate with each other.

    • Microservices are small, independent services that focus on specific business functions.

    • Each microservice can be developed, deployed, and scaled independently.

    • Intercommunication between microservices is typically done through APIs or messaging queues.

    • Examples of interco...

  • Answered by AI
  • Q3. Gave a coding question to solve (reverse a string with many words in the string)
Round 2 - Technical 

(7 Questions)

  • Q1. Solid principles
  • Q2. How Dependency injection is configured in the project
  • Ans. 

    Dependency injection is configured using a framework like Spring in Java projects.

    • Dependency injection is configured using annotations like @Autowired in Spring framework.

    • Beans are defined in configuration files like applicationContext.xml or using Java configuration classes.

    • Dependencies are injected into classes at runtime by the framework.

    • Constructor injection, setter injection, and field injection are common ways to

  • Answered by AI
  • Q3. CQRS architecture with .Net Mediator pattern
  • Ans. 

    CQRS architecture separates read and write operations using Mediator pattern in .Net

    • CQRS stands for Command Query Responsibility Segregation

    • Mediator pattern helps in decoupling components by introducing a mediator object

    • .Net MediatR library is commonly used for implementing Mediator pattern in CQRS architecture

  • Answered by AI
  • Q4. Custom middlewares
  • Q5. Difference btw object and dynamic
  • Ans. 

    Object is a static entity with predefined structure, while dynamic can change at runtime.

    • Object is a class or data structure with fixed properties and methods

    • Dynamic can change its properties or behavior during runtime

    • Example: Object - Car class with properties like color, model. Dynamic - User input changing the color of a car object

  • Answered by AI
  • Q6. Difference btw constant and readonly keyword
  • Ans. 

    Constant keyword is used for compile-time constants, while readonly keyword is used for runtime constants.

    • Constant keyword is used for values that are known at compile time and cannot be changed.

    • Readonly keyword is used for values that are known at runtime and cannot be changed after initialization.

    • Constants are implicitly static, while readonly fields are not.

    • Constants are defined at the class level, while readonly fi

  • Answered by AI
  • Q7. What ORM is used in current project
  • Ans. 

    Entity Framework is used as the ORM in the current project.

    • Entity Framework is a popular ORM framework for .NET applications

    • It provides a way to work with databases using .NET objects

    • Supports LINQ queries for database operations

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Negotiation of Salary (My expectation and their budget discussion)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with Basics and basics of coding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. GDS Commands
  • Q2. Airline Terminals and Airport Codes
Round 2 - Coding Test 

Sabre Commands to Check Availability

Round 3 - Coding Test 

Blocking and Booking Tickets

Round 4 - Coding Test 

Commands to Check Fare rules

Round 5 - Coding Test 

Checking Availability

Round 6 - Coding Test 

Infant and Child title

Round 7 - Technical 

(2 Questions)

  • Q1. About Airport Terminals
  • Q2. About Encode and Decode in GDS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Questions related to rfp and procurement law

Round 2 - One-on-one 

(2 Questions)

  • Q1. Regarding indian contract act
  • Q2. Regarding indian competition law

Interview Preparation Tips

Interview preparation tips for other job seekers - Study about RFP and gov tendering
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. What is notice period
  • Q2. Us shift is okay?
  • Q3. Salary expectations?
Round 2 - Coding Test 

SQL query and programs

Round 3 - Technical 

(3 Questions)

  • Q1. Previous experience ?
  • Ans. 

    I have 3 years of experience working as a software developer in a tech company.

    • Worked on developing web applications using Java, Spring, and Angular

    • Experience with database management using SQL and NoSQL databases

    • Participated in Agile development processes and collaborated with cross-functional teams

  • Answered by AI
  • Q2. Words press knowledge ?
  • Q3. US shift time is okay?
Round 4 - HR 

(1 Question)

  • Q1. Salary and notice period negotation
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Basic intro, Salary expectations, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a Field job completely and they want you to go out and ask money on the name of NGO. First i read the reviews online and still decided to give it a try but just after the first meet with the interviewer I realised it's just a scam. The salary is incentive based if you do the sales more u get more but they wont tell you directly or wont even mention this that this is a sales job. The interviewer mentioned big names of company like google and what not and at the end he mentioned NGO. Honeslty fools will be devoured easily into this but any smart person will get to know the truth just by talking to the interviewer. They try to make this thing look so huge and professional but its a simple BEG FOR NGO ON THE STREETS.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing a way to mock dependencies.

    • There are three types of dependency injection - constructor injection, setter injection, and interface injection.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - objects of a superclass should be replaceable with objects of its subclasses without a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on what you have written in resume

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Questions about my technical experience
  • Q2. 3 reasons why I want to work for the company
  • Q3. Why I left my previous organization
  • Q4. Design Principles - Case-based question
  • Q5. Write a class (structure) for the case - based question
  • Ans. 

    Class structure for a case-based question

    • Create a class with attributes representing the different aspects of the case

    • Include methods for processing and analyzing the case data

    • Consider using inheritance or composition for complex cases

  • Answered by AI
  • Q6. How would I design an application(case)?
  • Ans. 

    Designing an application involves identifying requirements, creating a user-friendly interface, implementing necessary features, and testing for functionality.

    • Identify the requirements and objectives of the application.

    • Design a user-friendly interface that is easy to navigate.

    • Implement necessary features and functionalities based on the requirements.

    • Test the application thoroughly to ensure functionality and usability.

    • ...

  • Answered by AI
  • Q7. If a square was divided in 4 parts and you remove one part, how would you divide the remaining in 4 parts?

Interview Preparation Tips

Topics to prepare for SAS Senior Associate Software Developer interview:
  • Javascript
Interview preparation tips for other job seekers - This was just a pre-screening round. They have L1, L2 technical rounds, an EVP - employee value proposition round and the final HR round.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about past experience
  • Q2. Understanding about banking sector
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Work on A Press Release and plan

Round 2 - One-on-one 

(2 Questions)

  • Q1. Work you have done in past
  • Ans. 

    I have led cross-functional teams to successfully launch multiple product lines, resulting in significant revenue growth.

    • Led cross-functional teams in product development and launch

    • Achieved significant revenue growth through successful product launches

    • Implemented strategic marketing and sales initiatives to drive product adoption

    • Collaborated with stakeholders to ensure alignment on project goals

  • Answered by AI
  • Q2. Media Relations

Interview Preparation Tips

Interview preparation tips for other job seekers - Showcase your best work
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Based on MVC .net,MySql
  • Q2. Page Life Cycle
  • Q3. Stored Procedure
  • Q4. Explain MVC work flow
  • Ans. 

    MVC is a software design pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for displaying the data to the user

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Introduction and about experienced

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

BCD Travel Interview Questions
4.4
 • 87 Interviews
ConsultAdd Interview Questions
3.7
 • 35 Interviews
SAS Interview Questions
4.4
 • 18 Interviews
Cheil India Interview Questions
3.0
 • 16 Interviews
Nucsoft Interview Questions
3.0
 • 12 Interviews
CandorWorks Interview Questions
3.9
 • 9 Interviews
View all

Smith International Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.4

Skill development

4.4

Work-Life balance

4.4

Salary & Benefits

4.4

Job Security

4.4

Company culture

5.0

Promotions/Appraisal

4.4

Work Satisfaction

Explore 3 Reviews and Ratings
Compare Smith International with

Cheil India

3.0
Compare

Xplore-Tech Services

3.1
Compare

SAS

4.4
Compare

Techmagnate

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview