Upload Button Icon Add office photos

SS Infotech

Compare button icon Compare button icon Compare

Filter interviews by

SS Infotech Software Engineer Interview Questions and Answers

Updated 4 Aug 2024

SS Infotech Software Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is Event loop example and explain event loop.
  • Ans. 

    Event loop is a mechanism that allows for asynchronous programming by handling and executing events in a loop.

    • Event loop is commonly used in JavaScript to handle asynchronous operations.

    • It allows for non-blocking I/O operations by continuously checking for events and executing callbacks.

    • Example: In Node.js, the event loop allows for handling multiple requests concurrently without blocking the main thread.

  • Answered by AI
  • Q2. What is closure Whit explain.
  • Q3. React in deeply UsEffect example ,redux js,
  • Ans. 

    React's useEffect hook allows for side effects in functional components. Redux is a state management library for React applications.

    • useEffect is used for handling side effects in functional components in React

    • Redux is a state management library for managing global state in React applications

    • Example: useEffect(() => { fetchData() }, [])

    • Example: Redux store, actions, reducers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Full stack developer

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about SS Infotech?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. How to get better opportunity in Software industries?
  • Ans. 

    To get better opportunities in the software industry, one can focus on continuous learning, networking, showcasing skills, and staying updated with industry trends.

    • Continuously learn and improve technical skills

    • Stay updated with the latest industry trends and technologies

    • Build a strong professional network

    • Participate in open-source projects or contribute to the software community

    • Showcase your skills through personal pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - when want to get any opportunity from IT company so that we have to work on the skills as Interview time as well as survive in the company.Thanks

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about youself
  • Q2. What is c
  • Ans. 

    C is a general-purpose programming language known for its efficiency and low-level control.

    • C was developed by Dennis Ritchie at Bell Labs in the 1970s.

    • It is widely used for system programming, embedded systems, and developing operating systems.

    • C is known for its simplicity, allowing direct memory manipulation and efficient code execution.

    • It influenced the development of many other programming languages, such as C++, Ja...

  • Answered by AI
  • Q3. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its write once, run anywhere (WORA) principle.

    • Java programs are compiled into bytecode and executed on a Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framew...

  • Answered by AI
  • Q4. What is lamda
  • Ans. 

    Lambda is a function that allows you to write and use small, anonymous functions in programming languages.

    • Lambda functions are often used in functional programming languages.

    • They are anonymous, meaning they don't have a name.

    • Lambdas can be used as arguments to higher-order functions.

    • They are commonly used for tasks that require a short, one-time function.

    • Lambda functions can be written in various programming languages,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What are the uses of profiles and permission sets in Salesforce?
  • Ans. 

    Profiles and permission sets in Salesforce control user access and permissions for data and functionality.

    • Profiles define the baseline permissions for users, including object access, field permissions, and app visibility.

    • Permission sets are additional access levels that can be assigned to users on top of their profiles, allowing for more granular control.

    • For example, a user with a standard profile can be granted access...

  • Answered by AI
  • Q2. What coding languages are used in Salesforce?
  • Ans. 

    Salesforce uses various coding languages, primarily Apex, Visualforce, and Lightning components for development.

    • Apex: A strongly typed, object-oriented programming language similar to Java, used for server-side logic.

    • Visualforce: A markup language for building custom user interfaces in Salesforce, akin to HTML.

    • Lightning Components: A framework for developing dynamic web apps for mobile and desktop, using JavaScript and...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to the technology stack you have added
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Fair

Round 1 - Coding Test 

Java 8 programs, string buffer and builder

Round 2 - Group Discussion 

About traffic in Banglore and the project

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

Merge Sort, FIFO based question

Round 2 - Assignment 

An App was given to design in given tim eframe

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic tips
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Who developed Java
  • Q2. How to implement LinkedList using stack
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Multithreading , oops concept,
  • Q2. Soring, spring boot
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

DSA, system design, react, redux

Round 2 - Coding Test 

DSA, stystem design, react, redux

SS Infotech Interview FAQs

How many rounds are there in SS Infotech Software Engineer interview?
SS Infotech interview process usually has 1 rounds. The most common rounds in the SS Infotech interview process are Technical.
What are the top questions asked in SS Infotech Software Engineer interview?

Some of the top questions asked at the SS Infotech Software Engineer interview -

  1. What is Event loop example and explain event lo...read more
  2. React in deeply UsEffect example ,redux ...read more
  3. What is closure Whit expla...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
SS Infotech Software Engineer Salary
based on 6 salaries
₹1.2 L/yr - ₹4 L/yr
70% less than the average Software Engineer Salary in India
View more details
Software Engineer
6 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Tele Caller
6 salaries
unlock blur

₹0.1 L/yr - ₹1 L/yr

Assistant Manager Operations
5 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Sales Executive
5 salaries
unlock blur

₹1.8 L/yr - ₹2.2 L/yr

Data Analyst
4 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Explore more salaries
Compare SS Infotech with

Experis IT

3.0
Compare

Talentpro

3.9
Compare

ABC Consultants

3.9
Compare

Buzzworks Business Services

3.7
Compare
write
Share an Interview