Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Smollan Group Team. If you also belong to the team, you can get access from here

Smollan Group Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 546 Reviews

Filter interviews by

Smollan Group Associate Software Developer Interview Questions and Answers

Updated 1 Oct 2024

Smollan Group Associate Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the Triggers
  • Ans. 

    Triggers are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Triggers are used to maintain referential integrity, enforce business rules, and automate actions in a database.

    • They can be set to execute before or after INSERT, UPDATE, or DELETE operations on a table.

    • Examples of triggers include auditing changes to a table, updating a related table when a record is

  • Answered by AI
  • Q2. What is the Stored Procedures
  • Ans. 

    Stored procedures are precompiled SQL queries stored in a database for reuse.

    • Stored procedures are used to perform specific tasks or operations in a database.

    • They can improve performance by reducing the amount of data sent between the database and application.

    • Stored procedures can be called from within other SQL queries or from application code.

    • They can also help with security by controlling access to data and enforcin

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Leetcode easy-medium

Round 2 - Technical 

(2 Questions)

  • Q1. What is Cyber Security and information security?
  • Ans. 

    Cyber security is the practice of protecting systems, networks, and data from digital attacks.

    • Cyber security involves implementing measures to prevent unauthorized access, data breaches, and other cyber threats.

    • It includes technologies, processes, and practices designed to protect networks, devices, programs, and data from attack, damage, or unauthorized access.

    • Examples of cyber security measures include firewalls, ant...

  • Answered by AI
  • Q2. What are the types of encryption?
  • Ans. 

    Types of encryption include symmetric encryption, asymmetric encryption, and hashing.

    • Symmetric encryption: Uses the same key for both encryption and decryption, examples include AES and DES.

    • Asymmetric encryption: Uses a pair of public and private keys for encryption and decryption, examples include RSA and ECC.

    • Hashing: Converts data into a fixed-size string of bytes, examples include MD5 and SHA.

  • 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 Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Dot net related stuffs
  • Q2. Dependency injection
Round 2 - Coding Test 

Built an app using dot net and angular

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

Two Medium DSA questions, then questions about react and springboot

Interview Preparation Tips

Interview preparation tips for other job seekers - One React problem solving question and then asked me to design the DB of bookMyshow
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 - Technical 

(10 Questions)

  • Q1. Explain in detail about your last project
  • Q2. What is Regression Testing and Retesting
  • Ans. 

    Regression testing is testing the existing functionality of the software after making changes to ensure that the changes have not affected the existing functionality. Retesting is testing the same functionality again after fixing the defects found during regression testing.

    • Regression testing is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is done to ensure ...

  • Answered by AI
  • Q3. What 300 & 301 status codes represents?
  • Ans. 

    300 represents multiple choices and 301 represents moved permanently.

    • 300 status code represents multiple choices, indicating that the requested resource has multiple representations available.

    • 301 status code represents moved permanently, indicating that the requested resource has been permanently moved to a new URL.

    • Both status codes are used in HTTP responses to indicate the status of a requested resource.

    • Examples of 3...

  • Answered by AI
  • Q4. What is Sanity Testing and Smoke Testing?
  • Ans. 

    Sanity testing and Smoke testing are types of software testing performed to check the basic functionality of the application.

    • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

    • Sanity testing is a type of testing that checks whether the bugs reported earlier have been fixed or not.

    • Smoke testing is performed after the build is received from the d...

  • Answered by AI
  • Q5. What is Severity and Priority?
  • Ans. 

    Severity is the impact of a defect on the system, while Priority is the order in which defects should be fixed.

    • Severity is based on the extent of damage caused by a defect

    • Priority is based on the importance of the affected functionality

    • High Severity and High Priority defects should be fixed first

    • Example: A spelling mistake in a button label has low Severity but high Priority if it affects usability

  • Answered by AI
  • Q6. Explain High priority and low severity with an example
  • Ans. 

    High priority means the issue needs to be fixed immediately, while low severity means the issue has minimal impact on the system.

    • High priority issues are critical and can cause system failure or data loss

    • Low severity issues are minor and do not affect the system's functionality

    • Example of high priority and low severity issue: A critical security vulnerability is high priority but low severity because it has not yet been...

  • Answered by AI
  • Q7. Explain low priority and high severity with an example
  • Ans. 

    Low priority and high severity refer to the impact and urgency of a bug respectively.

    • Low priority bugs are those that do not have a significant impact on the system or user experience, but still need to be fixed eventually.

    • High severity bugs are those that have a significant impact on the system or user experience and need to be fixed urgently.

    • For example, a low priority bug could be a typo in a non-critical error mess...

  • Answered by AI
  • Q8. What is Agile methodology
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile values individuals and interactions over processes and tools

    • It emphasizes working software over comprehensive documentation

    • It encourages collaboration between developers and customers

    • It involves breaking down projects into smaller, manageable chunks called sprints

    • Examples of Agile methodologies...

  • Answered by AI
  • Q9. Which test should do first and why?
  • Ans. 

    The test that should be done first is the one that covers the most critical and high-risk functionality.

    • Identify critical and high-risk functionality

    • Prioritize tests based on risk

    • Perform tests in a logical order

    • Re-evaluate test priorities as development progresses

  • Answered by AI
  • Q10. Logical question - You have 3 switches and one bulb in another room, you have to find which switch in connected to that bulb, you are given only ONE CHANCE.

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect the unexpected, Keep your resume crisp and be prepared what you have shared in your resume

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. It was good and easy
Round 2 - HR 

(1 Question)

  • Q1. Its all about package discussion
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Max circular subarray sum
Round 2 - One-on-one 

(2 Questions)

  • Q1. Max frequency stack
  • Q2. Minimum no of platforms required
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

It was a virtual coding round with coding questions on Java fundamentals, Array, LinkedList

Round 2 - Coding Test 

Questions on java fundamentals, some code snippets, Array

Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral round with discussion on previous experience and values

I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Leetcode med-hard, graph, trees, arrays
  • Q2. HLD design for something like Dropbox
  • Ans. 

    High-level design for a Dropbox-like system

    • Use a distributed file system to store files

    • Implement a synchronization mechanism to ensure consistency across devices

    • Use encryption to protect user data

    • Implement a user authentication and authorization system

    • Provide a web interface and mobile apps for easy access

    • Consider scalability and fault tolerance

    • Implement version control to allow users to revert to previous versions of

  • Answered by AI
  • Q3. Software design principles, design patterns, consistent hashing, scaling concepts etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the concepts not the questions as it will help you to tackle unknown questions, Watch technology blogs or youtube talks on how large scales systems are built. Believe in yourself every failure will teach you something just rectify it and be better version of your self. Keep improving It will not take much time to crack a company.

Skills evaluated in this interview

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

DSA - Linked List, Trees

Smollan Group Interview FAQs

How many rounds are there in Smollan Group Associate Software Developer interview?
Smollan Group interview process usually has 1 rounds. The most common rounds in the Smollan Group interview process are Technical.
What are the top questions asked in Smollan Group Associate Software Developer interview?

Some of the top questions asked at the Smollan Group Associate Software Developer interview -

  1. What is the Stored Procedu...read more
  2. What is the Trigg...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.9k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
PwC Interview Questions
3.4
 • 1.3k Interviews
Ernst & Young Interview Questions
3.5
 • 1.1k Interviews
Nielsen Interview Questions
3.7
 • 113 Interviews
Kantar Interview Questions
3.6
 • 103 Interviews
Bain & Company Interview Questions
3.8
 • 101 Interviews
View all
Smollan Group Associate Software Developer Salary
based on 19 salaries
₹6 L/yr - ₹7 L/yr
At par with the average Associate Software Developer Salary in India
View more details

Smollan Group Associate Software Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

4.5

Salary & Benefits

5.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Sales Executive
113 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Marketing Executive
91 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Team Lead
82 salaries
unlock blur

₹2.1 L/yr - ₹6 L/yr

Field Manager
73 salaries
unlock blur

₹5.2 L/yr - ₹15 L/yr

Rural Sales Promoter
60 salaries
unlock blur

₹1.3 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Smollan Group with

WPP

3.2
Compare

Accenture

3.9
Compare

Deloitte

3.8
Compare

PwC

3.4
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