Upload Button Icon Add office photos

Filter interviews by

Softdel Interview Questions and Answers for Experienced

Updated 10 Mar 2024

Softdel Interview Experiences for Experienced

Popular Designations

2 interviews found

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

(4 Questions)

  • Q1. Related to projects
  • Q2. Which microcontrollers are used ?
  • Ans. 

    Various microcontrollers are used depending on the project requirements, such as ARM Cortex-M series, PIC, AVR, etc.

    • ARM Cortex-M series

    • PIC

    • AVR

  • Answered by AI
  • Q3. Communication Protocols?
  • Q4. C Related questions
Round 2 - HR 

(1 Question)

  • Q1. General discussion

Senior Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between a while loop and a do while loop?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before 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. C, C++ basic question like OOPs, pointers , array , overloading, overriding, Memory management
Round 3 - One-on-one 

(1 Question)

  • Q1. Advance level compare to 1st round
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Project management, spring and java related total 20 questions to be completed in 30 minutes.
I was not aware of such interview process and environment during test examination was not peaceful.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is spring IOC?
  • Ans. 

    Spring IOC (Inversion of Control) is a design pattern where the control of object creation and lifecycle is shifted from the application code to the Spring framework.

    • In Spring IOC, objects are created and managed by the Spring container.

    • It helps in achieving loose coupling between classes by removing the dependency on object creation.

    • Dependency Injection is a key concept in Spring IOC, where the dependencies of a class...

  • Answered by AI
  • Q2. Factory Design Pattern?
  • Q3. Current Role, Responsibility and tech stack?

Interview Preparation Tips

Interview preparation tips for other job seekers - Got call from hiring Consultancy and I agreed for Face to Face interview after reviewing JD.
Upon reaching the office, I saw the recruiters had called more than 100 candidates for the interview and they were running out of sitting. Such was a welcome.
There was an Aptitude test for each individual, be it 2 years or 10+ years experience. First recruiter told me no aptitude test for me because I'm for project manager role and asked me to sit. But then she gave me questionair and told to complete in 30 minutes. [weird]
Aptitude test was being conducted by 2 personnel only where around 30 candidates were sitting in room and they were coming - going 1 by 1. At times, recruiters were not there and candidates were stranded. In between the test, recruiters were calling names, instructing candidates and making the environment noisy for the candidates appearing for test. So unprofessional. [It should have been peaceful environment if you're conducting test]
After the test, I was taken in room for interview where interviewer was so arrogant and mannerless. Never ever seen unprofessional person not greeting the candidate and nor looking at him.
Asked me for intro and then didn't ask much questions to justify his job. There was no smile on his face and was not courteous, empathetic. He was judging a candidate without examinig skills. This is totally against diversity and inclusive culture.
I have been asked by each interviewer at the end of interview, "Do you have any question for me?" . But this interviewer didn't even ask this. How unprofessional it was!
Lastly, feedback was given not shortlisted.
Such a waste of time. If such unprofessional drives to be conducted, I request you not to do such timepass with candidates conducting interviews virtual.
I suggest management to look into this process which damaging image of RBI.
No wonder why MNCs are the first choice of any candidate because the behavior and treatment of their HR and Panel is so professional. Time to learn from them.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization helps in minimizing data redundancy by dividing the database into multiple tables.

    • It ensures data integrity by avoiding update anomalies.

    • Normalization is achieved through a series of rules called normal forms, such as 1NF, 2NF, 3NF, etc.

    • Example: In a database, instead of storing customer details i...

  • Answered by AI
  • Q2. What is reflection
  • Ans. 

    Reflection is the ability of a program to examine and modify its own structure and behavior at runtime.

    • Allows accessing metadata of types and members at runtime

    • Enables dynamic instantiation of objects

    • Facilitates invoking methods dynamically

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(5 Questions)

  • Q1. Ques -> Can you define difference b/w Azure data lake and Delta lake.
  • Ans. 

    Azure Data Lake is a cloud-based storage and analytics service, while Delta Lake is an open-source storage layer that adds reliability to data lakes.

    • Azure Data Lake is a service provided by Microsoft Azure for storing and analyzing large amounts of data.

    • Delta Lake is an open-source storage layer that adds ACID transactions and schema enforcement to data lakes.

    • Azure Data Lake is a cloud-based solution, while Delta Lake ...

  • Answered by AI
  • Q2. How to implemented Primary key and foreign key in delta tables.
  • Ans. 

    Primary keys and foreign keys can be implemented in delta tables using constraints and references.

    • Primary keys can be implemented using the PRIMARY KEY constraint, which ensures that each record in the table has a unique identifier.

    • Foreign keys can be implemented using the FOREIGN KEY constraint, which establishes a link between two tables based on a common column.

    • The referenced table must have a primary key defined, a...

  • Answered by AI
  • Q3. How to handle exception in python?
  • Ans. 

    Exception handling in Python allows for the graceful handling of errors and prevents program crashes.

    • Use try-except blocks to catch and handle exceptions.

    • Multiple except blocks can be used to handle different types of exceptions.

    • The finally block is executed regardless of whether an exception occurred or not.

    • Exceptions can be raised using the 'raise' keyword.

    • Custom exceptions can be defined by creating a new class that

  • Answered by AI
  • Q4. What is star schema and snowflake schema
  • Ans. 

    Star schema is a data modeling technique where a central fact table is connected to multiple dimension tables. Snowflake schema is an extension of star schema with normalized dimension tables.

    • Star schema is a simple and denormalized structure

    • It consists of a central fact table connected to multiple dimension tables

    • Dimension tables contain descriptive attributes

    • Star schema is easy to understand and query, but can lead t...

  • Answered by AI
  • Q5. Which are the most frequently change
  • Ans. 

    The most frequently changing data

    • Customer preferences

    • Market trends

    • Weather data

    • Stock prices

    • Social media trends

  • Answered by AI

Skills evaluated in this interview

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

General Aptitude Questions

Round 2 - Technical 

(3 Questions)

  • Q1. Queries on SQL, Basic Statistic Question related to normal curve, Basic Python question(from python interview question list of any website)
  • Q2. Shape of normal Distribution
  • Ans. 

    The shape of a normal distribution is bell-shaped and symmetrical.

    • A normal distribution has a peak at the mean and tails that extend to infinity in both directions.

    • The distribution is symmetrical, meaning that the left and right halves mirror each other.

    • The standard deviation determines the spread or width of the distribution.

    • Many natural phenomena and measurements in various fields follow a normal distribution.

    • Example...

  • Answered by AI
  • Q3. Valuess of mean median and mode
  • Ans. 

    Mean, median, and mode are measures of central tendency in statistics.

    • Mean is the average of a set of numbers, calculated by summing all the values and dividing by the total count.

    • Median is the middle value in a sorted list of numbers. If there is an even number of values, it is the average of the two middle values.

    • Mode is the value that appears most frequently in a set of numbers. It can be a single value or multiple

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General HR questions
Round 4 - One-on-one 

(1 Question)

  • Q1. General discussion round with ceo and about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL upto Advanced level
Then basics of python and Statistics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

De/algo leetcode medium level

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. What is OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows one class to inherit prop...

  • Answered by AI
  • Q2. What is Encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Getters and setters are commonly used to access and modify the encapsulated data.

    • Example: In a Car class, variables l...

  • Answered by AI
  • Q3. Define Four pillars
  • Ans. 

    The four pillars of object-oriented programming in Java are abstraction, encapsulation, inheritance, and polymorphism.

    • Abstraction: Hides complex implementation details and only shows the necessary features to the outside world.

    • Encapsulation: Bundles data and methods that operate on the data into a single unit, preventing direct access from outside the class.

    • Inheritance: Allows a class to inherit properties and behavior...

  • Answered by AI

Skills evaluated in this interview

Assocaite Software Enginner Interview Questions & Answers

Revature user image Meena Govindaraj

posted on 8 Mar 2024

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

Questions on java with basic coding

Round 2 - Technical 

(1 Question)

  • Q1. Question java , mysql, DS
Round 3 - Technical 

(1 Question)

  • Q1. Advanced Questions on java , mysql
Round 4 - Mangerial Round 

(1 Question)

  • Q1. Common question on managing with team

Google analytics lead Interview Questions & Answers

Affine user image Anonymous

posted on 9 Feb 2024

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

I was interviewed in Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mention GA KPIs you’ll check to increase CVR
  • Q2. What steps you’ll take to resolve a decline page visits trend

Interview Preparation Tips

Topics to prepare for Affine Google analytics lead interview:
  • Google Analytics
  • Business Intelligence

Softdel Interview FAQs

How many rounds are there in Softdel interview for experienced candidates?
Softdel interview process for experienced candidates usually has 3 rounds. The most common rounds in the Softdel interview process for experienced candidates are One-on-one Round, HR and Resume Shortlist.
What are the top questions asked in Softdel interview for experienced candidates?

Some of the top questions asked at the Softdel interview for experienced candidates -

  1. Which microcontrollers are use...read more
  2. C, C++ basic question like OOPs, pointers , array , overloading, overriding, M...read more
  3. Advance level compare to 1st ro...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.1
 • 48 Interviews
Affine Interview Questions
3.5
 • 47 Interviews
Cyfuture Interview Questions
3.0
 • 43 Interviews
Revature Interview Questions
3.6
 • 37 Interviews
IT By Design Interview Questions
4.0
 • 35 Interviews
View all

Softdel Reviews and Ratings

based on 7 reviews

3.2/5

Rating in categories

3.5

Skill development

3.0

Work-Life balance

2.9

Salary & Benefits

3.0

Job Security

3.6

Company culture

2.8

Promotions/Appraisal

3.0

Work Satisfaction

Explore 7 Reviews and Ratings
Software Developer
4 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Technical Lead
4 salaries
unlock blur

₹14.8 L/yr - ₹20.4 L/yr

Java Developer
4 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Project Manager
4 salaries
unlock blur

₹35 L/yr - ₹36.5 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹19.4 L/yr - ₹25 L/yr

Explore more salaries
Compare Softdel with

Maxgen Technologies

4.6
Compare

Cyfuture

3.0
Compare

VDart

4.5
Compare

ANR Software Private Limited

4.5
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