Upload Button Icon Add office photos

Filter interviews by

Softline Interview Questions and Answers

Updated 7 Jun 2024

Softline Interview Experiences

1 interview found

Analyst Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2024

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

(2 Questions)

  • Q1. What is sql server
  • Ans. 

    SQL Server is a relational database management system developed by Microsoft.

    • Developed by Microsoft

    • Used for storing and retrieving data

    • Supports SQL language for querying and managing databases

  • Answered by AI
  • Q2. What is pivot in excel
  • Ans. 

    Pivot in Excel is a tool used to summarize and analyze large amounts of data in a table or database.

    • Pivot tables allow users to reorganize and summarize selected columns and rows of data

    • Users can easily create charts and graphs based on the summarized data

    • Pivot tables can help identify trends, patterns, and outliers in the data

    • Users can filter, sort, and group data in pivot tables to customize the analysis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good platform

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Interview questions from similar companies

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are the concepts of threads in Java?
  • Ans. 

    Threads in Java allow for concurrent execution of code, enabling multitasking and improving performance.

    • Threads are lightweight sub-processes within a process.

    • They allow for concurrent execution of code, enabling multitasking.

    • Threads share the same memory space, allowing for efficient communication and data sharing.

    • Examples include creating threads using the Thread class or implementing the Runnable interface.

  • Answered by AI
  • Q2. Volatile keyword uses, refied keyword and its use in generics
  • Ans. 

    Volatile keyword ensures visibility of changes to variables across threads. Reified keyword is used to access type information at runtime in generics.

    • Volatile keyword is used to indicate that a variable's value will be modified by different threads.

    • It ensures that changes made by one thread to a volatile variable are visible to other threads.

    • Reified keyword is used in generics to access type information at runtime, whi...

  • Answered by AI
  • Q3. Multi module architecture in android pros and cons
  • Ans. 

    Multi module architecture in Android involves breaking down an app into multiple modules for better organization and scalability.

    • Pros: better organization, easier maintenance, faster build times, code reusability

    • Cons: increased complexity, potential for dependency issues, learning curve for developers

    • Example: Breaking down an app into separate modules for UI, networking, and data storage can make it easier to work on d

  • Answered by AI
  • Q4. Generics in java
  • Ans. 

    Generics in Java allow for creating classes, interfaces, and methods that operate on types parameterized at compile time.

    • Generics provide type safety by allowing the compiler to detect and prevent type errors at compile time.

    • They enable code reusability by writing generic algorithms that work on different types.

    • Example: List<String> names = new ArrayList<>();

    • Example: public class Box<T> { private T va

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Litmus7 Systems Consulting Senior Android Developer interview:
  • Java
  • Kotlin
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are Agile Values? Scrum Values? Scrum Ceremonies? Story Points?
  • Ans. 

    Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.

    • Agile values prioritize individuals and interactions over processes and tools

    • Scrum values include commitment, courage, focus, openness, and respect

    • Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective

    • Story points are a unit of...

  • Answered by AI
  • Q2. As project manager what docs do you prepare? How do you contribute as a PM?
  • Ans. 

    As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.

    • Prepare project plans outlining scope, objectives, deliverables, and timelines

    • Create schedules to allocate tasks and track progress

    • Develop budgets to manage project costs effectively

    • Conduct risk assessments...

  • Answered by AI
  • Q3. Capacity? Velocity? etc Agile/Scrum-based questions (bookish) this round was taken by Rajni
Round 2 - One-on-one 

(6 Questions)

  • Q1. Megha took my final round and asked me questions about Agile/Scrum, Stroy Points (estimation).
  • Q2. Ques on explaining Sprint Planning, Retro, Review, using Doc/Excel (screen sharing)
  • Q3. Ques on Conflict and Resource Management, some scenario-based question.
  • Q4. How will you make a low-performing resource a high-performing one?
  • Ans. 

    Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.

    • Clearly communicate expectations and goals to the resource.

    • Offer support and training to help the resource improve their skills and knowledge.

    • Provide regular feedback and recognition for progress made.

    • Set specific goals and milestones to track improvement.

    • Create a development plan with the resource to addr...

  • Answered by AI
  • Q5. Megha did not hire me because she felt I had adequate knowledge and practical experience. (insecurities) Anyway, good luck with your interview.
  • Q6. What is Scrum of Scrums? What is PI planning?
  • Ans. 

    Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.

    • Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.

    • PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Magic Edtech Project Manager interview:
  • Agile Methodology
  • Waterfall
  • Scrum
  • Project Management
Interview preparation tips for other job seekers - Be well prepared with your bookish as well as practical answers.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Hackerrank react test on
1. MCQ- HTML,CSS, Javscript, Web fundamentals
2. Coding - React Context API code

Round 2 - Technical 

(3 Questions)

  • Q1. React and Javascript basics
  • Q2. React Design Pattern and Security handling
  • Q3. HTML and CSS Fundamentals
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Docker,image vs containers,mutistage,terraformstatebackend
  • Q2. What is diff cloud formation vs terraform, release management like blue green etc.

Interview Preparation Tips

Topics to prepare for Equifax Site Reliability Engineer interview:
  • Docker
  • Terraform
  • Kubernetes
Interview preparation tips for other job seekers - do the concept well why what u use this specific tools and all that

AI Data Associate Interview Questions & Answers

Varite user image Anonymous

posted on 7 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. English grammar related questions mostly.
  • Q2. Write a short story regarding (some topic has given).
  • Q3. Articles related questions
Round 2 - Assignment 

I scored 75% so i got shortlisted.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up with the basics and be confident.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Pretty standard GD on topics around working remotely and country's macroeconomic

Round 2 - Technical 

(2 Questions)

  • Q1. Derivative Knowledge Check
  • Q2. Alternate Investment Knowledge Check
Round 3 - Technical 

(2 Questions)

  • Q1. Scenario Based and financial instrument level
  • Q2. Deep dive into derivative and alternative investment
  • Ans. 

    Derivative and alternative investments involve complex financial instruments and strategies beyond traditional stocks and bonds.

    • Derivatives are financial contracts whose value is derived from an underlying asset, index, or rate. Examples include options, futures, and swaps.

    • Alternative investments are non-traditional assets such as private equity, hedge funds, real estate, and commodities.

    • Both derivative and alternative...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General HR Question
  • Q2. Strength and Weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well with financial knowledge of both derivative and alternative investments. Expect scenario based questions and tailor your resume according to the JD
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Code Snept question with 3-4 Reasoning question. Google form

Round 2 - Assignment 

Pen paper coding round. String , Array . Linkedlist , graph, questions

Round 3 - Technical 

(3 Questions)

  • Q1. Maximum Spaning
  • Q2. Nearest Prime number
  • Ans. 

    To find the nearest prime number, iterate from the given number in both directions until a prime number is found.

    • Start iterating from the given number in both directions to find the nearest prime number.

    • Check if a number is prime by dividing it by all numbers less than its square root.

    • Keep track of the closest prime number found during the iteration.

  • Answered by AI
  • Q3. Second Maximum Number in Array
  • Ans. 

    Find the second maximum number in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. Project Question
  • Q2. Robot question of DSA
  • Q3. Stock Buy and sell - VI . Leetcode Hard
  • Q4. Leetcode Medium

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Accounts Manager with a strong background in financial analysis and team leadership.

    • Over 5 years of experience in managing accounts and financial reporting

    • Skilled in budgeting, forecasting, and variance analysis

    • Led a team of 10 accountants to streamline processes and improve efficiency

    • Proficient in using accounting software such as QuickBooks and SAP

  • Answered by AI
  • Q2. Tell me about your experience
  • Ans. 

    I have over 5 years of experience in business development, including identifying new opportunities, building relationships, and closing deals.

    • Developed and implemented strategic plans to expand client base

    • Identified new market opportunities and conducted market research

    • Built and maintained relationships with key stakeholders

    • Closed deals and negotiated contracts

    • Increased sales revenue by 20% in the first year at my prev

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your experience
  • Ans. 

    I have over 5 years of experience in business development, including identifying new opportunities, building relationships, and closing deals.

    • Identifying new business opportunities

    • Building and maintaining relationships with clients

    • Negotiating and closing deals

    • Creating and implementing business development strategies

    • Collaborating with marketing and sales teams

    • Increasing revenue and market share

    • Example: Successfully secu...

  • Answered by AI
  • Q2. Tell me about salary
  • Ans. 

    Salary is negotiable based on experience, qualifications, and company budget.

    • Salary is typically determined by factors such as experience, qualifications, industry standards, and company budget.

    • It is common for candidates to discuss salary expectations during the interview process.

    • Employers may offer a salary range or ask candidates for their salary requirements.

    • Negotiating salary is a normal part of the job offer proc

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. About expereince
  • Q2. About salary
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Neraly 15 basic appitiude questions

Round 2 - Coding Test 

3 Dsa questions string and array

Round 3 - Technical 

(2 Questions)

  • Q1. Bsics opps concepts and django basics questions
  • Q2. Orm serilizers

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with dsa easy and mediam lavel

Softline Interview FAQs

How many rounds are there in Softline interview?
Softline interview process usually has 1 rounds. The most common rounds in the Softline interview process are Technical.
How to prepare for Softline 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 Softline. The most common topics and skills that interviewers at Softline expect are Stock Exchange, Virtualization, microsoft, Troubleshooting and Wellness.
What are the top questions asked in Softline interview?

Some of the top questions asked at the Softline interview -

  1. what is pivot in ex...read more
  2. what is sql ser...read more

Tell us how to improve this page.

Softline Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
View all

Softline Reviews and Ratings

based on 16 reviews

4.2/5

Rating in categories

4.4

Skill development

4.2

Work-life balance

3.9

Salary

4.2

Job security

4.1

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 16 Reviews and Ratings
Technical Specialist
21 salaries
unlock blur

₹4.3 L/yr - ₹15 L/yr

Cloud Engineer
10 salaries
unlock blur

₹7.2 L/yr - ₹11.1 L/yr

Senior Technical Specialist
7 salaries
unlock blur

₹5 L/yr - ₹16.1 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹4 L/yr - ₹4.8 L/yr

Senior Cloud Analyst
6 salaries
unlock blur

₹4 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Softline with

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

3.5
Compare

Infosys

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