Upload Button Icon Add office photos

Filter interviews by

Softlink Global Software Engineer Interview Questions, Process, and Tips

Updated 23 Sep 2021

Softlink Global Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. OOPS concepts in Deep study
  • Ans. 

    OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, abstraction, and polymorphism.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Encapsulation is the practice of hiding data and methods within a class to prevent external access.

    • Abstraction involves creating simplified models of complex systems to make them easier to understand and work w...

  • Answered by AI
  • Q2. Program for recursive function
  • Ans. 

    A recursive function is a function that calls itself until a base condition is met.

    • Identify the base case

    • Define the recursive case

    • Call the function within itself

    • Ensure the base case is eventually met

  • Answered by AI
  • Q3. Web services
  • Q4. Sql server store pricedure,Function, Trigger, Views
  • Q5. What is Data table
  • Ans. 

    A data table is a collection of data organized in rows and columns for easy access and analysis.

    • Data tables are commonly used in databases and spreadsheets.

    • They allow for efficient sorting, filtering, and searching of data.

    • Data tables can be used to store and display various types of data, such as financial information, customer data, and inventory.

    • They can also be used for data visualization, such as creating charts a...

  • Answered by AI
  • Q6. What is Ajax
  • Ans. 

    Ajax stands for Asynchronous JavaScript and XML. It is a technique used to create fast and dynamic web pages without reloading the entire page.

    • Ajax allows for asynchronous communication between the client and server.

    • It uses JavaScript to send and receive data in the background.

    • XML is often used as the data format, but JSON is also commonly used.

    • Examples of Ajax in action include auto-suggest search boxes and real-time

  • Answered by AI
  • Q7. About Reactjs
  • Q8. User defined controlls

Interview Preparation Tips

Interview preparation tips for other job seekers - In the program section your code should be minimised and should work fast.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly questions on logical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions. Reverse word of string, bubble sort, swap two variables without use of third variable
  • Q2. OOPs concepts also some questions on project
  • Q3. 1 puzzle (refer gfg)
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work at our company?
  • Q2. What was the toughest challenge you have ever faced?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

3 DSA questions on array and strings 1 easy, 2 medium level

Round 2 - Assignment 

Create django backend project for book store

Round 3 - HR 

(1 Question)

  • Q1. Behaviour and Situations questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. There wer four questions 1) wildcard pattern matching(leetcode) 2) cows and buffaloes(leetcode) 3) unix based cd directory 4) backtracking question
  • Q2. It was a resume based round for 45 min
Round 2 - Technical 

(1 Question)

  • Q1. It was a resume based round for 1 hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode medium to hard questions
Know your resume very well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Write codes on recursion

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the process involved in SDLC lifecyle
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software.

    • Planning: Define project scope, requirements, and timelines.

    • Design: Create architecture, UI/UX, and database design.

    • Development: Write code based on design specifications.

    • Testing: Conduct unit, integration, and system testing.

    • Deployment: Release software to production environment.

    • Maintenance: Provide updates, fixes, an

  • Answered by AI
  • Q2. Difference between client side and server side? Is JavaScript client side?
  • Ans. 

    Client side refers to the user's device where code is executed, while server side refers to the server where code is executed. JavaScript is client side.

    • Client side refers to code executed on the user's device, such as web browsers.

    • Server side refers to code executed on the server, handling requests and generating responses.

    • JavaScript is a client side scripting language, allowing dynamic interactions on web pages.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include sometimes being too critical of my own work.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Weaknesses: being too critical of my own work

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa. , oops and basics of database management

Round 2 - Technical 

(2 Questions)

  • Q1. System design questions basics
  • Q2. Hiring managers questions

Softlink Global Interview FAQs

What are the top questions asked in Softlink Global Software Engineer interview?

Some of the top questions asked at the Softlink Global Software Engineer interview -

  1. Program for recursive funct...read more
  2. what is Data ta...read more
  3. what is A...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Softlink Global interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Softlink Global Software Engineer Salary
based on 32 salaries
₹2.8 L/yr - ₹8.5 L/yr
31% less than the average Software Engineer Salary in India
View more details

Softlink Global Software Engineer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

3.8

Skill development

3.1

Work-Life balance

3.2

Salary & Benefits

4.7

Job Security

2.4

Company culture

3.4

Promotions/Appraisal

3.4

Work Satisfaction

Explore 4 Reviews and Ratings
Software Engineer
32 salaries
unlock blur

₹2.8 L/yr - ₹8.5 L/yr

Software Support Executive
31 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Software Developer
18 salaries
unlock blur

₹2.7 L/yr - ₹9.6 L/yr

Quality Analyst
16 salaries
unlock blur

₹1 L/yr - ₹7.8 L/yr

ERP Implementation Specialist
6 salaries
unlock blur

₹5.1 L/yr - ₹9.3 L/yr

Explore more salaries
Compare Softlink Global with

Eka Software Solutions

3.5
Compare

Ramco Systems

3.9
Compare

Infor Global Solution

4.1
Compare

TCS

3.7
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