InfoObjects Inc. interview experience Real time questions & tips from candidates to crack your interview

Software Developer

InfoObjects Inc.
upvote
share-icon
1 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Journey
Preparing for a journey to an interview involves several key steps to ensure you're organized, calm, and ready to make a positive impression. Here’s a comprehensive guide to help you prepare: 1. Research the Company 2. Know the Role
Application story
I applied for the Ruby on Rails developer position after finding the job listing on LinkedIn. The role immediately caught my attention due to its focus on building scalable web applications and the company's reputation for innovative projects. The position was at a leading tech company specializing in AI web development. Their emphasis on agile methodologies and a collaborative work environment aligned well with my career goals and interests.
Why selected/rejected for the role?
My expected CTC does not match the company's budget, which is why I declined the role. That is the reason for the AMS.
Preparation
Duration: 1 month
Topics: Ruby on Rails Basics: Understanding MVC architecture, RESTful APIs, Active Record, and Rails conventions. ActiveRecord and Associations: Mastering relationships like has_many, belongs_to, and many-to-many through joins. Data Structures and Algorithms (DSA): Knowledge of arrays, linked lists, stacks, queues, trees, graphs, and algorithms like sorting and searching. Testing in Rails: Familiarity with RSpec, Capybara, and best practices for writing unit and integration tests. Performance Optimization: Techniques for optimizing database queries, using caching, and identifying bottlenecks in Rails applications.
Tip
Tip

Tip 1: Practice at least 100 questions.

Tip 2: Projects are a must.

Application process
Where: Linkedin
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1: Mention Projects Showcase relevant projects. Discuss any open-source contributions or community involvement in the Rails ecosystem if applicable. This shows your commitment to continuous learning and collaboration.

Tip 2: Don't Lie on Your Resume Be honest about your skills.

Interview rounds

01
Round
Easy
Face to Face
Duration60 minutes
Interview date3 May 2024
Coding problem2

1. Remove Duplicates from Sorted Array

Easy
15m average time
85% success
0/40
Asked in companies
UnacademyAmerican ExpressGoldman Sachs

You are given a sorted integer array 'arr' of size 'n'.


You need to remove the duplicates from the array such that each element appears only once.


Return the length of this new array.


Note:
Do not allocate extra space for another array. You need to do this by modifying the given input array in place with O(1) extra memory. 


For example:
'n' = 5, 'arr' = [1 2 2 2 3].
The new array will be [1 2 3].
So our answer is 3.
Try solving now

2. Maximum Subarray Sum

Moderate
25m average time
75% success
0/80
Asked in companies
SquadstackAmazonRazorpay

Given an array of numbers, find the maximum sum of any contiguous subarray of the array.


For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and 86.


Given the array [-5, -1, -8, -9], the maximum sum would be -1.


Follow up: Do this in O(N) time.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
3 rounds | 3 problems
Interviewed by HCL Technologies
3393 views
1 comments
0 upvotes
company logo
Software Developer
3 rounds | 6 problems
Interviewed by Arcesium
1684 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 5 problems
Interviewed by HCL Technologies
4080 views
0 comments
0 upvotes