Cutshort logo
MLS Jobs in Delhi, NCR and Gurgaon

11+ MLS Jobs in Delhi, NCR and Gurgaon | MLS Job openings in Delhi, NCR and Gurgaon

Apply to 11+ MLS Jobs in Delhi, NCR and Gurgaon on CutShort.io. Explore the latest MLS Job opportunities across top companies like Google, Amazon & Adobe.

icon
PAGO Analytics India Pvt Ltd
Vijay Cheripally
Posted by Vijay Cheripally
Remote, Bengaluru (Bangalore), Mumbai, NCR (Delhi | Gurgaon | Noida)
2 - 8 yrs
₹8L - ₹15L / yr
skill iconPython
PySpark
Microsoft Windows Azure
SQL Azure
skill iconData Analytics
+6 more
Be an integral part of large scale client business development and delivery engagements
Develop the software and systems needed for end-to-end execution on large projects
Work across all phases of SDLC, and use Software Engineering principles to build scaled solutions
Build the knowledge base required to deliver increasingly complex technology projects


Object-oriented languages (e.g. Python, PySpark, Java, C#, C++ ) and frameworks (e.g. J2EE or .NET)
Database programming using any flavours of SQL
Expertise in relational and dimensional modelling, including big data technologies
Exposure across all the SDLC process, including testing and deployment
Expertise in Microsoft Azure is mandatory including components like Azure Data Factory, Azure Data Lake Storage, Azure SQL, Azure DataBricks, HD Insights, ML Service etc.
Good knowledge of Python and Spark are required
Good understanding of how to enable analytics using cloud technology and ML Ops
Experience in Azure Infrastructure and Azure Dev Ops will be a strong plus
Read more
Gurugram, Delhi, Noida, Ghaziabad, Faridabad
5 - 16 yrs
₹16L - ₹18L / yr
ASP.NET
ASP.NET MVC
skill iconC#
dotnet
skill icon.NET
+2 more

LOCATION

Delhi/Gurgaon (travel readiness outside home residence is important)


EXPERIENCE 5+ years


ROLES & RESPONSIBILITIES :

• Design, develop, and maintain scalable and secure web and desktop applications using .NET technologies.

• Design, develop, and maintain web and desktop applications usin.NET Framework and .NET Core technologies.

• Build scalable, secure, and high-performance web applications using ASP.NET, MVC, and Web API.

• Develop and optimize data access layers using Entity Framework and interact with SQL Server or other relational databases.

• Implement responsive front-end interfaces using HTML, CSS, JavaScript, and modern frameworks like Angular or React.

• Ensure cross-platform compatibility and responsiveness for web applications.

• Write clean, maintainable, and testable code following coding standards and best practices.

• Collaborate with cross-functional teams including designers, testers, and other developers throughout the SDLC.

• Participate in code reviews, troubleshooting, and performance tuning.

• Ensure application security, scalability, and reliability.


SKILLS AND QUALIFICATION

• 5+ years of professional experience in .NET application development.

• Minimum 5 years of experience in .NET development.

• Strong hands-on experience with C#, ASP.NET MVC, .NET Core, and Web API.

• Proficiency in Entity Framework and SQL Server or other relational databases.

• Solid front-end development skills with HTML, CSS, JavaScript, and experience with Angular or React.

• Strong understanding of object-oriented programming and design patterns.

• Experience in full-stack development with an ability to manage both backend and frontend requirements.

• Familiarity with version control systems like Git.

• Excellent debugging, problem-solving, and analytical skills.

Read more
Octobotics Tech

at Octobotics Tech

2 recruiters
Reshika Mendiratta
Posted by Reshika Mendiratta
Noida
3yrs+
Best in industry
ROS
Internationalization and localization
Navigation
Nav2
SLAM
+2 more

Senior Robotics Engineer (ROS 2 Migration & Systems) - WorkFlow

Department: R&D Engineering

Location: Octobotics HQ (Noida/On-Site)


The Mission

To successfully migrate our legacy ROS 1 architecture to a high-performance ROS 2 Native ecosystem, architecting a navigation stack that survives the "unheard-of" edge cases of the real world.


1. The Context: The Great Migration

Octobotics is at a pivot point. Our legacy stack was built on ROS 1 (Noetic). It got us to MVP.

But to scale, we are tearing it down and rebuilding in ROS 2 (Humble/Iron).

We are not looking for someone to maintain old code. We are looking for an Architect to lead this migration. You will deal with the pain of bridging ros1_bridge, porting custom messages, and rewriting node lifecycles from scratch.

If you are afraid of breaking changes and complex dependency hell, stop reading now.


2. The "Scorecard" (Outcomes)

  • The Migration: Port our core navigation and control logic from ROS 1 to ROS 2. This involves rewriting nodes to utilize Lifecycle Management and Node Composition for zero-copy transfer.
  • Nav2 Architecture: We don't just "install" Nav2. You will write custom Behavior Tree plugins and Costmap layers to handle dynamic obstacles in unstructured environments.
  • Middleware Optimization: You will own the DDS layer (FastDDS/CycloneDDS). You must tune QoS profiles for lossy WiFi environments and debug discovery traffic issues that traditional network engineers don't understand.
  • Sensor Fusion & State Estimation: Implement and tune EKF/UKF pipelines (robot_localization) to fuse IMU, Wheel Odometry, and LiDAR. You must understand Covariance Matrices—if your covariance grows unbounded, you have failed.
  • Serialization Strategy: Implement Protocol Buffers (Protobuf) for high-efficiency, non-ROS internal data logging and inter-process communication where overhead must be zero.

3. Technical Requirements (The Hard Skills)

The Stack (ROS 1 & ROS 2):

  • Deep ROS 2 Mastery: You know the difference between spin(), spin_some(), and Multi-Threaded Executors. You understand why we are moving to ROS 2 (Real-time constraints, DDS security, QoS).
  • Navigation Stack: In-depth knowledge of Nav2 (Planners, Controllers, Recoveries). You understand Global vs. Local planners (A*, DWB, TEB).
  • SLAM & Localization: Experience with Graph-based SLAM (Cartographer, SLAM Toolbox). You know how to close loops and optimize pose graphs.

The Math (The "Weeder"):

  • Linear Algebra & Geometry: Rigid body transformations are your second language. You understand Quaternions, homogeneous transformation matrices ($T \in SE(3)$), and how to avoid Gimbal Lock.
  • Kinematics: You can derive Forward and Inverse Kinematics for Differential Drive and Ackermann steering chassis.
  • Probabilistic Robotics: Understanding of Bayesian estimation. You know that sensors are noisy and that "Ground Truth" is a myth.

The Code:

  • C++ (14/17): Real-time safe coding standards. RAII, Smart Pointers, and template metaprogramming.
  • Python: For prototyping and complex orchestration.

4. The "Topgrading" Filter (Do NOT apply if...)

  • You think roslaunch is the same as ros2 launch.
  • You have never defined a custom .msg or .srv file.
  • You struggle to visualize a TF tree in your head (map -> odom -> base_link).
  • You think latency "doesn't matter" in a control loop.

5. The Challenge: Surfing the Tsunami

Let’s be honest: AMR (Autonomous Mobile Robots) is hard.

We are solving problems that are unheard of in the standard "warehouse" world. We deal with dynamic crowds, changing lighting, and network black holes.

There will be days when the Sensor Fusion drifts for no reason. There will be days when the DDS discovery fails because of a multicast storm. There will be architectural "Tsunamis" that threaten to wipe out our sprint.


We are looking for the engineer who doesn't run for higher ground, but grabs a board and says, "I’m ready to surf."

Read more
Recro

at Recro

1 video
32 recruiters
Muskan Handa
Posted by Muskan Handa
Bengaluru (Bangalore), Gurugram, Noida, Hyderabad
3 - 6 yrs
₹10L - ₹23L / yr
skill iconiOS App Development
skill iconObjective C
skill iconSwift
Xcode
Model-View-View-Model (MVVM)
+1 more

Job Description:

  • Strong working experience in IOS application development is a must. First-hand experience of native mobile apps using Swift must.
  • Experience with Swift, RxSwift, Swift UI, Unit test.
  • Strong system design and architecture skills - specifically for IOS. Curiosity to tinker around, explore new paradigms and strongest for continuous improvement. Strong problem-solving skills.
  • Understanding of network connections, Rest API'sand scheduling. Strong knowledge about security standards (e.g. HTTPS) and privacy standards.
  • Idea/experience of the unit and instrumentation testing in IOS. Optimizing app performance and memory consumption.
  • Leveraging community libraries to efficiently complete development tasks.
  • Debugging apps using simulators and related tooling.
  • Persisting data for offline-first apps using databases such as Realm.
  • Localizing apps to support multiple languages and regions, vernacular libraries and fonts.
  • Familiar with Version control system such as GIT.


Read more
Microfinanceai

at Microfinanceai

1 recruiter
Poonam Goswami
Posted by Poonam Goswami
Gurugram, Delhi, Noida, Ghaziabad, Faridabad
3 - 5 yrs
₹12L - ₹15L / yr
skill iconJava
skill iconKotlin
skill iconAndroid Development
Model-View-View-Model (MVVM)
skill iconGit
+1 more
About the Company :

microfinance.ai connects the underprivileged to formal financial institutions. It helps them secure micro-loans,micro-insurance, and other financial products.We use artificial intelligence to ensure regional language preferred users, less literate users, and even illiterate users
can easily onboard and interact with the system.

Role :
A Software Engineer - Android will be responsible for the development and maintenance of applications aimed at a vast number of diverse Android devices. He is responsible for the development of Android applications and their integration with back-end services. He will be working alongside other engineers and developers working on different
layers of the infrastructure. Therefore, commitment to collaborative problem solving, sophisticated design, and creating quality products is essential.

Professional qualifications :
- B.Tech/M.Tech degree in computer science.
- Working knowledge of the general mobile landscape, architectures, trends, and emerging technologies.
- Proficiency in Kotlin, Git, and Gradle.
- Should have a strong understanding of object-oriented software development and design patterns.

Responsibilities :
- Design and build advanced applications for the Android platform.
- Collaborate with cross-functional teams to define, design, and ship new features.
- Work with outside data sources and APIs.
- Test code for robustness, including edge cases, usability, and general reliability.
- Work on bug fixing and improving application performance
- Continuously discover, evaluate and implement new technologies to maximize development efficiency.
- Responsible for owning the delivery of multiple product features by following best practices of development
and coding standards.
- Responsible for anticipating, resolving, and ensuring the continuity of the application performance across
different ranges of Android devices.
Read more
Leading Gaming Company

Leading Gaming Company

Agency job
via Unnati by Seemi Ejaz
delhi, NCR (Delhi | Gurgaon | Noida)
7 - 12 yrs
₹5L - ₹14L / yr
skill iconReact Native
skill iconJavascript
TypeScript
coding
Proficient with JavaScript and TypeScript
- Deep knowledge of React Native specifics
- High code quality standards and work ethics
- Experience in writing automated e2e tests
- Native mobile development experience (a plus)
Read more
Solve AI challenges faced by businesses.( MF1)

Solve AI challenges faced by businesses.( MF1)

Agency job
via Multi Recruit by Fiona RKS
Bhubaneswar, Noida, NCR (Delhi | Gurgaon | Noida)
2 - 4 yrs
₹10L - ₹12L / yr
skill iconRuby on Rails (ROR)
skill iconRuby
skill iconReact.js
Full stack web Developer
  • Work with product owners, architects, developers, testers, and other stakeholders in the client's organization and in the company to build and maintain software solutions
  • Get specifications/wireframes/ mock-ups and translate them into scalable, high-performance, robust web apps!
  • Responsible to write and maintain clean, well-written code, as per the best practices.
  • Very comfortable with daily stand-up with clients, update daily work progress via Project Management systems, voice/video calls, online collaboration using screen-sharing tools.
  • Exposure/experience in agile development practices

Desired Qualification, Skills, and Experience

  • Education: B.E. / B.Tech.

Mandatory Skills:

  • Expert level skills in OOPS concepts
  • Excellent in Ruby, metaprogramming.
  • Excellent knowledge of Rails 4.x+
  • Experience in using Rails Engine.
  • Full-stack web development expertise (HTML, Javascript, CSS/Less, React, Redux)
  • Good experience with active accounts on Git, Github/Bitbucket, or similar SCM tools.
  • Excellent debugging and troubleshooting skills [Client side, Server side, Database]
  • Knowledge and skills in static code analysis and performance management tools [Client side, Server side, Database]
  • Databases: Expert level skills in one or more of MySQL, PostgreSQL
  • Exposure to Release, Build Management, Deployment steps, and methodologies.

 

Nice to have Skills:

  • MongoDB, Redis, Memcached, RSpec, Enzyme, Jest
  • Experience:2-4 year

 

Read more
Tagbin Services Private Limited

at Tagbin Services Private Limited

1 video
3 recruiters
Smriti Yadav
Posted by Smriti Yadav
NCR (Delhi | Gurgaon | Noida)
2 - 5 yrs
₹3L - ₹8L / yr
Selenium
Integration testing
System testing
SQL
Manual testing
+3 more

A Software Testing Engineer is required to fully test the product or system to ensure it functions properly and meets the business needs. The job responsibilities include:

Role and Responsibilities

  • Responsible for creating and executing tests to verify that software runs properly and without defects on each platform requested and to handle test procedures efficiently to result in extreme product stability, product usability and performance.
  • Responsible for creating test plans and test cases.
  • Understanding how a feature is implemented to develop test cases for the functionality, performance, stress, and fault conditions.
  • Responsible for reviewing and analyzing project documentation to ensure product testability.
  • Responsible for providing detailed testing status.

Skills  Required: 

  • Should have experience in creating Test Plans, Test scripts, Test cases.
  •  Knowledge in Selenium web drivers is mandatory. They should be able to write the scripts and run them in Selenium.
  • Should have good experience in SQL databases.
  • Good knowledge on System and Integration Test Cases.
  • Good knowledge on System and Integration Testing.
  • Able to write Test Scenarios.
  • Able to Test the application independently.
  • Hands on experience in UI testing 

Qualifications:

  • B.Tech (Computer Science)
Read more
GSPL, Delhi
HAuz Khas

GSPL, Delhi HAuz Khas

Agency job
Hauz Khaz Delhi, NCR (Delhi | Gurgaon | Noida)
3 - 7 yrs
₹5L - ₹10L / yr
skill iconReact Native
Ionic
API
CBSE background with minimum 60% throughout education and B.Tech or B.SC. (CS/Mathematics)
Excellent experience in building apps for Android & iOS platforms using any of the following tools/technologies- PhoneGap/Cordova, React Native, Flutter, Firebase, ionic framework, HTML5, Angular JS, Xamarin, jQuery Mobile, Android SDK with Android Studio, XCode, Swift, Cocoa framework etc.
Should have exposure in MS Office Tools Experience with any source management platforms like VSS, SVN, GitHub etc.
Minimum 1 year experience of IONIC Framework Angular JS and knowledge of - Dynamic layout
Experience in working with Push notifications using APN, GCM and/or Firebase, Social API integration, Core location API, Payment gateway integration, Google Maps, Push Notification, etc.
Experience with third-party libraries and APIs, REST APIs, JSON
Read more
Kreativ Street

at Kreativ Street

1 recruiter
Bhoomika A
Posted by Bhoomika A
NCR (Delhi | Gurgaon | Noida)
2 - 5 yrs
₹1L - ₹3L / yr
Graphic Designing
Motion Design
Responsive Design
Requirements Proven experience as animator Knowledge of 2D/3D, stop-motion and computer-generated animation Proficiency in CGI software (Photoshop, 3ds Max, Maya etc.) will be an added advantage A creative storyteller with presentation abilities Comfortable working with deadlines Teamwork and excellent communication skills Degree in computer animation, 3D/graphic design, fine arts or relevant field
Read more
Aspiring Minds

at Aspiring Minds

1 recruiter
Pooja Sharma
Posted by Pooja Sharma
NCR (Delhi | Gurgaon | Noida)
0 - 4 yrs
₹1L - ₹7L / yr
Content Manager
Content Developer
Content Writing
Role and responsibilities: • Conducting detailed primary and secondary research to define test cases for assessments in programming, computer science and related concepts.Developing a comprehensive test blueprint, with learnings drawn from different knowledge based instruments. • To analyze the quality and effectiveness of programming/ algorithmic questions like those in popular coding platforms like codechef/ hacker rank etc. Maintaining and reviewing the quality and clarity of these programming questions. • Identifying and engaging external consultants and industry experts for item construction in niche topics in computer science. • Working on content analytics and studying the quality of test items based on data from test takers. • Closely check the developedcontent in adherence with global scientific guidelines. • Managing a team of 4-5 content developers and being responsible for their work productivity (senior position) Desired skills • Knowledge expert in technical areas in computer science with a strong understanding of basics which can be extrapolated to other knowledge areas. • Ability to understand and analyze advanced programming questions (like those in codechef) in details and review them based on their quality/ originality/ difficulty etc. • A good command over written English language and written communication and ability to engage with external consultants for item creation. • Analytical and logical thinker who can plan tasks in advance. • Organized and systematic way of working with high attention to detail. • An interest in learning and assessment theories and proactively provide suggestions for improvement. • Team management skills (senior position)
Read more
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort