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 Software Developer Interview Questions and Answers

Updated 1 Feb 2024

Smollan Group Software Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What is Indexing in Mysql
  • Ans. 

    Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They help in speeding up the search, sorting, and joining of data.

    • Indexes can be created using different algorithms like B-tree, hash, or bitmap.

    • Using indexes appropriately can significantly enhance query performance.

    • Exam...

  • Answered by AI
  • Q2. Opps concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes based on existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Method: function defined inside a class

    • Property: variabl

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 - Aptitude Test 

Calender, time, relationship

Round 3 - HR 

(3 Questions)

  • Q1. Interduction itself
  • Q2. Technical questions
  • Q3. Data structure and algorithms

Interview Questionnaire 

3 Questions

  • Q1. N a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program capitalizes the first letter of each reversed word in a sentence.

    • Split the sentence into an array of words using space as a delimiter.

    • Reverse each word in the array and capitalize the first letter.

    • Join the modified words back into a sentence.

  • Answered by AI
  • Q2. He second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.For coding section 60 mins.  It was hosted on Hackerrank.
Duration: 90 minutes
Total Questions: 2

Round: Technical Interview
Experience: After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

General Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
Skills: Algortihm, Data structure
College Name: IIT DELHI
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
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
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
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA - Linked List, Trees

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

Smollan Group Interview FAQs

How many rounds are there in Smollan Group 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 Software Developer interview?

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

  1. What is Indexing in My...read more
  2. Opps concepts in ...read more

Tell us how to improve this page.

Smollan Group Software Developer Salary
based on 17 salaries
₹6 L/yr - ₹10 L/yr
11% more than the average Software Developer Salary in India
View more details

Smollan Group Software Developer Reviews and Ratings

based on 5 reviews

4.4/5

Rating in categories

4.1

Skill development

4.5

Work-Life balance

4.8

Salary & Benefits

5.0

Job Security

4.7

Company culture

3.5

Promotions/Appraisal

4.8

Work Satisfaction

Explore 5 Reviews and Ratings
Sales Executive
96 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Marketing Executive
92 salaries
unlock blur

₹1.4 L/yr - ₹3.6 L/yr

Team Lead
84 salaries
unlock blur

₹2.1 L/yr - ₹6 L/yr

Field Manager
72 salaries
unlock blur

₹5.2 L/yr - ₹15 L/yr

Rural Sales Promoter
60 salaries
unlock blur

₹1.3 L/yr - ₹3.2 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