Upload Button Icon Add office photos
Engaged Employer

i

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

smartShift Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

smartShift Technologies System Software Engineer Interview Questions and Answers

Updated 27 Oct 2022

smartShift Technologies System Software Engineer Interview Experiences

1 interview found

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 

General attitude and basic technical written test.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on Aws and Linux
  • Q2. Whats is ephemeral storage
  • Ans. 

    Ephemeral storage is temporary storage that is deleted when an instance is terminated.

    • Ephemeral storage is also known as instance storage.

    • It is attached to the instance and is not persistent.

    • It is ideal for temporary data such as caches, buffers, and scratch data.

    • Examples include Amazon EC2 instance store and Google Cloud local SSD.

    • It is important to back up any important data stored in ephemeral storage.

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

(2 Questions)

  • Q1. Behavior skills round.
  • Q2. Regarding hobbies and a question related to that.
Round 5 - HR 

(1 Question)

  • Q1. Salary expectations and what do you about the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and presence of mind, learn something about the company, maintain minimum communication.

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 smartShift Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai

System Software Engineer Interview Questions Asked at Other Companies

asked in Sasken
Q1. Reverse a string in the following format: If the string is 'Have ... read more
asked in Infosys
Q2. In between the single player games and group games what will you ... read more
Q3. How would you select a particular hardware/vendor for a system?
Q4. Introduced yourself, what is Selenium, what is webdriver, what Ag ... read more
asked in Infosys
Q5. What is memory loss or when we will use static keyword
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 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 - Technical 

(1 Question)

  • Q1. Coading and technical
Round 3 - Technical 

(1 Question)

  • Q1. Coading and project related
Round 4 - HR 

(1 Question)

  • Q1. Package discussion will be done

Interview Preparation Tips

Interview preparation tips for other job seekers - Better look out for other organisation not secure for job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is data warehousing

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Why do you want to join this company
  • Q2. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic ios Questions No DS questions
  • Q2. Basic swift quesions
  • Q3. In App Purchase
  • Q4. Hardware Device connectivity
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Ans. 

    Detecting a cycle in a linked list using Floyd's Tortoise and Hare algorithm.

    • Use two pointers: slow and fast. Slow moves one step, fast moves two steps.

    • If there's a cycle, slow and fast will eventually meet.

    • If fast reaches the end (null), there's no cycle.

    • Example: In a list 1 -> 2 -> 3 -> 4 -> 2 (cycle), slow and fast meet at 2.

  • Answered by AI
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Map reduce filter in javascript
  • Ans. 

    Map, reduce, and filter are higher-order functions in JavaScript used to manipulate arrays.

    • Map: Transforms each element in an array and returns a new array with the transformed elements.

    • Reduce: Reduces an array to a single value by applying a function to each element.

    • Filter: Creates a new array with elements that pass a certain condition.

  • Answered by AI
  • Q2. Exception handling

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
  • Q2. Pointers, struct, Data Structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Q2. Hexa Decimal to Binary convertion

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and Aptitude

Round 2 - Coding Test 

Functions with Pointers and strings concepts

Round 3 - Technical 

(2 Questions)

  • Q1. Mainly on Pointers and Dynamic Memory Allocation of 2-D Array
  • Q2. Structure Padding and Packing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in depth in C and mainly on Bit-Manipulation.

smartShift Technologies Interview FAQs

How many rounds are there in smartShift Technologies System Software Engineer interview?
smartShift Technologies interview process usually has 5 rounds. The most common rounds in the smartShift Technologies interview process are Aptitude Test, Technical and One-on-one Round.
How to prepare for smartShift Technologies System Software Engineer 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 smartShift Technologies. The most common topics and skills that interviewers at smartShift Technologies expect are AWS, Active Directory, Cloud, DHCP and DNS.
What are the top questions asked in smartShift Technologies System Software Engineer interview?

Some of the top questions asked at the smartShift Technologies System Software Engineer interview -

  1. Whats is ephemeral stor...read more
  2. Questions on Aws and Li...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Monotype Interview Questions
3.6
 • 25 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
Xactly Corp Interview Questions
3.9
 • 17 Interviews
Dataflow Group Interview Questions
2.9
 • 16 Interviews
Emtec Interview Questions
4.1
 • 14 Interviews
Billennium Interview Questions
4.1
 • 12 Interviews
View all
smartShift Technologies System Software Engineer Salary
based on 12 salaries
₹4.3 L/yr - ₹8.4 L/yr
20% less than the average System Software Engineer Salary in India
View more details

smartShift Technologies System Software Engineer Reviews and Ratings

based on 5 reviews

4.4/5

Rating in categories

4.3

Skill development

4.8

Work-life balance

4.4

Salary

4.4

Job security

4.3

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
50 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Senior Software Engineer
39 salaries
unlock blur

₹9.6 L/yr - ₹15 L/yr

Lead Software Engineer
28 salaries
unlock blur

₹13 L/yr - ₹30 L/yr

System Engineer
16 salaries
unlock blur

₹5.5 L/yr - ₹10.1 L/yr

Associate Systems Engineer
12 salaries
unlock blur

₹3.7 L/yr - ₹7.3 L/yr

Explore more salaries
Compare smartShift Technologies with

Pitney Bowes

3.8
Compare

Dataflow Group

2.9
Compare

Sapphire Software Solutions (India)

4.5
Compare

Sagitec Solutions

3.6
Compare
write
Share an Interview