Upload Button Icon Add office photos

Filter interviews by

Slk Software Services Senior Software Engineer Interview Questions and Answers

Updated 28 Jan 2025

Slk Software Services Senior Software Engineer Interview Experiences

7 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is sql ? Deff between my sql and oracle sql
  • Q2. What is join ? Types of joins

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join slk, if you don't have job then join
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic networking questions
  • Q2. Questions related to Intune Cloud

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. What is virtual Dom
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM that allows for efficient updates and rendering in web applications.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.

    • It is a representation of the actual DOM in the form of a tree data structure.

    • When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal...

  • 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 Recruitment Consulltant and was interviewed in Sep 2022. There were 4 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 

(1 Question)

  • Q1. Core java questions and collections in detail.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on collections.
  • Q2. Collections, sql, mutithreading and little but about project.
Round 4 - HR 

(1 Question)

  • Q1. Mainly salary negotiations happned at this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good command on basics and little bit of idea about your previous projects. Try out some array coding questions as they ask you to write some.

Slk Software Services interview questions for designations

 Senior Software Engineer 2

 (1)

 Software Engineer

 (6)

 Senior Software Developer

 (1)

 Software Testing Engineer

 (4)

 Software Engineer Trainee

 (2)

 Senior Test Engineer

 (2)

 Software Developer

 (2)

 Software Tester

 (1)

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

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asking questions about the pervious experiences
  • Q2. React + Node JS
Round 2 - One-on-one 

(3 Questions)

  • Q1. Same Questions as r1. About previous work experience.
  • Q2. A React.js usecase given as problem
  • Q3. Explaining react-hooks
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • React hooks were introduced in React 16.8.

    • They allow you to use state and other React features in functional components.

    • Some commonly used hooks are useState, useEffect, useContext, and useRef.

    • Hooks must be called at the top level of a functional component.

    • Hooks provide a more concise and readable way to work with state an

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Most questions were on the web application design and the best practices followed in web application development.
  • Q2. How I solved certain issues in my previous project based on certain scenarios.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice not just for this interview but for any interview you may attend. Please be professional and confident. Even though you have worked for years in the field, there may be some functionalities you never used / got a chance to use/ used long back but don't remember much about it. Be sure to be prepared on those. Be honest. There can be many ways to arrive at a solution for a problem. Your answer doesn't have to be the best possible answer. But it has to be good. And it is always advisable to have knowledge on the current skill trends in the market and be prepared atleast in one of the trending skill. You may not be assigned to a project on the latest skill but it reflects on your attitude and proactiveness towards learning.

Senior Software Engineer Jobs at Slk Software Services

View all

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Mainframe Basics, Technical
Round 4 - HR 

(1 Question)

  • Q1. About Yourself, salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Got a call through consultancy. 1 day process. Simple

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Prepare well with basic and advanced JavaScript concepts and logical questions. They will ask you to implement all the topics using code.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your previous project and work experience.
  • Q2. Provided a use case to demonstrate your front-end skills and system design knowledge.
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to domain related.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the core concepts and basic DSA questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI

Slk Software Services Interview FAQs

How many rounds are there in Slk Software Services Senior Software Engineer interview?
Slk Software Services interview process usually has 2-3 rounds. The most common rounds in the Slk Software Services interview process are Technical, One-on-one Round and HR.
How to prepare for Slk Software Services Senior Software Engineer 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 Slk Software Services. The most common topics and skills that interviewers at Slk Software Services expect are SDLC, Integration Testing, System Testing, Coding and Software Engineering.
What are the top questions asked in Slk Software Services Senior Software Engineer interview?

Some of the top questions asked at the Slk Software Services Senior Software Engineer interview -

  1. Explaining react-ho...read more
  2. What is virtual ...read more
  3. Most questions were on the web application design and the best practices follow...read more

Tell us how to improve this page.

Slk Software Services Senior Software Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
Slk Software Services Senior Software Engineer Salary
based on 722 salaries
₹5.7 L/yr - ₹21 L/yr
14% less than the average Senior Software Engineer Salary in India
View more details

Slk Software Services Senior Software Engineer Reviews and Ratings

based on 95 reviews

3.1/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

2.9

Salary

3.3

Job security

3.1

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 95 Reviews and Ratings
Senior Engineer - Software

Bangalore / Bengaluru

3-5 Yrs

₹ 9.5-14.66 LPA

Senior Engineer - Software

Bangalore / Bengaluru

3-5 Yrs

₹ 9.5-14.66 LPA

Senior Engineer - Software

Bangalore / Bengaluru

3-5 Yrs

₹ 9.5-14.66 LPA

Explore more jobs
Software Engineer
1k salaries
unlock blur

₹2.8 L/yr - ₹10.1 L/yr

Senior Software Engineer
722 salaries
unlock blur

₹5.7 L/yr - ₹21 L/yr

Test Engineer
360 salaries
unlock blur

₹2 L/yr - ₹9.7 L/yr

Softwaretest Engineer
306 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Team Lead
269 salaries
unlock blur

₹8.3 L/yr - ₹31 L/yr

Explore more salaries
Compare Slk Software Services with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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